/*
 COLORES
 Predeterminado Amber
 Normal #ffca28
 Oscuro #42a5f5
 Claro #ffe082
 muy claro #fffed1
*/


html {
    font-size: 13px;
    color: #000;
}
nav, .default-back-color, .btn-floating {
    background-color: #ffca28;
}

nav .brand-logo img {
    margin-top: 13px;
    max-height: 30px;
}
nav .search-header {
    height: 36px !important;
    margin: 0 !important;
}

.input-header {
    width: 200px;
    margin: 0 !important;
}

.loading {
    position: fixed;
    left:0;
    top: 0;
    padding-top: 56px;
    padding-left: 0;
    width: 100%;
    height: 100%;
    z-index: 996;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
}

.progress {
    background-color: #bbdefb;
}
.progress .indeterminate {
    background-color: #2196f3;
}

@media only screen and (min-width: 601px) {
    .loading {
        padding-top: 64px;
    }
    nav .brand-logo img {
        margin-top: 15px;
        max-height: 35px;
    }
    nav .search-header {
        height: 45px !important;
    }
}
@media only screen and (min-width: 992px) {
    .loading {
        padding-left: 239px;
    }
    .input-header {
        width: 300px;
    }
}
nav ul a.title {
    padding-left: 0;
    background-color: transparent !important;
    cursor: default;
    user-select: none;
}
small, .small {
    font-size: 85%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
h1 small,
.h1 small {
    font-size: 24px;
}
h2 small,
.h2 small {
    font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px;
}
.default-darken-color, .btn-floating:hover {
    background-color: #42a5f5;
}
.tabs .indicator {
    background-color: #42a5f5 ;
}
.tabs .tab a {
    color: #ffca28;
}
.btn-flat, input:not([type]):focus:not([readonly])+label, input[type=text]:focus:not([readonly])+label, input[type=password]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label, input[type=time]:focus:not([readonly])+label, input[type=date]:focus:not([readonly])+label, input[type=datetime]:focus:not([readonly])+label, input[type=datetime-local]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=search]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label, .tabs .tab a:hover, .tabs .tab a.active {
    color: #42a5f5 ;
}
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    color: #ffe082;
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #42a5f5 ;
    box-shadow: 0 1px 0 0 #42a5f5 ;
}
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea
{
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
    margin: 0 0 22px 0;
}

input:not([type]):disabled, input:not([type])[readonly="readonly"], input[type=text]:disabled, input[type=text][readonly="readonly"], input[type=password]:disabled, input[type=password][readonly="readonly"], input[type=email]:disabled, input[type=email][readonly="readonly"], input[type=url]:disabled, input[type=url][readonly="readonly"], input[type=time]:disabled, input[type=time][readonly="readonly"], input[type=date]:disabled, input[type=date][readonly="readonly"], input[type=datetime]:disabled, input[type=datetime][readonly="readonly"], input[type=datetime-local]:disabled, input[type=datetime-local][readonly="readonly"], input[type=tel]:disabled, input[type=tel][readonly="readonly"], input[type=number]:disabled, input[type=number][readonly="readonly"], input[type=search]:disabled, input[type=search][readonly="readonly"], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly="readonly"] {
    background-color: #f5f5f5;
    color: #aaa;
}

input:not([type])+label:after, input[type=text]+label:after, input[type=password]+label:after, input[type=email]+label:after, input[type=url]+label:after, input[type=time]+label:after, input[type=date]+label:after, input[type=datetime]+label:after, input[type=datetime-local]+label:after, input[type=tel]+label:after, input[type=number]+label:after, input[type=search]+label:after, textarea.materialize-textarea+label:after {
    top: 62px;
    font-size: 12px;
}

nav .nav-wrapper .btn-circle i {
    height: 36px !important;
    line-height: 36px !important;
    font-size: 1.3rem !important;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
    color: #aaa;
}
.text-capitalize {
    text-transform: capitalize !important;
}
html, body {
    background-color: #eee;
}
#SideNav {
    overflow: hidden !important;
}
#SideNav .brand-logo {
    height: 56px;
    line-height: 95px;

}
nav .btn-floating .mdi {
    line-height: 41px !important;
}

.side-nav > li > a, #ScrollSideNav > li > a {
    padding: 0 16px;
}
.side-nav .collapsible-header .mdi-menu-down{
    margin: 0;
}
.side-nav .collapsible-body{
    padding: 0 !important;
}
.tooltipped {
    cursor: pointer;
}

