﻿.btn {
    padding: 1px 12px !important;
}

.ui-grid-clickable-row {
    cursor: pointer !important;
}

.ui-grid-cell-contents-auto {
    grid-auto-columns: max-content;
    display: -ms-grid;
    -ms-grid-columns: max-content;
}

input[type=file] {
    line-height: 3 !important
}

.pace .pace-progress {
    background: #0747a6 !important
}

.nav-header {
    background: #f4f5f7 !important;
    padding: 33px 0 !important
}

.nav > li > a {
    color: #555 !important;
    font-weight: 500 !important
}

.nav > li.active {
    border: 0 !important;
    background: 0 0 !important
}

.navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:hover {
    background-color: rgba(9,30,66,.04) !important;
    color: #42526e !important
}

.navbar-default .nav > li > a > span:nth-child(3) {
    display: none
}

.navbar-default .nav > li > a:hover > span:nth-child(3) {
    display: inline-block
}

ul.nav-second-level {
    background-color: #fdfdfd !important
}

.navbar-default {
    height: 100vh;
    background: #f4f5f7 !important
}

body.mini-navbar .nav-header {
    padding: 0;
    background-color: #fff !important
}

.nav > li.active > ul > li.active {
    border-bottom: 0 !important;
    color: #42526e !important;
}

    .nav > li.active > ul > li.active a {
        color: #0052cc !important;
        background-color: rgba(9,30,66,.04);
    }

        .nav > li.active > ul > li.active a:hover {
            color: #42526e !important;
        }

ul.nav-second-level {
    background: #f4f5f7 !important
}

.nav > li.active > a > .activeIcon {
    color: rgb(244, 245, 247) !important;
}

.nav > li > ul > li a > i {
    display: none !important;
    color: rgb(244, 245, 247) !important;
}

.nav > li.active > ul > li.active a > i {
    display: inherit !important;
    color: #0747a6 !important;
}

.navbar-middle {
    padding: 0;
    width: 100%;
    box-shadow: 1px -10px 15px 0 #0747a6
}

    .navbar-middle span:nth-child(2) {
        margin-left: 10px;
        text-align: right;
        width: calc(50% - 10px)
    }

.navbar-right {
    margin-right: 25px
}

.navbar-middle span {
    width: 50%;
    max-width: 50%;
    float: left;
    padding: 5px;
    font-weight: 600;
    text-align: left;
    font-size: 11px
}

.sideHover {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .4s ease all;
    z-index: 1;
    background: #fff
}

    .sideHover:after {
        content: '';
        display: block;
        margin: auto;
        height: 0;
        width: 1px;
        background: 0 0;
        transition: .7s ease all;
        position: absolute;
        top: 50%
    }

    .sideHover:hover:after {
        height: 100%;
        background: #0747a6;
        top: 0
    }

    .sideHover:hover {
        opacity: 1
    }

.sideHoverIcon {
    position: relative;
    top: 50%;
    left: 2px
}

.sideNavOpener, .sideNavOpener2 {
    position: absolute;
    margin: 0;
    bottom: 0;
    top: 0;
    background: #f4f5f7;
    padding: 0;
    z-index: 999;
    right: 10px;
    left: 60px;
    display: none
}

    .mini-navbarToggled .sideNavOpener, .sideNavOpener.nav > li > a > span:nth-child(3), .mini-navbarToggled .sideNavOpener2 {
        display: none !important
    }

    .sideNavOpener > li > ul > li > a > span, .sideNavOpener2.nav > li > a > span:nth-child(2) {
        display: none;
    }

    .sideNavOpener2 > li:not(.menuBack2) > a {
        padding-left: 45px !important;
    }

    .sideNavOpener2 > li > a span {
        display: none;
    }

    .sideNavOpener2 .nav-third-level li a {
        padding: 7px 10px 7px 52px !important;
    }

    .sideNavOpener > li > ul > li:hover a > span {
        display: block;
    }

.navSideBar ul.nav-second-level > li:hover > .nav-third-level {
    display: none;
}

#side-menu .nav-third-level.collapse.in, .sideNavOpener .nav-third-level.collapse.in {
    display: none !important;
}

.navTop .nav-third-level li a {
    padding-left: 44px;
}

.greenBlink, .redBlink {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate
}

.apiStatus span:last-child {
    margin-left: 10px
}

.apiStatus {
    color: #0747a6;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    bottom: 2px;
    right: 40px
}

