﻿
input[type="checkbox"] {
    margin: 3px 0 0;
}
.chosen-container {
    margin-bottom: 0 !important;
    border-radius: 5px;
}

#main-block > div.row:first-child > h3 {
    color: #ffffff;
    position: relative;
    margin-top: 0;
}

#navsm {
    display: none;
}

#smnav {
    display: block;
    padding: 0;
}

#smnav i {
    color: #fff;
    padding: 13px;
}

#navsm:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

@media(max-width: 992px) {
    #locdrop {
        display: none;
    }
    .brand-title {
        padding-right: 0 !important;
        font-size: 14px;
    }
    #navsm {
        display: block;
    }
    .navbar-header {
        width: 100%;
    }
    .navbar-content {
        display: none;
    }
    .shownavsm {
        position: fixed;
        top: 50px;
        display: block;
        z-index: 999;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.9);
        overflow-y: auto;
    }
    .shownavsm .navbar-top-links {
        float: none !important;
    }
    .shownavsm .navbar-top-links li {
        display: block;
        float: none !important;
    }
    .shownavsm .navbar-top-links li a {
        display: block;
        float: none !important;
        text-align: left;
        padding-left: 20px;
    }
    .shownavsm .navbar-top-links li a .username {
        float: none !important;
    }
    .shownavsm .navbar-top-links li .dropdown-menu {
        position: relative;
        float: none !important;
    }
    #navsm a {
        color: #898989;
    }
}

@media(max-width: 768px) {}

#content-container {
    padding-bottom: 10px;
}

.v-fw-f {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    z-index: 99;
}

.v-fw-f .c-p {
    padding: 8px;
    text-align: left;
}

.c-p i {
    color: #fff;
}

.v-fw-f p {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding-left: 100%;
    white-space: nowrap;
    /* Keeps the content on a single line */
    animation: typing 70s linear infinite;
}

.v-fw-f p i {
    margin-right: 2px;
}

.v-fw-f p .text-warning {
    color: #ff6e6e;
}

.v-fw-f a {
    color: #fff;
    margin-right: 30px;
}

/* The typing effect */
@keyframes typing {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

.requiredcss {
    color: #C85305;
}

.radiolist input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.radiolist label {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    padding: 5px 5px;
    font-size: 13px;
    margin: 0 -1px 0 0;
}

.radiolist input[type=radio]:checked + label {
    color: #fff;
    background: #ee6002;
}

.radiolist td + td {
    border-left: 1px solid #ddd;
}

.radiolist {
    border: 1px solid #ddd;
    display: inline-block;
    margin: 10px 6px 0px 18px;
    border-radius: 3px;
    overflow: hidden;
}

.navbar-top-links>li>a {
    font-size: 13px;
}

@media all and (min-width:640px) {
    .radiolist label {
        font-size: 14px;
        padding: 4px 18px;
    }

    .navbar-top-links>li>a {
        font-size: 14px;
    }

    .radiolist {
        margin: 10px 6px 0px 16px;
    }
}

.datepicker.form-control {
    padding: 3px 12px;
}

.datepicker table thead {
    border-left: 1px solid #aaa;
}

.chosen-container-single .chosen-single div b {
    padding: 5px 5px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}
 
::-webkit-scrollbar-track {
    background: transparent; 
}

::-webkit-scrollbar-thumb {
    background: #3c3c3c;
    border: none;
    height: 100px;
    border-radius: 5px;
}

.row-dashboard {
    padding: 0.5em;
    margin: 1em 0;
    transition:all .4s ease-in-out;
}

.row-dashboard .panel:hover {
    box-shadow: 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.25);
}

.row-dashboard .media {
    transition: all .4s ease-in-out;
    background-color: #ffffff;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.flag-group{
    border-left: 3px dotted;
    margin-left: 0px;
}

.flag-group.flag-primary {
    border-color: #2196f3;
}

.flag-group.flag-purple {
    border-color: #986291;
}

