/*
 * Base structure
 */

 @font-face {
    font-family:"Panton";
    src:url("../fonts/Panton-Regular.woff2") format(woff2),
        url("../fonts/Panton-Regular.woff") format(woff);
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:"Panton";
    src:url("../fonts/Panton-Bold.woff2") format(woff2),
        url("../fonts/Panton-Bold.woff") format(woff);
    font-weight:bold;
    font-style:normal;
}
@font-face {
    font-family:Panton;
    src:url("../fonts/Panton-BoldItalic.woff2") format(woff2),
        url("../fonts/Panton-BoldItalic.woff") format(woff);
    font-weight:bold;
    font-style:italic;
}
@font-face {
    font-family:Panton;
    src:url("../fonts/Panton-Light.woff2") format(woff2),
        url("../fonts/Panton-Light.woff") format(woff);
    font-weight:300;
    font-style:normal;
}
@font-face {
    font-family:Panton;
    src:url("../fonts/Panton-LightItalic.woff2") format(woff2),
        url("../fonts/Panton-LightItalic.woff") format(woff);
    font-weight:300;
    font-style:italic;
} 
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family:'Panton' !important;
    padding-top: 50px;
    font-size: 12px;
    background: #f1f1f1;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #94ef5b;
}
h2 {
    font-size: 25px;
    color: #fff !important;
}
.modal{
    display: none;
    background: rgba(0,0,0,0.3);
    overflow: auto;
}
.modal.modal-warning .modal-header {
  background-color: #ffca6a;
}

.mb-5 {
    margin-bottom: 15px;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #777;
    height: 1px;
}
@media (min-width: 360px) and (max-height: 640px) {
    .navbar-inverse .navbar-toggle {
        background-color: #4a4a4a;
        border: none;
        margin: 3px;
    }
    .btn{
        margin-right: 5px !important;
    }
}
@media (min-width: 9000px){
    .navbar-inverse .navbar-toggle {
        background-color: #4a4a4a;
        border: none;
    }
    }
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover {
    color: #cec7c7;
}
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #cec7c7;
}
@media (min-width: 700px) and (max-height: 1024px) {
.navbar-nav>li>a {
    color: #cec7c7;
    font-size: 15px;
}
}
@media (min-width: 1024px) and (max-height: 1366px) {
    .navbar-nav>li>a {
        color: #cec7c7;
        font-size: 20px;
    }
    }