@-webkit-keyframes blinker {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.greenBlink {
    background: green
}

.redBlink {
    background: red
}

.btn-primary {
    background-color: #0747a6 !important;
    border-color: #0747a6 !important;
    color: #fff
}

.btn-DefaultShields {
    border: 0 !important;
    background-color: transparent;
    color: #676a6c !important
}

    .btn-DefaultShields:hover {
        color: inherit;
        border: 1px solid #d2d2d2;
        background-color: #e7e6e6
    }

.btn-success {
    background-color: #459329 !important;
    border-color: #459329 !important;
    color: #fff
}

.btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    background-color: #1e2a6d !important;
    border-color: #1e2a6d !important;
    color: #fff
}


.btn-success.active, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active, .btn-success:active:focus, .btn-success:active:hover, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
    background-color: #3b8022 !important;
    border-color: #3b8022 !important;
    color: #fff
}

#accountForm {
    padding: 10px 40px;
    margin: 0 auto;
    border: 1px solid #dedada;
    width: 95%;
    max-width: 400px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 #dedada;
    -moz-box-shadow: 0 0 20px 0 #dedada;
    box-shadow: 0 0 20px 0 #dedada
}

.loginscreen.middle-box {
    width: 100% !important
}

.logo-image {
    width: 60%;
    text-align: center;
    margin: 0 auto
}

.md-autocomplete input {
    font-size: 12px !important
}

.profilePic {
    max-width: 80px;
    min-width: 80px;
    min-height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #f4f4f4;
    background: #fff;
    border-radius: 100px
}

.profilePicWrapper {
    position: relative;
    margin: 36px 0px 80px 0px;
}

.resetPasswordWrapper {
    position: relative;
    padding: 30px 0
}

.form-caption {
    margin-top: 30px;
    font-weight: 600;
    text-align: center
}

.CustomGridIcons {
    background-color: transparent;
    border: 0;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    color: currentColor;
}

.ui-grid {
    border: 0 !important
}

.CustomGridIcons:hover {
    color: #0747a6
}

.actionCustomHeader {
    padding-top: 5px !important
}

.ui-grid-header {
    border-bottom: 0 !important
}

body, html {
    overflow: initial !important;
}

.ui-grid-top-panel {
    color: #676a6c
}

.headingChild {
    font-size: 12px;
    font-weight: bold;
    color: #555555 !important;
}

.md-tabs.md-default-theme.md-accent > md-tabs-wrapper, md-tabs.md-accent > md-tabs-wrapper {
    background-color: #f4f5f7 !important;
    color: #000
}

.mBoxHead, .mBoxWrap {
    background: #fff;
    position: relative
}

.md-tabs.md-default-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon, md-tabs.md-default-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
    color: #0747a6 !important
}

.ui-grid-pager-control-input, .ui-grid-pager-max-pages-number, .ui-grid-pager-row-count-picker {
    display: none !important
}

.minimalize-styl-2 {
    display: none
}

.page-title-text {
    font-size: 30px;
    color: #0747a6;
    margin-bottom: 2px;
    font-weight: 600
}

.page-title-caption {
    color: #0747a6
}

.mBox {
    padding: 0 15px;
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
    box-sizing: border-box
}

.mBoxWrap {
    color: rgba(0,0,0,.87);
    width: 100%;
    border: 0;
    display: flex;
    word-wrap: break-word;
    min-width: 0;
    font-size: .875rem;
    margin-top: 30px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    margin-bottom: 30px;
    border-radius: 6px;
    flex-direction: column
}

.mBoxHead {
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 12px 20px -10px rgba(36,50,128,.28),0 4px 20px 0 rgba(36,50,128,.12),0 7px 8px -5px rgba(36,50,128,.2);
    color: #0848a6;
    margin: -20px 15px 0
}

.mBoxHeadTitle {
    color: #0848a6;
    margin-top: 0;
    min-height: auto;
    font-size: 20px;
    font-weight: 300;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    margin-bottom: 3px;
    text-decoration: none
}

.mBoxHeadSubtitle {
    color: #0848a6;
    margin: 0;
    font-size: 14px
}

.mTableWrap {
    flex: 1 1 auto;
    padding: .9375rem 20px;
    position: relative;
    -webkit-box-flex: 1
}

.mTable {
    width: 100%;
    margin-top: 24px
}

.mBoxButtons {
    position: absolute;
    right: 30px;
    z-index: 9
}

.control-label {
    font-size: 14px;
    color: #555
}

.ui-grid-cell-contents {
    padding: 10px;
    font-size: 12px
}

.ui-grid-column-menu-button {
    position: absolute;
    right: 10px;
    top: 9px
}

.navSideBar, .ui-grid-pager-panel {
    position: relative
}