.flag-group.flag-mint {
    border-color: #009688;
}

    .flag-group.flag-pawn {
        border-color: #ee6002;
    }

.flag-group.flag-dark {
    border-color: #78909C;
}

.flag-group .text-muted {
    font-size: 12px;
    margin-top: 3px !important;
}

.bg-pawn {
    background-color: #ee6002;
}
.bg-pawn, .bg-pawn a {
    color: #ffffff;
}

#content-container {
    padding-bottom: 32px !important;
}

#container #footer {
    padding-top: 0.5em;
    background:#fff;
}

.control-label {
    line-height: 2;
}

.help-block {
    font-size: 0.75em;
}

.help-block > .help-block {
    font-size: 1em;
}

.icongrid {
    width: 30px;
}

.shownumber {
    text-align: right;
    display: block;
}

#container .table.table-list th {
    background: #f5f5f5;
    border: 1px solid #ddd;
}

#container .table.table-list td {
    border-top: 1px solid #ddd;
}

.table-list tbody tr td {
    padding: 0.75em;
    border: 1px solid #ddd;
}

.table-list tbody tr.active td {
    /*border-color: #1c7eff;
    background: #1c7eff;*/
    background-color: #3b4146;
    border-color:#282c2f;
    color: #fff;
}

.table-list tbody tr:not(.active):hover td {
    background: #f5f5f5;
}

.table-responsive {
    margin-bottom: 0;
}

.table-responsive:not(.bord-no) table.table > tbody {
    border: 1px solid #ddd;
}

input[type="radio"], input[type="checkbox"] {
    vertical-align: top;
    margin-right: 4px;
}

.nav-tabs > li:not(.active):hover {
    border-bottom: none;
}
.nav-tabs > li {
    border-bottom: 1px solid #ccc;
}


/* Media box on dashboard page */
.media-box {
    display: flex;
}
.media-box-left {
    margin-right: 12px;
}

#lA > .row, #lB > .row, #lC > .row, #lD > .row {
    border-left: 4px solid #ddd;
}

.mypagination tbody tr td {
    padding: 0;
}

/*change text on screen resize*/
.full-text {
    display: block;
}

.short-text {
    display: none;
}

@media (min-width:980px) and (max-width:1210px) {
    .full-text {
        display: none;
    }

    .short-text {
        display: block;
    }
}
.input-daterange input {
    border-radius: 5px !important;
}
/*adjust form control height to match chosen control*/
.form-control {
    border-radius: 5px;
    height: unset;
}

body {
    font-size: 14px;
}

.chosen-container-single .chosen-single {
    line-height: 28px;
    padding: 3px 12px;
    border-radius: 5px;
}

/*dashboard style*/

.row-dashboard .panel,
.panel-primary.panel-colorful,
.panel-purple.panel-colorful,
.panel-mint.panel-colorful {
    border-radius: 5px;
    transition: all .4s ease-in-out;
}

