html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #666;
}

    body > .container {
        width: 100%;
        padding: 0;
    }

h4 {
    font-size: 15px;
}

.nopadding {
    padding: 0 !important;
}
/*nav*/
nav.navbar {
    color: #fff;
    border-radius: 0;
}

.navbar-header h1 {
    font-size: 1.3em;
    margin-left: 20px;
    float: left;
    margin-top: 15px;
}

.logo {
    background: url("/oms_ui/src/images/cat_logo.svg") no-repeat center;
    width: 50px;
    height: 50px;
    background-size: contain;
    float: left;
}
/*#title{font-size: 20px; position:absolute; top:20px;}*/
.humberger {
    top: 8px;
    height: 45px;
    width: 45px;
}

.selectCustomer {
    margin-top: 10px;
    padding-right: 10px;
    border-right: 1px #777 solid;
    margin-right: 10px;
    display: none;
    float: left;
}

    .selectCustomer select {
        width: 150px;
        padding: 5px;
        border: 1px #e1e1e1 solid;
        color: #333;
    }

.userName {
    margin-top: 17px;
    float: left;
    font-size: 15px;
}

.notify-icon {
    background-color: #ffd24d;
    bottom: 10px;
    position: relative;
    right: 12px;
    /*font-size: 10px;*/
    color: #000;
}

.iconsInContent {
    position: relative;
    top: 5px;
}

.iconShowNote {
    margin-top: 6px;
    font-size: 18px;
    color: #525560;
    cursor: pointer;
}

#historydropDown {
    width: 25%;
}



/*modal*/
.modal-dialog {
    margin-top: 5%;
}

.modal-content {
    border-radius: 0;
    border: 0 none;
}

    .modal-content p {
        word-break: break-word;
    }

.modal-header {
    background: #525C60;
    font-size: 1.15rem;
    padding: 5px 10px;
    color: #fff;
}

    .modal-header .close {
        color: #fff;
        opacity: 1;
    }

        .modal-header .close:hover {
            opacity: 0.8;
        }

.modal-footer {
    border: 0 none;
    padding: 0 10px 10px;
}

#AddKeyModal .modal-dialog {
    width: 350px;
}

#NotePopup .modal-content p {
    word-break: normal;
}


/*compare modal*/
.tableDiv {
    padding-bottom: 15px;
}

.compareDivHeader {
    height: 5vh;
    padding-top: 5px;
}

#tblcompareLoglist {
    height: 30vh;
    overflow-y: scroll;
}

.compareModalClass {
    padding: 15px 15px 5px 15px;
}

#backdropHide {
    z-index: 1050 !important;
    background-color: black;
    opacity: .5;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

/*tab*/
.nav-tabs {
    border-bottom: 1px #eaeaea solid;
    padding: 0 15px;
}

    .nav-tabs > li > a {
        border-radius: 0;
        color: #626262;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #505050;
        font-weight: bold;
        background: #f9f9f9;
        border-left: 1px #eaeaea solid;
        border-right: 1px #eaeaea solid;
        border-top: 2px #FFD200 solid;
    }

.tab-content {
    padding: 10px 15px;
    background: #f9f9f9;
}

.tableFilter {
    margin-bottom: 10px;
}

.assetViewFilter {
    display: flex;
    flex-direction: row;
}

.tableFilter .searchUi {
    position: relative;
}

    .tableFilter .searchUi input {
        border: 1px #ccc solid;
        outline: 0 none;
        padding-right: 30px;
        height: 30px;
    }

    .tableFilter .searchUi button {
        background: transparent;
        border: 0 none;
        padding: 0;
        position: absolute;
        top: 7px;
        right: 5px;
    }

.tableFilter .btn {
    margin: 0 5px;
}

#spanViewRecordsAsset {
    min-width: 155px;
    margin-top: 0;
}

/*Table ui*/
.table_head {
    padding-right: 17px;
}