.lightblue-bg {
    background-color: #e7ebff
}

.navSideBar {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 60px;
    display: inline-block;
    vertical-align: top;
    background: #0747a6;
    top: 0
}

    .navSideBar ul.navBottom {
        padding: 10px;
        margin: 0;
        position: absolute;
        bottom: 0px;
        list-style: none;
    }

    .navSideBar ul.navTop {
        display: none;
        padding: 0;
        margin: 0; /* position:absolute; */ /* top: 0px; */
        list-style: none;
        height: calc(100vh - 130px); /* overflow: hidden; */
        overflow-y: auto;
    }

        .navSideBar ul.navTop a, .navSideBar ul.navTopForBtn a {
            padding: 5px 0px;
            text-align: center;
            display: block;
            font-size: 20px;
            color: #deebff;
        }

.mini-navbarToggled .navSideBar ul.navTop {
    display: block
}

.navSideBar ul.navTop > li, .navSideBar ul.navTopForBtn > li {
    padding: 0px;
    font-size: 20px;
    color: #deebff;
    position: static;
}

.navSideBar ul.navTop a .pull-right, .navSideBar ul.navTop a span {
    display: none
}

.navSideBar ul.navTop > li:hover > .nav-second-level {
    display: block
}

.navSideBar ul.navTopForBtn {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navTop .nav-second-level {
    left: 50px !important;
    top: 0;
    position: absolute;
    z-index: 999999999;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86,96,117,.7);
    display: none;
    float: left;
    font-size: 12px;
    list-style: none;
    text-shadow: none;
    background: #fff !important;
}

    .navTop .nav-second-level li a {
        border-radius: 3px;
        color: inherit;
        line-height: 25px;
        min-width: 150px;
        margin: 4px;
        text-align: left;
        font-weight: 400;
        font-size: 13px !important;
        display: block;
        padding: 3px 20px;
        clear: both;
        white-space: nowrap;
        background: #fff
    }

.sidebar-collapse {
    display: inline-block;
    width: 220px;
    vertical-align: top
}

.navTop ul.nav.nav-third-level {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

    .navTop ul.nav.nav-third-level > li {
        padding-left: 15px
    }


.form-control {
    border: 1px solid #e5e6e7 !important;
    background-clip: unset;
}

.form-control-textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 100%;
    font-size: 12px;
}
/*.form-group{position:relative}
.form-group .control-label{position:absolute;top:0;left:0;z-index:10;padding:6px 12px;width:auto;min-width:50%;text-align:left;background:#fff;cursor:text;transition:.4s ease all;font-size:13px;color:#555}
.form-group .control-label.active{font-size:11px;padding:0;top:-10px}
md-autocomplete md-autocomplete-wrap{border:0!important;border-bottom:1px solid #e5e6e7!important}
.form-group:after{content:"";width:0;height:3px;background:#0747a6;transition:.2s ease all;left:50%}
.form-group.active:after{width:100%;height:2px;background:#0747a6;position:absolute;left:0}*/

@media (min-width:768px) {
    .form-inline .form-control-autocomplete {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
}

@media (max-width:768px) {
    .minimalize-styl-2 {
        display: block
    }

    .navSideBar ul.navTop > li {
        padding: 0px 15px;
    }

        .navSideBar ul.navTop > li a {
            font-size: 15px;
        }
}

.sidebar-collapse {
    height: 100vh;
    overflow-y: auto;
}

.form-check .form-check-input {
    position: absolute;
    margin: 0;
    z-index: -1;
    left: 0;
    pointer-events: none
}

.form-check .form-check-sign:before {
    display: block;
    position: absolute;
    left: 0;
    content: "";
    background-color: rgba(0,0,0,.84);
    height: 20px;
    width: 20px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    top: 0;
    transform: scale3d(2.3,2.3,1)
}

.form-check .form-check-sign .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0,0,0,.54);
    overflow: hidden;
    z-index: 0;
    border-radius: 3px
}

    .form-check .form-check-sign .check:before {
        position: absolute;
        content: "";
        transform: rotate(45deg);
        display: block;
        margin-top: -3px;
        margin-left: 7px;
        width: 0;
        color: #fff;
        height: 0;
        box-shadow: 0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,inset 0 0 0 0;
        animation: checkbox-off .3s forwards
    }

.form-check .form-check-input:focus + .form-check-sign .check:after {
    opacity: .2
}

.form-check .form-check-input:checked + .form-check-sign .check {
    background: #0747a6;
}

    .form-check .form-check-input:checked + .form-check-sign .check:before {
        color: #fff;
        box-shadow: 0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;
        animation: c .3s forwards
    }

