h3 {
    color: white !important;
}

body {
    color: white !important;
}

.table-hover tr {
    cursor: pointer;
}

.btn {
    height: auto;
    width: auto;
}

.panel-default > .panel-heading {
    padding: 15px;
}

.row .tab-pane, .panel .row {
    margin-right: 0px;
}

.list-group-item {
    cursor: pointer;
}

li {
    cursor: pointer;
}

.actions-bar {
    margin-bottom: 19px;
}

.form-actions {
    padding: 15px !important;
}

.form-group > h4 {
    padding: 6px 0px 0px 30px;
}

.checkbox input[type="checkbox"].no-after:after {
    content: none;
}

.checkbox input[type="checkbox"].no-after + label.no-after::after {
    content: none;
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
}

select.input-transparent > option {
    margin: 40px;
    background-color: rgb(59, 72, 88);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select {
    cursor: pointer;
}

.main-body {
    width: 100%;
}

.ng2-datetime .input-group-addon {
    padding: 0px;
}

.datepicker {
    width: 195px;
}

.main-meta-info li {
    display: inline;
    list-style-type: none;
    padding-right: 16px;
}

datetime {
    width: 100%;
}

div.alert-danger {
    margin-top: 10px;
}

.axa1-dubla > div {
    margin-left: 270px;
    margin-top: -120px;
}

.axa1-activa > div {
    margin-left: 270px;
    margin-top: 20px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.modal-title {
    color: black !important;
}

button.dropdown-toggle i {
    margin-left: 0px !important;
}

.gridsearch {
    font-family: 'FontAwesome';
    font-size: 16px;
}

.ui-column-filter {
    border: none !important;
    color: #f8f8f8 !important;
    background-color: rgba(51, 51, 51, 0.4) !important;
    transition: border linear 0.2s, box-shadow linear 0.2s !important;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem !important;
    line-height: 1.25;
    color: #555;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow;
}

.widget .body {
    margin-top: 40px !important;
}

.global-search {
    padding: 4px 10px;
    border-bottom: 0 none;
    display: inline-block;
}

.panel, .form-group {
    width: 100%;
}

.sectionHeading {
    margin-bottom: 5px;
}

    .sectionHeading span {
        font-weight: 600;
    }

div.modal-content {
    /*width: 50%;
    margin-left: 25%;*/    
}

div.modal-dialog {
    margin-top: 0px;
    margin-bottom: 0px;
}

div.modal-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.input-group-addon {
    cursor: pointer;
    width: 54px !important;
}

datetime[ng-reflect-timepicker-options='true'] div.input-group {
    width: unset !important;
}

.input-group.date {
    width: 100% !important;
}

/*.input-group {
    width: 100%;
    display: flex !important;
}
.input-group-addon {
    padding: .375rem .75rem .375rem .75rem;
}*/

.select2-container {
    z-index: 5000;
}

.inputsearch {
    position: absolute;
    top: -5px;
    z-index: 0;
    width: 442px;
}

.select2-selection__rendered {
    display: none;
}

input.selector:after {
   font-family: FontAwesome;
   content: "\f095";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #999999 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.text-green {
    color: green;
}

.text-red {
    color: red;
}

.text-blue {
    color: blue;
}

.text-yellow {
    color: yellow;
}

.ui-datatable-tablewrapper {
    overflow: auto;
}

#divLoading2 {
    background-image : url(../../assets/icon/loading.gif);
    background-repeat : no-repeat;
    background-position : center;
    height: 500px;
}

#divLoading
{
    display : block;
    position : fixed;
    z-index: 9999;
    background-image : url(../../assets/icon/loading.gif);
    background-color: rgba(51, 51, 51, 0.8);
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
#loadinggif
{
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}
#divLoading.content {
   width : 1000px;
   height : 1000px;
}

.side-nav .accordion-body li a {
    padding: 4px 20px;
    padding-left: 35px;
}

.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.31rem 10px;
    font-size: 0.92rem;
    border-radius: 0.2rem;
}

div.ui-widget-content {
    width: 100%;
}

.node-vehicul {
   background: transparent url("../../assets/icon/accidente.png") no-repeat top !important;
   width: 16px !important;
   height: 16px !important;
}

.in-modal-input-addon {
    background-color: white;
    color: black;
}

@media (max-width: 543px) {
    .sidebar.nav-collapse.collapse.in {
        height: auto;
        background-color: rgba(51, 51, 51, 0.85);
    }
}

.sidebar.nav-collapse {
    z-index: 999;
}

.dropdown-menu {
    /*position: fixed !important;*/
}

/* .content-footer {
    margin-left: 33%;
    margin-top: 10px;
    color: #d2d2d2;        
    bottom: 0;
} */

.content-footer {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

footer {
    z-index: 999;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;    
}

footer .footer-item {
    display: inline-block;    
    padding-right: 20px;
}

.right {
    float: right;
}