.Customtable {
    width: 100%;
    table-layout: fixed;
    font-size: 14px;
}

    .Customtable th {
        background: #525C60;
        color: #e5e6e6;
        text-align: left;
        padding: 11px 18px !important;
        cursor: pointer;
    }

    .Customtable tr:nth-child(2n) {
        background: #F4F4F4;
    }

    .Customtable tr:hover td {
        background: #e1e1e1;
    }

    .Customtable th.sorted-descending:before, .table th.sorted-ascending:before {
        display: none;
    }

    .Customtable th.sorted-descending:after {
        content: "\25bc";
    }

    .Customtable th.sorted-ascending:after {
        content: "\25b2";
    }

.CustomtableCompare td {
    padding: 10px 18px !important;
    border: 0 none !important;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Customtable td {
    padding: 10px 18px !important;
    color: #424242;
    border: 0 none !important;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .Customtable td select {
        border: 1px #ccc solid;
        outline: 0 none;
    }

.custom td select {
    background: grey;
    border: 1px #ccc solid;
    outline: 0 none;
}

#tblcompareLoglist > .Customtable tr:nth-child(2n) td {
    background: none;
}

#tblcompareLoglist > .Customtable tr:hover td {
    background: none;
}

.tableAction {
    color: #767676;
    margin-right: 8px;
    cursor: pointer;
    font-size: 17px;
}

    .tableAction:hover {
        color: #353535;
    }

/*form*/
.form-horizontal .control-label {
    font-size: 14px;
    font-weight: normal;
}

.panel-default > .panel-heading {
    border-radius: 0;
}

.form-control {
    height: 30px;
    border-radius: 0;
}

.panel-title {
    font-size: 15px;
}

/*collapse*/
#OperatorDetailsUI {
    z-index: 1;
}

#OperatorDetailsUI .panel-group .panel {
    border-radius: 0;
}

#OperatorDetailsUI .panel-default > .panel-heading {
    background: #525C60;
    color: #fff;
}

.text-ellipsis {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.btn {
    border-radius: 0;
    margin: 0 3px;
}

.btn-primary {
    background: #22B573;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border: 0 none;
    border-radius: 0;
    box-shadow: 1px 1px 1px #888;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:focus {
        background: #22B573;
        opacity: 0.8;
    }

.btn-delete {
    background: #EA5050;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border: 0 none;
    border-radius: 0;
    box-shadow: 1px 1px 1px #888;
}

    .btn-delete:hover, .btn-delete:focus, .btn-delete:active {
        background: #EA5050;
        opacity: 0.8;
        color: #fff;
    }

.btn-default {
    background: #95A1A5;
    color: #fff;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, btn-default[disabled]:hover {
        background: #95A1A5;
        opacity: 0.8;
        color: #fff;
    }

.form-horizontal .form-group {
    margin-bottom: 20px;
}

.errorText {
    display: none;
    color: #a94442;
    position: absolute;
    font-size: 11px;
}

select.error {
    border: 1px #a94442 solid !important;
    color: #a94442;
}

.has-error .errorText {
    display: block;
}

::-webkit-input-placeholder {
    font-size: 12px;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
    font-style: italic;
}

:-ms-input-placeholder {
    font-size: 12px;
    font-style: italic;
}

.table_content {
    height: calc(100vh - 243px);
    overflow-y: scroll;
    border-bottom: 1px #e1e1e1 solid;
}

.collapseContent {
    height: calc(100vh - 255px);
    overflow-y: auto;
}

    .collapseContent .table_content {
        height: calc(100vh - 390px);
    }

.success_text, .COMPLETE, .Complete, .COMPLETED, .Completed {
    color: #39B54A !important;
}

.warning_text, .PENDING, .Pending {
    color: #FCC21D !important;
}

.error_text, .FAILED, .Failed, .FAILURE, .Failure {
    color: #ED1C24 !important;
}

.blockMsg {
    height: 50px;
    background: rgba(0,0,0,0.0) !important;
    border: 0 none !important;
}

.blockUI.blockMsg.blockPage {
    z-index: 999999 !important;
}

.blockUI.blockOverlay {
    z-index: 9999 !important;
}

#sessionTimeoutDialog {
    z-index: 9999999 !important;
}