.side-nav li>a>i, .side-nav li>a>[class^="mdi-"], .side-nav li>a>[class*="mdi-"], .side-nav li>a>i.material-icons {
    font-size: 24px;
}

.top {
    z-index: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 112px;
}
.card-header {
    padding: 0 20px;
    margin: 0;
    height: 48px;
    line-height: 48px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

label {
    width: 100%;
}

.input-field label, .input-field label.active, .input-field label:not(.label-icon).active {
    color: #737373;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
select.browser-default:focus {
    border-bottom: 1px solid #42a5f5;
    box-shadow: 0 1px 0 0 #42a5f5;
}

select.browser-default.invalid {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}
.modal-small {
    width: 25%;
}



@media only screen and (max-width: 992px) {




    .modal-small {
        width: 100%;
    }
    .modal {
        width: 100%;
        border-radius: 0;
        height: 100%;
        top: 0 !important;
        max-height: 100%;
    }
    .modal.modal-fixed-footer {
        padding: 0;
        height: 100%;
    }
}



.picker__day--infocus {
    padding: 8.5px 0;
}
.picker__select--month.browser-default,
.picker__select--year.browser-default {
 margin-bottom: 5px;
}
.picker__date-display {
    display: none;
}
.margin-top-sm {
    margin-top: 6px;
}
.no-margin{
    margin: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.padding-lateral {
    padding: 0 15px;
}
.padding-sm {
    padding: 6px 15px !important;
}
.padding-md {
    padding: 10px 20px !important;
}
.padding-top {
    padding-top: 16px !important;
}
.padding-top-sm {
    padding-top: 8px !important;
}
.no-border {
    border: 0 !important;
}
.no-border-radius {
    border-radius: 0 !important;
}
.no-padding-lateral {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.input-field.no-padding-top {
    padding-top: 0 !important;
}
.header-page {
    padding-left: 15px;
    padding-right: 15px;
}


nav .brand-logo {
    font-size: 20px;
}
nav.white, nav.white .brand-logo{
    color: #000;
}
nav.white ul a  {
    color: #5a5a5a;
}
nav.white ul a.btn  {
    color: #fff;
}

nav select {
    margin-bottom: 0;
}


nav.white .input-header input:focus {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
nav select {
    height: 45px;
}
select {
    border: 1px solid #ddd;
    margin: 0 0 22px 0;
    padding: 9px 10px;
    height: auto;
}
nav.white .input-header-search {
    padding-top: 10px;
}
nav.white .input-header-search  input{

    display: inline-block;
    float: left;
}
nav.white ul a.disabled {
    color: #ccc;
    background-color: transparent !important;
}
hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
}
.dataTables_scrollHeadInner {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}
.bordered {
    border: 1px solid #e2e2e2;
}
.bordered-bottom {
    border-bottom: 1px solid #e2e2e2;
}
.bordered-bottom-top {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}
.dataTables_scrollHeadInner table.bordered>thead, .dataTables_scrollHeadInner table.bordered>thead>tr, .dataTables_scrollHeadInner table.bordered>tbody{
    border-bottom: none !important;
}
.dataTables_scrollHeadInner table.bordered>tbody>tr:first-child {
    border-top: none !important;
}
/*table.bordered>thead>tr, table.bordered>tbody>tr {
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
}*/
thead {
    background-color: #fafafa;
    border-bottom: 2px solid #d0d0d0;
}
th {
    padding: 12px 5px;
}
td {
    /*padding: 10px 15px;*/
    padding: 8px 5px;
}

thead > tr > th:first-child,
tbody > tr > td:first-child {
    padding-left: 10px;
}
thead > tr > th:last-child,
tbody > tr > td:last-child {
    padding-right: 10px;
}

tr.tr-hijo {
    border-left: 5px solid #ddd;
    background-color: #f8f8f8;
}
tr.selected {
    background-color: #fffed1;
}
tr.selected:hover {
    background-color: #fff5b9 !important;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable [type="checkbox"].filled-in:not(:checked)+label:after, table.dataTable [type="checkbox"].filled-in:checked+label:after {
    width: 16px;
    height: 16px;
}

table.dataTable [type="checkbox"].filled-in:checked+label:before {
    width: 4px;
    height: 9px;
}


.dt-center {
    text-align: center !important;
}
.dt-left {
text-align: left !important;
}
.dt-right {
text-align: right !important;
}
.dt-row-footer {
    padding: 6px 0;
    border-top: 1px solid #d0d0d0;
    background-color: #fafafa;
}
.dt-row-footer .dataTables_info  {
    padding-top: 7px !important;
}
.dt-row-footer .pagination {
    margin: 0;
}
.form-group-title {

}
.pagination {
    margin-bottom: 15px;
}
.p-check-table {
    margin-top: 0;
    margin-bottom: -12px;
}
.section-notifications {
    padding: 4px 0;
}
.btn-flat:focus, .btn-flat:hover {
    background-color: rgba(0,0,0,0.1);
    box-shadow: none;
}
.option-user a,
.option-user a i {
    height: 56px !important;
    line-height: 56px !important
}
.option-user {
    border-right: 1px solid #ddd;
    background-color: #fff !important;
}
.date-section {
    height: 64px;
    /*background-color: #fff;*/
    padding: 10px 20px;
    border-right: 1px solid #ddd;
    font-size: 13px;
    line-height: 22px !important;
}
.date-section .badge {
    margin: 0 !important;
}

.option-user a i {
    /*margin: 0 10px 0 0 !important;*/
}
.side-nav {
    width: 240px;
}
.side-nav li > a {
    font-weight: normal;
}
.side-nav li > a > i, .side-nav li > a > [class^="mdi-"], .side-nav li > a li > a > [class*="mdi-"], .side-nav li > a > i.material-icons {
    margin: 0 20px 0 0;
}

.side-nav .subheader {
    color: #98a6ad;
    font-weight: normal;
    font-size: 11px;
}
/*#Header {
    padding-right: 15px;
}*/
@media (min-width: 993px) {
    nav.white .input-header-search .btn-addon {
        width: 47px;
        height: 47px;
    }
    nav.white .input-header-search .btn-addon i {
        height: 47px;
        line-height: 47px;
    }
    .option-user a,
    .option-user a i {
        height: 64px !important;
        line-height: 64px !important
    }
    .logo-container {
        height: 128px;
    }
    .section-notifications {
        padding: 8px 0;
    }
    .header-page {
        padding-left: 15px;
        padding-right: 15px;
        /*width: calc(100% - 240px);*/
    }
    #Header {
        width: calc(100% - 240px);
    }

    #Header .btn-circle {
        margin-left: 5px;
        background-color: rgba(255,255,255,0.05) !important;
    }
    #Header .btn-circle:hover {
        background-color: rgba(0, 0, 0, 0.1)  !important;
    }

    .top {
        height: 128px;
    }
    #SideNav {
        box-shadow: -1px 0 0 rgba(0,0,0,0.1) inset !important;
    }
    #SideNav, .side-nav .collapsible-body, .side-nav.fixed .collapsible-body
    {
        /*background-color: transparent;*/
        box-shadow: none;
    }
    #Content {
        padding-left: 240px;
    }
    #SideNav .brand-logo {
        height: 64px;
        /*line-height: 90px;*/
        line-height: 105px;
    }
}
[type="checkbox"].filled-in:checked+label:after {
    border: 2px solid #2196f3;
    background-color: #2196f3;
}
.padding {
    padding: 15px !important;
}