.form-check .form-check-input:checked + .form-check-sign:before {
    animation: d .5s
}

.form-check .form-check-input:checked + .form-check-sign .check:after {
    animation: d .5s forwards
}

.form-check .form-check-input:not(:checked) + .form-check-sign .check:after, .form-check .form-check-input:not(:checked) + .form-check-sign:before {
    animation: d .5s
}

.form-check .form-check-input[disabled] + .circle, .form-check .form-check-input[disabled] ~ .form-check-sign .check, fieldset[disabled] .form-check, fieldset[disabled] .form-check .form-check-input {
    opacity: .5
}

.form-check .form-check-input[disabled] ~ .form-check-sign .check {
    border-color: #000;
    opacity: .26
}

.form-check .form-check-input[disabled] + .form-check-sign .check:after {
    background-color: rgba(0,0,0,.87);
    transform: rotate(-45deg)
}

.form-check .form-check-input[disabled][checked] + .form-check-sign .check {
    background-color: #000
}

.form-check .form-check-label {
    cursor: pointer;
    padding-left: 25px;
    position: relative
}

.form-group.is-focused .form-check .form-check-label {
    color: rgba(0,0,0,.26)
}

    .form-group.is-focused .form-check .form-check-label:focus, .form-group.is-focused .form-check .form-check-label:hover {
        color: rgba(0,0,0,.54)
    }

fieldset[disabled] .form-group.is-focused .form-check .form-check-label {
    color: rgba(0,0,0,.26)
}

.form-check .form-check-label span {
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    transition-duration: .2s
}

.form-check .form-check-label .circle {
    border: 1px solid rgba(0,0,0,.54);
    height: 15px;
    width: 15px;
    border-radius: 100%;
    top: 1px
}

    .form-check .form-check-label .circle .check {
        height: 15px;
        width: 15px;
        border-radius: 100%;
        background-color: #0747a6;
        transform: scale3d(0,0,0)
    }

.form-check .form-check-input {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden
}

    .form-check .form-check-input:checked ~ .check, .form-check .form-check-input:checked ~ .circle {
        opacity: 1
    }

    .form-check .form-check-input:checked ~ .check {
        background-color: #0747a6
    }

    .form-check .form-check-input:checked ~ .circle {
        border-color: #0747a6
    }

    .form-check .form-check-input:checked .check:before {
        animation: c .5s forwards
    }

    .form-check .form-check-input:checked ~ .circle .check {
        transform: scale3d(.65,.65,1)
    }

    .form-check .form-check-input[disabled] ~ .check, .form-check .form-check-input[disabled] ~ .circle {
        opacity: .26
    }

    .form-check .form-check-input[disabled] ~ .check {
        background-color: #000
    }

    .form-check .form-check-input[disabled] ~ .circle {
        border-color: #000
    }

    .form-check .form-check-input[disabled] + .circle .check {
        background-color: #000
    }

.form-check .form-check-sign {
    vertical-align: middle;
    position: relative;
    top: -2px;
    float: left;
    padding-right: 10px;
    display: inline-block
}

.form-check .form-check-label .circle:before {
    display: block;
    position: absolute;
    left: -1px;
    content: "";
    background-color: rgba(0,0,0,.84);
    height: 15px;
    width: 15px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    top: -1px;
    transform: scale3d(2.3,2.3,1)
}

.form-check .form-check-label .form-check-input:checked + .circle:before {
    animation: d .5s
}

.form-check .form-check-label .form-check-input:checked + .circle .check:before {
    color: #fff;
    box-shadow: 0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;
    animation: c .3s forwards
}

.form-check + .form-check {
    margin-top: 0
}

