body{
    color: #444444;
}
a{
    color: #3261BE;
}
a:hover{
    color: #FF7C7C;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #fff;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #3261BE;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
    color: #fff;
}
.breadcrumb>.active {
    color: #fff;
}
.info-box .info-box-icon .bg-aqua{
    background: #3261BE;
}


/*------------CONTENEDOR-------------*/
.content-wrapper, .right-side {
    background-color: #FBFCFE;
    padding-top: 60px !important;
}
.content{
    padding: 30px;
    padding-left: 30px;
    padding-right: 30px
}
.content-header + .content{
    padding: 0 30px 30px 30px;
}
.content-header .navbar.stuck {
    top: 50px !important;
    margin-left: -15px !important;
    background: #fbfcfe !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.content-header .navbar-right{
    margin-left: 5px;

}
/*------------LOGIN-------------*/
.login-page, .register-page {
    background: rgb(16,40,164); 
    background: -moz-linear-gradient(-45deg,  rgba(16,40,164,1) 0%, rgba(50,97,190,1) 100%); 
    background: -webkit-linear-gradient(-45deg,  rgba(16,40,164,1) 0%,rgba(50,97,190,1) 100%); 
    background: linear-gradient(135deg,  rgba(16,40,164,1) 0%,rgba(50,97,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1028a4', endColorstr='#3261be',GradientType=1 );

}
.login-box .form-control{
    height: 45px;
}
.login-box  .form-control-feedback{
    line-height: 45px;
}
.login-box-body, .register-box-body {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.login-box-msg, .register-box-msg {
    font-size: 18px;
    font-weight: 600;
    color: #3261BE;
}
.login-logo {
    margin: 0;
}
.login-logo img {
    width: auto !important;
    max-width: 100%; 
}
.login-logo span {
    color: #fff;
    display: inline-block;
    margin: 15px 0;
}

.sonata-ba-list-field-header a {
    color:#3261BE!important;
}

.breadcrumb>.active {
    color: #EEE!important;
}

.view_link {
    border:none!important;
    background-color:transparent;
}

.edit_link {
    border:none!important;
    background-color:transparent;
}

.delete_link {
    border:none!important;
    background-color:transparent;
}

.content-wraper .dropdown-toggle {
    background-color:#3261BE!important;
    color:#FFF!important;
}

.navbar-default .navbar-brand {
    color: #333!important;
}

.navbar-default {
    background-color: transparent!important;
    border: none!important;
}

.btn-custom {
    background-color:#3261BE;
    color:#FFF;
}
.logo {

}
.logo img {
    display: inline;
    max-height: 100%;
    max-width: none!important;
    padding: 4px;
}
.logo img + span{
    /*display: none;*/
    color: white;
}
.main-sidebar li.active{ 
    background: #F7F9FA!important;
    color: #3261BE!important;
}
/*------------box-------------*/
.box{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border: none;
    margin-bottom: 30px;
}
.box-header{
    background: #3261BE;
    padding: 15px;
}
.box-header .btn-box-tool{
    color: #fff;
    font-size: 16px;
    margin-top: 2px;
}
.box-header .box-title i{
    margin-right: 5px;
}
.box-title{
    color: #fff;
}
.box-body{
    padding: 10px 15px;
}
.box-footer .form-inline {
    margin-top: 15px;
}
.box-footer .form-inline label{
    font-weight: normal;
}
/*------list---------*/
.list-group-item {
    border-color: #eee;
}
.list-group-item:first-child {
    border-top: none;
}
.list-group-item:last-child {
    border-bottom: none;
}
/*------------BOTONES-------------*/
.btn.btn-flat, .btn  {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    transition: 0.2s ease all;
}
.btn-primary {
    background-color: #FF7C7C;
    border-color: #FF7C7C;
}
.btn-link {
    color: #3261BE;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background-color: #CC6363;
    border-color: #CC6363;
    outline: none;
}
.btn-default {
    background-color: #fff;
    border-color: #3261BE;
    color: #3261BE;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus  {
    background-color: #3261BE;
    border-color: #3261BE;
    color: #fff;
}
/*-------cabecera botones---------*/

.content-header .navbar-default{
    background: transparent;
    border: none;
}
.content-header .navbar-nav>li>a  {
    border-radius: 0;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    transition: 0.2s ease all;
    background-color: #3261BE;
    border-color: #3261BE;
    padding: 7px 12px;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}
.content-header .navbar-nav>li>a:hover,
.content-header .navbar-nav>li>a:active,
.content-header .navbar-nav>li>a:focus,
.content-header .navbar-nav>li>a:active:focus {
    background-color: #fff;
    border-color: #3261BE;
    color: #3261BE;
    outline: none;
}
.content-header .stuck .navbar-nav>li>a,  .content-header .stuck .navbar-nav>li>button {
    margin-top: 8px;
}
/*------------TABLAS-------------*/
.table thead tr{
    background: #F7F9FA;
}
.table thead tr th{
    font-weight: normal;
    color: #3261BE;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px 8px;
    vertical-align: middle;
}
.table tr td .btn-group a{
    background: none;
    border: none;
    color: #3261BE;
}
.table tr td .btn-group a:hover{
    color: #3E4458;
}

.sin-header .box-header{
    display: none;
}
.badge{
    background: #FF7C7C;
}

.list-unstyled {
    width: 100%;
    display: -webkit-flex;
    display: flex;
}
.list-unstyled li {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.w100 {
    width: 100% !important;
}

/* Bootstrap Range Slider */
.slider.slider-horizontal {
    margin: 0 5%;
    margin-top: 25px;
    width: 90%;
}
.slider.slider-horizontal .slider-selection {
    background: #3261BE;
}
.slider.slider-horizontal .slider-handle {
    width: 40px;
    height: 40px;
    background: #3261BE;
    margin-left: -20px;
    top: -10px;
}
.slider.slider-horizontal .slider-handle:before {
    position: absolute;
    content: attr(aria-valuenow);
    color: #FFF;
    font-size: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}




/*-----taskes----*/
.task-list{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 450px;
    overflow-y: scroll;
    border:solid 1px #eee;
}
.task-list li .task-list-item{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.task-list li:nth-child(odd) .task-list-item{
    background: #f9f9f9;
}
.task-list li .task-list-item.list-item-active{
    background: #FFE5E5;
    color: #333;
}
.task-list li .task-list-item.done{
    /* Verde */
    color: #9CCC65;
}
.task-list li .task-list-item.todo{
    /* Rojo */
    color: #EF5350;
}
.task-list li .task-list-item.warning{
    /* Amarillo */
    color: #F7CA18;
}
.task-list li .task-list-item.more{
    /* Azul */
    color: #446CB3;
}
.task-details{
    height: 450px;
    overflow-y: scroll;
    border:solid 1px #eee;
}
.task-details .task-detail{
    padding: 10px;
}
.task-details .task-detail:not(.hide):nth-child(odd){
    background: #f9f9f9;
}
.task-details .task-detail  img{
    width: 250px;
    margin: 3px;
    max-width: 100%;
}

/* REGISTROS SHOW */
.titulo-tareas {
    font-weight: bold;
    size: 16px;
}

ul.tareas {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tareas li {
    display: inline-block;
    margin-right: 10px;
    width: calc(20% - 10px);
}


/*-----switch-----*/
.switch-wrapper{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0.75rem 0 1.5rem 0;
}
.switch {
	position: relative;
	display: inline-block;
	width: 75px;
	height: 30px;
    margin: 0;
}
.switch-left-title, .switch-right-title{
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}
.switch-left-title{
    margin-right: 1rem;
}
.switch-right-title{
    margin-left: 1rem;
}
.switch input {
	display:none;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	background-color: #3261BE;
	-webkit-box-shadow: inset 0 0 10px 0 #0e2a60;
	-moz-box-shadow: inset 0 0 10px 0 #0e2a60;
	box-shadow: inset 0 0 10px 0 #0e2a60;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	border-radius: 34px;
	padding: 5px;
}
.slider:before {
	position: absolute;
	content: "";
	-webkit-appearance: none !important;
	background-image: linear-gradient(-180deg, #F3F3F3 3%, #FFFFFF 92%);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
	border: 7px solid #FFFFFF;
	border-radius: 24px;
	height: 20px;
	width: 20px;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	transition: transform 1s;
}
input:checked + .slider:before {
	-webkit-transform: translateX(45px);
	-ms-transform: translateX(45px);
	transform: translateX(45px);
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	transition: transform 1s;
}

.slider:after {
	color: white;
	display: block;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	font-family: LatoRegular;
	font-size: 16px;
}
.leyenda{
    margin: 0.25rem 0 1.5rem 0;
}
.leyenda .leyenda-title{
    display: inline-block;
}
.leyenda .leyenda-items{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 0.65rem;
}
.leyenda .leyenda-items li{
    display: inline-block;
}