#InvalidSelectionDialog {
    z-index: 9999999 !important;
}

.blockUILoading {
    background: url('/oms_ui/src/images/spinner.gif') no-repeat center;
    width: 100%;
    height: 100%;
}

.mask-loader.hide-loader {
    display: none;
}

.mask-loader.show-loader {
    display: block;
}

.mask-loader.img {
    background: url('/oms_ui/src/images/spinner.gif') center center no-repeat;
}

#ManageKeysBinding {
    margin-top: 5px;
}

.ManageKeys {
    border-top: 1px #eee solid;
    padding-top: 10px;
}


.backAnchor {
    background: #eee;
    padding: 5px;
    margin-right: 15px;
}

.backButton {
    color: #337ab7 !important;
    text-decoration: underline !important;
    outline: none;
}

.secondaryhead {
    border-bottom: 1px #eee solid;
}

    .secondaryhead h4 {
        margin-bottom: 0;
    }

#customerListOption {
    padding: 5px;
    width: 100%;
    border: 1px #ccc solid;
}

.btn-submit {
    background: #525C60;
    color: #fff;
}

    .btn-submit:hover, .btn-submit:focus, .btn-submit:active {
        background: #525C60;
        color: #fff;
        opacity: 0.6;
    }

.loading-spin {
    background: rgba(0,0,0,0.5) url('/oms_ui/src/images/spinner.gif') no-repeat center;
    z-index: 10;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
}

.addOperator {
    display: none;
}

#ManageKeysBinding .dropdown, .saveKey {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

#ManageKeysBinding .open > .dropdown-menu {
    right: 0;
    left: inherit;
}

.viewKey, .updateKey {
    display: none;
}

.view .dropdown {
    display: block;
}

.view .saveKey {
    display: none;
}

.edit .dropdown {
    display: none;
}

.edit .saveKey {
    display: block;
    color : #000;
}

.view .viewKey, .edit .updateKey {
    display: block;
}

.updateKey .form-group {
    margin-bottom: 5px;
}

.updateKey .form-control {
    border: 0 none;
    border-bottom: 1px #eee solid;
    height: 28px;
    box-shadow: none;
    width: 85%;
    padding: 0;
}

.updateKey .has-error .form-control {
    border-color: #a94442;
}

#addOperatorTitle, #editOperatorTitle, #editOperatorbtn, #addOperatorbtn {
    display: none;
}

.addOperatorUI #addOperatorTitle, .editOperatorUI #editOperatorTitle,
.addOperatorUI #addOperatorbtn, .editOperatorUI #editOperatorbtn {
    display: block;
}

.errorMessage {
    display: none;
    padding: 0 20px;
}

/*tab circle*/
.tab_circle {
    position: relative;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

.tab_section {
    padding-bottom: 5px;
    color: #666;
    cursor: pointer;
}

    .tab_section:hover {
        text-decoration: none;
        color: #000;
    }

.tab_circle .circleLine {
    width: 100%;
    position: absolute;
    top: 17px;
    margin-left: 50%;
    height: 3px;
    background-color: #D3D3D3;
}

.tab_circle .circleDiv {
    display: inline-block;
    background: #fff;
    margin: 0;
    padding: 0 3px;
    z-index: 1;
    position: relative;
}

.tab_circle .tab_section .circle {
    padding: 15px;
    border-radius: 15px;
    margin: 2px;
    background: #D3D3D3;
}

.tab_circle .activeCircle .circleDiv .circle {
    background: #FFCC00;
}

.tab_circle .activeCircle .circleDiv + .circleDivNames {
    font-weight: bold;
}

.tab_circle .completedCircle .circleDiv .circle {
    background: #22B573;
}

.tab_circle .completedCircle .circleDiv + .circleLine {
    background: #22B573;
}

    .tab_circle .completedCircle .circleDiv + .circleLine + .circleDivNames {
        font-weight: bold;
    }

.tab_circle_content {
    background: #F9F9F9;
    padding-bottom: 10px;
}

#AvailableKeysBinding .thumbnail {
    position: relative;
}

