﻿html, body {
    height: 100%;
}

body {
    font-family: 'Fira Sans' !important;
    font-size: 14px !important;
    font-weight: 300;
}

    body a {
        cursor: pointer;
        outline: none;
    }

        body a:focus, a:hover {
            text-decoration: none !important;
        }

    body li {
        list-style: none;
    }

    body ul {
        padding: 0px;
        margin: 0px;
    }

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-size-80 {
    font-size: 80px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-static {
    position: static;
}

.position-fixed {
    position: fixed;
    -webkit-backface-visibility: hidden;
}

body input, select {
    vertical-align: middle;
    outline: none;
    /*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
    width: 100%;
    font-size: 14px;
    padding: 7px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    line-height: normal !important;
    border: 1px solid #cbcbcb;
    background: #ececec;
}

    body input[type="text"]::-webkit-input-placeholder {
        color: #939598;
    }

    body input[type="text"]::-moz-placeholder {
        color: #939598;
    }

    body input[type="text"]:-ms-input-placeholder {
        color: #939598;
    }

    body input[type="text"]:-moz-placeholder {
        color: #939598;
    }

    body input[type="password"]::-webkit-input-placeholder {
        color: #939598;
    }

    body input[type="password"]::-moz-placeholder {
        color: #939598;
    }

    body input[type="password"]:-ms-input-placeholder {
        color: #939598;
    }

    body input[type="password"]:-moz-placeholder {
        color: #939598;
    }

    body input[type="number"]::-webkit-input-placeholder {
        color: #939598;
    }

    body input[type="number"]::-moz-placeholder {
        color: #939598;
    }

    body input[type="number"]:-ms-input-placeholder {
        color: #939598;
    }

    body input[type="number"]:-moz-placeholder {
        color: #939598;
    }

[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text);
    color: #939598;
    font-size: 24px;
}

[contentEditable=true]:focus {
    outline: none;
}

body textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
    height: 125px;
    color: #000;
    font-size: 14px;
    padding: 15px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
}

    body textarea::-webkit-input-placeholder {
        color: #939598;
    }

    body textarea::-moz-placeholder {
        color: #939598;
    }

    body textarea:-ms-input-placeholder {
        color: #939598;
    }

    body textarea:-moz-placeholder {
        color: #939598;
    }

body .box-shadow-none {
    box-shadow: none;
}

body .bg-none {
    background: none !important;
}

body .bg-orange {
    background: #FF9900 !important;
}

body .bg-green {
    background: #005b63;
}

body .bg-dark-green {
    background: #005b63;
}

body .bg-light-green {
    background: #5f9b9b;
}

body .bg-gray {
    background: #e2e2e2;
}

body .bg-white {
    background: #fff;
}

body .cl-green {
    color: #005b63;
}

body .cl-l-green {
    color: #10e500;
}

body .cl-light-green {
    color: #86bcbc !important;
}

body .cl-white {
    color: #ffffff;
}

body .cl-black {
    color: #000000 !important;
}

body .cl-dark-gray {
    color: #333333 !important;
}

body .cl-gray {
    color: #c7c7c7;
}

body .cl-orange {
    color: #F05A22;
}

body .cl-red {
    color: #ff0000;
}

body .border-dashed {
    border: 1px dashed #a0a0a0;
}

body .border-dashed-top {
    border-top: 1px dashed #a0a0a0;
}

body .border-dashed-bottom {
    border-bottom: 1px dashed #a0a0a0;
}

body .border {
    border: 1px solid #cccccc;
}

body .border-gray {
    border: 1px solid #9e9e9e;
}

body .border-top {
    border-top: 1px solid #cccccc;
}

body .border-top-3-gray {
    border-top: 3px solid #cccccc;
}

body .border-right {
    border-right: 1px solid #cccccc;
}

body .border-bottom {
    border-bottom: 1px solid #cccccc;
}

body .border-left {
    border-left: 1px solid #cccccc;
}

body .border-light-green {
    border: 1px solid #5f9b9b;
}

body .border-none {
    border: none !important;
}

body .border-top-none {
    border-top: none;
}

body .border-3 {
    border: 3px solid #e6e7eb;
}

body .border-6 {
    border: 6px solid #e6e7eb;
}

body .border-radius-none {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    border-radius: 0px !important;
}

body .border-radius-left {
    -moz-border-radius: 3px 0px 0px 3px !important;
    -webkit-border-radius: 3px 0px 0px 3px !important;
    -khtml-border-radius: 3px 0px 0px 3px !important;
    border-radius: 3px 0px 0px 3px !important;
}

body .border-radius-right {
    -moz-border-radius: 0px 3px 3px 0px !important;
    -webkit-border-radius: 0px 3px 3px 0px !important;
    -khtml-border-radius: 0px 3px 3px 0px !important;
    border-radius: 0px 3px 3px 0px !important;
}

body .p-11 .table {
    font-size: 14px;
}


body .image-fluide {
    width: 100%;
}

body .max-width-100 {
    max-width: 100%;
}

body .width-auto {
    width: auto !important;
}

body .form-group-lg .form-control {
    border-radius: 0px;
    box-shadow: none;
}

body .form-control:focus {
    border-color: #5f9b9b;
    /*box-shadow: none;*/
}

/*body .btn{border-radius: 0px;}*/

body .margin-0 {
    margin: 0px;
}

body .margin-5 {
    margin: 5px;
}

body .margin-10 {
    margin: 10px;
}

body .margin-15 {
    margin: 15px;
}

body .margin-20 {
    margin: 20px;
}

body .margin-25 {
    margin: 25px;
}

body .margin-30 {
    margin: 30px;
}

body .margin-40 {
    margin: 40px;
}

body .margin-50 {
    margin: 50px;
}

body .margin-top-5 {
    margin-top: 5px;
}

body .margin-top-10 {
    margin-top: 10px;
}

body .margin-top-15 {
    margin-top: 15px;
}

body .margin-top-20 {
    margin-top: 20px;
}

body .margin-top-25 {
    margin-top: 25px;
}

body .margin-top-30 {
    margin-top: 30px;
}

body .margin-top-40 {
    margin-top: 40px;
}

body .margin-top-50 {
    margin-top: 50px;
}

body .margin-bottom-0 {
    margin-bottom: 0px !important;
}

body .margin-bottom-5 {
    margin-bottom: 5px;
}

body .margin-bottom-10 {
    margin-bottom: 10px;
}

body .margin-bottom-15 {
    margin-bottom: 15px;
}

body .margin-bottom-20 {
    margin-bottom: 20px;
}

body .margin-bottom-25 {
    margin-bottom: 25px;
}

body .margin-bottom-30 {
    margin-bottom: 30px;
}

body .margin-bottom-40 {
    margin-bottom: 40px;
}

body .margin-bottom-50 {
    margin-bottom: 50px;
}

body .margin-left-5 {
    margin-left: 5px;
}

body .margin-left-10 {
    margin-left: 10px;
}

body .margin-left-15 {
    margin-left: 15px;
}

body .margin-left-20 {
    margin-left: 20px;
}

body .margin-left-25 {
    margin-left: 25px;
}

body .margin-left-30 {
    margin-left: 30px;
}

body .margin-left-40 {
    margin-left: 40px;
}

body .margin-left-50 {
    margin-left: 50px;
}

body .margin-right-5 {
    margin-right: 5px;
}

body .margin-right-10 {
    margin-right: 10px;
}

body .margin-right-15 {
    margin-right: 15px;
}

body .margin-right-20 {
    margin-right: 20px;
}

body .margin-right-25 {
    margin-right: 25px;
}

body .margin-right-30 {
    margin-right: 30px;
}

body .margin-right-40 {
    margin-right: 40px;
}

body .margin-right-50 {
    margin-right: 50px;
}

body .padding-0 {
    padding: 0px !important;
}

body .padding-5 {
    padding: 5px;
}

body .padding-10 {
    padding: 10px;
}

body .padding-12 {
    padding: 12px;
}

body .padding-15 {
    padding: 15px;
}

body .padding-20 {
    padding: 20px;
}

body .padding-25 {
    padding: 25px;
}

body .padding-30 {
    padding: 30px;
}

body .padding-40 {
    padding: 40px;
}

body .padding-50 {
    padding: 50px;
}

body .padding-100 {
    padding: 100px;
}

body .padding-top-0 {
    padding-top: 0px;
}

body .padding-top-5 {
    padding-top: 5px;
}

body .padding-top-10 {
    padding-top: 10px;
}

body .padding-top-15 {
    padding-top: 15px;
}

body .padding-top-20 {
    padding-top: 20px;
}

body .padding-top-25 {
    padding-top: 25px;
}

body .padding-top-30 {
    padding-top: 30px;
}

body .padding-top-40 {
    padding-top: 40px;
}

body .padding-top-50 {
    padding-top: 50px;
}

body .padding-top-100 {
    padding-top: 100px;
}

body .padding-bottom-0 {
    padding-bottom: 0px;
}

body .padding-bottom-5 {
    padding-bottom: 5px;
}

body .padding-bottom-10 {
    padding-bottom: 10px;
}

body .padding-bottom-15 {
    padding-bottom: 15px;
}

body .padding-bottom-20 {
    padding-bottom: 20px;
}

body .padding-bottom-25 {
    padding-bottom: 25px;
}

body .padding-bottom-30 {
    padding-bottom: 30px;
}

body .padding-bottom-40 {
    padding-bottom: 40px;
}

body .padding-bottom-50 {
    padding-bottom: 50px;
}

body .padding-bottom-100 {
    padding-bottom: 100px;
}


body .padding-left-0 {
    padding-left: 0px;
}

body .padding-left-5 {
    padding-left: 5px;
}

body .padding-left-10 {
    padding-left: 10px;
}

body .padding-left-15 {
    padding-left: 15px;
}

body .padding-left-20 {
    padding-left: 20px;
}

body .padding-left-25 {
    padding-left: 25px;
}

body .padding-left-30 {
    padding-left: 30px;
}

body .padding-left-40 {
    padding-left: 40px;
}

body .padding-left-50 {
    padding-left: 50px;
}

body .padding-left-100 {
    padding-left: 100px !important;
}

body .padding-right-0 {
    padding-right: 0px;
}

body .padding-right-5 {
    padding-right: 5px;
}

body .padding-right-10 {
    padding-right: 10px;
}

body .padding-right-15 {
    padding-right: 15px;
}

body .padding-right-20 {
    padding-right: 20px;
}

body .padding-right-25 {
    padding-right: 25px;
}

body .padding-right-30 {
    padding-right: 30px;
}

body .padding-right-40 {
    padding-right: 40px;
}

body .padding-right-50 {
    padding-right: 50px;
}

body .padding-right-100 {
    padding-right: 100px !important;
}

.flex-content {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.justify-content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.fix-width-content-2 .fix-width-content-single {
    width: 50%;
}

.fix-width-content-3 .fix-width-content-single {
    width: 33.3333%;
}

.fix-width-content-4 .fix-width-content-single {
    width: 25%;
}

.fix-width-content-5 .fix-width-content-single {
    width: 20%;
}

.fix-width-content-6 .fix-width-content-single {
    width: 16.6666%;
}

.fix-width-content-7 .fix-width-content-single {
    width: 14.2857%;
}

.break-word {
    word-wrap: break-word;
}

.odd-even-start {
}

    .odd-even-start .row:nth-of-type(even) {
        background: #ededed;
    }

        .odd-even-start .row:nth-of-type(even) .row {
            background: #ededed;
        }

    .odd-even-start .row:nth-of-type(odd) {
        background: #fff;
    }

        .odd-even-start .row:nth-of-type(odd) .row {
            background: #fff;
        }

.max-w-150 {
    max-width: 150px;
}

.max-w-200 {
    max-width: 200px;
}

.max-w-250 {
    max-width: 250px;
}

.max-w-300 {
    max-width: 300px;
}

.max-w-350 {
    max-width: 350px;
}

.max-w-400 {
    max-width: 400px;
}

.max-w-450 {
    max-width: 450px;
}

.max-w-500 {
    max-width: 500px;
}

.max-w-550 {
    max-width: 550px;
}

.height-10 {
    height: 10px;
}

.height-20 {
    height: 20px;
}

.height-30 {
    height: 30px;
}

.height-40 {
    height: 40px;
}

.height-50 {
    height: 50px;
}

.height-100 {
    height: 100px;
}

.object-fit-contain {
    object-fit: contain;
}

body i.fa {
    font-size: 20px;
}

body .btn i.fa {
    font-size: 18px;
}

.table-header-content {
    /*text-transform:uppercase;*/
    font-weight: 400;
}

    .table-header-content a,
    .table-header-content a:hover,
    .table-header-content a:focus {
        color: #fff;
    }

.table-content a,
.table-content a:hover,
.table-content a:focus {
    color: #005b63;
}

    .table-content a.small-btn,
    .table-content a.small-btn:hover,
    .table-content a.small-btn:focus {
        border-radius: 3px;
        color: #ffffff;
        padding: 3px 8px;
        background: #005b63;
    }

.table-content .table-content-icon-disabled {
    color: #b2c6c6;
}


.custom-check label {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
    display: inline-block;
    margin: 0px;
    font-weight: 300;
}

.custom-check input[type=checkbox] {
    display: none;
}

.custom-check label:before {
    font-family: FontAwesome;
    /*content:"\f00c";
	  border:none;*/
    content: "";
    border: 3px solid #5f9b9b;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background-color: #fff;
    color: #5f9b9b;
    border-radius: 2px;
    top: 0px;
    text-align: center;
}

.custom-check input[type=checkbox]:checked + label:before {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    background: #005b63;
    border: none;
}

.custom-check input[type=checkbox]:disabled + label:before {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border: 2px solid #bcc3c3;*/
    opacity: .5;
}

.custom-check.no-text label:before {
    top: -15px;
}


.custom-radio label {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    display: inline-block;
    font-weight: 300;
    margin: 0;
}

.custom-radio input[type=radio] {
    display: none;
}

.custom-radio label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 3px solid #5f9b9b;
    border-radius: 50%;
}

.custom-radio input[type=radio]:checked + label:before {
    font-family: FontAwesome;
    content: "\f111";
    font-size: 9px;
    color: #fff;
    text-align: center;
    line-height: 13px;
    background: #005b63;
    border: 3px solid #005b63;
}

.shopping-cart-steps-customer-info-radio-holder {
    margin-bottom: 20px;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}


.drop-arrow-vertical-align-middle {
    line-height: 12px !important;
    vertical-align: top;
}





.wrap-all {
}

.wrap {
    background: #fff;
    height: auto !important;
    margin: 0 auto -70px;
    min-height: 100%;
}

.top-header-all {
}

.top-header {
    background: #005b63;
    width: 100%;
    color: #fff;
    height: 60px;
    z-index: 500; /* Changed to 500 from 99 for ArchiveDocument UI error - Mainak - VSTS- 3753*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
}

    .top-header a {
        color: #fff;
    }

        .top-header a:hover {
            color: #ffaf34;
        }

        .top-header a:focus {
            color: #ffaf34;
        }


.top-header-left {
    /*padding: 0 15px;*/
    width: 125px;
    text-align: center;
}




    .top-header-left:after {
        content: "";
        position: absolute;
        height: 60px;
        width: 125px;
        background: #008b8b;
        top: 0px;
        left: 0px;
        border-bottom: 1px solid #74aeb0;
    }

    .top-header-left a {
        display: block;
        position: relative;
        z-index: 9;
    }

.top-header-mid {
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
}

.top-header-mid-sub-hd {
    margin-bottom: 0px;
    font-size: 14px;
}

.top-header-right {
    /*padding:0 30px;*/
    width: 100px;
}

body .top-header-right .dropdown-menu {
    margin: 4px 0 0;
    padding: 30px;
    min-width: 350px;
    color: #333333;
}

    body .top-header-right .dropdown-menu > li > a {
        padding: 6px 0 !important;
        color: #f05a22;
        font-weight: 300;
    }

        body .top-header-right .dropdown-menu > li > a:hover,
        body .top-header-right .dropdown-menu > li > a:focus {
            background: none;
            color: #f05a22;
        }

.top-header-user-pic {
    width: 82px;
    height: 82px;
    border-radius: 3px;
    background: #9E3D3F;
    background: #e0e0e0;
    color: #7d7d7d;
    margin-right: 15px;
    text-align: center;
}

body .top-header-user-pic i {
    font-size: 26px;
    padding-top: 28px;
}

.top-header-user-content {
    width: 190px;
}

body .top-header-user-content p {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    body .top-header-user-content p.top-header-user-btn a {
        background: #f05a22;
        border-radius: 3px;
        display: block;
        margin-bottom: 5px;
        padding: 5px 15px;
    }

        body .top-header-user-content p.top-header-user-btn a:hover {
            color: #fff;
        }

.for-top-header-height {
    height: 60px;
}

.body-content {
}

.body-content-left {
    width: 125px;
    height: 100%;
    color: #fff;
    background: #005b63;
    float: left;
    position: fixed;
    text-align: center;
    z-index: 9;
}

.body-content-left-top {
    overflow: auto;
    height: -webkit-calc(100% - 228px);
    height: expression(100% - 228px);
    height: -moz-calc(100% - 228px);
    height: -o-calc(100% - 228px);
    height: calc(100% - 228px);
}

    .body-content-left-top ul {
        padding: 0px;
        margin: 0px;
    }

        .body-content-left-top ul li:last-child {
            border-bottom: 1px solid #00353a;
        }

        .body-content-left-top ul li button,
        .body-content-left-top ul li a {
            color: #008b8b;
            border-top: 1px solid #00353a;
            border-bottom: 1px solid #29888a;
            border-left: 4px solid #008b8b;
            /*display:block;*/
            font-weight: 400;
            width: 100%;
            border-right: none !important;
            background: none;
            padding: 20px 0;
            display: block;
        }

        .body-content-left-top ul li a {
        }


        .body-content-left-top ul li button:hover,
        .body-content-left-top ul li:hover {
            background: #008b8b;
            color: #fff;
            border-left: 4px solid #fff;
        }

            .body-content-left-top ul li:hover a {
                background: #008b8b;
                color: #fff;
            }

        .body-content-left-top ul li button span,
        .body-content-left-top ul li a span {
            display: block;
            width: 100%;
        }

            .body-content-left-top ul li button span.left-menu-icon i,
            .body-content-left-top ul li a span.left-menu-icon i {
                font-size: 30px;
                padding-bottom: 10px;
            }

        .body-content-left-top ul li.selected button,
        .body-content-left-top ul li a.selected {
            background: #008b8b;
            color: #fff;
            border-left: 4px solid #fff;
        }

.body-content-left-bot {
    font-size: 12px;
    color: #EEE809;
    position: absolute;
    bottom: 59px;
    width: 100%;
    border-top: 1px solid #29888a;
    background: #005b63;
}

    .body-content-left-bot div {
        padding: 20px 0;
        border-top: 1px solid #00353a;
        border-bottom: 1px solid #29888a;
    }

.body-content-right {
    padding: 30px 30px 30px 155px;
    /*width: -webkit-calc(100% - 80px);
	width: expression(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -o-calc(100% - 80px);
	width: calc(100% - 80px);*/
    /*float:right;*/
}


.number-text-box-holder {
    /*display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;*/
}

.number-text-box-single {
    margin: 0 0 15px 0;
}

    .number-text-box-single a {
        background: #005b63;
        border-radius: 3px;
        padding: 5px 10px 15px 10px;
        display: block;
    }

        .number-text-box-single a span.number-text-box-count {
            font-weight: 700;
            color: #fff;
            font-size: 36px;
        }

        .number-text-box-single a span.number-text-box-name {
            color: #ece803;
            font-weight: 500;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .number-text-box-single a:hover,
        .number-text-box-single a:focus,
        .number-text-box-single a:active {
            background: #008b8b;
        }

    .number-text-box-single:hover a span.number-text-box-count {
        color: #27b3b1;
    }

    .number-text-box-single:hover a span.number-text-box-name {
        color: #27b3b1;
    }

    .number-text-box-single a.number-text-box-single-select {
        background: #008b8b;
        cursor: default;
    }

        .number-text-box-single a.number-text-box-single-select span.number-text-box-count {
            color: #27b3b1;
        }

        .number-text-box-single a.number-text-box-single-select span.number-text-box-name {
            color: #27b3b1;
        }




.login-holder {
}

.login-bg img {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
}

.login-content-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: : translate(-50%, -50%);
    -webkit: translate(-50%, -50%);
    -moz-transform: : translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: -webkit-translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 100%;
}

.login-content {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    -webkit-transition: top 0.5s ease 0s;
    -moz-transition: top 0.5s ease 0s;
    -ms-transition: top 0.5s ease 0s;
    -o-transition: top 0.5s ease 0s;
    transition: top 0.5s ease 0s;
    width: auto;
}

.login-content-inner {
    background: #fff;
    border-radius: 3px;
}

.login-content-inner-logo {
    margin-bottom: 15px;
    max-width: 110px;
}

    .login-content-inner-logo img {
        width: 100%;
    }

.input-holder {
    margin-top: 44px;
    position: relative;
}


.logo-with-input {
    background: #fff;
    padding: 40px;
    border-radius: 3px;
}

    .logo-with-input .form-control {
        height: 56px;
        text-align: center;
        font-size: 16px;
    }

    .logo-with-input input[type=text]::-webkit-input-placeholder {
        text-align: center;
    }

    .logo-with-input input[type=text]:-moz-placeholder {
        text-align: center;
    }

    .logo-with-input input[type=text]:-ms-input-placeholder {
        text-align: center;
    }


    .logo-with-input .input-group {
        margin-top: -1px;
    }

    .logo-with-input .input-group-addon {
        padding: 6px 20px;
        color: #c0c0c0;
    }

        .logo-with-input .input-group-addon i {
            font-size: 28px;
        }

        .logo-with-input .input-group-addon .fa-unlock-alt {
            width: 20px;
        }

/*a.btn-login {
    display:block;
    text-align:center;
	background:#EEE809;
	border:none;
	border-radius:0px 0px 3px 3px;
	color: #2f2f2f;
	font-size:16px;
	padding:20px 0;
	width: 100%;
	outline:none;
	}
a.btn-login:hover {
	color: #2f2f2f;
	}*/

button[type="submit"].btn-login {
    display: block;
    text-align: center;
    background: #EEE809;
    border: none;
    border-radius: 0px 0px 3px 3px;
    color: #2f2f2f;
    font-size: 16px;
    padding: 20px 0;
    width: 100%;
}

    button[type="submit"].btn-login:hover {
        color: #2f2f2f;
    }

.support-box-with-icon-holder {
    /*display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;*/
    position: relative;
}

.support-box-with-icon-single {
    padding: 50px 0;
}

.support-box-with-icon-single-icon {
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 9;
    background: #005b63;
    color: #fff;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    margin: 0 auto;
}

body .support-box-with-icon-single-icon i {
    font-size: 40px;
    line-height: 85px;
}



.support-box-with-icon-single-content {
    -moz-box-shadow: 0 4px 8px rgba(68, 68, 68, 0.3);
    -webkit-box-shadow: 0 4px 8px rgba(68, 68, 68, 0.3);
    box-shadow: 0 4px 8px rgba(68, 68, 68, 0.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(204, 204, 204, 0.6);
    height: 230px;
    padding: 60px 15px 30px;
}


    .support-box-with-icon-single-content:hover {
        border: 1px solid rgba(0, 91, 99, 1);
        background: #005b63;
        color: #fff;
    }

    .support-box-with-icon-single-content a {
        color: #333333;
        width: 100%;
    }

    .support-box-with-icon-single-content:hover a {
        color: #fff;
    }


.for-faq .panel {
    margin-bottom: 0px;
}

body .for-faq i.fa {
    font-size: 14px;
}



body .modal-dialog {
    margin: 60px auto;
}

body .modal-content {
    border-radius: 0px;
}

body .modal-title {
    font-size: 14px;
    color: #fff;
}

body .modal-header {
    background: #008C8C;
    border: none;
}

    body .modal-header button.close {
        color: #fff;
        opacity: 1 !important;
        text-shadow: none !important;
    }



body .modal-body fieldset {
    border: 1px solid #cccccc;
    padding: 15px;
    margin-bottom: 50px;
}

body .modal-body legend {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    width: auto;
    background: #fff;
    border: 1px solid #cccccc;
    margin: 0px;
    padding: 5px 30px;
}





body .btn-change {
    border-radius: 3px;
    padding: 10px 25px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none !important;
}

.btn:active, .btn.active {
    box-shadow: none !important;
}

body .btn.btn-green {
    /*background:#008c8c;*/
    background: #005b63;
    color: #fff;
    border-bottom: 2px solid #005b63;
}

    body .btn.btn-green:hover {
        /*background:#008c8c;*/
        background: #008c8c;
        color: #fff;
        border-bottom: 2px solid #005b63;
    }

body .btn.btn-green-active {
    background: #008c8c;
    color: #fff;
    border-bottom: 2px solid #005b63;
}

body .btn-group .btn.btn-green {
    border-left: 1px solid #003236;
    border-right: 1px solid #1db7b7;
}

    body .btn-group .btn.btn-green:first-child {
        border-left: none;
    }

    body .btn-group .btn.btn-green:last-child {
        border-right: none;
    }

body .btn.btn-orange {
    background: #f05a22;
    color: #fff;
    border-bottom: 2px solid #a23811;
}

    body .btn.btn-orange:hover {
        background: #f05a22;
        color: #fff;
        border-bottom: 2px solid #a23811;
    }


body .btn-group .btn.btn-orange {
    border-left: 1px solid #ffa97a;
    border-right: 1px solid #a23811;
}

    body .btn-group .btn.btn-orange:first-child {
        border-left: none;
    }

    body .btn-group .btn.btn-orange:last-child {
        border-right: none;
    }


body .btn-group .btn + .btn,
body .btn-group .btn + .btn-group,
body .btn-group .btn-group + .btn,
body .btn-group .btn-group + .btn-group {
    margin-left: 0;
}


body .btn.btn-disabled {
    background: #b1b1b1;
    color: #fff;
    border-bottom: 2px solid #959595;
    cursor: not-allowed;
}

    body .btn.btn-disabled:hover {
        background: #b1b1b1;
        color: #fff;
        border-bottom: 2px solid #959595;
        cursor: not-allowed;
    }


.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.jqxFileUpload-custom.jqx-widget-content-energyblue {
    background-color: #008c8c !important;
    border: none;
}

.jqxFileUpload-custom .jqx-notification-mail,
.jqxFileUpload-custom .jqx-primary {
    background-image: none !important;
    background-color: transparent !important;
    background-repeat: repeat-x !important;
    background-image: none !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    padding: 10px 25px;
    cursor: pointer;
    width: auto !important;
}


    .jqxFileUpload-custom .jqx-primary:hover,
    .jqxFileUpload-custom .jqx-primary:focus,
    .jqxFileUpload-custom .jqx-primary:active,
    .jqxFileUpload-custom .jqx-primary.active,
    .jqxFileUpload-custom .jqx-primary.disabled,
    .jqxFileUpload-custom .jqx-primary[disabled] {
        color: #ffffff !important;
        background-color: #008c8c !important;
    }


.for-authorization-level .jqx-validator-error-label {
    width: 100% !important;
    left: 15px !important;
    position: absolute !important;
    top: 35px !important;
    font-weight: normal !important;
    margin: 0px !important;
    font-size: 12px !important;
}




/*body .btn-sm, .btn-group-sm > .btn {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}*/

body .hover-white:hover, body .hover-white:focus {
    color: #fff !important;
}

.btn-outline-orange {
    border: 1px solid #f05a22 !important;
    background: none;
    color: #fff !important;
}

    .btn-outline-orange:hover {
        border: 1px solid #f05a22;
        background: #f05a22;
        color: #fff !important;
    }

.btn-outline-yellow {
    border: 1px solid #ece803 !important;
    background: none;
    color: #fff !important;
}

    .btn-outline-yellow:hover {
        border: 1px solid #ece803;
        background: #ece803;
        color: #333 !important;
    }

.btn-outline-green {
    border: 1px solid #008c8c !important;
    background: none;
    color: #fff !important;
}

    .btn-outline-green:hover {
        border: 1px solid #008c8c;
        background: #008c8c;
        color: #fff !important;
    }

body .nav-tabs {
    border-bottom: none;
    background: #005b63;
    font-weight: 400;
    border-radius: 3px;
    display: table;
    width: 100%;
    margin-bottom: 30px;
    /*display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
*/
}

    body .nav-tabs > li {
        border-left: 1px solid #022e30;
        border-right: 1px solid #148282;
        margin-bottom: 0px;
        display: table-cell;
        text-align: center;
        float: none;
        /*width: 100%;*/
    }

        body .nav-tabs > li:first-child {
            border-left: none;
        }

        body .nav-tabs > li:last-child {
            border-right: none;
        }

        body .nav-tabs > li > a {
            color: #fff;
            padding: 10px 30px;
            margin-right: 0px;
            border: none;
        }

            body .nav-tabs > li > a:hover, body .nav-tabs > li > a:focus {
                color: #fff;
                background: #008b8b;
                border-radius: 0px;
            }

                body .nav-tabs > li > a:hover:after {
                    /*content:"\f0dd";
	font-family: FontAwesome;
	position:absolute;
	left:0;
	right:0px;
	top:4px;
	color:#008b8b;
	font-size: 40px;*/
                }



        body .nav-tabs > li:first-child > a:hover {
            border-radius: 3px 0 0 3px;
        }

        body .nav-tabs > li:last-child > a:hover {
            border-radius: 0px 3px 3px 0px;
        }

        body .nav-tabs > li.active > a,
        body .nav-tabs > li.active > a:hover,
        body .nav-tabs > li.active > a:focus {
            color: #fff;
            background: #008b8b;
            border-radius: 0px;
            border: none;
        }


            body .nav-tabs > li.active > a:after,
            body .nav-tabs > li.active > a:hover:after,
            body .nav-tabs > li.active > a:focus:after {
                /*content:"\f0dd";
	font-family: FontAwesome;
	position:absolute;
	left:0;
	right:0px;
	top:4px;
	color:#008b8b;
	font-size: 40px;*/
            }

        body .nav-tabs > li:first-child.active > a,
        body .nav-tabs > li:first-child.active > a:hover,
        body .nav-tabs > li:first-child.active > a:focus {
            border-radius: 3px 0 0 3px;
        }

        body .nav-tabs > li:last-child.active > a,
        body .nav-tabs > li:last-child.active > a:hover,
        body .nav-tabs > li:last-child.active > a:focus {
            border-radius: 0px 3px 3px 0px;
        }

.activity-tabs .panel-primary > .panel-heading {
    background-color: #5f9b9b;
    border-color: #5f9b9b;
}

.activity-tabs .panel-primary {
    border-color: #5f9b9b;
}


body .activity-tabs .nav-tabs {
    background: none;
    margin-bottom: 10px;
}

    body .activity-tabs .nav-tabs > li {
        float: left;
        background: #005b63;
        margin-bottom: 10px;
    }

        body .activity-tabs .nav-tabs > li:first-child {
            border-radius: 3px 0 0 3px;
        }

        body .activity-tabs .nav-tabs > li:last-child {
            border-radius: 0px 3px 3px 0;
        }

body .panel-primary > .panel-heading {
    background-color: #5f9b9b;
    border-color: #5f9b9b;
}

body .panel-primary {
    border-color: #5f9b9b;
}

.multiselect {
    text-align: left;
    height: 34px;
}

.multiselect-selected-text {
    width: 95%;
    display: inline-block;
    overflow: hidden;
    text-align: left;
}

.float-right {
    display: inline-block;
    margin: -10px 8px 0px 8px !important;
}

.multiselect-container {
    width: 100%;
}

.checkbox input[type=checkbox] {
    margin-left: -30px;
    margin-top: -4px;
}

.multiselect-container > li {
    height: auto;
}

    .multiselect-container > li > a {
        white-space: normal !important;
    }

ul.multiselect-container.dropdown-menu {
    z-index: 10000;
}

.multiselect-container > li > a > label > input[type=checkbox] {
    width: 18px;
}

.multiselect-container > li > a > label.checkbox {
    font-size: 12px;
}

body .multiselect-container > li > a > label {
    padding: 6px 20px 6px 40px;
}

.checkbox input[type="checkbox"] {
    margin-top: 2px;
}

body .multiselect-container .radio input[type="radio"],
body .multiselect-container .radio-inline input[type="radio"],
body .multiselect-container .checkbox input[type="checkbox"],
body.multiselect-container .checkbox-inline input[type="checkbox"] {
    margin-left: -26px;
}

body .multiselect-container.dropdown-menu > li > a:hover,
body .multiselect-container.dropdown-menu > li > a:focus {
    background-color: #008b8b !important;
    color: #ffffff !important;
    background-image: -webkit-linear-gradient(top,#008b8b 0,#008b8b 100%);
}

body .multiselect-container.dropdown-menu > .active > a,
body .multiselect-container.dropdown-menu > .active > a:hover,
body .multiselect-container.dropdown-menu > .active > a:focus {
    background-color: #008b8b;
    color: #ffffff;
}

.multiselect.btn {
    padding: 6px 12px;
}

body .dropdown-menu.pull-right > li > a {
    padding: 6px 20px;
}






.QuestionNo {
    text-align: right;
    font-weight: bold !important;
}

.Question {
    font-weight: normal !important;
}

.datarow label {
    font-weight: normal;
}

.datarow:before,
.datarow:after {
    content: " ";
    display: table;
}

.datarow:after {
    clear: both;
}

.datarow {
    padding: 8px 5px;
    border-bottom: 1px solid #ccc;
}
.container-fluid:last-child .datarow:last-child {
    border-bottom: none;
}

/* toggle switch */

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked + label {
    background-image: linear-gradient(to top,#005b63,#005b63);
    cursor: default;
    color: #333333;
    border-color: #005b63;
}

.datarow input[type="radio"]:checked + label,
.row input[type="radio"]:checked + label {
    color: #ffffff;
}

input[type="radio"]:checked + label.green {
    background: #54C571 !important;
    border: 1px solid #54C571;
    color: #000;
}

input[type="radio"]:checked + label.yellow {
    background: #FFF380 !important;
    border: 1px solid #FFF380;
    color: #000;
}

input[type="radio"]:checked + label.red {
    background: #F62217 !important;
    border: 1px solid #F62217;
    color: #000;
}

input[type="radio"]:checked + label.green:hover {
    background: #54C571 !important;
    border: 1px solid #54C571;
    color: #000;
}

nput[type="radio"]:checked + label.yellow:hover {
    background: #FFF380 !important;
    border: 1px solid #FFF380;
    color: #000;
}

input[type="radio"]:checked + label.red:hover {
    background: #F62217 !important;
    border: 1px solid #F62217;
    color: #000;
}


input[type="radio"] + label {
    border: 1px solid #ccc;
    background-color: #C0C0C0;
    border-radius: 0;
    -moz-border-radius: 0;
}

input[type="radio"]:checked + label.btn:hover {
    background-color: inherit;
    background-position: 0 0;
    transition: none;
    color: #fff;
}

input[type="checkbox"][disabled] + label,
input[type="radio"][disabled] + label {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.col-sm-1.btn {
    padding-right: 5px;
    padding-left: 5px;
}

.vertical-alignment-helper {
    display: table;
    width: 100%;
    height: 100%;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}


.datarow.RadioVal input[type="text"] {
    margin-bottom: 10px;
}


.raised-punch .row:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.icon-oute-line {
    text-shadow: 1px 1px 1px #8A8A8A;
}

.width-12-Percent {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: 12%;
}

.width-20-Percent {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: 20%;
}


.width-22-Percent {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: 22%;
}



.for-admin-update-tag-register.jqx-widget-content {
    border: none !important;
    background: none !important;
}

.for-admin-update-tag-register .jqx-widget-header {
    background-color: none !important;
    background: none !important;
}

.for-admin-update-tag-register .jqx-widget-content {
    border: none !important;
    background: none !important;
}


.for-admin-update-tag-register .jqx-tabs-header {
    padding: 0px !important;
    border: none !important;
}

.for-admin-update-tag-register .jqx-tabs-headerWrapper ul.jqx-tabs-title-container li {
    background: #005b63;
    color: #ece803;
    margin: 0 30px 30px 0;
    padding: 25px 45px;
    text-transform: uppercase;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
}

    .for-admin-update-tag-register .jqx-tabs-headerWrapper ul.jqx-tabs-title-container li:hover {
        background: #008b8b;
        color: #27b3b1;
    }


    .for-admin-update-tag-register .jqx-tabs-headerWrapper ul.jqx-tabs-title-container li.jqx-tabs-title-selected-top {
        background: #008b8b;
        color: #27b3b1;
        border: none;
        cursor: default;
    }

.for-admin-update-tag-register #jqxToBeAddedTab ul.jqx-tabs-title-container li,
.for-admin-update-tag-register #jqxToBeVoidedTab ul.jqx-tabs-title-container li,
.for-admin-update-tag-register #jqxInvalidTab ul.jqx-tabs-title-container li {
    background: #005b63;
    color: #fff;
    margin: 0;
    padding: 10px 30px;
    text-transform: none;
    font-weight: 300;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-left: 1px solid #022e30;
    border-right: 1px solid #148282;
}

    .for-admin-update-tag-register #jqxToBeAddedTab ul.jqx-tabs-title-container li.jqx-tabs-title-selected-top,
    .for-admin-update-tag-register #jqxToBeVoidedTab ul.jqx-tabs-title-container li.jqx-tabs-title-selected-top,
    .for-admin-update-tag-register #jqxInvalidTab ul.jqx-tabs-title-container li.jqx-tabs-title-selected-top {
        background: #008b8b;
        color: #fff;
        border: none;
        cursor: default;
    }


    .for-admin-update-tag-register #jqxToBeAddedTab ul.jqx-tabs-title-container li:first-child,
    .for-admin-update-tag-register #jqxToBeVoidedTab ul.jqx-tabs-title-container li:first-child,
    .for-admin-update-tag-register #jqxInvalidTab ul.jqx-tabs-title-container li:first-child {
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        border-left: none;
    }

    .for-admin-update-tag-register #jqxToBeAddedTab ul.jqx-tabs-title-container li:last-child,
    .for-admin-update-tag-register #jqxToBeVoidedTab ul.jqx-tabs-title-container li:last-child,
    .for-admin-update-tag-register #jqxInvalidTab ul.jqx-tabs-title-container li:last-child {
        -moz-border-radius: 0px 3px 3px 0px;
        -webkit-border-radius: 0px 3px 3px 0px;
        border-radius: 0px 3px 3px 0px;
        border-right: none;
    }

.for-admin-update-tag-register .jqx-clear {
    margin: 0px !important;
}

.for-admin-update-tag-register .jqx-tabs-title-container {
    width: 100% !important;
}

.for-admin-update-tag-register div[role=columnheader] {
    background: #5f9b9b !important;
    color: #fff;
}

    .for-admin-update-tag-register div[role=columnheader] span {
        padding-top: 8px;
        padding-left: 5px;
        display: block;
    }

.for-admin-update-tag-register div[role=row] {
    height: 40px !important;
}

.for-admin-update-tag-register div[role=gridcell] > div {
    margin-top: 12px !important;
}

.for-admin-update-tag-register #contenttablejqxUpdatedTagGrid div[role=gridcell] > div {
    margin-top: 0px !important;
    padding-top: 12px !important;
    padding-left: 5px !important;
}

.for-admin-update-tag-register #contenttablejqxVoidedTagGrid div[role=gridcell] > div {
    margin-top: 0px !important;
    padding-top: 12px !important;
    padding-left: 5px !important;
}


