html {
    position: relative;
    min-height: 100%;
}
body {
    max-height: 300%;
    margin-bottom: 10px;
}
.navbar {
    background: #459c98 !important;
}
.navbar-brand:link, .navbar-brand:visited {
    color: #FFF !important;
    font-weight:bold;
}
.navbar-brand:hover, .nav-link:hover{
    color: #777 !important;
}
.nav-link:link, .nav-link:visited {
    color: #FFF !important;
}
.width_100{width:100px;}
/* Sticky footer styles-------------------------------------------------- */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /*height: 60px;*/
    height:auto;
    background-color: #f5f5f5;
}

/* Custom page CSS
	-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 20px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page CSS
	-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    padding: 0 15px;
}

    .container .text-muted {
        margin: 20px 0;
    }
.floatright{float:right;}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.input-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.input-container-last {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0;
}
.input-container input[type=text], .input-container input[type=password], .input-container-last input[type=password] {
    text-indent: 23px;
}
.input-container select {
    text-indent: 11px;      
}
/*FOR IE*/
_:-ms-lang(x), .input-container select {
    padding-left: 27px;    
}
.btn {
font-size:16px;
}
.icon {
    padding: 5px;
    margin: auto;
    vertical-align: middle;
    background: Transparent;
    color: #8C8C8C;
    text-align: center;
    position: absolute;
    font-size: 150%;
    font-weight:normal;
}

.icon-blue {
    color: #3498db;
    font-size:130%;
}
.icon-success {
    padding: 5px;
    margin: auto;
    vertical-align: middle;
    background: Transparent;
    color: #6ac259;
    text-align: center;
    position: absolute;
    font-size: 150%;
    font-weight: 100;
}
.icon-success-large {
    padding: 5px;
    margin: auto;
    vertical-align: middle;
    background: Transparent;
    color: #6ac259;
    text-align: center;    
    font-size: 700%;
    font-weight: 100;
}
.success-large {
    color: #6ac259;
    font-size: 140%;
}
.success-large-content {
    font-size: 110%;
}
span.required:after {
    content: " *";
    color: red;
}
/*========MESSAGE CSS==========*/
.alert {
    margin-bottom: 0px;
}
.message-box .success-box {
    background-color: #00a146;
    background-position: 5px;
    background-repeat: no-repeat;
    border: 1px solid #131813;
    color: #f6fcf6;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 25px;
    padding: 10px 5px 10px 28px;
    text-transform: uppercase;
    text-align: center;
}

    .message-box .success-box a {
        color: #8d0f0f;
        text-decoration: underline;
    }

        .message-box .success-box a:hover {
            text-decoration: none;
        }

.message-box .error-box {
    /*-moz-border-radius:3px;*/
    background-color: #ffbebe;
    background-position: 5px;
    background-repeat: no-repeat;
    border: 1px solid #fe8c8c;
    color: #9a0000;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 5px 5px 5px 28px;
	text-align: center;
}

.message-box .error-box a {
	color: #8d0f0f;
	text-decoration: underline;
}

.message-box .error-box a:hover {
	text-decoration: none;
}
.help-block {
    color: #a94442;
}
.has-error .form-control, .has-success .form-control{
    border: solid 2px #3498db;
    box-shadow: none;
}
.has-error .form-control:focus, .has-success .form-control:focus {
    border: solid 2px #3498db;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.custom_error {
    color: #9a0000;
}
.padding-0{padding:0px !important;}
.profile-left-top {
    background: #FFF;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.profile-left-top-name {
    color: #3498db;font-size: 140%;margin-top: 10px;
}
.profile-left-top-level {
    color: #989898;font-size: 115%;
}
.profile-left-top-picture {
    background: linear-gradient(180deg, #FFFFFF 50%, #3498db 50%);
}
img.profile-picture {
    max-width: 50%;border: solid 6px #3498db;border-radius: 53px;background: white;
}
.icon-bell {
    color: #e74c3c;
    font-size: 180%;
    padding-right: 5px;
    cursor: pointer;
}
.profile-picture-right-top {
    max-width: 30px;
    max-height: 30px;
    border-radius: 23px !important;
    border-width: 3px !important;
}

#sidebar-wrapper.sidebar-toggle {
    transition: all 0.3s ease-out;
    margin-left: -250px;
}
.form-control.readonly {
    background-color: #e9ecef;
  }
