/***
default theme
***/

/***
Reset and overrides
***/
body {
    background-color:#3d3d3d !important;
}

.fade{visibility: hidden}
.fade.in{visibility: visible}
/***
Page header
***/
.header .navbar-inner {
    filter:none !important;
    background-image: none !important;
    background-color: #1f1f1f !important;
}

.header .btn-navbar {
    background-color: #1f1f1f !important;
}

.header .nav .dropdown-toggle:hover,
.header .nav .dropdown.open .dropdown-toggle {
    background-color: #333 !important;
}

.header .nav li.dropdown .dropdown-toggle i {
    color: #808080 !important;
}

/***
Page sidebar
***/
.page-sidebar > ul > li > a {
    border-top: 1px solid #595959 !important;
    color: #fff !important;
}

.page-sidebar > ul > li:last-child > a {
    border-bottom: 1px solid transparent !important;
}

/*.page-sidebar > ul > li:nth-child(3) > a {
    border-top-color: transparent !important;
}*/

.page-sidebar > ul > li > a i {
    color: #808080;
}

.page-sidebar > ul > li.has-sub.open >a,
.page-sidebar > ul > li >a:hover,
.page-sidebar > ul > li:hover>a {
    background: #313131;
}

.page-sidebar > ul > li.active > a {
    background: #e02222 !important;
    border-top-color: transparent !important;
    color:#fff;
}

.page-sidebar > ul > li.active > a i {
    color:#fff;
}

.page-sidebar > ul > li > a.open {
    background: #313131;
}

.page-sidebar ul > li > a .arrow:before,
.page-sidebar > ul > li > a .arrow.open:before {
    color: #919091 !important;
}

.page-sidebar ul > li.active > a .arrow:before,
.page-sidebar > ul > li.active > a .arrow.open:before {
    color: #fff !important;
}

.page-sidebar > ul > li > ul.sub > li > a {
    color: #fff;
    margin-left:0px;
    padding-left: 5px;
}

.page-sidebar > ul > li > ul.sub > li:first-child > a {
    border-top: 0px !important;
}

.page-sidebar > ul > li > ul.sub > li.active > a,
.page-sidebar > ul > li > ul.sub > li > a:hover {
    color: #fff !important;
    background: #4b4b4b !important;
}

.page-sidebar > ul > li > ul.sub > li > a:hover {
    background: #4b4b4b !important;
}

.page-sidebar .sidebar-search input{
    background-color: #3d3d3d  !important;
    color: #bababa !important;
}

.page-sidebar .sidebar-search .input-box {
    border-bottom-color: #959595  !important;
}

.page-sidebar .sidebar-search .submit {
    background-image: url(../img/search-icon.png);
}

/***
Sidebar toggler
***/
.sidebar-toggler {
    background-image: url(../img/sidebar-toggler.jpg);
    background-color: #333;
}

/* search box bg color on expanded */
.sidebar-closed .page-sidebar .sidebar-search.open {
    background-color: #3d3d3d !important;
}

.sidebar-closed .page-sidebar .sidebar-search.open .remove {
    background-image: url("../img/sidebar-search-close.png");
}

/* sub menu bg color on hover menu item */
.sidebar-closed .page-sidebar > ul > li.has-sub:hover .sub {
    background-color: #3d3d3d;
}

/***
Landscape phone to portrait tablet
***/
@media (max-width:979px) {
    /***
    page sidebar
    ***/
    .page-sidebar {
        background-color: #232427 !important;
    }

    .page-sidebar > ul > li > a {
        border-top: 1px solid #2c2d30 !important;
    }

    .page-sidebar > ul > li:last-child > a {
        border-bottom: 0 !important;
    }

    .page-sidebar .sidebar-search input{
        background-color: #232427  !important;
    }

}


/*==============
Custom style
================*/
.m-b-0 {
    margin-bottom: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.d-inline-block {
    display: inline-block !important;
}


@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: .25;
        transform: scale(.75);
    }
}

.spinner-box {
    margin-left: 445px;
    margin-top: 170px;
    display: flex;
    align-items: center;
    background-color: transparent;
}
.pulse-container {
    width: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pulse-bubble {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #060606;
}

.pulse-bubble-1 {
    animation: pulse .2s ease 0s infinite alternate;
}
.pulse-bubble-2 {
    animation: pulse .2s ease .2s infinite alternate;
}
.pulse-bubble-3 {
    animation: pulse .2s ease .4s infinite alternate;
}


.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

.table-borderless th, .table-borderless td {
    border: 0 !important;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
.portlet-body .portlet-body-inn{display:flex;}
.portlet-body .portlet-body-inn p:last-child{    margin-left: 2rem;
                                                 border-bottom: 1px solid;
                                                 width: 10rem;}
.portable-wrap{display: flex; justify-content: space-evenly;}
.portable-wrap .wrap-left h1,.portable-wrap .wrap-right h1{padding-bottom: 2rem;}
.form-row-seperated .controls{margin-left: 160px;}
.form-horizontal .control-label{width: auto;}
.mr-2{margin-right: 2rem}
span.dropdown-wrapper {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 10px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.portable-wrap p{word-break: break-all;}
.pt-5{padding-top: 3.5rem;}
/*.reports_wrapper .dataTables_length{position: absolute;}
.reports_wrapper .dataTables_filter{position: absolute; right: 20px;}
.reports_wrapper .dataTables_info{position: absolute;}
.reports_wrapper .dataTables_paginate{position: absolute; right: 20px;}
.d-none{color: white !important;}*/
div.dataTables_length select {
	width: 75px;
}

@media (max-width:979px) {
    .portable-wrap .wrap-right{padding-top: 3.6rem;}
    .portable-wrap{display: block;}
}

.portlet.box.red .portlet-title {
    background-color: #5f5959;

}

.portlet.box.red {
    border-color: black;
}
.pb-2{padding-bottom: 2rem;}
.crossVerModal{overflow: scroll; max-height: 22rem;}
.modal.fade.in{top: 20%;left: 20%;}
#DeleteModal,#endDateModal, #vRoundModal,#PdfUpload, #roundModal{top: 50%;left: 50%;    transform: translate(-50px, -50%);}
@media screen and (min-width: 1300px) {
    #crossVerificationModal{top: 20%;left: 30%;}
    #DeleteModal,#endDateModal, #vRoundModal, #roundModal, #PdfUpload{top: 50%;left: 50%;    transform: translate(-50px, -50%);}
}

.file {
    display: none;
  }
  .file-name {
    position: relative;
    overflow: hidden;
    line-height: 30px !important;
    width: 300px;
    border: 2px solid #dbdbdb !important;
    border-radius: 0 !important;
}

.file-btn {
    background: #3479ce;
    border: none;
    border-radius: 0;
    width: 100px;
    box-sizing: border-box;
    padding: 2px 10px;
    background-color: #4493c7;
    color: #FFF;
    font-size: 15px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 1rem;
  }
  
  input.file-btn {

    background-color: #e5e5e5;
    background-image: none;
    filter: none;
    border: 0;
    box-shadow: none;
    padding: 7px 14px;
    text-shadow: none;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 11px;
}
p.error {
    color: red;
}
a.btn.text-light.bg-dark.pdf {
    margin-left: 4px;
}