/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8/jun/2016, 17:21:59
    Author     : Wow
*/

#page-container {
    opacity: 0;
}

/*.spinner {*/

/*border:none;*/

/*}*/

h1, h2, h3, h4, h5, h6 {
    font-weight: lighter;
    color: #707478;
}

/*NAV PROFILE*/

.sidebar .nav > li.nav-profile .image div.bg_img_panel {
    height: 35px;
}

.navbar-user .bg_img_panel {
    float: left;
    width: 30px;
    height: 30px;
    margin: -5px 10px 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/*FONTS*/
.font-M {
    font-size: 12.5pt !important;
}

.font-L {
    font-size: 16pt !important;
}

.font-S {
    font-size: 11pt !important;
}

.font-XS {
    font-size: 9pt !important;
}

/*BUTTONS*/

.btn {
    -webkit-transition: all 150ms ease-in !important;
    -moz-transition: all 150ms ease-in !important;
    -ms-transition: all 150ms ease-in !important;
    -o-transition: all 150ms ease-in !important;
    transition: all 150ms ease-in !important;
}

.btn-group ul.dropdown-menu li a.label {
    color: white;
    font-size: 14px;
}

/*PANELS*/
.panel-heading + .panel-body {
    padding-top: 15px;
}

/*DROPDOWN*/
.dropdown-menu > li {
    padding: 0 5px;
    margin: 2px 0;
}

/*FORMS*/
.form-group.has-error .val-msg {
    font-size: 8pt;
    color: #f96868;
    margin-top: 3px;
}

/*TABLES*/
.table-responsive table.dataTable {
    width: 99.9% !important;
}

table.dataTable td,
table.dataTable thead th {
    vertical-align: middle !important;
    padding: 7.5px 15px !important;
}

table.dataTable thead th {
    vertical-align: middle !important;
    padding: 5px 15px !important;
}

table.dataTable td label.label-checkbox {
    margin: 0px;
}

table.dataTable.withtrashed tr.highlight td,
table.dataTable.withtrashed tr.highlight td a {
    color: #CACACA;
}

.dataTable td.check_col, .dataTable th.check_col {
    padding: 5px 15px;
    text-align: center;
    width: 1%;
    vertical-align: middle;
}

table.dataTable .fit {
    width: 1%;
}

/*DATEPICKER*/
.datepicker {
    min-width: auto !important;
}

/*FORM ERRORS*/

.form-group.has-error .bootstrap-select .btn.dropdown-toggle.selectpicker {
    border-color: #ff5b57;
}

.form-group.has-error .bootstrap-select.open .btn.dropdown-toggle.selectpicker,
.form-group.has-error .bootstrap-select .btn.dropdown-toggle.selectpicker:hover,
.form-group.has-error .bootstrap-select .btn.dropdown-toggle.selectpicker:focus {
    border-color: #cc4946;
}

.has-error .input-group-addon {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #a94442 !important;
}

/*GPLYPHICONS*/

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*TABS*/

ul.nav.nav-tabs li.disabled a {
    opacity: .35;
}