/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: none;
    /*border-bottom: solid 1px #e2e2e2;*/
    /*background-color: #d5d5d5;*/
    background-color: #292929;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);*/
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    position: fixed;
    width: 100vw;
    z-index: 200;
    left: -100vh;
    background-color: #292929;
    border-color: #f8f8f8;
    overflow-y: scroll;
    max-height: 100%;
}
@media screen and (min-width: 768px) {
    .sidebar {
        left: 0vh;
    }
}
.sidebar.collapse.in ul li span.glyphicon{
    margin-left: 0%;

}
.sidebar.collapse.in ul li span.menu-item-text{
    display: inline-block;
}
.sidebar.collapse ul li span.glyphicon{
    margin-left: 85%;
}
.sidebar.collapse ul li span.menu-item-text{
    display: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #c1c1c1;
}
.navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    background: #fff;
    /* color: #555; */
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #319610 !important;
}
/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-collapsed--collapsed {
    left: -100vh !important;
}
@media screen and (max-width: 768px) {
    .nav-collapsed--collapsed {
        left: 0 !important;
    }
    .sidebar .main-logo img {
        width: 50% !important;
    }
}
.content--collapsed {
    margin-left: 0 !important;
    width: 100%;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  color:#cec7c7
}
.nav-sidebar > li > a:hover{
    background: none;
}
.nav-sidebar > li > a.thumbnail:hover{
    background: #fff !important;
}
.submenu li a{
    color:#b8c7ce;
    padding-right: 20px;
    padding-left: 20px;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.sidebar.collapse{
    height: 100% !important;
    position: fixed;
    left: -140px;
}
.sidebar.collapse.in{
    left: 0px;
}
.sidebar.collapsing{
    height: 100% !important;
    margin-right: 10%;
}

/*
 * Main content
 */
 @media (min-width: 360px) and (max-width: 640px) {
    .main {
      padding: 20px;
      transition: 1s;
      transition-property: left;
      margin-left: 8.3%;
      height: 100% !important;
      position: relative;
      overflow-x: hidden;
    }
    }
 @media (min-width: 900px) {
.main {
  padding: 20px;
  transition: 1s;
  transition-property: left;
  margin-left: 8.3%;
  height: 100% !important;
  position: relative;
  overflow-x: hidden;
}
}
.main.collapse{
    display: block;
    left: -140px;
    width: 96%;
    
}

.main.collapse.in{
    left: 0;
    width: 89%;
}
.main.collapsing{
    height: 100% !important;
    left: -240px;
    

}

@media (min-width: 400px) and (max-width: 768px) {
    .main-collapse{
        left: 150px !important;

    }
}

@media (min-width: 768px) {
  .main {
    padding-right: 10px;
    padding-left: 40px;

  }
}
.main .page-header {
  margin-top: 0;
}

.control-panel .btn {
    line-height: 17px;
}
/*
 * Placeholder dashboard ideas
 */
 @media (min-width: 768px) and (max-height: 1024px){
    .control-panel .btn {
        font-size: 11px;
        height: 85px;
        width: 75px;
        
    }
 }
 @media (min-width: 1024px) and (max-height: 1366px){
    .control-panel .btn {
        font-size: 11px;
        height: 96px;
        width: 118px;
        margin-bottom:20px ;
    }
 }
 @media (min-width: 1366px){
    .control-panel .btn {
        font-size: 16px;
        height: 122px;
        width: 133px;
        margin-bottom:20px;
    }
 }

.control-panel .fa {
    color: #3e3b3bf0; /*#6e6e6e;*/
    margin-bottom: 10px;
}
.control-panel .fa.extra-space {
    margin-bottom: 20px;
}

.control-panel .placeholder {
    vertical-align: middle;
}

@media (min-width: 300px) { 
    .placeholders {
      margin-bottom: 30px;
      margin-top: 20px;
    }
}

@media (min-width: 1360px) { 
.placeholders {
  margin-bottom: 30px;
  text-align: center;
  margin-top: 20px;
}
}

.placeholders h4 {
  margin-bottom: 0;
}
@media (min-width: 360px) and (max-height: 640px) { 
.placeholder {
  margin-bottom: 20px;
  position: relative;
  margin-left: 20%;
}
}
@media (min-width: 411px) and (max-height: 731px) { 
    .placeholder {
      margin-bottom: 20px;
      position: relative;
      margin-left: 21%;
    }
}
@media (min-width: 411px) and (max-height: 823px) { 
    .placeholder {
      margin-bottom: 20px;
      position: relative;
      margin-left: 21%;
    }
}
@media (min-width: 320px) and (max-height: 568px) { 
    .placeholder {
      margin-bottom: 20px;
      position: relative;
      margin-left: 20%;
    }
}
@media (min-width: 375px) and (max-height: 667px) { 
    .placeholder {
      margin-bottom: 20px;
      position: relative;
      margin-left: 21%;
    }
}
@media (min-width: 414px) and (max-height: 736px) { 
    .placeholder {
      margin-bottom: 20px;
      position: relative;
      margin-left: 26%;
    }
}
@media (min-width: 375px) and (max-height: 812px) { 
    .placeholder {
      margin-bottom: 20px;
      position: relative;
      margin-left: 21%;
    }
}
.list-files-row .placeholder {
    margin-left: 0; 
}
.placeholder a{
    width: 70%;
    text-decoration: none !important;
}
.list-files-row .placeholder:hover > .dgti-delete-file{
    display: block;
}
.list-files-row .placeholder:hover > .dgti-edit-file{
    display: block;
}
.placeholder img {
    display: inline-block;
    width: 100%;
    margin: 0;
    max-width: 100%;
    max-height: 100% !important;
    height: 100% !important;
}
.modal-header{
    /* background: #DFDFDF;
    color: #000;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12); */
    border: none !important;
}
.modal-footer{
    padding: 15px;
    text-align: right;
    border: none !important;
}
.placeholder .thumbnail{
    padding: 0 !important;
    height: 210px;


}
/*.placeholder .thumbnail .caption{
    text-align: left !important;
    cursor: move;
    background: #eee;
    height: 100%;
}*/
.placeholder .thumbnail .caption {
    text-align: left !important;
    cursor: move;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;

    position: absolute;
    height: 20%;
    top: 66%;
    color: #fff;
    width: 78%;
    bottom: 0;
    white-space: nowrap;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}
.placeholder .dgti-delete-file{
    position: absolute;
    left: 74%;
    top: 0;
    display: none;
}
.placeholder .dgti-delete-file a{
    width: 100%;

}
.placeholder .dgti-edit-file{
    position: absolute;
    left: 55%;
    top: 0;
    display: none;
    margin-right: 10% !important;
}
.placeholder .dgti-edit-file a{
    width: 100%;

}
.navbar-toggle {
    display: block;
}
@media (min-width: 768px){

}
.list-group-item.active{
    background: #c2c9d0 !important;
    border-color:#c2c9d0 !important;
}
.list-group li{
    margin-top: 0% !important;
}

.fc-event{
    border: 1px solid #9d47d4  !important;
    background-color: #9d47d4  !important;
}
.fc-event.date_imparticion{
    background-color: orange !important;
    border: 1px solid orange !important;
}

.buttons-assing{
    padding-top: 10%;
    text-align: center;
    border: 1px solid rgb(248, 248, 248);
    background: rgb(248, 248, 248);
    padding-bottom: 10%;
    border-radius: 5px;
    margin-bottom: 2%;
}
.buttons-assing button{
    margin-top: 10px;
    display: list-item;
    margin-left: auto;
    margin-right: auto;

}
.progress{
    position: relative;
}
.progress-value{
    position: absolute;
    left: 45%;
    top:5%;
}
.list-files-selected .row{
    padding-top: 2%;
    padding-bottom: 2%;
}
.pagination{
    margin: 0 !important;
    margin-bottom: 1% !important;
}
.pagination>li>a, .pagination>li>span{
    border:0;
    color: #444;
}
.pagination li a:hover{
    background: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #37474F;
    border-color: #37474F;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 2px;

}
.folders{
    list-style: none;
    padding-left: 2%;
    padding-bottom: 2%;
}
.folders li span.node-text{
    padding: 5px;
    cursor: pointer;

}
.folders li {
    margin-top: 2%;
}
.folder-selected{
    background: #00A8E2  !important;
    border-color:#00A8E2  !important;
    color:#fff;
}
.folders  .fa-folder{
    color: #ecab10;
}
.folders  .fa-folder-open{
    color: #ecab10;
}
.folders ul{
    margin-top: 2%;
    list-style: none;

    padding-left: 7.2%;
    margin-top: 1%;
}
.folders li i.fa-caret-right.close{
    opacity: 1;
}



.overlay.grid{
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.icon-loading{
    /*content: '\f1ce';
     font-family: FontAwesome;
     font-weight: normal;
     font-style: normal;
     text-align: center;
     margin: auto;
     top:50%;
     position:absolute;
     left:50%;*/
    position: absolute;
    left: 51%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -75px 0 0 -75px;
    border: 16px solid #32544f;
    border-radius: 50%;
    border-top: 16px solid #009982;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    content:"";
    text-align: center;
    vertical-align:middle;

    flex-wrap: wrap;
    align-content:center;
    background: #fbefef;


}
.text-loading{
    position: absolute;
    left: 0;
    top: 0;
    right:0;
    content:" Cargando...";
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #42393b;
    font-weight: bold;
    line-height: 375px;
    text-align: center;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.modal .modal-md{
    width: 25%;
}
.modal-md .message{
    padding-top: 2%;
}
.modal-md h4{
    font-size: 15px;
    font-weight: bold;
}

.table thead th{
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #796f6f !important;
    /*background: #ccc;*/
    color: #444;
    /*border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd !important;*/
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
    border-top: 1
}

.table-striped>tbody>tr:hover {
    background-color: #fffce4;
}
.table-striped>tbody tr td{
    border-top: 0 !important;
}
.pagination-info label{
    padding-bottom: 2%;
}
.footer-table{
    border: 1px solid #ddd;
    box-shadow: none !important;

}
.mceLayout{
    width: 100% !important;
    height: 400px !important;
}
.panel {
    margin-top: 1em;
}
@media (min-width: 768px) and (max-height:1024px) {
    .panel{
        margin-left: 10%;
        margin-right: -35%;
        margin-top:4%;
        border-radius: 2px;
        border: 0;
        padding-bottom: 1%;
        box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.2);
    }
}
@media (min-width: 1330px) {
.panel{
    margin: auto;
    margin-left: 1%;
    border-radius: 2px;
    border: 0;
    padding-bottom: 1%;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.2);
}
}
.panel form{
    padding-bottom: 1%;
}

.panel-footer{
    background: #fff;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
}
.panel.panel-danger > .panel-heading {
    background-color: #f44336;
}
.panel.panel-primary > .panel-heading {
    background-color: #00A8E2;
}
.panel.panel-warning > .panel-heading {
    background-color: #ff5722;
}
.panel.panel-success > .panel-heading {
    background-color: #009982
}
.panel.panel-info > .panel-heading {
    background-color: #d1f8d3;
}

[class*="panel-"] > .panel-heading {
    color: #fdfdfd;
    border: 0px;
    /* text-shadow:  2px 2px #fdfdfd */
}
.alert.alert-success {
    background-color: #009982;
    color: rgba(255,255,255, 0.84);
}
.alert.alert-danger {
    background-color: #FF8400;
    color: rgba(255,255,255, 0.84);
}
.alert.alert-warning {
    background-color: #f08019b0;
    color: rgba(255,255,255, 0.84);
}
.dropdown-menu{
    border:0 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #666; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #00A8E2 !important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #009688; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background: #fff;
  }
  
  /* On mouse-over, add a deeper shadow */
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  /* Add some padding inside the card container */
  .card .container {
    padding: 2px 16px;
    width: auto !important;

  }
@media (min-width: 1024px) and (max-width: 1366px) { 
    .btn{
        margin-left: -13px !important;
}
}
  @media (min-width: 1366px) { 
  .btn{
      margin-left: 9px !important;
  }
}

.btn.btn-raised:not(.btn-link), .input-group-btn .btn.btn-raised:not(.btn-link), .btn-group-raised .btn:not(.btn-link), .btn-group-raised .input-group-btn .btn:not(.btn-link) {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-raised.btn-info, .input-group-btn .btn.btn-raised.btn-info, .btn.btn-fab.btn-info, .input-group-btn .btn.btn-fab.btn-info, .btn-group-raised .btn.btn-info, .btn-group-raised .input-group-btn .btn.btn-info {
    background-color: #00A8E2;
    color: rgba(255,255,255, 0.84);
    border: 1px solid #00A8E2;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.btn.btn-raised.btn-success, .input-group-btn .btn.btn-raised.btn-success, .btn.btn-fab.btn-success, .input-group-btn .btn.btn-fab.btn-success, .btn-group-raised .btn.btn-success, .btn-group-raised .input-group-btn .btn.btn-success {
    background-color: #007665;
    color: rgba(255,255,255, 0.84);
    border: 1px solid #007665;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.btn.btn-raised.btn-warning, .input-group-btn .btn.btn-raised.btn-warning, .btn.btn-fab.btn-warning, .input-group-btn .btn.btn-fab.btn-warning, .btn-group-raised .btn.btn-warning, .btn-group-raised .input-group-btn .btn.btn-warning {
    background: #F08019;
    color: rgba(255,255,255, 0.84);
    border: 1px solid #F08019;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.btn.btn-raised.btn-danger, .input-group-btn .btn.btn-raised.btn-danger, .btn.btn-fab.btn-danger, .input-group-btn .btn.btn-fab.btn-danger, .btn-group-raised .btn.btn-danger, .btn-group-raised .input-group-btn .btn.btn-danger {
    background-color: #1F3464;
    color: rgba(255,255,255, 0.84);
    border: 1px solid #1F3464;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.btn.btn-raised, .input-group-btn .btn.btn-raised, .btn.btn-fab, .input-group-btn .btn.btn-fab, .btn-group-raised .btn, .btn-group-raised .input-group-btn .btn, .btn.btn-raised.btn-default, .input-group-btn .btn.btn-raised.btn-default, .btn.btn-fab.btn-default, .input-group-btn .btn.btn-fab.btn-default, .btn-group-raised .btn.btn-default, .btn-group-raised .input-group-btn .btn.btn-default {
    background-color: #EEEEEE;
    color: rgba(0,0,0, 0.87);
    border: 1px solid #EEEEEE;
}
.modal-content{
    border-radius: 8px;
    box-shadow: 2px 2px -1px 1px rgba(84, 84, 84, 0.8) !important;
}
.errors-upload{
    clear: both;
    margin-top: 10%;
    margin-left: 2%;
    margin-right: 2%;
}
.label-success{
    background: #96af50;
}
.label-danger{
    background-color: #1F3464;
}
.dd-icon-blank{
    background:url('../img/ico_blank.gif') !important;
    height:12px;
    width:12px;
    float:right;
    background-repeat:no-repeat;
    background-position:center;
}
.dd-icon-pdf{
    background:url('../img/ico_pdf.gif') !important;
    height:12px;
    width:12px;
    float:right;
    background-repeat:no-repeat;
    background-position:center;
}
.dd-icon-doc{
    background:url('../img/ico_doc.gif') !important;
    height:12px;
    width:12px;
    float:right;
    background-repeat:no-repeat;
    background-position:center;
}
.dd-icon-xls{
    background:url('../img/ico_xls.gif') !important;
    height:12px;
    width:12px;
    float:right;
    background-repeat:no-repeat;
    background-position:center;
}
.dd-icon-txt{
    background:url('../img/ico_txt.gif') !important;
    height:12px;
    width:12px;
    float:right;
    background-repeat:no-repeat;
    background-position:center;
}
.dd-icon-img{
    background:url('../img/ico_imagen.gif') !important;
    height:12px;
    width:12px;
    float:right !important;
    background-repeat:no-repeat;
    background-position:center;
}
.dd-icon-zip{
    background:url('../img/ico_zip.gif') !important;
    height:12px;
    width:12px;
    float:right;
    background-repeat:no-repeat;
    background-position:center;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:-98%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
    position: absolute;
    width: 100%;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.dropdown-submenu.open > .dropdown-menu{
    display: inline-block;
}
.event_selected{
    background: #bdb3b3 !important;
    border:1px solid #bdb3b3 !important;
}
.fc-event.inactivo {
    background: #777 !important;
    border:1px solid #777 !important;
}

@media (min-width: 768px) {
  .sidebar {
      position: fixed;
      top: 50px;
      bottom: 0;
      left: 0;
      width: 10.3%;
      z-index: 1000;
      display: block;
      padding: 0px 20px 20px 20px;
      overflow-x: hidden;
      overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
      border-right: 1px solid #ebebeb;
      /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);*/
  }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #009982;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/**
 * Loader.
 */
 .loader {
  border: 12px solid #f3f3f3; /* Light grey */
  border-top: 12px solid #a5d57f; /* Green */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
 }
 .box .loader {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -30px;
   margin-top: -30px;
 }
/**
 * Box - Loading.
 */
.box>.overlay,
.overlay-wrapper>.overlay,
.box>.loading-img,
.overlay-wrapper>.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
}
.box .overlay>.fa,
.overlay-wrapper .overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}
.loading {
  display: none;
}
#formLogin .fa{
    color: #743089 !important;
}
h2{
    color:black;
}
.panel .panel{
    margin: 1%;
}
.progress-bar-success {
    background-color: #009982;
}
.fa.fa-question-circle{
    color: #FFCD00!important;
}
.panel-body .table-bordered{
    margin-top: 2%;
}
@media (min-width: 360px) and (max-height: 640px) {
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 26px;
}
}
@media (min-width: 411px) and (max-height: 731px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 10px 10px;
        font-size: 12px;
        line-height: 26px;
    }
    }
