/*
    Rojo: # ca2a30;
    Azul: # 36456d;
    Azul2: # 00a0e0;
*/
body {
    color: #999;
    background-color: #f9f9f9;
}

a {
    color: #36456d;
}

select{
    background: #ffffff1c !important;
}

h1,h2,h3,h4,h5{
    font-family: montserrat;
}


.text-300{
    font-weight:300; !important;
}

.text-underline{
    text-decoration: underline !important;
}

a.text-underline:hover{
    text-decoration: none !important;
}

.text-white{
    color:#fff !important;
}

.text-lightblue{
    color:#B1E0FF;
}

.text-blue{
    color:#6CBDF3 !important;
}

.text-hover-white:hover{
    color:#fff !important;
}

.text-hover-lightblue:hover{
    color:#B1E0FF;
}

.text-hover-blue:hover{
    color:#6CBDF3 !important;
}

.text-size-24{
    font-size:24px;
}

.text-bold{
    font-weight: bold;
}

.text-weight-500{
    font-weight:500;
}

.text-uppercase{
    text-transform: uppercase !important;
}

.bg-transparent{
    background:transparent !important;
}


.bg-white{
    background:#ffffff !important;
}

.bg-blue{
    background:#6CBDF3 !important;
}

.bg-card{
    background: #161626 !important;
}

.bg-card-black{
    background: #121220 !important;
}

.bg-purple{
    background:#131229 !important;
}

.bg-purple2{
    background:#161626 !important;
}

.bg-team-home{
    background:#9462D4 !important;
}

.bg-team-guest{
    background:#F17171 !important;
}

.text-hover-underline:hover{
    text-decoration: underline;
}

.box-shadow-none{
    box-shadow:none !important;
}

.b-radius-8{
    border-radius: 8px;
}

.b-b-blue{
    border-bottom:1px solid #6CBDF3;
}

.b-blue{
    border:1px solid #6CBDF3;
}

.b-t-gray{
    border-top:1px solid #6E6E6E;
}



.theme-primary .btn-outline.btn-primary {
    color: #FFF;
    background-color: #36456d;
    border-color: transparent;
    padding: 4px 25px;
}

.theme-primary .btn-outline.btn-primary:hover, .theme-primary .btn-outline.btn-primary:active, .theme-primary .btn-outline.btn-primary.active {
    background-color: #00a0e0 !important;
	border-color: #00a0e0 !important;
    color: #ffffff;
}

.theme-primary .btn-primary:hover, .theme-primary .btn-primary:active, .theme-primary .btn-primary:focus, .theme-primary .btn-primary.active {
    background-color: #00a0e0 !important;
	border-color: #00a0e0 !important;
    color: #ffffff;
}

.input-group .input-group-text {    
    background-color: #ffffff;
}

.form-control {    
    border-color: #999;
    background: #f9f9f9;    
    color: #999;
}

.theme-primary .form-control:focus {
    border-color: #36456d;
}

.input-group-text {    
    color: #999;
}

.input-group .input-group-text {    
    border-color: #999;
}

.card-footer {    
    background-color: transparent;
}

.box-footer {
    border-top: 1px solid #999;    
}

.fixed .wrapper, .main-header .logo, .user-panel {
    overflow: initial;
}

.fixed .wrapper, .main-header .logo, .user-panel {
    overflow: initial;
    background: transparent;
}

.card.login .box-footer, 
.card.login .box-body
{    
    padding: 1.5rem 0;
}

.card.login .card-footer{
	padding: 1rem 1.5rem;
}

.dashboardMetricas .box-header{    
    padding: 6px 16px;
    text-align: center;
}

.dashboardMetricas .box-body {
    padding: 0.5rem 1.5rem;    
}

.dashboardMetricas .box-body h2{    
    text-align: center;
    font-style: italic;
    color: #999;
    margin:0;
}

.dashboardMetricas .box-primary .box-header{
    background: #00a0e0;
    color: #fff;
}

.dashboardMetricas .box-secondary .box-header{
    background: #ca2a30;
    color: #fff;
}

.dashboardMetricas .box-tertiary .box-header{
    background: #ca2a30;
    color: #fff;
}

.dashboardMetricas .box-fourth .box-header{
    background: #36456d;
    color: #fff;
}

.theme-primary .dashboardMetricas .box-primary {
    background-color: #FFF !important;
}

.theme-primary .dashboardMetricas .box-secondary {
    background-color: #FFF !important;
}

.light-skin .sidebar-menu > li:hover > a, .light-skin .sidebar-menu > li:active > a, .light-skin .sidebar-menu > li.active > a {
    color: #fff;
    background: #00a0e0;
    border-radius: 2em;
}

.sidebar-menu > li:hover > a > svg, .sidebar-menu > li:active > a > svg, .sidebar-menu > li.active > a > svg {
    color: #fff;
}

.light-skin .sidebar a {
    color: #00a0e0;
    background: #f9f9f9;
    border-radius: 1em;
    margin: 7px 0;
}

.sidebar-menu > li > a > svg {
    color: #00a0e0;
}