@keyframes a {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes b {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes c {
    0% {
        box-shadow: 0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px
    }

    50% {
        box-shadow: 0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px
    }

    to {
        box-shadow: 0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px
    }
}

@keyframes c {
    0% {
        box-shadow: 0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px
    }

    50% {
        box-shadow: 0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px
    }

    to {
        box-shadow: 0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px
    }
}

@keyframes d {
    0% {
        opacity: 0
    }

    50% {
        opacity: .2
    }

    to {
        opacity: 0
    }
}

@keyframes e {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes f {
    0% {
        top: 0;
        transform: rotate(0deg)
    }

    45% {
        top: 6px;
        transform: rotate(145deg)
    }

    75% {
        transform: rotate(130deg)
    }

    to {
        transform: rotate(135deg)
    }
}

@keyframes g {
    0% {
        top: 6px;
        transform: rotate(135deg)
    }

    45% {
        transform: rotate(-10deg)
    }

    75% {
        transform: rotate(5deg)
    }

    to {
        top: 0;
        transform: rotate(0)
    }
}

@keyframes h {
    0% {
        bottom: 0;
        transform: rotate(0deg)
    }

    45% {
        bottom: 6px;
        transform: rotate(-145deg)
    }

    75% {
        transform: rotate(-130deg)
    }

    to {
        transform: rotate(-135deg)
    }
}

@keyframes i {
    0% {
        bottom: 6px;
        transform: rotate(-135deg)
    }

    45% {
        transform: rotate(10deg)
    }

    75% {
        transform: rotate(-5deg)
    }

    to {
        bottom: 0;
        transform: rotate(0)
    }
}

.autocomplete-custom-template li {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    white-space: normal;
    font-size: 11px !important;
}

    .autocomplete-custom-template li:last-child {
        border-bottom-width: 0;
    }

.autocomplete-custom-template .item-title, .autocomplete-custom-template .item-metadata {
    display: block;
    line-height: 2;
}

    .autocomplete-custom-template .item-title md-icon {
        height: 18px;
        width: 18px;
    }

.profileHeader {
    padding: 10px;
    background-color: #f1f1f1;
}

.sidebar-collapse::-webkit-scrollbar, .sidebar-collapse::-webkit-scrollbar {
    width: 2px;
}

.sidebar-collapse::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(206, 192, 192, 0.3);
}

.sidebar-collapse::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.navTop::-webkit-scrollbar, .sidebar-collapse::-webkit-scrollbar {
    width: 5px;
}

.navTop::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(206, 192, 192, 0.3);
}

.navTop::-webkit-scrollbar-thumb {
    background-color: #deebff;
    outline: 1px solid slategrey;
}

.page-header {
    border: 1px solid #eeeeee;
    border-width: 0px 0px 1px 0px;
    padding: 5px;
    margin-top: 12px;
}

.shields-green {
    color: #659339 !important;
}

.removePadding .form-check-sign {
    float: none !important;
    padding-right: 2px !important;
}

.jumbotron {
    border-radius: 0 !important;
    padding: 20px !important;
    background: white;
    border: 1px solid #eee;
    margin-bottom: 15px !important;
    box-shadow: 0px 0px 6px 2px #4441;
}

.jumbotron-squeeze {
    margin-bottom: 15px !important;
}

.sheildupload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.sheildUploadBtn {
    border: 1px solid #eee;
    border-bottom: 2px solid #0747a6;
    background-color: #fff;
    padding: 8px 20px;
}

.sheildupload-btn-wrapper input[type=file] {
    cursor: pointer;
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.dragoverZone {
    border-left: 2px dashed #ccc;
    border-right: 2px dashed #ccc;
    border-bottom: 2px dashed #ccc;
    padding: 0px;
    text-align: center;
}

.dragoverZoneHeading {
    background-color: #0747a6;
    color: #fff;
    padding: 10px;
    text-align: left;
}

.dropzone {
    border: 0px !important;
    width: 100%;
    margin-bottom: 0px;
    min-height: 0px;
}

.dragoverZoneMessage {
    padding: 0px;
}

    .dragoverZoneMessage .glyphicon-cloud-upload {
        font-size: 40px;
        color: #0747a6;
    }

.dropZoneText {
    font-family: Sans-Serif;
    font-size: 15px;
    line-height: 1.45em;
    font-weight: 100;
}

.previewDropzoneFileText {
    font-size: 10px;
    overflow: hidden;
}

canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
    margin: 6px 0 0 6px;
}

md-icon {
    min-height: 18px !important;
    height: 18px !important;
    margin-top: -3px !important;
}

.filter-area {
    height: 34px !important;
}

    .filter-area input {
        height: 34px !important;
    }

    .filter-area md-autocomplete input:not(.md-input) {
        height: 34px !important;
    }

    .filter-area md-autocomplete-wrap {
        height: 34px !important;
    }

    .filter-area .btn {
        height: 34px !important;
    }

.page-header .btn {
    padding: 6px 12px !important
}

.btn-top-header {
    padding: 6px 12px !important
}

.form-group.required .control-label:after {
    content: "*";
    color: #FF0000;
}

.text-danger {
    color: #000 !important;
    font-size: 12px;
    width: 100%;
    text-align: left;
}

    .text-danger:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: " \f06a";
    }

.reqError .form-control {
    border-color: red !important;
}

.reqErrorAutcomplete md-autocomplete {
    border: 1px solid red !important;
}

tooltip {
    position: sticky !important;
}