.for-admin-update-tag-register #jqxAddedTagGrid .jqx-widget-header,
.for-admin-update-tag-register #jqxAddedTagTagSetGrid .jqx-widget-header,
.for-admin-update-tag-register #jqxVoidedTagGrid .jqx-widget-header,
.for-admin-update-tag-register #jqxVoidedTagTagSetGrid .jqx-widget-header,
.for-admin-update-tag-register #jqxUpdatedTagGrid .jqx-widget-header,
.for-admin-update-tag-register #jqxOverwrittenTagGrid .jqx-widget-header,
.for-admin-update-tag-register #jqxInvalidTagGrid .jqx-widget-header,
.for-admin-update-tag-register #jqxInvalidTagTagSetGrid .jqx-widget-header,
.for-admin-update-tag-register #jqxTagRegisterGrid .jqx-widget-header,
.for-admin-update-tag-register #jqxTagTagSetLogGrid .jqx-widget-header {
    height: 40px !important;
}


.for-admin-update-tag-register .jqx-widget-energyblue .jqx-grid-column-header-energyblue,
.for-admin-update-tag-register .jqx-grid-cell-energyblue,
.for-admin-update-tag-register .jqx-widget-energyblue .jqx-grid-cell-energyblue,
.for-admin-update-tag-register .jqx-widget-energyblue .jqx-grid-group-cell-energyblue,
.for-admin-update-tag-register .jqx-grid-group-cell-energyblue {
    border-color: transparent !important;
    ;
}