.user-profile{
    border-bottom: 1px solid #e2e5ed;
}

.user-profile > div{
    text-align: center
}

.user-profile > div div.image{
    width:130px;
    height:130px;
    overflow:hidden;
    display: inline-block;        
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;  
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.user-profile > div img{
    width: 100%;
}

.user-profile > div .info a{
    color: #36456d;
    font-weight: bold;
}

.content-header .page-title {    
    color: #36456d;
}

.content-header .breadcrumb {
    color: #36456d;
}

.content-header .breadcrumb .breadcrumb-item a {
    color: #36456d;
}

.navbar-custom-menu .navbar-nav > li > a.dropdown-toggle {
    width: auto;
}

.navbar-custom-menu .navbar-nav > li:last-child > a {
    width: auto;
}

.light-skin .main-header .navbar .nav > li > a {
    color: #fff;
    font-size: 1rem;
}

.light-skin .main-header .navbar .nav > li > a i{    
    font-size: 1.8rem;
}

.form-group label {
  font-weight: 300;
}

.text-100{
    font-weight: 100 !important;
}

.text-200{
    font-weight: 200 !important;
}

.text-300{
    font-weight: 300 !important;
}

.text-400{
    font-weight: 400 !important;
}

.text-500{
    font-weight: 500 !important;
}

.text-600{
    font-weight: 600 !important;
}

.text-700{
    font-weight: 700 !important;
}

.text-800{
    font-weight: 800 !important;
}


h3.page-title, .kt-portlet__head-title{
    color: #36456d;
    font-weight:bold;
}

label{
    color: #36456d;
}
header nav .badge-default {
    background-color: #ca2a30;
    color: #fffffb;
}

.header-megamenu .btn-group{    
        align-items: center;
    }

.theme-primary.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
    color: #00a0e0;
}