.panel-primary.panel-colorful {
    background-color: #4b96fa;
    border-color: #4acbff;
    background-image: linear-gradient(270deg, #4aceff, #4b96fa);
}

.panel-purple.panel-colorful {
    background-color: #986291;
    border-color: #ac7fbf;
    background-image: linear-gradient(270deg, #986291, #ac7fbf);
}

.panel-mint.panel-colorful {
    background-color: #50c7a7;
    border-color: #50c7a7;
    background-image: linear-gradient(270deg, #25b9b1,#50c7a7);
}

.text-3x-reponsive {
    font-size: 2em;
}

.morris-hover.morris-default-style {
    display: inline-block;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.jqstooltip {
    width: 100px;
    height: 45px;
    border-radius: 2px;
}

.report-background {
    background-image: url(../img/report.svg);
    background-size: 40%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.report-background #content-container {
    background-color: transparent;
}

.full-width-photo{
    width: 100%;
}

@media screen and (max-width:1280px) {
    .hide-icon-mobile {
        display: none;
    }
}

/*Cash point custom css*/
.v-fw-f {
    box-shadow: #000000 0 -1px 3px 0;
}
ul.quick-menu {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}
    ul.quick-menu li {
        display: inline-block;
        padding-right: 1em;
    }

        ul.quick-menu li a {
            font-size: 1.125em;
            font-weight: bold;
            color: #868686;
            color: rgba(255, 255, 255, 0.55);
            letter-spacing: 0.02em;
        }

@media screen and (min-width:992px) {
    ul.quick-menu li a {
        font-size: 1.5em;
    }
}

.dashboard-header {
    background: #222222;
    background-image: linear-gradient(45deg, #000000 10%,#ee6002);
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 1em 2em 6em 2em;
}

#mainContentPlaceHolder1_UpdatePanel1 h2.kpi-title {
    font-size: 4rem;
    color: #505050;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 0.01em;
}

@media screen and (min-width:960px) {
    #mainContentPlaceHolder1_UpdatePanel1 h2.kpi-title {
        font-size: 6rem;
    }
}

@media screen and (min-width:1440px) {
    #mainContentPlaceHolder1_UpdatePanel1 h2.kpi-title {
        font-size: 7rem;
    }
}

.button {
    padding: 1em 2em;
    text-align: center;
    border-radius: 2px;
    transition: all .3s ease-in-out;
}
.btn[disabled] {
    color: #ffffff;
    background-color: black !important;
}
.button[disabled] {
    color: #ffffff;
    background-color: black !important;
}
.button.button-primary {
    color: #ffffff;
    background-color: #ee6002;
    border: 1px solid #ee6002;
}
.button.button-primary:hover {
        color: #ffffff;
        background-color: #3b4146;
        border: 1px solid #3b4146;
    }

.button.button-secondary {
        border-radius: 5px; 
        color: #ffffff;
        background-color: #3b4146;
        border: 1px solid #282c2f;
    }
    .button.button-secondary:hover {
        color: #ffffff;
        background-color: #ee6002;
        border: 1px solid #ee6002;
    }

.tab-base .nav-tabs > li:not(.active) > a:hover {
    border-color: #3b4146;
    border-bottom-color: transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #3b4146;
}
select.form-control {
    height: 36px;
}
.bg-dark {
    background-color: #3b4146;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
    z-index: 99;
}

input[type="submit"], input[type="button"], button {
    outline: none !important;
}
    input[type="submit"]:focus, input[type="button"]:focus, button:focus {
        filter: brightness(0.8) !important;
    }


.btn:focus {
    color: #fff !important;
    outline: none;
}


.box-vmiddle-wrap::before {
    display: inherit;
}

/*End Cash point custom css*/

#page-content {
    padding: 0;
}


.bg-light a.btn {
    color: #ffffff;
}

.modal-backdrop {
    position: fixed;
}
.modal:before {
    margin: 0;
}

.modal-dialog {
    min-width: auto;
    max-width: 95%;
    margin: 0;
}

.overlay {
    z-index: 2000;
}


#container .table-hover > tbody > tr:hover {
    background-color: #e0f1ff;
}
.datepicker table tr th {
    border-radius: 0;
}
.datepicker.datepicker-dropdown {
    border-radius: 5px;
}
.datepicker-days {
    border-radius: 5px;
}
    .datepicker-days .table-condensed {
        border-radius: 5px;
    }

.datepicker table thead {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: none;
    background-color: #ee6002;
    color: #fff;
}

.datepicker table thead tr:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.datepicker table thead tr:first-child th:first-child{
    border-top-left-radius: 5px;

}
.datepicker table thead tr:first-child th:last-child {
    border-top-right-radius: 5px;
}
.datepicker table tr td.today {
    background-color: #efe5fd;
}
    .datepicker table tr td.active.active, .datepicker table tr td span.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover {
        background-color: #ee6002;
    }
.datepicker table tr td.today, .datepicker table tr td.active {
    border-radius: 5px;
}

.dropdown-menu {
    border-radius: 5px;
}

    .dropdown-menu li:first-child a{
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
}

    .dropdown-menu li:last-child a{
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