.input-data-table {
    width: auto;
}
.btn-flat {
    color: #5a5a5a;
    padding: 0 15px;
}
.btn-icon {
    padding: 0 10px;
}
td .btn-flat {
    position: static;
    margin-top: -18px;
    margin-bottom: -15px;
}
td .switch {
    margin-top: -4px;
}
[type="checkbox"]+label {
    color: #5a5a5a;
}
.btn-circle {
    border-radius: 50%;
    padding: 0 9.56px 0 9.56px;
}
.btn-circle.active {
    background-color: #e5e5e5;
}
.btn-circle-defined {
    height: 36px;
    width: 36px;
}

nav .btn i,
nav .btn-flat i {
    line-height: 36px !important;
}

.btn-rounded {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    padding: 0 8.25px 0 8.25px;
}

.bold-text {
    font-weight: bold;
}

.img-login {
    position: fixed;
    width: 50%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.carousel-item {
    background-size: cover;
}

@media (min-width: 993px) {
    .img-login {
        width: 66%;
    }
}

.img-login .shadow {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 94%, rgba(0,0,0,0.51) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(94%, rgba(0,0,0,0.3)), color-stop(100%, rgba(0,0,0,0.51)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 94%, rgba(0,0,0,0.51) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 94%, rgba(0,0,0,0.51) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 94%, rgba(0,0,0,0.51) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 94%, rgba(0,0,0,0.51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.btn {
    box-shadow: none;
}

.header-document {

    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #263238;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 15px;
    color: #5a5a5a;
    display: block;
    line-height: 22px !important;
    padding: 14px 16px;
    height: auto !important;
}
.dropdown-content li>a .mdi {
    display: inline;
    font-size: 16px !important;
    float: none !important;
    line-height: 22px !important;
    height: auto !important;
}

.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
    background-color: #eee !important;
}
.dataTables_scrollHead {
    background-color: #fafafa;
    border-bottom: 2px solid #d0d0d0;
}
.dataTables_scrollBody::-webkit-scrollbar {
    width: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    border-left: 1px solid #d0d0d0;
    background-color: #fafafa;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background-color: #b3b3b3;
}


.tabs .tab a:hover, .tabs .tab a.active {
    color: #2196f3;
}
.tabs .tab a {
    color: #64b5f6    ;
}
.tabs .indicator {
    background-color: #2196f3;
}
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    color: #ccc;
}

.tabs.teal .tab a:hover, .tabs.teal .tab a.active {
    color: #fff;
}
.tabs.teal .indicator {
    background-color: #fff;
}
.tabs.teal .tab a {
    color: #b2dfdb  ;
}
.tabs.teal .tab.disabled a, .tabs.teal .tab.disabled a:hover {
    color: #4db6ac ;
}

.tabs.blue-grey .tab a:hover, .tabs.blue-grey .tab a.active {
    color: #fff;
}
.tabs.blue-grey .indicator {
    background-color: #fff;
}
.tabs.blue-grey .tab a {
    color: #90a4ae     ;
}
.tabs.blue-grey .tab.disabled a, .tabs.blue-grey .tab.disabled a:hover {
    color: #546e7a      ;
}

.tabs.blue .tab a:hover, .tabs.blue .tab a.active {
    color: #fff;
}
.tabs.blue .indicator {
    background-color: #fff;
}
.tabs.blue .tab a {
    color: #90a4ae     ;
}
.tabs.blue .tab.disabled a, .tabs.blue .tab.disabled a:hover {
    color: #546e7a      ;
}
.modal {
    background-color: #fff;
}

.btn, .btn-large, .switch label input[type=checkbox]:checked + .lever:after {
    background-color: #2196f3;
}
.btn:hover, .btn-large:hover {
    background-color: #42a5f5;
}
.btn:focus, .btn-large:focus, .btn-floating:focus {
    background-color: #1e88e5;
}

.btn:focus {
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.btn-flat.bordered {
    border: 1px solid #ddd;
}

.collection.bordered {
    border: 1px solid #ddd !important;
}

.collection-item.detalle-solicitud {
    padding-right: 5px;
}
.collection-item.detalle-solicitud:hover {
    box-shadow: 0 0 0 1px #2196f3 inset;
}


.detalle-solicitud .btn-circle {
    margin-top: 5px;
}


.btn-circle-defined i {
    width: 0 !important;
    font-size: 1.3rem !important;
    line-height: 36px !important;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #bbdefb;
}
span.badge.new {
    background-color: #2196f3 ;
}
.collection {
    border: 0;
}
.collection a.collection-item {
    color: #111;
    cursor: pointer;
}
.collection .collection-item.active {
    background-color: #2196f3;
    color: #fff;
}

.input-field {
    margin-top: 0;
    padding-top: 25px !important;
}
.input-field.inline {
    padding-top: 0 !important;
}

input[type=range] + .thumb .value {
    color: #2196f3;
}

input[type=range] + .thumb {
    background-color: #2196f3;
}
input[type=range]::-webkit-slider-thumb {
    background-color: #2196f3;
}
input[type=range]::-moz-range-thumb {
    background-color: #2196f3;
}
input[type=range]::-ms-thumb {
    background-color: #2196f3;
}
input:not([type]).invalid, input:not([type]):focus.invalid, input[type=text].invalid, input[type=text]:focus.invalid, input[type=password].invalid, input[type=password]:focus.invalid, input[type=email].invalid, input[type=email]:focus.invalid, input[type=url].invalid, input[type=url]:focus.invalid, input[type=time].invalid, input[type=time]:focus.invalid, input[type=date].invalid, input[type=date]:focus.invalid, input[type=datetime].invalid, input[type=datetime]:focus.invalid, input[type=datetime-local].invalid, input[type=datetime-local]:focus.invalid, input[type=tel].invalid, input[type=tel]:focus.invalid, input[type=number].invalid, input[type=number]:focus.invalid, input[type=search].invalid, input[type=search]:focus.invalid, textarea.materialize-textarea.invalid, textarea.materialize-textarea:focus.invalid {
     border-bottom: 1px solid #F44336;
     box-shadow: 0 1px 0 0 #F44336;
 }
[type="checkbox"].filled-in:checked+label:after {
    border: 2px solid #2196f3;
    background-color: #2196f3;
}

.rotate {
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.campo.opacity-05 .etiqueta,
.campo.opacity-05 .element
{
    opacity: 0.5;
}


.autocomplete-content {
    position: absolute;
}

.autocomplete-suggestions {
    background-color: #FFF;
    box-shadow: 0 3px 9px rgba(0,0,0,0.3);
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 5px 10px;
}
.autocomplete-suggestion.autocomplete-selected {
    background-color: #2196f3;
    color: #fff;
}

.collapsible-header .mdi-chevron-down {
    display: block;
}
.collapsible-header .mdi-chevron-up {
    display: none;
}

.collapsible-header.active .mdi-chevron-down {
    display: none;
}
.collapsible-header.active .mdi-chevron-up {
    display: block;
}

.btn-group button, .btn-group .btn-flat {
    float: left;
}

.btn-group button + button, .btn-group .btn-flat + .btn-flat {
    border-radius: 0;
}

.btn-group button:first-child, .btn-group .btn-flat:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group button:last-child, .btn-group .btn-flat:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn-flat.disabled, .btn:disabled, .btn-large:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-flat:disabled, .btn[disabled], [disabled].btn-large, .btn-floating[disabled], .btn-large[disabled], .btn-flat[disabled] {
    background-color: #fff !important;
    color: #ccc !important;
}

.avatar-no-margin .collection-item.avatar {
    margin: 0 !important;
    min-height: 50px !important;
}
.text-decoration:hover {
    text-decoration: underline !important;
}
.subheader-page {
    color: #606775 !important;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: bold;
}
.subheader-page a {
    color: #aaa;
}
.subheader-page .miga {
    font-size: 11px;
    font-weight: normal;
    float: left;
}
@media (min-width: 992px){
    .subheader-page .miga {
        font-size: 13px;
        float: right;
    }
}

.container-fluid {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.collapsible-header i.normal {
    width:auto;
    font-size: 15px;
    line-height: 3rem;
    display: inline;
    float: none;
    text-align: center;
    margin-right: 0;
}
.collapsible.steps .collapsible-header.active {
    color: #2196f3
}

.collapsible.steps .collapsible-header.completed {
    color: #4CAF50
}

.tbl-ticket td {
    padding: 5px 10px;
    font-size: 13px;
}
.dropdown-content li > span > label {
    width: auto !important;
    transform: none !important;
}
.btn-icon.btn-small {
    padding: 0 3px !important;
    height: 25px;
    line-height: 25px;
}

.icon-file {
    font-size: 20px;
}
.chip-small {

    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}


[type="checkbox"]:checked + label:before {
    -webkit-backface-visibility: initial;
    backface-visibility: initial;
}

.marca-agua {
    width: 100%;
    color: rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 0;
    opacity: 0.4;
}
.select-wrapper span.caret {
    right: 10px;
}
.select-wrapper input.select-dropdown {
    border: 1px solid #ddd;
    padding: 10px;
    height: 37px;
}


@media (max-width: 991px) {
    #LogoEmpresa {
        height: 35px;
    }
    #LogoPowered {
        height: 30px;
    }
}

@media (max-width: 991px) {
    .no-margin-on-med-and-down {
        margin: 0 !important;
    }
    .no-padding-on-med-and-down {
        padding: 0 !important;
    }

    .no-padding-top-on-med-and-down {
        padding-top: 0 !important;
    }
    .container {
        width: 100%;
    }
}