.availKey {
    cursor: pointer;
}

    .availKey .tick_bg {
        display: none;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 25px 25px;
        border-color: transparent transparent #22B573 transparent;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .availKey .glyphicon {
        position: absolute;
        display: none;
        right: 3px;
        bottom: 4px;
        top: inherit;
        height: 10px;
        font-size: 11px;
        color: #fff;
    }

.selected .thumbnail {
    border-color: #22B573;
}

.selected .tick_bg, .selected .glyphicon {
    display: block;
}

.tab_circle_content .table_content {
    height: calc(100vh - 305px);
}

#AvailableKeysBinding {
    height: calc(100vh - 260px);
    overflow: auto;
}

#tab3 .table_content {
    height: calc(100vh - 265px);
}

.actionBtn {
    padding-top: 5px;
}

.listBox {
    border: 1px #eee solid;
}

/*.errorBind{border:1px #a94442 solid;}*/
.errorBind .errorMessage {
    display: block;
}

.assetSection {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px #eee solid;
}

.assetView .table_content {
    height: calc(100vh - 444px);
    margin-bottom: 10px;
}

.assetImg {
    display: table-cell;
    padding: 10px;
    border: 1px #e1e1e1 solid;
    height: 100px;
    vertical-align: middle;
}

.CustomRow {
    margin-bottom: 10px;
}

    .CustomRow:after {
        clear: both;
        content: "";
        display: block;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.progress {
    display: none;
    margin-top: 10px;
}

#operatorAssign .table_content {
    height: calc(100vh - 260px);
}

.panel-title .glyphicon {
    margin-right: 5px;
}

.collapsed .glyphicon {
    transform: rotate(-90deg);
    transition: transform 500ms;
}

.alert {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 1;
}

#KeyId, [class^="KeyId"], [class*=" KeyId"] {
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

.checkclass {
    color: red;
}

#tblAssetlistBody select.selectpermission, #tblAssetlistBody select.KeyType, #tblAssetlistBody select.KeyId, #tblAssetlistBody .saveAssetAssign {
    display: none;
}

#operatorAssign select.selectpermission {
    display: block;
}

.editAssetAssignParent .viewData {
    display: none;
}

.editAssetAssignParent select {
    display: block !important;
    width: 100%;
}

.editAssetAssignParent .saveAssetAssign {
    display: block !important;
}

.editAssetAssignParent .editAssetAssign {
    display: none;
}

/*Compare Log*/
/*#tblcompareLoglist {
    height: 50vh;
}*/

/*.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    background: grey;
}*/
nav.navbar {
    background: black;
}

.customerListAlign {
    color: black;
    width: 50%;
}

.filter-dropdown {
    /*min-height: 0px;
    font-size: 12px;
    margin: 0px;
    margin-top: -1%;
    width: 30%;
    padding-right: 1%;*/
    display: flex;
    flex-direction: row;
    padding: 0% 5% 0% 8%;
}

#filterText {
    min-width: 6em;
    padding-top: 4px;
}

#DraftsCheck {
    min-width: 8em;
    padding-top: 6px;
}

#AssetSelection {
    margin-right: 10px;
}

#validitySelection {
    margin-right: 10px;
}

draftCheck {
    width: 50px;
    margin: 10px 0 0;
}

label {
    top: 12px;
    font-size: 13px;
}

.thumbnail {
    min-height: 132px;
}

#OperatorUniqueId {
    border: none;
    padding-top: 8px;
}

.icons-position > a {
    float: left;
}

#resolve {
    cursor: pointer;
}