@media (min-width: 411px) and (max-height: 823px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 10px 10px;
        font-size: 14px;
        line-height: 26px;
}
}
@media (min-width: 320px) and (max-height: 568px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 12px 2px;
        font-size: 11px;
        line-height: 26px;
}
}
@media (min-width: 375px) and (max-height: 667px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 12px 2px;
        font-size: 14px;
        line-height: 26px;
        margin-left: -8px;
}
}
@media (min-width: 414px) and (max-height: 736px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 12px 2px;
        font-size: 16px;
        line-height: 26px;
        margin-left: -8px;
}
}
@media (min-width: 375px) and (max-height: 812px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 12px 2px;
        font-size: 14px;
        line-height: 26px;
        margin-left: -11px;
}
}
@media (min-width: 768px) and (max-height: 1024px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 12px 12px;
        font-size: 19px;
        line-height: 26px;
}
}
@media (min-width: 1024px) and (max-height: 1336px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 12px 12px;
        font-size: 20px;
        line-height: 26px;
}
}
.input-group-btn .btn{
    margin-left: 0 !important;
}

/* Estilos de Login */
.admin-login__title {
    color: #1F3262; 
    font-weight: bold;
    margin-bottom: 1em;
}
.admin-login__img {
    width: 250px;
    margin-bottom: 1em;
}
.admin-login__form-group {
    padding: 0 4em;
}
.admin-login__control-label {
    float: left;
}
.admin-footer__title {
    font-size: 17px;
    font-weight: bold;
    opacity: 0.5;
    text-align: center;
    margin-top: 7rem;
}
.admin-footer__subtitle {
    font-size: 17px;
    opacity: 0.5;
    text-align: center;
}
.d-inline-block {
    display: inline-block;
    font-size: 1.3em;
    opacity: 0.8;
    margin-left: 0.3em;
}
#enviar {
    width: 200px;
    border-radius: 3px;
    padding: 0.6em 0;
    margin-left: 0 !important;
    font-size: 15px;
    letter-spacing: 0.1rem;
    margin-top: 1em;
}
/* Fin de estilos de login */
.table-responsive{
    min-height: 400px !important;
}
.form-control.ui-state-error{
    border: 1px solid #FF8400 !important;
   
}
.form-group label.ui-state-error{
    background: #FF8400 !important;
    color: #fff !important;
    border: 1px solid #FF8400 !important;
}
.square {
    position: relative;
    width: 150px;     
    height: 150px;
    overflow: hidden;
    margin: auto;
 }
 .square > img{
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: auto;
    top: 50%;     
    left: 50%;
    transform: translate( -50%, -50%);
 }
 .square > img.landscape{
    height: 100%;
    width: auto;
    
 }
 .fc-toolbar h2{
    color: #000 !important;       
}
.starrr .fa-star-o, 
.starrr a {
    font-size: 20px !important;
    margin: 0 0.1em !important;
    color: #00A8E2;
}

.starrr .fa-star-o:hover,

.starrr a:hover {
    color: #00A8E2 !important;
}
.starrr a {
    color: #00A8E2 !important;
}

/* .starrr .fa-star-o:before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
} */