/*
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 : Nov 8, 2017, 4:56:13 PM
    Author     : Harold
*/

.btn-primary {
    color: #fff;
    background-color: #315da6;
    border-color: #315da6;
}

.btn-success {
    color: #fff;
    background-color: #315da6;
    border-color: #315da6;
}

.btn-success:hover {
    color: #fff;
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #c0c0c0;
    border-color: #c0c0c0;
    background-image: none;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.btn-info {
    color: #fff;
    background-color: #315da6;
    border-color: #315da6;
}

.btn-info:hover {
    color: #fff;
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #c0c0c0;
    border-color: #c0c0c0;
    background-image: none;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.page-title {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
}

.modal-header {
    padding: 15px;
    height: 55px;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.modal-header .close span {
    top: -20px;
    position: relative;
}

.alert-info {
    background-color: #eceeef;
    border-color: #909090;
    color: #000000;
}

.hello-name {font-size: 16px;margin-right: 10px;color: #FFF;}

.setup-wizard-container {
    display: block;
    position: absolute;
    top: 0px;
    right: 2px;
    margin-top: 130px;
    width: 400px;
    background: #FFF;
    z-index: 9999;
    max-height: 700px;
    border: 1px solid;
    min-height: 600px;
    height: 600px;
}

.setup-wizard-header {
    display: block;
    height: 50px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #315da6;
}

.setup-wizard-content {
    display: block;
    padding: 20px;
    overflow-y: auto;
    height: 80%;
    background: #FFF;
    width: 100%;
    word-wrap: break-word;
}

.setup-wizard-footer {
    height: 10%;
    text-align: center;
    padding-top: 20px;
}

.setup-wizard-footer button {
    margin-right: 20px;
}

.setup-wizard-footer button:last {
    margin-right: 0px;
}
.setup-wizard-container.hide {
    display: none;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #315da6;
    border-color: #315da6;
}

.page-help {
    min-width: 500px;
}

.modal-header {
    background: #3F51B5;
    color: #FFF;
    text-align: center;
}

.modal-header h5 {
    text-transform: uppercase;
}

.hover-grey tr:hover td {
    background: #ccc;
    cursor: pointer;
}

.modal-header .close span {
    top: -30px;
    position: relative;
    color: #FFF;
    font-size: 32px;
    opacity: 1;
}

.close {
    opacity: 1;
}

.company-section {
    position: absolute;
    height: 35px;
    right: 49px;
    top: 34px;
    z-index: 9999;
}

.company-section .dropdown-toggle {
    background: transparent;
    margin-right: 10px;
    border: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    width: 250px;
}

.dont-display {
    color: transparent;
    display: -webkit-box;   
}

.dialog-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.dropdown-menu a {
    cursor: pointer;
}

.bootstrap-select ul {
    color: #000;
}

.bootstrap-select li {
    color: #000;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bootstrap-select li:hover, .bootstrap-select li:hover a {
    color: #000;
    background: #eceeef;
}


.bootstrap-select li a {
    color: #000;
    width: 100%;
    display: inline-block;
}

.bootstrap-select li.selected, .bootstrap-select li.selected a {
    color: #FFF;
    background: #315da6;
}

.bootstrap-select .dropdown-toggle {
    background: #FFF;
    border: solid 1px #ccc;
    width: 180px!important;
}

.filter-section .p-20 {
    padding: 10px !important;
}

.relative {
    position: relative;
}

.upgrade-section {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 320px;
    top: 20px;
}


.upgrade-section span {
    color: #FFF;
    font-size: 16px;
    color: #ffa839;
}

.upgrade-section button {
    color: #FFF;
    background: #c36f08;
    border: 0;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 20px;
}

.absolute-center {
    margin: auto;
    position: absolute;
    top: -85px; left: 0; bottom: 0; right: 0;
}

#ppro-loader {
    height: 100%;
    width: 100%;
    background-color: #d6d6d6b3;
    padding: 100px;
    background-image: url(/images/ppro-loader.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 123123;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.project-header {
    position: relative;
}

span.unapproved-bubble {
    position: absolute;
    right: 5px;
    top: 12px;
    background: #d17a22;
    padding: 3px 6px;
    border-radius: 1000px;
    font-size: 15px;
}

button.tertiary {
    background: #d17a22!important;
    color: #FFF;
}

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

.lighter-grey i {
    color: #dcdcdc!important;
}

.invisible {
    display: none !important;
}

.sq-input {
    border: 1px solid rgb(223, 223, 223);
    outline-offset: -2px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px;
    height: 30px;
    border-radius: 5px;
}

.button-credit-card {
    min-width: 200px!important;
    min-height: 20px!important;
    margin: 5px!important;
    line-height: 20px!important;
    box-shadow: none!important;
    background: #315da6!important;
    border-radius: 5px!important;
    border: 1px solid #315da6!important;
    font-weight: bold!important;
    cursor: pointer!important;
    color: #FFF!important;
    padding: 6px!important;
}

.registration_footer {
    margin-top: 20px;
    text-align: center;
}

.paymenttypefilter .selected .text:after {
    content: 'x';
    font-size: 15px;
    position: absolute;
    right: 8px;
    color: #FFF;
    font-weight: bold;
    font-family: cursive;
    top: 2px;
}

@media only screen and (max-width: 1400px) {
    td, th{
        font-size: 13px;
    }
    
    .date-approved-col {
        width: 145px!important;
    }
}

table.approver-table,
.approver-table tbody {
    display:inline-block;/* whatever, just  reset table layout display to go further */
  }

  .approver-table thead {
    display:inline-block;/* whatever, just  reset table layout display to go further */
  }

.approver-table td {
}
.approver-table tr {
  display:flex;
  flex-wrap:wrap; /* allow to wrap on multiple rows */
}
.approver-table td {
  display:block;
  flex:1 /* to evenly distributs flex elements */
}
.approver-table .memo {
  width:100%; /* fill entire width,row */
  flex:auto; /* reset the flex properti to allow width take over */
  border: 0;
}

.thead-default td {
    background: #ccc;
}

.fa-info-circle {
    color: #d17a22;
}