﻿* {
    font-family: 'Quicksand', sans-serif;
}

select#ddl_Perfiles {
    background-color: transparent;
    color: #fff;
    border: transparent;
    border-bottom: 1px solid;
    margin-top: 7px;
}

.multiselect-container>li>a>label {
    text-transform: capitalize;
}

.multiselect-container>li>a.multiselect-all label {
    text-transform: none;
}

table {
    font-size: 13px;
}

    select#ddl_Perfiles option {
        color: #000;
    }

.mrg_caret {
    margin-left: 8px;
    margin-top: -1px;
}

.popover-content {
    padding: 14px;
    font-size: 13px;
    text-align: center;
    color: #848484;
}

.popover-title {
    background-color: #3c8dbc;
    color: #fff;
}

.main-footer {
    border: 0;
    min-height: 50px;
    padding: 10px 15px;
}
    /*.main-footer a {
    display: block;
    float: left;
    margin: 0 0px;
    line-height: 2;
    border-right: 1px dotted #ccc;
    padding: 0px 10px; }
    .main-footer a:last-child {
      border-right: 0; }*/
    .main-footer .col-xs-12 {
        padding: 15px 0 15px;
        border-top: 1px solid #ccc;
    }

.tooltip-arrow {
    display: none;
}

.small-box h3, .small-box p {
    z-index: 5;
    color: #fff;
}

.small-box .fa {
    color: rgba(255, 255, 255, 0.5);
}

.btn_float {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    right: 40px;
    padding: 7px 16.5px;
    font-size: 35px;
    bottom: 80px;
    color: #fff;
    background-color: #009de1;
    z-index: 999;
    opacity: 0.6;
}

fieldset {
    padding: 15px;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0 15px;
    width: auto;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #858585;
    border: 0;
    border-bottom: 0px solid;
}

#view_register {
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    float: left;
    padding: 20px 10px;
    width: 100%;
}

.btn_float:hover {
    opacity: 1;
    background-color: #009de1;
    color: #fff;
}

.form_chk {
    margin-top: 15px;
}

    .form_chk label {
        font-weight: normal;
        font-style: italic;
    }

td a {
    margin: 0 5px;
}

#collapse_section {
    float: left;
    background-color: rgba(255, 255, 255, 1);
    width: 97.15%;
    padding: 20px 0;
    border: 1px solid #f1f1f1;
    border-top: 0;
    margin-bottom: 35px;
    border-bottom: 2px solid #ccc;
    position: absolute;
    z-index: 99;
}

label {
    color: #777777;
}

.btn_mod button {
    width: 100%;
    margin-top: 24px;
}

.accordion-toggle {
    display: block;
    background: #f1f1f1;
    cursor: pointer;
}

.popover {
    padding: 0;
}

    .popover.right > .arrow:after {
        border-right-color: #3c8dbc;
        border-left-width: 0;
    }

    .popover.bottom > .arrow:after {
        border-bottom-color: #3c8dbc;
    }

    .popover.top > .arrow:after {
        border-top-color: #3c8dbc;
    }

    .popover.left > .arrow:after {
        border-left-color: #3c8dbc;
    }

.fixed-table-loading {
    display: none;
}

#conf_id .modal-dialog {
    min-width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
}

#conf_id .modal-content {
    height: 100%;
}

#conf_id fieldset label {
    margin: 0px 8px;
}

#conf_id .modal-title {
    font-size: 24px;
    padding: 0 15px;
    color: #0470b9;
    line-height: 1.8;
}

#conf_id .form-group {
    margin: 4px 0;
}

#conf_id .modal-header .close {
    font-size: 50px;
    color: #0470b9;
    padding: 0 15px;
}

#calendar {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
}

.skin-blue .main-header .navbar {
    background-color: #009de1;
}

.skin-blue .main-header .logo {
    background-color: #0470b9 !important;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    border-left-color: #0470b9;
}

.skin-blue .main-header li.user-header {
    background-color: #0470b9;
}

.panel-title {
    color: #009de1;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #0470b9;
}
/*.htCore{
      table-layout: auto !important;
         
}*/
/*.handsontable table.htCore {
  
    table-layout: inherit !important;
   
}*/
.validation_icon {
    color: #d0c6c6;
    margin: 0px;
}

    .validation_icon:hover {
        color: #d0c6c6;
    }

.validation_iconred {
    color: #dd4b39;
    margin: 0px;
}

.validation_iconblue {
    color: #009de1;
    margin: 0px;
}

.blue {
    background-color: #009de1 !important;
    color: #fff !important;
}

.red {
    background: #fd0808 !important;
    color: #fff;
}

.my-error-class {
    color: #dd4b39;
    font-weight: bold;
    /*font-size: 13px;*/
    /*margin-bottom: 1px;*/
}

.my-valid-class {
    color: #3c763d; /* green */
    font-weight: bold;
    /*font-size: 11px;*/
}

.has-feedback .form-control {
    font-weight: 100;
}

.skin-blue .content-header {
    padding: 15px 0 10px !important;
}

.alert {
    padding: 8px 15px !important;
    margin-bottom: 10px !important;
}



.faded {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    visibility: visible;
}

    .faded.in {
        opacity: 1;
        visibility: visible;
    }

    .faded.out {
        opacity: 0;
        visibility: hidden;
    }



.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #DCE3ED;
}




.btn-primary {
    background-color: #ca9400;
  
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #0D3B51;
  
}
 
 

.btn-primary:active {
    background-color: #0D3B51;
  
}
 