#panel-login {
    background-color: #0078d7;
}

.btn {
    border-radius: 4px !important;
    padding: 6px 12px;
}

.btn-form {
    height: 46px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 56px;

}

.btn-form-a {
    height: 46px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;


}

.btn-form-b {
    height: 46px;
    font-size: 20px;
    font-weight: 600;


}


.panel.panel-primary .panel-heading {
    background-color: #0078d7;
    color: #fff;
 
}
.btn-success {
    background-color: #5cb85c !important;
    border: 1px solid #4cae4c !important;
}
.btn-primary {
    background-color: #0078d7 !important;
    border: 1px solid #3960d1 !important;
 }
.navigation>ul>li>a {
    font-size: 17px;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
}

.gray {
    background-color: #e6ebec;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0px solid #ddd;
}

#datatable_wrapper>div:nth-child(3n) {
    border-top: 1px solid #ddd;
}

.navigation {
    margin: 61px 0px 20px;
}

.logo {
    background-color: #0078d7;
}

header {
    background-color: #0078d7;
}

.navbar-toggle .icon-bar {
    background-color: white;
}

.username {
    color: white;
}

.caret {
    color: white;
}

.navigation ul li ul li.active a {
    color: #0078d7 !important;
}

.checkbox-inline+.checkbox-inline {
    margin-left: 0px;
}

.select2-container-multi .select2-choices {
    min-height: 46px;
}

#dataModalActividades .select2-container-multi .select2-choices {
    min-height: 26px;
    min-width: 200px;
}

#dataModalActividades .select2-container .select2-choice, #dataModalEditActividades .select2-container .select2-choice {
    padding: 3px 0 3px 8px;
}
aside.left-panel.collapsed .navigation {
    margin: 51px 0px 20px;
}

.fa-circle-o-notch:before {
    content: "\f1ce";
    font-size: 80px;
    color: #0078d7;
}
.fa-circle-o-notch2:before {
    content: "\f1ce";
    font-size: 20px;
    color: #ffffff;
}
#btnspin.btn{
    border-radius: 4px !important;
    margin-top: -10px!important;
}
#fade {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 110%;
    height: 100%;
    background-color: #020202e3;
    z-index: 1001;
    -moz-opacity: 0.85;
    opacity: .85;
    filter: alpha(opacity=85);
}


#modal {
    display: none;
    position: absolute;
    top: 25%;
    left: 47%;
    z-index: 1002;
    text-align: center;

}

.select2-container .select2-choice {
    display: block;
    padding: 7px 0 7px 8px;
    overflow: hidden;
    position: relative;
    font-size: 13px;
    border: 1px solid #ccc;
    white-space: nowrap;
    line-height: 29px;
    color: #444;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
    font-size: 17px;
}
#dataModalActividades, #dataModalEditActividades {
    table-layout: fixed;
    width: 100% !important;
}

#dataModalActividades th, #dataModalEditActividades th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav.nav-tabs+.tab-content,.tabs-vertical-env .tab-content {
  background: #FFF;
  padding: 15px 0;
  margin-bottom: 5px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.input-lg {
    padding: 10px 5px!important;
}


/* Mobile Devices */
@media (max-width: 480px) {
    .ponchar.desktop{
        display: none!important;
      }
      .ponchar.mobile{
        display: inline!important;
      }
}
        
/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 767px) {
    .ponchar.desktop{
        display: none!important;
      }
      .ponchar.mobile{
        display: inline!important;
      }
}
        
/* Tablets iPads (Portrait) */
@media (min-width: 768px) and (max-width: 1024px){
    .ponchar.desktop{
        display: none!important;
      }
      .ponchar.mobile{
        display: inline!important;
      }
}
    
/* Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
    .ponchar.desktop{
        display: inline!important;
       }
       .ponchar.mobile{
        display: none!important;
      }
}
    
/* Big boi Monitors */
@media (min-width: 1281px) {
    .ponchar.desktop{
        display: inline!important;
       }
       .ponchar.mobile{
        display: none!important;
      }
}