.cm-panel-heading {
    border-color: darkblue !important;
    border-bottom: 1px solid !important;
}

.md-chips md-chip {
    font-size: 11px !important;
    cursor: pointer;
    font-weight: 100 !important;
    line-height: 20px;
    height: 20px;
    background: rgb(63, 81, 181);
    color: rgba(255, 255, 255, 0.87);
}

.roleCustom {
    padding-left: 0px !important;
}

.roleCustom {
    padding-left: 0px !important;
}

    .roleCustom .btn_ {
        height: 34px !important;
        border-radius: 0px !important;
    }

/*-------UI Grid----Start*/

.hideFooter .ui-grid-pager-panel {
    display: none;
}

.hideFooter .ui-grid-viewport {
    overflow-y: hidden !important;
}

.hideFooter .ui-grid-viewport,
ng-isolate-scope {
    height: auto !important;
}

.hideFooter .ui-grid {
    min-height: 100px !important;
    height: auto !important;
}

.ui-grid-pager-panel {
    position: inherit !important;
}

.watermark {
    position: absolute;
    top: 70%;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.roleCustomGrid {
    margin-top: 20px;
}

    .roleCustomGrid .ui-grid {
        height: 450px !important;
    }

    .roleCustomGrid .ui-grid-contents-wrapper {
        height: 400px !important;
        min-height: 400px !important;
    }

    .roleCustomGrid .ui-grid-viewport {
        height: 400px !important;
    }

    .roleCustomGrid ng-isolate-scope {
        height: 400px !important;
    }


/*-------UI Grid----End*/


/*-------Custom Checkboxes and Radio Buttons----Start*/

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

.required_field {
    border-color: red;
}

.margin_padding_4_4 {
    margin: 4px;
    padding: 4px;
}

.image_delete_button {
    padding: 5px;
    background: #b70f0f;
    color: #ffffff;
}

.company-div-head {
    background-color: #f4f5f7;
    font-weight: bold;
}

.company-head {
    min-height: 150px;
}

.div_background {
    background-color: #fcf8e3;
    border-color: #faebcc;
}


/*-------Custom Checkboxes and Radio Buttons----End*/

.instructions {
    font-size: 11px !important;
}

.animationLoading {
    height: 324px;
}

@keyframes animate {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

#container {
    width: 100%;
    padding: 0px 25px;
}

#one, #two, #three, #four, #five, #six {
    position: relative;
    background-color: #CCC;
    height: 6px;
    animation-name: animate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
}

#one {
    left: 0;
    height: 30px;
    width: 30px;
}

#two {
    left: 50px;
    top: -25px;
    width: 60%;
}

#three {
    left: 50px;
    top: -18px;
    width: 35%;
}

.ErrorTextboxHighlight {
    border: 1px solid #ff0000 !important;
}

.ErrorDropdownHighlight .chosen-container-single .chosen-single {
    border: none !important;
}

.ErrorDropdownHighlight {
    border: 1px solid #ff0000 !important;
}

.generatePasswordCustom {
    margin-left: 0px !important;
    height: 31px !important;
    border-left: 0px !important;
}

.GreenCompany {
    background-color: green !important;
    padding: 5px !important;
    width: 100% !important;
    height: 100%;
}

.RedCompany {
    background-color: red !important;
    padding: 5px !important;
    width: 100% !important;
    height: 100%;
}

.isFrequentlyUsed {
    background-color: yellow !important;
    padding: 5px !important;
    width: 100% !important;
    height: 100%;
}

.removePadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding-38 {
    padding: 38%;
}

.uigridCellPadding {
    padding: 0px 4px;
}

.progress-bar {
    background-color: #0747a6 !important;
}