.sidebar-menu .treeview-menu > li > a:hover {
    opacity: 1;
    background: #00a0e0;
    color:#fff !important;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td, 
.table-bordered > tbody > tr > th{
    border: 1px solid #36456d;
}

.theme-primary .btn-info {
    background-color: #36456d;
    border-color: #36456d;
    color: #ffffff;
}

.theme-primary .btn-info:hover, .theme-primary .btn-info:active, .theme-primary .btn-info:focus, .theme-primary .btn-info.active {
    background-color: #00a0e0 !important;
    border-color: #6a9552 !important;
}

.theme-primary a:hover, .theme-primary a:active, .theme-primary a:focus {
    color: #00a0e0;
}

#fseguimiento .box-body,
#seguimiento .box-body, 
#seguimiento .box-body .box-title,
#seguimiento .box-body p
 {    
    color: #36456d;
}

.theme-primary .nav-tabs .nav-link.active {
    border-bottom-color: #36456d;
    background-color: #36456d;
    color: #ffffff;
}

.nav-tabs .nav-link {
    position: relative;
    color: #36456d;
    padding: 0.5rem 1.25rem;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #d9d9d9;
}

.light-skin .sidebar-menu > li.menu-open > a {
    color: #36456d;
}

.sidebar-menu > li.menu-open > a > svg {
    color: #36456d;
}

.theme-primary .btn-primary {
    background-color: #00a0e0;
    border-color: #00a0e0;
    color: #36456d;
}

.dz-default.dz-message{
    color: #36456d;
}

.theme-primary .btn-danger {
    background-color: #ca2a30;
    border-color: #ca2a30;
    color: #ffffff;
}

.theme-primary .btn-danger:hover, .theme-primary .btn-danger:active, .theme-primary .btn-danger:focus, .theme-primary .btn-danger.active {
    background-color: #b36405 !important;
    border-color: #b36406 !important;
    color: #ffffff;
}

.chzn-container-single .chzn-default {
    color: #999;
    border-radius: 5px;
}

.theme-primary .nav-tabs .nav-link.active:hover, .theme-primary .nav-tabs .nav-link.active:focus {
    border-bottom-color: #0D5A49;
    background-color: #36456d;
    color: #ffffff;
}

.theme-primary .nav > li > a:hover, .theme-primary .nav > li > a:active, .theme-primary .nav > li > a:focus {
    color: #00a0e0;
    background: #e1e1df;
}

.sidebar-collapse .user-profile > div div.image {
    width: 50px;
    height: 50px;
}

.theme-primary .btn-success{    
    background-color: #36456d;
    border-color: #36456d;
    color: #ffffff;
}

.theme-primary .btn-success:hover, .theme-primary .btn-success:active, .theme-primary .btn-success:focus, .theme-primary .btn-success.active {
    background-color: #00a0e0 !important;
    border-color: #00a0e0 !important;
    color: #ffffff;
}

.theme-primary .btn-danger:hover, .theme-primary .btn-danger:active, .theme-primary .btn-danger:focus, .theme-primary .btn-danger.active {
    background-color: #e87272 !important;
    border-color: #e87272 !important;
    color: #ffffff;
}

.flexigrid .dropdown-menu > li > a {
    color: gray;
    display: block;
    padding: 6px;
}

.theme-primary .flexigrid .dropdown-menu a:hover{
    color: #fff;
    background: #00a0e0;    
}

.btn-transparent{        
    padding: 8px 40px;    
    border: 1.5px solid #6CBDF3;
    box-sizing: border-box;
    border-radius: 100px;
    background: transparent;
    color:#6CBDF3;
}

.btn-transparent:hover{            
    color:#ffffff;
    border-color:#ffffff;
}

.btn-solid{     
    border-radius: 100px;   
    padding: 8px 40px;    
    border: 1.5px solid #00a0e0;
    box-sizing: border-box;
    border-radius: 100px;
    background: #00a0e0;
    color: #36456d;
}

.btn-solid:hover{            
    color:#ffffff;    
}



.modified::after {
  content: '*';
  color: #fff;
  color: #FF8E94;
  font-weight: bold;
}


/******************************************** LOGIN *****************************/
div.logo{
    margin-top: 60px;
    text-align: center;
    margin-bottom: 20px;
}

div.logo img{
    width: 50%;
}

.login.card {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.login.card .card-body .formlogin{
    padding: 20px 80px;
}

.login.card .card-body .card-title {  
  text-align: center;
  color:#83D3EE;
  font-weight: 500;
    font-size: 24px;
}

.login.card .card-body .card-subtitle{
    text-align: center;
    color:#FFFFFF;
}

.login.card label{
    color:#6CBDF3;
}

.login.card input, .login.card select{
    color:#6CBDF3;
    padding: 8px 12px 8px 16px;
    background: #10121F;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;    
}

.login.card .hasicon input{    
    border-right:0;
}

.login.card .input-group-text {
  background: #10121F;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
  border-radius: 0 8px 8px 0 !important;  
}

.login.card .box-footer{
    border:0;
}

footer .logo{
    width:70%;
}

.notifications-menu > a > span{
    font-size: 13px;
    padding: 7px;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #83d3ee;
}

.slimScrollDiv{
    position: relative; 
    overflow: 
    hidden; 
    width: auto; 
    height: 250px;
}

.sidebarTarjetas{
    background: #161626;
    border-radius: 40px;
    padding: 4px;
}

.sidebarTarjetas ul{
    border: 0;
}

.nav-tabs .nav-link{
    border: 0;
}

.theme-primary .nav-tabs .nav-link.active,
.theme-primary .nav-tabs .nav-link:hover {
  border-bottom-color: #292B3C;
  background-color: #292B3C;
  color: #91D3FF;
  border-radius: 40px;
}

.theme-primary .nav-tabs .nav-link {  
  color: #FFF;
}

.team {  
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  margin-bottom: 10px;
  display: inline-block;
}

.close {  
  /*color: #fff;
  border: 1px solid #fff;*/
  opacity: 1;
}

.modal-content{
    background: #1B1C30;
    box-shadow: 0px 4px 37px #000000;
    border-radius: 20px;
    color: #fff;
}


.modal-header {
  border:0;
  padding: 10px;
}

#modalNegotiation .fieldsetcontent .form-group label{
    white-space: nowrap;
    padding-left: 24px;
}


@media screen and (min-width:768px){
    header.main-header .header-megamenu nav{
        justify-content: space-between;
    }

    header.main-header nav ul.header-megamenu {
        width:60%;
        justify-content: center;
        flex-wrap: nowrap;
    }

    header.main-header nav ul.header-megamenu li {
        width:30%;
        justify-content: center;
    }

    header.main-header nav ul.header-megamenu li a {
      min-width: 170px;
      text-align: center;
    }
}

@media screen and (max-width:768px){
    .text-size-24 {
      font-size: 18px;
    }

	.nav {	    
	    flex-wrap: nowrap;
	}

	.card-img-top {
	    width: 40%;
	}

    .main-sidebar {
        margin-top: 60px;
        padding-top: 0px;
    }

    .main-header .navbar{
        flex-wrap: nowrap;
    }

    .main-header .navbar div{
        display: flex;
    }

    .navbar-custom-menu .navbar-nav li > a.dropdown-toggle {
        padding: 0;
    }

    .navbar-custom-menu .navbar-nav {        
        align-items: baseline;
    }

    .main-header .nav{
        flex-direction: row;
    }

    .main-header .nav li{
        margin-right: 10px
    }

    .main-header .navbar-custom-menu ul{
        align-items: center;
    }

    .main-header .navbar-custom-menu ul li{
        margin-top: 20px;
    }

    .waves-effect {      
      overflow: initial;
    }

    .slimScrollDiv ul{        
        width: 100% !important;
    }

    .main-header .navbar-custom-menu ul li ul li,
    .main-header .navbar-custom-menu .slimScrollDiv ul li {
      margin-top: 0px;
    }

    .mainMenu .dropdown-menu {
      position: absolute;
      float: none;
      width: 100%;
    }

    .mainMenu .dropdown-menu a{
        display: block;padding: 15px;border-bottom: 1px solid #eee; 
    }    

    
}