div#showRec:hover, div#newOp:hover, div#listOp:hover {
    background: #ffcc00;
}
/*Resolve Actions*/
.resolveActionItems {
    height: 60px;
    width: 80%;
    color: black;
    background-color: #cccccc;
    box-shadow: 1px 1px 2px #999999;
    font-size: 20px;
    padding: 2%;
    text-align: center;
    margin: 4% 0% 5% 10%;
    font-weight: bold;
    cursor: pointer;
}

    .resolveActionItems :hover {
        background: #ffcc00;
    }

@media (max-width: 767px) {
    .logo {
        margin-left: 15px;
    }

    .navbar-header h1 {
        font-size: 1em;
        margin-top: 18px;
    }

    .navbar-nav li {
        padding: 5px;
    }

    .navbar {
        margin-bottom: 10px;
    }

    .tableFilter .searchUi {
        margin: 5px 0;
    }

    .customerListAlign {
        width: 60%;
        margin-top: 8px;
        color: black;
    }

    .user-icon-position {
        right: 180px;
        top: 18px;
    }

    .navbar-toggle {
        margin-top: 18px;
    }

    .selectCustomer {
        border: none;
    }

    #headerCustomerList {
        width: 70%;
    }

    .navbar-toggle {
        margin-top: 10px;
    }

    .navbar-collapse {
        position: absolute;
        width: 100%;
        background: #333;
        z-index: 10;
    }
}

@media (min-width: 768px) {
    #licenseagreementDialog > .modal-dialog {
        width: 730px !important;
    }
}

#menuButton {
    background: none;
    border: none
}

#menu {
    padding: 4px 0px 4px 0px;
    background: #FFFFFF;
    box-shadow: 0px 15px 40px 0px #77777733;
    width: 181px;
    height: 48px;
    z-index: 2;
    left: auto;
    position: fixed;
    border-radius: 0px 0px 4px 4px;
    gap: 10px;
}

    #menu li {
        height: 48px;
        text-align: center;
    }

        #menu li :hover {
            background: #f7f7f3;
        }

#logout-button {
    border: none;
    color: black;
    background-color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 4%;
}

    #logout-button span {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        float: right;
        text-align: center;
        padding-top: 2.5%;
        padding-right: 42%;
    }

    #logout-button svg {
        margin-left: 5%;
        float: left;
    }

#watermark {
    float: right;
}

#footer-info {
    padding: 0.5% 1%;
    color: #666666;
    height: 15px;
}

.linkButton {
    color: #666666;
    border: none;
    background: none;
}

.line {
    color: #E7E7E7;
}


#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.popup-card {
    position: relative;
    background: white;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 1274px;
    height: 90%;
    box-shadow: 0 4px 8px;
    overflow: auto;
    transition: width 0.3s ease;
    display: flex !important;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

    .popup-card .popup-content {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }

        .popup-card .popup-content .popup-header, .popup-card .popup-content .popup-footer {
            padding: 10px;
        }

        .popup-card .popup-content .popup-body {
            flex-grow: 1;
            padding: 20px;
            overflow-y: scroll;
        }

        .popup-card .popup-content .popup-footer {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

.expand-content {
    display: none;
    margin: 0px 25px;
}

.expand-header {
    margin-left: 10px;
    font-weight: 400;
}


.expand-content.expanded {
    display: block;
}

.popup-header {
    display: inline;
}


.popup-card .popup-content .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 0.7;
    margin-left: 5px;
    font-weight: bold;
    color: black;
    font-family: cursive;
}

    .arrow.expanded {
        transform: rotate(90deg);
        transition: transform 0.3s ease;
    }

.expanded.expand-content {
    display: none;
}

.popup-submit {
    background: #FFCC00;
    padding: 10px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 2px;
    border: none;
    color: black;
    font-weight: bold;
    font-size: 13px;
}

.close-popup {
    margin-right: 35px;
    font-weight: bolder;
    font-family: sans-serif;
    font-size: large;
}

.popup-header h3 {
    margin: 20px;
    color: black;
}

.expand-content hr {
    width: 105%;
    margin-left: -25px;
}

.expand-header hr {
    width: 101%;
    margin-left: -10px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.fileUploadNote {
    margin-top: 12px;
}