.div-disable {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

.grid-checkbox-parent {
    margin-top: 5px !important;
    margin-left: -15px;
}

.quote-div-head {
    background-color: #f4f5f7;
}

.quote-head {
    min-height: 100px;
}

.md-dialog-container {
    z-index: 2500;
}

.QuoteCodeRed {
    background: #ed5565 !important;
    color: white;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.QuoteCodeGreen {
    background: #28a745 !important;
    color: white;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

/* DATE RANGE PICKER */

.daterange-addon {
    border: 0px !important;
}


/* DATE RANGE PICKER*/
#wrapper {
    height: inherit;
}

.ui-grid-header-cell-primary-focus {
    line-height: inherit;
}

.ui-grid-header-cell-label {
    white-space: pre-wrap;
}

#quotePartsPartialView {
    padding: 0 8px;
}

/* Custom Chosen Dropdown Intializing*/
.custom-chosen-dropdown {
    border: 1px solid #e5e6e7 !important;
    box-shadow: none !important;
    min-height: unset !important;
    line-height: inherit !important;
    background: #fff;
    box-shadow: none;
    -moz-box-sizing: border-box;
    border-radius: 2px;
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    padding: 4px 8px;
    position: relative;
    width: 100% !important;
    font-size: 11px !important;
    float: left !important;
}

.filter-area .custom-chosen-dropdown {
    height: 34px !important;
}

.custom-chosen-dropdown .chosen-container {
    width: 100% !important;
}

.quote-part-results-padding {
    padding-top: 3.5em;
}

._my-col {
    max-width: 200px !important;
    min-width: 200px !important;
}

.currentlyActive {
    text-decoration: underline;
    font-size: 20px !important;
    color: red;
}

.FilterGroup {
    text-align: left !important;
    padding-top: 4px;
}

    .FilterGroup span {
        font-size: 15px;
        padding: 2px;
    }


.fontsize_12 {
    font-size: 12px;
}

.em_ {
    padding-left: 19px;
}

._mycheckbox {
    text-align: left;
    height: 50px !important;
    width: 100% !important;
}

.centered {
    position: fixed;
    top: 40%;
    left: 30%;
    margin-top: -50px;
    margin-left: -100px;
}

#FeedbackMsg textarea {
    padding: 10px;
    height: 100px;
    width: 100%;
    border: 1px solid #CCC !important;
    margin-bottom: 10px;
}

#FeedbackMsg .ErrorTextboxHighlight {
    border: 1px solid #ff0000 !important;
}

.feedbackFormColor {
    background-color: white !important;
    height: 100% !important;
}

.feedbackForm {
    color: black;
    margin-top: 10%;
    left: 25%;
}

.FeedbackShiledsimg {
    width: 50%;
    padding: 20px 0px 15px 0px;
}

.FeedbackSendbutton {
    border-radius: 0px !important;
    padding-top: 2px;
    width: 20%;
}

.textAlignCenter {
    text-align: center;
}

.chosen-single span {
    display: block !important;
    overflow: visible !important;
    white-space: nowrap;
}

.customHeader {
    border-left: 0px !important;
    border-right: 0px !important;
}

.fa-spinner.ng-hide-add-active {
    display: none !important;
}

.ediitable-cell, .ediitable-grid {
    max-width: inherit;
    position: relative;
}

.quote-part-info {
    position: fixed;
    width: 200px;
    height: 110px;
    text-align: center;
    padding-top: 2px !important;
    z-index: 1;
}

.text-sm {
    font-size: small !important;
}

.text-md {
    font-size: medium !important;
}

.ui-grid-cell .chosen-container .chosen-drop {
    border-bottom: 0 !important;
    border: 1px solid #aaa;
    /*top: auto !important;
    bottom: 20px !important;*/
    position: absolute;
}

.ui-grid-cell .chosen-container:focus {
    position: fixed;
    max-width: inherit;
}

.ui-grid-cell .chosen-container-active {
    position: fixed;
    max-width: inherit;
}

.cell-span-custom span {
    padding: 0px 4px !important;
}

.input-group-addon.slim-dropdown {
    font-size: 12px !important;
}

.part-results-wrapper {
    border-bottom: 2px solid #555;
    margin-bottom: 10px;
}

.part-info-align-center {
    border: 1px solid #333;
    padding: 10px;
    display: flex;
    align-items: center;
}

.text-xs {
    font-size: smaller !important;
}

.part-info-line-spacing {
    line-height: 2em;
}

.part-results-padding {
    padding-top: 1.5em;
}

.part-results-head {
    margin-top: 5px;
}

.badge-shields-default, .label-shields-default {
    background-color: #0747a6 !important;
    color: #fff !important;
}

.ng-touched.invalid_field {
    border: 1px solid red !important;
}

#quotePartGrid .ui-grid-cell input[type="checkbox"] {
    margin: 21px 0 0 23px !important;
    width: auto;
}

.manual-oem-custom .chosen-single {
    height: 28px !important;
}

.ui-grid .dropdown.open {
    position: fixed;
    margin-left: -7px;
}

    .ui-grid .dropdown.open i {
        color: black;
    }

.overflow {
    overflow: visible;
}

#createQuoteAddPartGrid .dropdown {
    padding-top: 5px;
}

#createQuoteAddPartGrid .dropdown-menu {
    margin-top: -110px !important;
    margin-left: -120px !important;
    min-width: 55px !important;
    padding-bottom: 7px;
}

#createQuoteAddPartGrid ul li {
    padding: 4px 0px !important;
}