.for-admin-update-tag-register .jqx-grid-cell {
    background: transparent !important;
}

.for-admin-update-tag-register .jqx-grid-cell-selected-energyblue {
    background: transparent !important;
}

.for-admin-update-tag-register div[role=row]:nth-of-type(even) {
    background: #ededed;
    border-bottom: 1px solid #ccc;
}

.for-admin-update-tag-register div[role=row]:nth-of-type(odd) {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.for-admin-update-tag-register .jqx-tabs-arrow-background.jqx-widget-header {
    display: none !important;
}






.for-admin-update-tag-register #pagerjqxAddedTagGrid div:last-child,
.for-admin-update-tag-register #jqxAddedTagTagSetGrid div:last-child,
.for-admin-update-tag-register #jqxVoidedTagGrid div:last-child,
.for-admin-update-tag-register #jqxVoidedTagTagSetGrid div:last-child,
.for-admin-update-tag-register #jqxUpdatedTagGrid div:last-child,
.for-admin-update-tag-register #jqxOverwrittenTagGrid div:last-child,
.for-admin-update-tag-register #jqxInvalidTagGrid div:last-child,
.for-admin-update-tag-register #jqxInvalidTagTagSetGrid div:last-child {
    float: left !important;
}
/* HIDE KENDO UI GRID SUB TITLE */
.k-grouping-header {
    display: none;
}

