/* Add here all your CSS customizations */
.sidebar-widget.widget-tasks ul li a {
    color: #abb4be;
    display: block;
    margin: 0 -25px 0 -30px;
    padding: 0 0 0 55px;
}


.sidebar-widget.widget-tasks ul li:nth-child(6n+1)::before {
    border-color: #8224e3;
}
.sidebar-widget.widget-tasks ul li::before {
    border-color: #8224e3;
}
.sidebar-widget.widget-tasks ul li:nth-child(5n+1)::before {
    border-color: #8224e3;
}
.sidebar-widget.widget-tasks ul li:nth-child(4n+1)::before {
    border-color: #8224e3;
}

.sidebar-widget.widget-tasks ul li:nth-child(3n+1)::before {
    border-color: #8224e3;
}

.sidebar-widget.widget-tasks ul li:nth-child(2n+1)::before {
    border-color: #8224e3;
}
.sidebar-widget.widget-tasks ul li:nth-child(1n+1)::before {
    border-color: #8224e3;
}

.form-group {
    margin-bottom: 5px;
}

body {
    color: #777;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 11px;
    line-height: 22px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 11px;
    height: 28px;
    line-height: 1.42857;
    padding: 2px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.buscar
	{
	height:28px;
	line-height:13px; 
	font-size:11px;
	}
.input-daterange input:last-child {
    border-radius: 15px;
}

.fechaRango{
    height: 24px;
    width: 280px;
    margin-left: 10px;
    clear: both;
    text-align: center;
    border: 1px solid #fffff;
    background: #cccccc;
    border-radius: 5px;
    color: #000000;
}

html.fixed .inner-wrapper{
    /*padding-top: 70px;*/
}

html.fixed .sidebar-left{
    /*top: 0px;*/
}

html.fixed .page-header{
    /*top: 0px;*/
}
.panel-actions{
    top: 7px;
}

.panel-heading{
    padding: 7px;
}

.content-body > .row + .row{
    padding: 0px;
}

.sidebar-widget.widget-tasks ul li span {
    color: #abb4be;
    display: block;
    margin: 0 0px 0 -30px;
    padding: 0px 0 0px 55px;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #8224e3;
}

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #8224e3;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #8224e3;
  color: #fff;
}

#geocomplete { 
	width: 200px
}
.map_canvas { 
  width: 100%; 
  height: 360px;
  margin: 5px 20px 10px 0;
}
#multiple li { 
  cursor: pointer; 
  text-decoration: underline; 
}
.jstree-default .jstree-clicked {
	background-color: #6CF !important;
}