/*
/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */

body {
    color: #454e59;
}

.blue-body{
    height: 100%;
    background-repeat: no-repeat;
    background: url(../img/bluebg.jpg);
    background-size: cover;
}


.main-center{
    
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    padding: 10px 40px;
    background:#009edf;
    color: #FFF;
    text-shadow: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);

}

.navbar {
    margin-bottom: 0;
}

.main-container{
    margin-top: 20px;
    margin-bottom: 70px;
}

.nav-tabs.centered-tabs > li {
    float:none;
    display:inline-block;
}

.nav-tabs.centered-tabs {
    text-align:center;
}

.navbar-brand{
    height: auto;
    padding: 0 15px;
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

    .row small {
        overflow-wrap: break-word;
    }

.custom-badge {
    background-color: #f5f5f5;
    text-align: left;
    color: #333;
    border-radius: 10px;
    padding: 15px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.content-header {
    margin: 20px 5vw 10px;
}
    .content-header h1 {
        font-weight: 500;
        font-size: 1.7em;
    }

    .content-header h1, .content-header h2 {
        margin: 5px 0;
        line-height: 28px;
        color: #411409;
    }

.form-control-with-label{
    width: 90% !important;
    display: inline-block;
    text-align: right;
}

div.preloader-spinner-image {
    width: 48px; /*width of your image*/
    height: 48px; /*height of your image*/
    background-image: url('../img/preloader.gif');
    margin: 0; /* If you want no margin */
    padding: 0; /*if your want to padding */
    background-size: cover;
    background-repeat: no-repeat;
}

.text-align-right{
    text-align: right;
}

.text-align-center{
    text-align: center;
}

.inline-block-element{
    display: inline-block;
}

.display-flex {
    display: flex;
}

.input-group.display-flex {
    display: flex;
}

.xs-input {
    width: 70px;
}

.td-invoice-btn {
    width: 120px;
}

.pointer-cursor{
    cursor: pointer;
}

.modal-footer .alert {
    text-align: start;
    margin-bottom: 0;
    margin-top: 15px;
}

.radio p {
    color: #333;
}

.centered-by-content {
    margin: auto;
    display: table;
}

.table thead > tr > th {
    font-size: 1.28em;
    font-weight: 600;
}

.table.table-vcenter th, .table.table-vcenter td {
    vertical-align: middle;
}

.table-header th {
    color: #FFB828;
}

.table-row{
    background-color: #D6C272 !important;;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #f9f9f9;
}

.nav-tabs {
    border-bottom-color: #ebeef2;
}

    .nav-tabs > li {
        margin-bottom: 0;
    }

        .nav-tabs > li > a {
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: -1px;
            font-weight: 500;
            color: #454e59;
        }

            .nav-tabs > li > a:hover {
                border-color: #ebeef2;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #454e59;
            /*border-color: #ebeef2;*/ /*  This line commented makes tabs more visible  */
            border-bottom-color: transparent;
        }
        
        
.navbar-header {
    height: 80px;
}
 
.table thead > tr > th,
.table thead > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.note-div {
    color: #a7a7a7;
}

.header-section {
    padding: 15px 0;
}

.content-header h1 {
    font-weight: 500;
    font-size: 1.7em;
}

.invoice-img {
    max-width: 100%;
}
    
/* Block */
.block {
    margin: 0 0 10px;
    padding: 20px 15px 1px;
    background-color: #ffffff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-box-shadow: 0 2px 0 rgba(218, 224, 232, .5);
    box-shadow: 0 2px 0 rgba(218, 224, 232, .5);
}

/* Sidebar */

#main-wrapper {
    padding-left: 250px;
    transition: all 0.4s ease 0s;
    height: 100%;
}

#sidebar-wrapper {
    margin-left: -250px;
    left: 250px;
    width: 250px;
    background: #333;
    position: fixed;
     height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}

#main-wrapper.active {
    padding-left: 0;
}

#main-wrapper.active #sidebar-wrapper {
    left: 0 !important;
}

#page-content-wrapper {
    width: fit-content;
    min-width: 100%;
    height: auto !important;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #999999;
    display: block;
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 83px;
    line-height: 60px;
    font-size: 18px;  
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
    height: inherit;
    display: table;
    width: 100%;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-nav > .sidebar-brand h1 {
    margin-bottom: 20px;
    display: table-cell;
    vertical-align: middle;
}

.sidebar-nav li a:hover, .sidebar-nav li a:focus, .sidebar-nav li a.active, .sidebar-nav li a.open, .sidebar-nav li.active > a {
    color: white;
    background: rgba(0, 0, 0, .5);
    text-decoration: none;
}

#menu-toggle {
    text-decoration: none;
}

.navbar-toggle.custom-sidebar-toggle{
    float: left;
    display: block;
}

.navbar-toggle.custom-sidebar-toggle:focus{
    background-color: transparent;
}
.navbar-toggle.custom-sidebar-toggle:hover{
    background-color: #ddd;
}

.navbar-default .dropdown-toggle {
    text-align: right;
}

.padding-object {
    padding-top : 25px;
    padding-bottom: 25px
}

.padding-table-select-presentation {
    padding-top : 10px;
}

.padding-button-associate {
    float: left; 
    margin-top:80px
}

.select-checkbox checkbox{
    background: blue;
  }
    
table.dataTable tr.selected td.select-checkbox:after,
 table.dataTable tr.selected th.select-checkbox:after{
    content: url(../img/marker_icon.png) !important;
    margin-top:-17px !important;
    margin-left: -10px !important;
    /*apple-touch-icon-57x57.png*/
 }
 
 table.dataTable tbody>tr.selected,
 table.dataTable tbody>tr>.selected{
     background-color:#e8e6c2 !important;
 }

@media (max-width:767px) {
    #main-wrapper {
        padding-left: 0;
    }

    #main-wrapper.active {
        position: relative;
        left: 0;
    }
    
    #sidebar-wrapper{
        left: 0;
    }

    #main-wrapper.active #sidebar-wrapper {
        left: 250px !important;
        width: 250px !important;
        transition: all 0.4s ease 0s;
    }
    
    #menu-toggle {
        display: inline-block;
    }
    
    .navbar-default {
        padding-left: 0px;
        transition: all 0.4s ease 0s;
    }
    
    #main-wrapper.active .navbar-default {
        padding-left: 250px;
        transition: all 0.4s ease 0s;
    }
}


@media (min-width: 768px){
    .container {
        width: 85%;
    }
}
@media (min-width: 992px){
    .container {
        width: 95%;
    }
}
@media (min-width: 1200px){
    .container {
        width: 95%;
    }
}

.default-opacity{
    opacity: 1;
    color: #babdc1;
}

.panel-primary {
    padding: 15px !important;
    border-radius: 12px;
    /*color: #8A827F !important;*/
    /*font-weight: 600;*/
    background-color: #fAfAfA !important;
    border-color: 1.5px solid #f5f5f5 !important;
}

.panel-presentation {
    padding: 10px !important;
    margin-bottom: 5px !important;
    border-radius: 12px 12px 0 0;
    color: black !important;
    font-weight: 600;
    background-color: #EBEBEB !important;
    border-bottom: 1.5px solid #E7E6E6 !important;
}

.panel-body {
    overflow-x: auto;
}