#createQuoteAddPartGrid li:hover {
    background-color: #f7f7f9;
}

.currency-field-wrapper {
    position: relative;
}

.currency-unit {
    position: absolute;
    display: block;
    left: 5px;
    top: 5px;
    z-index: 9;
    color: #999;
}

.currency-field {
    display: block;
    background: #fff;
    padding-left: 20px !important;
    text-align: center;
}

.satd12 {
    position: absolute;
    top: -4px;
    float: right;
    text-align: right;
    right: 10px;
}
/* For User Clocks*/
.clock-list {
    cursor: pointer;
    padding: 10px !important;
    overflow-y: auto;
    overflow-x: hidden;
    height: 150px;
    max-height: max-content;
    max-height: -moz-max-content;
    max-height: -webkit-max-content;
    max-height: -o-max-content;
    scrollbar-width: none;
    min-width: 200px !important;
}

.clock-list-single-row {
    height: max-content;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: -o-max-content;
}

.clock-flag {
    margin: 2px 0px 0px 12px;
}

.clock-list::-webkit-scrollbar {
    width: 0px;
}

.clock-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.clock-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.clock-list-divider {
    border-bottom: 1px solid #ccc;
}
/*****End of User Clocks****/
/*********Bootstrap Multi-Select**********/
.multiselect > .caret {
    align-self: center;
    margin-left: auto;
}

.multiselect-container.dropdown-menu {
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
}

.multiselect-container {
    width: 100% !important;
}

.multiselect {
    display: flex;
    font-size: 11px !important;
    color: #444444 !important;
    line-height: 22px;
}

    .multiselect .caret {
        color: #888 !important;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #0747a6 !important;
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    background-color: transparent !important;
    border-color: #ccc !important;
}

.dropdown-menu > li > a {
    padding: 0px;
}
/*****End of Bootstrap Multi-Select******/

.page-header {
    border: 0px !important;
    padding: 0px !important;
    margin-top: 0px !important;
}

.filter-area .input-group-addon {
    font-size: 12px;
}

.margin-5 {
    margin-left: -5px;
}

.price {
    padding: 4px;
    text-align: right;
}

.td-footer-caption > span {
    font-weight: 700 !important;
    color: #656467;
}

.m-t > small {
    color: #97999c !important
}
    .m-t > small:hover {
        color: #007c2f !important;
        -webkit-transition: color 1000ms linear;
        -ms-transition: color 1000ms linear;
        transition: color 1000ms linear;
    }
.td-login-footer > a {
    color: #97999c !important
}
    .td-login-footer > a:hover {
        color: #007c2f !important;
        -webkit-transition: color 1000ms linear;
        -ms-transition: color 1000ms linear;
        transition: color 1000ms linear;
    }

.td-background-img {
    background-image: url('/css/Content/Images/leaf-no background.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 100%;
    height: 120%;
    position: fixed;
    right: -8%;
    bottom: -20%;
    z-index: -1;
    opacity: 0.15;
}
.navbar-light .navbar-brand {
    color: rgb(3, 92, 37) !important;
}


.unaothorize-button {
    padding: 1px 12px !important;
    height: 34px;
    background-color: #65b32e;
    color: #fff;
    width: 100%;
}

    .unaothorize-button:hover {
        background-color: #007c2f;
        -webkit-transition: background-color 1000ms linear;
        -ms-transition: background-color 1000ms linear;
        transition: background-color 1000ms linear;
        color: #fff;
    }

#accountForm {
    padding: 10px 40px;
    margin: 0 auto;
    border: 1px solid #dedada36;
    width: 95%;
    max-width: 400px;
    background: #65b32e00;
    -webkit-box-shadow: 0 0 20px 0 #dedada;
    -moz-box-shadow: 0 0 20px 0 #dedada;
    box-shadow: 0 0 20px 0 #dedada;
}

.loginscreen.middle-box {
    width: 100% !important;
}

.logo-image {
    width: 77%;
    text-align: center;
    margin: 0 auto;
}

.profilePicWrapper {
    position: relative;
    margin: 36px 0px 80px 0px;
    margin-top: 36px;
}

.profilePic {
    max-width: 80px;
    min-width: 80px;
    min-height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #f4f4f4;
    background: #fff;
    border-radius: 100px;
}

.filter-area {
    height: 34px !important;
}

.form-caption {
    margin-top: 30px;
    font-weight: 600;
    text-align: center;
}
.form-control, .single-line {
height:100% !important;
}

.loginscreen .filter-area {
height: 100% !important;
}
.text-danger {
    color: red !important;
}