.kendo-container {
    overflow-x: auto;
}

.kendo-grid {
    width: 2600px;
}

.m-center {
    margin: 0 auto;
    display: block !important;
}

.k-grid td {
    font-weight: 300;
}

.k-filter-row th, .k-grid-header th.k-header, .k-grid td {
    font-size: 10px;
}



/*M-24A Sheet*/

.sheetwrapper {
    width: 622px;
    height: 550px;
    position: relative;
    margin: 0 auto;
    padding: 0px;
}


.cst-frm-5 {
    position: absolute;
    top: 25px;
    right: 50px;
    width: 200px;
    background-color: #FFFDD6;
}
.cst-frm {
    background: #ececec !important;
}
.cst-frm-6 {
    position: absolute;
    top: 80px;
    right: 50px;
    width: 200px;
    background-color: #FFFDD6;
}

.cst-frm-7 {
    position: absolute;
    top: 135px;
    right: 50px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-8 {
    position: absolute;
    top: 202px;
    left: 203px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-9 {
    position: absolute;
    top: 243px;
    left: 147px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-10 {
    position: absolute;
    top: 243px;
    left: 263px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-11 {
    position: absolute;
    top: 280px;
    left: 203px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-12 {
    position: absolute;
    top: 204px;
    right: 171px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-13 {
    position: absolute;
    top: 243px;
    right: 229px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-14 {
    position: absolute;
    top: 243px;
    right: 112px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-15 {
    position: absolute;
    top: 280px;
    right: 171px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-16 {
    position: absolute;
    top: 319px;
    left: 201px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-17 {
    position: absolute;
    top: 359px;
    left: 143px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-18 {
    position: absolute;
    top: 359px;
    left: 258px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-19 {
    position: absolute;
    top: 396px;
    left: 201px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-20 {
    position: absolute;
    top: 440px;
    left: 201px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-21 {
    position: absolute;
    top: 480px;
    left: 143px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-22 {
    position: absolute;
    top: 480px;
    left: 258px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-23 {
    position: absolute;
    top: 518px;
    left: 201px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-24 {
    position: absolute;
    top: 440px;
    right: 180px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-25 {
    position: absolute;
    top: 480px;
    right: 238px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-26 {
    position: absolute;
    top: 480px;
    right: 121px;
    width: 60px;
    background-color: #FFFDD6;
}

.cst-frm-27 {
    position: absolute;
    top: 518px;
    right: 180px;
    width: 60px;
    background-color: #FFFDD6;
}


@media only screen and (max-width: 1024px) {
    .top-header-mid {
        padding: 0 15px;
    }

    .top-header-left {
        width: 90px;
    }

        .top-header-left::after {
            width: 90px;
        }

    .body-content-left {
        width: 90px;
    }

    .body-content-right {
        padding: 15px 15px 15px 105px;
    }

    .body-content-left-top ul li a span.left-menu-icon i {
        font-size: 24px;
    }
}

.lower-input {
    text-transform: lowercase;
}

::-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;
}

.wrap-word {
    white-space: normal !important;
    word-wrap: break-word !important;
}

::placeholder { /* Recent browsers */
    text-transform: none;
}

.text-middle {
    display: inline-block !important;
    vertical-align: middle !important;
}

.text-upper {
    text-transform: uppercase;
}


td.RadioVal label.btn {
    padding: 10px 12px;
}

/* basic positioning */
.legend {
    list-style: none;
}

    .legend li {
        float: left;
        margin-right: 10px;
    }

    .legend span {
        border: 1px solid #ccc;
        float: left;
        width: 12px;
        height: 12px;
        margin: 2px;
    }
    /* your colors */
    .legend .punchOpen {
        background-color: #ff0f0f;
    }

    .legend .punchClose {
        background-color: #00ff00;
    }

    .legend .punchAmend {
        background-color: #ffff00;
    }

.mr-b-0 td,
.mr-b-0 td {
    border: none !important;
}

.link-disabled {
    cursor: not-allowed;
    opacity: 0.65;
    color: lightgray !important;
    pointer-events: none;
    text-decoration: none;
}

.dropdown-menu.menu-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .dropdown-menu.menu-warning > li > a {
        background-color: transparent;
        color: white;
    }

        .dropdown-menu.menu-warning > li > a:hover {
            color: white;
            background-color: #ec971f;
            border-color: #d58512;
        }

        .dropdown-menu.menu-warning > li > a:focus {
            color: white;
            background-color: #d58512;
            border-color: #985f0d;
        }

.right-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px dashed;
    border-left: 4px solid \9;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.modal .modal-fluid {
    width: 85%;
    max-width: 85%;
}

.col-sm-0-5 {
    width: 4.16666%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-sm-11-5 {
    width: 95.83334%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
/*Kendo grid table custom header*/
.kendo-custom-header {
    background-color: #005b63;
    padding: 10px;
    color: #fff;
    margin-top: 15px;
}

div.k-grid-content.k-auto-scrollable > table > tbody > tr.k-master-row.k-state-selected > td > a:not(.k-button) {
    color: white;
    text-decoration: underline;
}

.progress {
    background-image: linear-gradient(#ccc7c7, #dedede, #ccc7c7)
}

.number-text-box-steps {
    margin: 0 0 5px 0;
}

    .number-text-box-steps a {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        background: #FFE066;
        border-radius: 2px;
        padding: 2px 5px;
        height: 30px;
        transition: background 0.3s ease;
    }

        .number-text-box-steps a:active {
            background: #FFCC00;
        }

        .number-text-box-steps a span.number-text-box-count {
            color: #000000;
            font-weight: 700;
            font-size: 16px;
            width: 50px;
            text-align: left;
        }

        .number-text-box-steps a span.number-text-box-name {
            color: #006600;
            font-weight: 500;
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: calc(100% - 50px);
        }

        .number-text-box-steps a:hover,
        .number-text-box-steps a:focus {
            background: #FFCC00;
            color: #008000;
        }

    .number-text-box-steps:hover a span.number-text-box-count,
    .number-text-box-steps:hover a span.number-text-box-name {
        color: #008000;
    }

    .number-text-box-steps a.number-text-box-steps-select {
        cursor: pointer;
    }

        .number-text-box-steps a.number-text-box-steps-select:active {
            background: #FF9900;
        }

        .number-text-box-steps a.number-text-box-steps-select span.number-text-box-count,
        .number-text-box-steps a.number-text-box-steps-select span.number-text-box-name {
            color: #006600;
        }

    .number-text-box-steps a span.number-text-box-name.tooLong {
        transform: scale(0.8,1);
    }
/* Hide the "Powered by Froala Editor" message */
p a[href*="froala.com"], [data-f-id="pbf"] {
    display: none !important;
}
/* Hide the Froala license warning */
a[href*="froala.com"] {
    /*display: none !important;*/
    background-color: transparent !important;
    color: transparent !important;
    pointer-events: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.fr-second-toolbar{
    display: none !important;
}