.dt-buttons{
    float: left;
}
.width_190{
    width:190px !important;
}
.font-weight-normal{
    font-weight: normal !important;
}
.dashboard-tiles{
    height:30rem;
}
.dashboard-tiles #ticketChart{
    height:18rem;
}
#dashboard_ticket_list{
    /* max-height: 30rem; */
    max-height: calc(100vh - 189px);
}
.font_200{
    font-size:200% !important;
}
.font_150{
    font-size:150% !important;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@media (min-width: 768px) {
    #sidebar-wrapper.sidebar-toggle {
        transition: 0s;
        left: 250px;
    }
}
@media all and (min-width:0px) and (max-width: 480px) {
    .dashboard-tiles{
        height:23rem;
    }
}
@media screen and (min-width: 992px)
{
  .navbar .container-fluid,
  .navbar-expand-lg .navbar-collapse,
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar {
    /* width: 17%; */
    width:17vw;
    height: 98vh;
    align-items: flex-start;
  }
  .navbar-brand {
    margin-left: 0.5rem;
  }
}
.float-right{float:right;}
.top-notification {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    font-size: 80%;
    color: red;
    margin-top: -5px;
    margin-left: -3px;
}
.selected-link {
    background: #2c7eb6 !important;
}

/*******************************/
.jumbotron {
    padding-top: 0px;
    padding-bottom: 30px;
    margin-top: 0pc;
    margin-bottom: 30px;
}
.page-heading {color: #1982ca; font-weight:bold;}

.tab-heading {
        text-align: center;
        color: #1982ca;
}

.form-control {
    border: solid 2px #3498db;
}
.btn-primary, .btn-primary:active, .btn-primary:focus {
    background: #3498db;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    text-shadow: none;
    outline: none !important;
    font-weight: bold;
}
.btn-primary:hover {
    background: #2c7eb6;
}
/*My Profile*/
.my-profile-div {
    margin-top: 13%;
    box-shadow: 0 0 5px #8C8C8C;
    background: #FFF;
    padding-bottom: 5px;    
}
.profile-middle-top{margin-top:-54px;}
.my-profile {
    background: #FFF;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.my-profile-div .profile-middle-top-picture {
    background: transparent;
    text-align: center;    
}

.my-profile-div img.profile-picture {
    max-width: 20%;
    border: solid 6px #3498db;
    border-radius: 60px;
    background: transparent;    
}
.my-profile-div .profile-middle-top-name{font-size:180%; font-weight:bold; margin:10px;}
.btn-small, .btn-small:active, .btn-small:focus {
    padding-top: 6px;
    padding-bottom: 6px;
}
.alternate-bg-body {
    background-color: #e7f2fb;
}
.row-padding {
    padding:5px;
}
.pad-left-0 {
    padding-left:0px;
}
.btn-bs-file {
    position: relative;
}
.btn-bs-file input[type="file"] {
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 0;
    height: 0;
    outline: none;
    cursor: inherit;
}
.date-disable{background-color:#FFF !important;}
.select-status {
    font-size: 113%;
    color: #3498db;
}
.listing-filter .form-control {
    border-color: #CECECE;
    color: #3498db;
}
.input-group-addon {
    background-color: transparent;
    color: #3498db; border:none;
}
.no_wrap{white-space:nowrap;}

.table-invoice > :not(caption) > * > * {
    border-width: 0 1px;
}
.table-invoice > thead > tr > th {
    background: #d9d9d9;
    border-color: #000;
    border-width:2px 1px 1px 1px;
}
.table-invoice > tbody {
    border-bottom: solid 1px;
}
.table-invoice > tbody > tr > td {
    border-color: #000;
    border-width: 0px 1px 0px 1px;
    
}
.invoice-table-div {
    min-height: 23px;
}

.table-responsive span .data-value {
    color: #3498db;
}

.table-responsive .no-data-found {text-align:center; font-weight:bold;}

.table > thead > tr > th.th-first {border-left:none;}
.table-link {color: #e74c3c; text-decoration:underline;}
.hide-span{display:none;}
.invoice_customer_panel{
    min-height:100px;
}
#div_total, #div_discount {
    width: 150px;
    border: solid 1px;
    min-height: 30px;
}
#discount {
    width: 150px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #3498db;
    border-color: #3498db;
}
.list-dot {
    height: 6px;
    width: 6px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
}
