html {
	background: url(../images/page-background.jpg?v=1.2) no-repeat center center fixed;
    background-color: #f9f9f9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    height: 100%;
	scroll-behavior: smooth;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Lato',sans-serif;
    font-size:1rem;
    background: transparent;
}

.log-in .login {
  margin-top: 50px;
  padding: 30px 15px;
  background: rgba(34, 34, 34, 0.7);
  border-radius: 4px;
  max-width: 400px; }

.log-in .login-foot {
  margin-top: 30px;
  font-size:0.9375rem;
  color: #fff; }

.login form {
  color: #fff; }

.login h1 {
  color: #fff !important;
  font-size:1.125rem;
  text-align: center;
  margin-bottom: 20px; }

.login h1 label {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size:1.375rem; }

.login h1 label:before {
  content: "";
  display: block;
  width: 190px;
  height: 1px;
  border-bottom: 1px dashed #fff;
  margin: 5px auto 10px auto; }

.login .logo {
  height: 80px;
  overflow: hidden;
  margin-bottom: 25px;
  text-align: center; }

.login .logo img {
  width: 282px; }

.login .form-control {
  text-indent: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #dfe7f1;
  color: black; }

.login form select.form-control {
  padding: 0 0 0 7px;
  color: #000; }

.login input[type=checkbox] {
  margin: 0 10px 0 0 !important;
  position: relative !important; }

.login i.fa {
  font-size:0.875rem; }

.login button.btn {
  margin-top: 5px; }

.login .form-group {
  margin-bottom: 16px; }

.login a {
  color: #fff;
  padding-bottom: 5px; }

.login .text-danger {
  color: #fe705f !important; }

.narrow-clean {
    background: white;
    padding: 40px 40px;
    max-width: 400px;
    margin-top: 40px;
}

.narrow-clean.black-glass {
        background: rgba(21, 36, 62, 0.7);
        color: #f3f3f3;
}

.register {
    text-align: center;
}

    .register > div {
        height: 100%;
        margin: 0 0 20px 0;
        padding: 20px 30px 10px 15px;
        border-left: 5px solid #666;
        border-radius: 0 4px 4px 0;
        align-items: center;
        display: flex;
    }

        .register > div p {
            color: #fff;
            font-size:1.5625rem;
            flex: 1;
        }

        .register > div a {
            margin-top: 20px;
        }

.login.signup {
    max-width: 700px;
    background: rgba(0,0,0,0.7);
    box-shadow: none;
    padding: 25px;
    margin: 43px auto 0 auto;
    border-radius: 4px;
    color: #fff;
}
.login.signup .demo-hint{color:#ccc;}

    .login.signup .control-label {
        font-weight: normal;
        margin-bottom: 0;
    }

    .login.signup .form-group {
        margin-bottom: 10px;
    }

        .login.signup .form-group .k-datepicker .form-control {
            border: 0 !important;
        }

        .login.signup .form-group .input-group .k-datepicker {
            width: 100% !important;
        }
.k-grid-edit.dropdown-item {
    background-color: #FFF !important;
    border-color: #FFF !important;
    border-bottom: 1px solid #ccc !important;
}


@media (max-width:991px) {
    .register > div {
        height: auto;
        margin: 40px 0 20px 0;
        border-left: 0;
        border-top: 5px solid #666;
    }

    .log-in .row {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }
}


.progress {
    margin-bottom: 20px;
}

.progress-msg {
    color: #01c701;
    margin-bottom: 20px;
}

.nav-tabs .nav-item .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size:1rem;
	/*    pointer-events: none;*/
}

.tab-content{padding: 30px 0px;}

    .tab-content .heading {
        color: #000 !important;
        font-size:1.25rem;
        border-bottom: 1px dashed #dad8d7;
        padding: 10px;
        margin-bottom: 20px;
		margin-top:10px;
		background: #efefef;
    }
	
    
	.tab-content h4 {
        margin-bottom: 20px;
    }
	.tab-content span.small{display:block;}

    .tab-content b.green {
        color: green;
        font-weight: 700;
    }

    .tab-content b.red {
        color: red;
        font-weight: 700;
    }

    .tab-content #grid {
        height: auto !important;
    }


	
	.form-group input[type=checkbox], .form-group input[type=radio]{margin-right:5px;}
	.hidden{display:none; margin-top:35px;}
	.detail-sec{margin-top:25px;}
	.skipped.hide{display:none;}
	.prompt{margin-top:5px; color: red; font-size: 14px;}
    .core-labortaries{padding-left:34px!important;}
    .tab-content .form-buttons .mobal{display:none;}
.card-header {
    font-weight: bold !important;
    font-size: 17px !important;
}

@media (max-width:767px) {
    .tab-content .form-buttons .mobal button{width:100%;}
        .tab-content .form-buttons .mobal{display:block;}
        .tab-content .form-buttons .mobal .btn{margin-bottom:10px;}
        .tab-content .form-buttons .desktop{display:none;}
        .tab-content a{word-break:break-word;}
    }

.control-label {
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', sans-serif;
    color: #3575B9 !important;
}

a {
    color: #2284fe;
}

    a:hover {
        color: #3575B9;
    }

label {
    font-weight: 700;
}

    label.form-check-label {
        font-weight: normal;
    }

.form-group .small{display:block;}

.form-control {
    border: none;
    border: 1px solid #dfe7f1;
    box-shadow: none;
    outline: none;
    color: inherit;
    height: 39px;
    font-size:1rem;
}

.text-danger.field-validation-error {
    font-size:14px;
}

.k-widget.k-timepicker .k-picker-wrap.k-state-default {
    border: none;
    border: 1px solid #dfe7f1;
    box-shadow: none;
    outline: none;
    color: inherit;
    height: 39px;
    font-size: 1rem;
}

input[type=file].form-control {
    line-height: normal;
    padding: 6px 5px;
    height: auto;
}

textarea.form-control {
    height: 75px;
    resize: none
}

.form-control:disabled, .form-control[readonly], .disabled-area, .form-control.disabled {
    background-color: #f9f9f9;
    opacity: 1;
    border: 1px dashed #e0e0e0;
    color: #3e3e3e;
    cursor: not-allowed;
}


.btn-primary {
    background: #3575b9;
    border-color: #3575b9;
}


select.diver-cat .diver1{color:green;}
select.diver-cat .diver2{color:orange;}
select.diver-cat .diver3{color:red;}
select.diver-cat .diver4{color:blue;}

div.diver-cat div{display:inline-block; margin-right:20px; font-size:1.125rem;}
div.diver-cat div:before{content:""; width:12px; height:12px; display:inline-block; background:#000; margin-right:10px;}
div.diver-cat div.diver1:before{background:green;}
div.diver-cat div.diver2:before{background:orange;}
div.diver-cat div.diver3:before{background:red;}
div.diver-cat div.diver4:before{background:blue;}
div.diver-cat div.diver1{color:green;}
div.diver-cat div.diver2{color:orange;}
div.diver-cat div.diver3{color:red;}
div.diver-cat div.diver4{color:blue;}


.topMsg {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #f5f8af;
    background: linear-gradient(#f5f8af, #edf284);
    text-align: center;
    font-weight: normal;
    padding: 3px 0;
    font-size:1rem;
    border-top: 1px solid #b2ab25;
    border-bottom: 1px solid #b2ab25;
    z-index: 999999;
}

    .topMsg b {
        color: red;
        font-weight: normal;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #949494;
    border-color: #949494;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffe0c9;
    border-bottom-color: #ffe0c9;
}

.input-group-addon {
    background-color: #f7f9fc;
    border: 1px solid #dfe7f1;
}

.assignee-wrapper .glyphicon.glyphicon-user {
    top: 3px
}

a.btn-default {
    color: #428bca
}

.text-danger {
    color: red
}



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3575d3;
}

.small-tabs .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 7px;
}

/* End Bootstrap overrides */

/* Start Kendo overrides */
.k-input, .k-multiselect-wrap, .k-textbox > input, input.k-textbox, input.k-textbox:hover, textarea.k-textbox, textarea.k-textbox:hover {
    background-color: #f7f9fc;
    color: #505e6c;
}

.k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    background-color: #f7f9fc;
}

.k-datetimepicker .k-select {
    width: 3.8em;
}


.k-datetimepicker .k-picker-wrap .k-icon {
    margin: 0 2px;
}

.k-datetimepicker .k-picker-wrap .k-input {
    box-shadow: none;
}

.k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-multiselect.k-header, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    border-color: #dfe7f1 !important;
}


.k-progressbar > .k-state-selected, .k-widget.k-autocomplete, .k-widget.k-combobox, .k-widget.k-datepicker, .k-widget.k-datetimepicker, .k-widget.k-dropdown, .k-widget.k-menu, .k-widget.k-multiselect, .k-widget.k-numerictextbox, .k-widget.k-progressbar, .k-widget.k-timepicker {
    display: block;
}

.k-grid-edit {
    margin-right: 5px;
    background-color: #f0ad4e!important;
    border-color: #eea236!important;
    background-image: none!important;
    color: white !important;
    padding: 4px 7px;
    min-width: 0 !important;
    font-size:0.8125rem;
}

    .k-grid-edit:hover {
        background-image: none;
        background-color: #ed9c28;
        border-color: #d58512;
    }

.k-grid-delete {
    background-color: #d9534f!important;
    border-color: #d43f3a!important;
    background-image: none!important;
    color: white !important;
    padding: 4px 7px;
    min-width: 0 !important;
    font-size:0.8125rem;
}

    .k-grid-delete:hover {
        background-image: none;
        background-color: #d2322d;
        border-color: #ac2925;
    }
.k-grid td, .k-grid th {
    padding: 8px 6px;
}
span.k-link, span.k-link:hover {
    cursor: default;
}

.k-button.k-primary.k-grid-update {
    margin-right: 5px;
    background-color: #5cb85c;
    border-color: #4cae4c;
    background-image: none;
    color: white !important;
    padding: 4px 7px;
    min-width: 0 !important;
    font-size:0.8125rem;
}

    .k-button.k-primary.k-grid-update:hover {
        background-image: none;
        background-color: #47a447;
        border-color: #398439;
    }

    .k-button.k-primary.k-grid-update:focus {
        -webkit-box-shadow: 0 3px 4px 0 rgba(57,132,57,.4);
        box-shadow: 0 3px 4px 0 rgba(57,132,57,.4);
    }

.k-grid-edit .k-icon, .k-grid-delete .k-icon, .k-grid-update .k-icon {
    font-size:0.8125rem;
    box-shadow:none!important;
}

.k-filter-menu label {
    margin-right: 5px;
}

.k-filter-menu input[type=radio] {
    margin-right: 5px;
}

.k-notification-wrap > .k-i-information, .k-notification-wrap > .k-i-warning, .k-notification-wrap > .k-i-success, .k-notification-wrap > .k-i-error {
    margin-right: 6px;
}

.engineer-edit .form-group, .project-location-edit .form-group {
    margin-bottom: 15px;
    padding: 0 15px;
}

.engineer-edit .k-textbox, .project-location-edit .k-textbox {
    width: 100%;
}

.project-location-edit .multi-line {
    box-sizing: border-box;
}

.k-widget.k-tooltip-validation {
    position: relative;
    text-align: left;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
/* Start Kendo overrides */
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 30px;
}

/* Set width on the form input elements since they're 100% wide by default */


div.navbar {
    color: #f3f3f3
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffe0c9;
}

/* Login Form */


/* Tostr overrides */
#toast-container > div {
    opacity: 1
}


/* Start Site CSS */
.green {
    color: green;
}
.red {
    color: #ff7979
}

.red2 {
    color: red;
}

.margin-bottom-xs {
    margin-bottom: 5px
}

.margin-bottom-s {
    margin-bottom: 10px
}

.margin-bottom-m {
    margin-bottom: 15px
}

.margin-bottom-lg {
    margin-bottom: 30px
}

.margin-bottom-xlg {
    margin-bottom: 60px
}

.margin-right-xs {
    margin-right: 5px
}

.margin-right-s {
    margin-right: 10px
}

.margin-right-m {
    margin-right: 15px
}

.margin-right-lg {
    margin-right: 30px
}

.margin-right-xlg {
    margin-right: 60px
}

.margin-left-xs {
    margin-left: 5px
}

.margin-left-s {
    margin-left: 10px
}

.margin-left-m {
    margin-left: 15px
}

.margin-left-lg {
    margin-left: 30px
}

.margin-left-xlg {
    margin-left: 60px
}

.home-action {
    padding: 15px;
    background: #3575d3;
    margin-bottom: 15px;
    cursor: pointer;
}

    .home-action a, .home-action a:visited {
        color: #f3f3f3
    }

hr.sub-divider {
    border-top: 2px dashed whitesmoke;
    margin-top: 15px;
    margin-bottom: 15px
}

hr.dashed-hr {
    border-bottom: 2px dashed #f5f5f5;
    border-top: none !important;
}


h2.top-h2 {
    text-transform: uppercase;
    font-weight: 500
}

.field-tip {
    padding: 5px 0 0 5px;
    color: #505e6c;
}

.block {
    display: block
}

.inline {
    display: inline
}

.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .mt-checkbox > span, .mt-radio > span {
        border: 1px solid #c5bbbb;
        position: absolute;
        top: 1px;
        left: 0;
        height: 18px;
        width: 18px;
        background: #f3f3f3;
    }

    .mt-checkbox > input, .mt-radio > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .input-icon > i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox > input:checked ~ span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio > input:checked ~ span:after {
            display: block;
        }


    .mt-checkbox > span:after, .mt-radio > span:after {
        content: '';
        position: absolute;
        display: none;
    }

div.multiactions-wrapper.buttons-wrapper {
    margin-bottom: 5px;
    text-align: center;
}

    div.multiactions-wrapper.buttons-wrapper button {
        width: 170px
    }

.buttons-wrapper button, .buttons-wrapper .btn, .buttons-wrapper input[type='submit'] {
    margin-right: 10px;
    /*margin-bottom: 15px;*/
}

.procurement-container .buttons-wrapper .btn[disabled], .project-update-container .buttons-wrapper .btn[disabled], .financial-container .buttons-wrapper .btn[disabled] {
    display: inline-block
}

span.badge {
    margin: 2px;
}

div#collapse-1.collapse.in p {
    margin-top: 10px;
}

.k-datetimepicker {
    display: block;
    width: 100%
}

.form {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    padding: 25px;
    border-radius: 4px;
    color: #0d2c54;
}

.listing-clean {
    max-width: 600px;
    padding: 30px 15px;
}



.wide-clean {
    background: white;
    padding: 15px 30px;
    max-width: 1100px;
}

    .wide-clean.black-glass {
        background: rgba(0,0,0,0.6);
        color: #3575d3;
        padding-bottom: 25px;
    }

        .wide-clean.black-glass .tile hr {
            margin-bottom: 50px;
        }

        .wide-clean.black-glass .tile .row {
            margin-bottom: 25px;
        }

.full-width-clean {
    background: white;
    padding: 25px;
    max-width: 100%;
}

.wide-clean h3 {
    color: #3575d3;
    font-weight: 300
}

.black-glass.wide-clean h3 {
    color: #fff !important;
}

.wide-clean hr {
    border-top: 1px dashed #dad8d7;
}

/*
.black-glass .btn.btn-primary {
background: #1da6a9;
border-color: #004880;
}*/




.search-wrapper button {
    border: 0;
    background: transparent;
}

.search-wrapper input.form-control {
    height: 40px;
    font-size:0.875rem;
}


.list-group-item div.checkbox {
    margin-top: 15px;
    margin-bottom: 0;
}

div.buttons-wrapper {
    margin-top: 15px;
    margin-bottom: 0;
}


div.buttons-wrapper .btn i{margin-right:5px;}

span.action-status-err {
    color: lightcoral;
    background: black;
    padding: 5px;
    font-weight: bold
}

div.contacts-wrapper .btn {
    width: 70px;
    margin-right: 10px
}

/* Start Home featured boxes */

.features-boxed p {
    color: #7d8285;
}

.features-boxed h2 {
    font-weight: bold;
    padding-top: 40px;
    color: inherit;
}

.features-boxed h3 {
    color: #de3500
}

@media (max-width:767px) {
    .features-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size:1.5rem;
    }
}

.features-boxed .intro {
    font-size:1rem;
    max-width: 500px;
    margin: 0 auto;
}

    .features-boxed .intro p {
        margin-bottom: 0;
    }

.features-boxed .features {
}

.features-boxed .item {
    text-align: center;
}

    .features-boxed .item .box {
        text-align: center;
        padding: 30px;
        background-color: #fff;
        margin-bottom: 30px;
        height: 300px;
        overflow: hidden;
    }

    .features-boxed .item .icon {
        font-size: 3.75rem;
        color: #1485ee;
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .features-boxed .item .name {
        font-weight: bold;
        font-size:1.125rem;
        margin-bottom: 8px;
        margin-top: 0;
        color: inherit;
    }

    .features-boxed .item .description {
        font-size:0.9375rem;
        margin-top: 15px;
        margin-bottom: 20px;
    }

/* End Home featured boxes */



.marginTopButtons {
    margin-top: 20px;
}

.disabled-area {
    display: block;
    width: 100%;
    cursor: not-allowed;
    background-color: #e9ecef;
    padding: 7px 12px 7px 12px;
    font-size:1rem;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    border: 1px solid #dfe7f1;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.table-grid {
    border: 1px solid #ccc;
}

    .table-grid th {
        background: #efefef;
    }

    .table-grid tr {
        cursor: pointer;
    }

        .table-grid tr:hover {
            background: #ddd;
        }

.table-grid-approver {
    border: 1px solid #ccc;
}

    .table-grid-approver th {
        background: #efefef;
    }


.invisible-textbox {
    visibility: hidden;
    height: 0;
    position: absolute;
}

.textbox-as-label {
    background: #eee;
    border: 1px solid #ddd;
    width: 100%;
    padding: 6px 12px;
    font-size:0.875rem;
}

.div-remove {
    float: right;
    font-size:0.8125rem;
    cursor: pointer;
}


/* Start Responsive Overrrides*/

@media (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}

@media only screen and (max-width: 700px) {
    .multiactions-wrapper.buttons-wrapper button {
        margin-bottom: 10px
    }

    .buttons-wrapper button, .buttons-wrapper .btn, .buttons-wrapper input[type='submit'] {
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }


    .form {
        width: 100%;
        padding: 15px;
    }
}

@media (min-width: 700px) and (max-width: 1200px) {
    .form {
        margin-top: 50px
    }
}
/* End Responsive Overrrides*/

@media (max-width: 767px) {
    .mobileScroll {
        overflow: auto;
    }
}

.navbar .navbar-brand {
    background: url(../images/logoicon.png) no-repeat left 0 center;
    padding-left: 35px;
    color: #fff;
    font-size:1.125rem;
}

.normal-text {
    font-weight: normal;
}

/*css by sadiq*/
.table-grid-approver tr td b, .table-grid tr td b {
    display: none;
}

.cus-list-value .title-m {
    display: none;
}

.mb-10 {
    margin-bottom: 10px;
}

.cus-btns {
    margin-bottom: 15px;
}

.modal-dialog.modal-lg {
    width: 800px;
}

    .modal-dialog.modal-lg .title-m {
        display: none;
    }

@media (max-width: 991px) {

    .modal-dialog.modal-lg {
        width: 95%;
    }

        .modal-dialog.modal-lg .heading {
            display: none;
        }

        .modal-dialog.modal-lg .row {
            margin-bottom: 25px;
        }

        .modal-dialog.modal-lg .title-m {
            display: inline-block;
            font-weight: bold;
            width: 120px;
            margin-bottom: 3px;
        }

    .col-md-6.text-right.buttons-wrapper {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .table-grid-approver {
        border: none !important;
        margin-bottom: 0;
    }

        .table-grid-approver tr {
            display: block;
            width: 100%;
            border-bottom: 1px solid #ddd;
            padding: 10px 0;
        }

            .table-grid-approver tr:first-child {
                display: none;
            }

            .table-grid-approver tr td {
                display: block;
                width: 100%;
                border: none !important;
                font-size:0.875rem;
            }

                .table-grid-approver tr td b {
                    display: block;
                    vertical-align: top;
                    font-weight: bold;
                    padding-right: 10px;
                }

                .table-grid-approver tr td span {
                    display: block;
                    vertical-align: top;
                }

                .table-grid-approver tr td .disabled-area {
                    display: inline-block;
                }

            .table-grid-approver tr:nth-child(2n+1) {
                background: #efefef;
            }

    .table-grid {
        border: none !important;
        border-top: 1px solid #ddd !important
    }

        .table-grid tr {
            display: block;
            width: 100%;
            border-bottom: 1px solid #ddd;
            padding: 10px 0;
        }

            .table-grid tr:first-child {
                display: none;
            }

            .table-grid tr td {
                display: block;
                width: 100%;
                border: none !important;
                font-size:0.875rem;
            }

                .table-grid tr td b {
                    display: block;
                    vertical-align: top;
                    font-weight: bold;
                    padding-right: 10px;
                }

                .table-grid tr td span {
                    display: block;
                    vertical-align: top;
                }

                .table-grid tr td .disabled-area {
                    display: inline-block;
                }

            .table-grid tr:nth-child(2n+1) {
                background: #efefef;
            }

    .cus-list-value .heading {
        display: none;
    }

    .cus-list-value .row {
        margin-bottom: 20px;
    }

    .cus-list-value .title-m {
        display: inline-block;
        font-weight: bold;
        width: 80px;
        margin-bottom: 5px;
    }

    .mb0 {
        margin-bottom: 0 !important;
    }

    .cus-btns {
        width: 100%;
    }

        .cus-btns .btn {
            display: block;
            float: none;
            width: 100%;
            border-radius: 0 !important;
            margin-bottom: 5px;
        }

    .modal-dialog.modal-lg .title-m {
        display: block;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        opacity: 1 !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .request-search {
        margin: -5px;
    }

        .request-search > div {
            padding: 5px;
        }
}

@media (max-width: 1024px) {
    .request-search > div > div, .request-search > div > label {
        padding: 0;
    }

    .form-group > div, .form-group > label {
        padding-left: 0;
        padding-right: 0;
    }
    .form-group > div.k-header {
        padding-left: 10px;
        padding-right: 10px;
    }
    /*.row.form-group{margin:0;}*/

    .form-group > label {
        font-size:0.9375rem;
    }
}

/*
@media (min-width: 768px) and (max-width: 1024px) {
.navbar .navbar-brand {margin-top: 5px; width: 170px; white-space: normal; line-height: 20px; font-size:0.8125rem;}
}

*/


.navbar {
    color: #f3f3f3;
    padding: 0;
    background-color: rgba(0,0,0,0.7);
    border-bottom: 1px solid #000;
    min-height: 51px;
}

    .navbar .navbar-nav > .nav-item > a {
        padding-top: 13px;
        padding-bottom: 12px;
        color: #fff;
    }

    .navbar .navbar-nav > .show > a, .navbar .navbar-nav > .show > a:hover, .navbar .navbar-nav > .show > a:focus {
        color: #fff !important;
        background-color: #3575b9;
    }

.navbar-nav .dropdown-menu {
    border-radius: 0;
    border-color: #dbe5f5;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
}

.dropdown-item {
    color: #3575B9!important;
}

.navbar-nav.ml-auto .dropdown-menu {
    right: 0;
    left: auto;
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
    color: #000;
    text-decoration: none;
    background-color: #f5f5f5;
}
@media (max-width: 767px) {
    .navbar{min-height:0; padding:6px 0 5px 0;}
}

.buttons-wrapper.text-right .btn {
    margin-right: 0;
}

.pagination {
    display: inline-block;
}

    .pagination li {
        display: inline;
    }

        .pagination li a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #000;
        cursor: default;
        background-color: #c1ddff;
        border-color: #c1ddff;
    }

.result {
    float: right;
}

.mobileScroll {
    overflow: auto;
}

    .mobileScroll .table {
        max-width: none;
        width: auto;
        min-width: 100%;
        font-size:0.875rem;
    }

.scroll {
    overflow: auto;
}

    .scroll .form-group {
        display: table;
        min-width:100%;
    }




.modal-content .modal-header {
    display: block;
}

.padding-box {
    padding: 20px;
}



body .k-datetimepicker .k-select, body .k-state-default > .k-select {
    border: none;
}

.k-datepicker .k-picker-wrap.k-state-default .k-input {
    box-shadow: none;
}

.table th, .table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
}

.table .no-record {
    color: red;
    text-align: center;
}

    .table .no-record label {
        margin-bottom: 0;
        font-weight: normal;
    }

ul.attach {
    padding: 0 0 0 1rem;
    margin: 0;
}

    ul.attach li {
        margin-bottom: 5px;
        list-style: none;
    }

.font-normal {
    font-weight: normal;
}

.k-datepicker {
    width: 100%;
}

.k-grid table td {
    overflow: visible;
	word-break:break-word;
}

.navbar.grid-drop {
    background: none;
    border: none;
    display: inline;
    float: left;
    min-height: 0;
	z-index:unset;
}

    .navbar.grid-drop .nav-link {
        padding: 6px 14px 5px 14px;
		font-size:0.875rem;
    }

    .navbar.grid-drop .dropdown-menu {
        padding: 0;
        border-radius: 0;
        min-width:100%;
    }

        .navbar.grid-drop .dropdown-menu .dropdown-item {
            box-sizing: border-box;
            padding: 2px 15px;
            font-size:0.875rem;
            border-bottom: 1px solid #ccc;
        }

            .navbar.grid-drop .dropdown-menu .dropdown-item:last-child {
                border: none;
            }

            .navbar.grid-drop .dropdown-menu .dropdown-item:hover, .navbar.grid-drop .dropdown-menu .dropdown-item:focus {
                background: #f5f5f5;
            }

.table-dropdown .nav-link {
    float: left;
    color: #fff !important;
    padding: 6px 14px 5px 14px;
    font-size:0.875rem;
}

.table-dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 5.6rem;
    border-radius: 0;
}

.table td a.dropdown-toggle:hover, .table td a.dropdown-toggle:focus {
    text-decoration: none;
}

.table-dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    font-size:0.875rem;
    text-decoration: none !important;
    box-sizing: border-box;
}

    .table-dropdown .dropdown-menu .dropdown-item:hover, .table-dropdown .dropdown-menu .dropdown-item:focus {
        background: #efefef;
        color: #333;
    }

    .table-dropdown .dropdown-menu .dropdown-item:last-child {
        border-bottom: 0;
    }

@media(min-width:1025px) {
    .table-dropdown .dropdown-menu {
        left: 0 !important;
    }
}

.wide-clean.black-glass .details {
    padding-top: 15px;
}

.validation-summary-errors {
    border: 1px solid #ff5c48;
    background: #fbded8;
    margin-bottom:20px;
}

    .validation-summary-errors ul {
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 5px;
        padding-right: 15px;
    }

        .validation-summary-errors ul li {
            color: #ff5c48;
            margin-bottom: 5px;
        }

.k-widget.k-grid {
    display: table;
    font-size:0.875rem;
    width: 100%;
}

    .k-widget.k-grid .k-command-cell {
        white-space: nowrap;
    }

.field-validation-error {
    color: #ff5c48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #ff5c48;
}

.validation-summary-errors {
    color: #ff5c48;
}

.validation-summary-valid {
    display: none;
}

.form-control.file-name {
    font-size:0.8125rem;
    height: auto;
}



.navbar-expand-xl > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}


@media (max-width:991px) {
    .col-lg-3.text-right.buttons-wrapper {
        text-align: left !important;
    }
}

@media (max-width:767px) {
    .text-right.buttons-wrapper {
        text-align: left !important;
        margin-bottom:0!important;
    }

    .text-left.buttons-wrapper input {
        margin-bottom: 10px;
    }
}

.cur-default {
    cursor: default;
}

.k-file-name-size-wrapper .k-file-validation-message {
    color: red;
    font-weight: bold;
}

.btn-accent-2 {
    color: #fff;
    background-color: #353844;
    border-color: #353844;
}

    .btn-accent-2:hover {
        color: #fff;
    }


.btn-white {
    background: #c7c7c7;
    border-color: #c7c7c7;
    color: #3575b9;
}

.btn-light {
    background: #eee;
}

.k-file-name {
    max-width: 1050px;
    width: 100%;
}


.introjs-hint-pulse {
    border: 5px solid #f02b09 !important;
}

.vtab-hint .introjs-hint-dot {
    border-color: rgba(255,255,255,.4) !important;
}

.vtab-hint .introjs-hint-pulse {
    border-color: #e72b13 !important;
    background-color: rgba(212,46,10,.6) !important;
}


.k-grid-header th.k-header {
    font-weight: bold;
}

    .k-grid-header th.k-header a.k-link,
    .k-grid td a.k-link {
        color: #2284fe;
    }

.k-filterable .k-grid-filter {
    padding-top: 1px;
    padding-bottom: 3px;
    margin-top: -3px;
    margin-right: -6px
}

.k-filterable .k-state-active {
    color: #fff;
    background: #ff6339;
}

.k-grid-Add.k-button {
    color: #fff!important;
    background: #3575b9;
    border-color: #3575b9;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .k-grid-Add.k-button:hover {
        color: #fff;
        background: #0069d9;
        border-color: #0062cc;
    }

#notificationWrapper {
    margin-bottom: 20px;
}

.g-recaptcha {
    margin-top: 15px;
}

.demo-hint {
    color: #666;
}
.demo-hint.red a {
    color: red;
	font-size:0.9375rem;
}
/***Manar***/
.k-grid-norecords .grid-no-records {
    text-align: center;
    margin: 15px;
    color: red;
    width:100%;
}

.k-notification {
    width: 100%;
}

.k-radio-label:before, .k-checkbox-label:before {
    border-color: rgba(0,0,0,.2) !important;
}

.k-radio:checked + .k-radio-label:before , .k-checkbox:checked + .k-checkbox-label:before {
    border-color: #3575b9 !important;
    background-color: #3575b9 !important;
    box-shadow: none !important;
}

.k-radio:hover + .k-radio-label:after, .k-checkbox:hover + .k-checkbox-label:after {
    background-color: #7fb3ea !important;
}
.k-form-field .form-group{margin-bottom:10px;}
.k-form-field .form-group label{font-weight:normal;}


.k-notification-wrap
{
    font-size:1rem;
}
.k-grid.k-widget{height:auto!important;}
.k-grid.k-widget .k-grid-content{height:auto!important; overflow:visible;}
.k-grid.k-widget{color: #0d2c54;}
.k-grid .k-grid-header{color: #0d2c54; padding-right:0!important;}

.k-grid.k-widget .k-grid-content .k-master-row div.edit-btn{float:right;}
.k-grid.k-widget .k-grid-content .k-master-row td{padding-top:4px; padding-bottom:4px;}
.k-grid.k-widget .k-grid-content .k-master-row div.edit-btn span{margin-right:7px; padding-top:2px; margin-top:-5px; color:#5d544e; font-size:16px; cursor:pointer; width:30px; height:30px; display:inline-block; background:#f6f6f6; border:1px solid #dedede; border-radius:5px; text-align:center;}
.k-grid.k-widget .k-grid-content .k-master-row div.edit-btn span.edit i{}
.k-grid.k-widget .k-grid-content .k-master-row div.edit-btn span.delete i{}
.k-grid.k-widget .k-grid-content .k-master-row div.name{padding-top:5px;}
.k-grid.k-widget .k-grid-content .k-detail-row .k-detail-cell{padding-left:0; padding-right:0;}


.required-control-label:after {
	content: "*";
	color: red;
	padding-left: 3px;
}

.k-widget.k-upload{border-radius:3px;}
.k-widget.k-upload .k-upload-button{margin:4px 4px 3px 4px;}

/***Manar***/

@media (min-width:576px) {
	.k-form-field.col-sm-3{padding-top:10px; margin-left:-10px;}
}

.container{position:relative;}
.bg-btn{position:absolute; right:35px; top:25px; z-index:999;}
.home.bg-btn{right:45px; top:15px;}
.container.minimized{position:static;}
.container.minimized .bg-btn{right:15px; top:15px;}

.navbar-brand-print {
    background: url(../images/logoicon.png) no-repeat left 0 center;
    padding:5px 0 5px 35px;
    color: #000;
    font-size:1.125rem;
}


table .newCss {
    color: green;
}

table .updatedCss {
    color: orange;
}
table .deletedCss {
    color: red;
    text-decoration: line-through;
}

.modal .modal-header .close{position:absolute; right:30px; top:30px; padding:0;}

.steps-flow span.fa{display:block; text-align:center; margin:15px 0;}


.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}
.dl-horizontal dd{margin-left:180px}
.dl-horizontal dd:before, 
.dl-horizontal dd:after{display:table;content:" "}
.dl-horizontal dd:after{clear:both}
.dl-horizontal dd:before,
.dl-horizontal dd:after{display:table;content:" "}
.dl-horizontal dd:after{clear:both}


.vertical{padding-left:0; padding-right:0; padding-bottom:0px;}
.vertical > .nav.nav-tabs {display: table-cell; margin-right:0; border-bottom:0; border-right: 1px solid #ddd; padding-right:0; width:240px; min-width:240px; max-width:240px; background: #2d2d2d; vertical-align:top;}
.vertical > .nav-tabs > .nav-item > .nav-link {border: 1px solid transparent; padding:20px 20px; border-top-left-radius: .25rem; border-top-right-radius: .25rem; background: #2d2d2d; color:#fff; position:relative;}
.vertical > .nav-tabs > .nav-item > .nav-link.selected {background: #666;}
.vertical > .nav-tabs > .nav-item > .nav-link.active {background-color:#3575b9 !important; border-color: transparent !important;}
.vertical > .nav-tabs > .nav-item > .nav-link {border: 1px solid #7b7b7b; border-left:0; border-right:0; border-top-left-radius: 0rem!important; border-top-right-radius: 0rem!important;}
.vertical > .tab-content{padding:0; display:table-cell; vertical-align:top; width:100%; background:#f8f8f8;}
.vertical > .tab-content>.active {display: block;}
.vertical > .nav-tabs > .nav-item > .nav-link > .com-not{position:absolute; font-size:24px; color:#ff421d; top:0; right:0; margin:5px 7px 0 0; color: #fff; font-size: 14px; font-weight:normal;}
.vertical > .nav-tabs > .nav-item > .nav-link > .com-new{position:absolute; width:20px; height:20px; display:block; right:0; bottom:0; margin:0 7px 5px 0; background:url(../images/pulse.png);}


.vertical > .tab-content .nav-tabs{background:#fff; border-bottom:0;}
.vertical > .tab-content .nav-tabs > .nav-item > .nav-link.active{border-radius:0; background:#f8f8f8; border-bottom:0;}
.vertical > .tab-content .tab-content{padding:20px 20px 20px 20px;}
.vertical > .tab-content .tab-content .edit-btn{float:right; font-size:40px; color:orange; margin-top: -7px;}
.vertical > .tab-content .tab-content .comment{font-size:1rem;}
.vertical > .tab-content .tab-content .comment i{margin-right:5px;}

.vertical > .tab-content .comments{font-size:0.875rem; background:#fff; border:1px solid #efefef; margin-bottom:20px; padding:15px;}
.vertical > .tab-content .comments .form-group{margin-bottom:15px;}
.vertical > .tab-content span.comment{font-size:1rem;}
.vertical > .tab-content .comments textarea{padding:10px; box-shadow:none; height:70px; margin-bottom:10px;}
.vertical > .tab-content .comments .textarea-disabled{border:none; background:transparent; padding:0;}

.vertical .top-icons{text-align:right; padding:0; float:right;}
.vertical .top-icons a{display:inline-block; margin-left:10px;}
.vertical .top-icons a.print-icon{background:url(../images/print.png) no-repeat; width:43px; height:43px;}
.vertical .top-icons a.pdf-icon{background:url(../images/pdf.jpg) no-repeat; width:37px; height:45px; background-size:contain;}

.vertical .padding-tabs{padding:0 25px 10px 25px;}
.vertical .status{background:#fbda87; padding:2px 5px; display:inline-block;}
.vertical .cycle{background:#74d3a9; padding:2px 5px; display:inline-block;}

.vertical .tab-table{width:100%;}
.vertical .tab-table td{padding:0; border:1px solid #ccc;}
.vertical .tab-table td > div.row{padding:20px 20px 0px 20px; background:#fff;}
.vertical .tab-table td.heading{background:#ccc; padding:10px 20px; font-size:1.0625rem; font-weight:bold;}
.vertical .commentbtn{float:right;}
.date span.small{float:left; color:#777;}

.form-buttons .btnPrevious i{float:left; margin:7px 7px 0 0!important;}
.form-buttons .btnNext i{float:right; margin:7px 0 0 7px!important;}
.btn i{margin-right:5px;}
.warning{color:red;}
.warning a{color:red; text-decoration:underline;}


#myBtn{display: none; position: fixed; bottom: 20px; right: 20px; z-index: 99; font-size:1.5625rem;}
#myBtn i{margin-right:0;}

.reviewers .box{border:1px solid #ddd; background:#fff; padding:25px 25px 10px 25px; position:relative; margin-top:30px;}
.reviewers .box .number{position:absolute; top:-14px; font-size:0.875rem; padding-top:3px; left:10px; border-radius:50px; background:#eee; border:1px solid #ddd; width:28px; height:28px; text-align:center; font-weight:bold;}
.reviewers .box .closebtn{position:absolute; right:5px; top:5px; border-radius:50px; background:#cf2a27; color:#fff; border:2px solid #000; padding-top:1px; font-size:1rem; width:30px; height:30px; text-align:center; opacity:0;}
.reviewers .box:hover .closebtn{opacity:1;}

.history-protocol .box{border:1px solid #ddd; background:#fff; padding:15px 25px 0px 25px; position:relative; margin-top:30px; display:block; width:calc(100% - 70px); posiiton:relative;}
.history-protocol .box .form-group{margin-bottom:15px;}
.history-protocol .box .number{position:absolute; top:-14px; font-size:0.875rem; padding-top:3px; left:10px; border-radius:50px; background:#eee; border:1px solid #ddd; width:28px; height:28px; text-align:center; font-weight:bold;}
.history-protocol .box i{margin-right:5px;}
.history-protocol .box .green{color:#009e11;}
.history-protocol .box .orange{color:#ff9900;}
.history-protocol .box .brown{color:#660000;}
.history-protocol .box .role span{display:table; width:100%; text-align:center; font-size:1.25rem; height:100%;}
.history-protocol .box .role span b{display:table-cell; vertical-align:middle; font-weight:normal;}
.history-protocol .icon{position:absolute; right:-70px; top:15px; width:50px; height:50px; background:#ff9900; color:#fff; border-radius:10px; text-align:center; font-size:1.5625rem; padding:6px 0 0 0;}
.history-protocol .icon i{margin-right:0;}
.history-protocol .icon.icon1{background:#ff9900;}
.history-protocol .icon.icon2{background:#007bff;}
.history-protocol .icon.icon3{background:#660000;}
.history-protocol .icon.icon4{background:#009e11;}
.history-protocol .icon.icon5{background:#cc0000;}
.history-protocol .last-row{color:red;}
.history-protocol .last-row i.fa-arrow-right{margin:0 20px;}
.history-protocol .last-row .icon{top:0;}
.history-protocol .last-row .number{color:#0d2c54;}

.size-fonts{padding:8px 20px 12px 0; color: #fff; display:block;}
.size-fonts a{color:#fff; padding:0 4px; text-decoration:none;}
.size-fonts a.size1{font-size:12px;}
.size-fonts a.size2{font-size:16px;}
.size-fonts a.size3{font-size:20px; font-weight:bold;}

@media (max-width:991px) {
    .vertical{padding-left:25px; padding-right:25px; padding-bottom:0px;}
    .vertical .padding-tabs{padding:0 0 10px 0;}
    .vertical > .nav.nav-tabs {display:block; border-right: 0px solid #ddd;  width:auto; min-width:0; max-width:none;}
    .vertical > .tab-content{padding:20px 0px 20px 0px; display:block;}
    .vertical > .tab-content .comments .form-group{margin:0;}
    .vertical > .nav-tabs > .nav-item > .nav-link{padding:12px 20px;}
}
@media (max-width:767px) {
    h2.top-h2{font-size:1.25rem;}
    .navbar .navbar-nav > .nav-item > a {padding: 12px;}
	.size-fonts{padding:12px;}
    .scroll #example{min-width:700px;}
    .k-grid table td {word-break: break-word;}
}

.info-bar{background: #D5EAF1; display: block; padding: 8px 15px; border: 1px solid #225154; border-radius: 3px; color: #225154; font-size: 14px;}
.info-bar i{float:left; margin:4px 5px 0 0;}
.info-bar label{float:left; margin:0; width:calc(100% - 20px); font-weight:normal;}
.info-bar.mt10{margin-top:10px;}

.draft-btn hr{margin-top:0;}
.draft-btn .btn-right{float:right; margin-top:-15px;}
.draft-btn .btn-right .auto-saved{margin-top:5px; margin-bottom:0; font-size:14px; text-align:right; color:#0d2c54;}
@media (max-width:991px) {
    .draft-btn .btn-right{float:none; display:block; margin-top:10px;}
    .draft-btn .btn-right .auto-saved{text-align:left;}
}

.mb-15{margin-bottom:15px!important; margin-top:0!important;}

.bs-tooltip-top .arrow::before {}
.tooltip > .tooltip-inner {}

.k-header .buttons-wrapper{float:left; margin:0;}
.k-header .buttons-wrapper.text-right{float:right;}

@media (max-width:767px) {
	.k-header .buttons-wrapper{float:none!important; text-align:left;}
	.k-header .buttons-wrapper a{margin-bottom:5px;}
}



.skipped{display:none;}
.custom-tabs .k-tabstrip{font-size:16px;}
.custom-tabs .k-tabstrip>.k-content{padding:0 15px; margin:0 -15px!important;}
.custom-tabs .k-tabstrip>.k-content .heading {color: #000 !important; font-size: 1.25rem; border-bottom: 1px dashed #dad8d7; padding: 10px; margin-bottom: 20px; margin-top: 10px; background: #efefef;}
.custom-tabs .k-tabstrip>.k-content .heading-add{color:#000!important; color: #000!important; font-size: 18px; border-bottom: 1px solid #efefef; padding-bottom: 10px; margin-bottom: 20px;}
.custom-tabs .k-tabstrip>.k-content .heading-add .back-btn{float:right; font-size:16px;}
/*.custom-tabs .row {margin-left:0px;margin-right:0px;}*/
.custom-tabs{padding:0;}
.custom-tabs .navbar {background-color:#2d2d2d;}
.custom-tabs .k-content{color:#0d2c54;}
.custom-tabs #main{padding-left:250px; transition: padding-left .5s;}
.custom-tabs .full-width-clean {border-radius:0; padding:35px;}
.custom-tabs .openbtn {display:none; position: fixed; font-size: 20px; cursor: pointer; background-color: #111; color: white; padding: 4px 10px; border: none; margin-top: 7px;}		
.custom-tabs .k-tabstrip-items {height:calc(100% - 51px); width:250px; position: fixed; z-index: 1000; top: 0; left: 0; background-color: #2d2d2d; overflow-x: hidden; transition: 0.5s; padding-top: 50px; margin-top: 51px; font-size:14px;}
.custom-tabs .k-tabstrip-items .k-item {padding:8px 10px; background: #2d2d2d; color:#fff; border-bottom: 1px solid #444; border-left:0; border-right:0; margin-top:0!important;}
.custom-tabs .k-tabstrip-items .k-item.incomp:after{content: "!"; font-weight:bold; font-size:20px; color:red; float:right; margin-top:-5px;}

.custom-tabs .k-tabstrip-items .k-item:hover{background:#333;}
.custom-tabs .k-tabstrip-items .k-item.k-state-active {background: #666;}
.custom-tabs .k-tabstrip-items .k-item.k-state-active {background-color:#3575b9 !important; border-color: transparent !important;}
.custom-tabs .k-tabstrip-items .k-item.first{border-top:1px solid #7b7b7b;}
.custom-tabs .k-tabstrip-items  a{text-decoration: none; color: #818181; transition: 0.3s;}
.custom-tabs .k-tabstrip-items .closebtn{position: absolute; top: 0; right: 15px; font-size: 36px; padding: 0;}
.custom-tabs .k-tabstrip-items .pinbtn{position: absolute; top: 0; right: 45px; font-size: 16px; color: #ccc; line-height: normal; padding: 0 2px 0 4px; height: 24px; background: #555; margin-top: 15px;}
.custom-tabs .k-tabstrip-items .pinbtn.pinned {background: none;}
.custom-tabs .k-tabstrip-items .k-item .k-link{padding:0;}

.custom-tabs .k-tabstrip-items .searchbtn{position: absolute; top: 17px; left: 15px; font-size: 17px; padding: 0; color:#919191;}
.custom-tabs .k-tabstrip-items .search{padding:0 10px; position:relative; margin-bottom:10px;}
.custom-tabs .k-tabstrip-items .search input{width:100%; padding:6px 10px; border-radius:3px; border:none;}
.custom-tabs .k-tabstrip-items .search a{position:absolute; right:20px; top:6px;}

.custom-tabs #accordion{border:1px solid rgba(0,0,0,.08); border-top:0;}
.custom-tabs #accordion .button{background:#f6f6f6; padding:10px;margin:0 -1px 0 -1px; border-bottom:1px solid rgba(0,0,0,.08);}
.custom-tabs #accordion .card{border:0; border-bottom:1px solid rgba(0,0,0,.08); font-size:1rem; color:#0d2c54;}
.custom-tabs #accordion .card:last-child{border-bottom:0;}
.custom-tabs #accordion .card .card-header{border:0; color: #000 !important; font-size: 1rem; margin:0; background: #fff; border-radius:0; padding:0; position:relative;}
.custom-tabs #accordion .card .card-header .card-link{display:block; padding: 10px 15px; color:#000; cursor:pointer;}
.custom-tabs #accordion .card .card-header .card-link:hover{color:#555;}
.custom-tabs #accordion .card .card-header .card-link:after{font-family:'Font Awesome 5 Free'; content: "\f0fe"; float: left; margin:1px 10px 0 0;}
.custom-tabs #accordion .card .card-header .card-link.show:after {content: "\f146"; }
.custom-tabs #accordion .card .card-header .edit{float:right; position:absolute; right:10px; top:10px; display:none; cursor:pointer; width:30px; height:30px; border: 1px solid #ddd; background: #eee; padding: 3px 0; text-align: center; border-radius:5px;}
.custom-tabs #accordion .card .card-header .edit.show{display:block;}
.custom-tabs #accordion .card .card-header .edit .back-icon{display:none;}


.custom-tabs #accordion .card .read-mode span.small{display:block;}
.custom-tabs #accordion .card .hide-form{display:none;}
.hidemsg{display:none;}


.google-map iframe{width:100%!important;}
.k-grid-Add.fa-file-excel {background-color: #28A745;}
.k-grid-Add.fa-file-excel:before {content: "\f1c3"; display:block; font-family: "Font Awesome 5 Free";float:left;margin-right:5px;position: static;background: none;opacity: 1;}


.k-pager-numbers {
    margin-bottom: 0 !important;
}
.k-pager-wrap .k-pager-numbers {
    padding-left: 10px;
}
.k-pager-numbers-wrap .k-dropdown {
    border: 1px solid rgba(0,0,0,.08);
    max-width: 70px;
    display:none;
}
.k-pager-wrap .k-pager-numbers li {
    display: inline-block!important;
}

.k-pager-wrap .k-pager-numbers .k-current-page {
    display: none!important;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers, 
.k-pager-wrap.k-pager-sm .k-pager-numbers {
    border-radius: 0px;
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    border-width: 0;
    display:block;
}

.k-pager-wrap.k-pager-lg .k-pager-nav + .k-pager-numbers-wrap, 
.k-pager-wrap.k-pager-sm .k-pager-nav + .k-pager-numbers-wrap {
    width: auto;
    height: auto;
    margin: 0 0;
}
.k-pager-wrap.k-pager-lg .k-pager-numbers .k-state-selected, .k-pager-wrap.k-pager-lg .k-pager-numbers .k-link,
.k-pager-wrap.k-pager-sm .k-pager-numbers .k-state-selected, .k-pager-wrap.k-pager-sm .k-pager-numbers .k-link {
    width: calc(10px + 1.42857143em);
    height: calc(10px + 1.42857143em);
}


.scroll2 .k-widget.k-grid {
    overflow: auto;
    background:#f6f6f6;
}

.scroll2 .k-widget.k-grid > div.k-header {
    border-bottom:none;
}

.scroll2 .k-widget.k-grid table {
    border-top:1px solid rgba(0,0,0,.08);
    background:#fff;
}

@media (max-width: 767px) {
    .scroll .k-grid table td {
        word-break: normal;
    }
}

.k-grid table tr:last-child .navbar.grid-drop .nav-item .dropdown-menu.show{bottom:0; top:auto; margin-bottom:37px;}

.external-registration {
    background: rgba(255, 255, 255, 0.15);
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap; /* KEY FIX */
    justify-content: center;
    gap: 4px;
    overflow: visible; /* prevents clipping */
    word-break: normal;
}

    .external-registration .cta-link {
        color: #ffd54f;
        font-weight: 600;
        text-decoration: underline;
        white-space: nowrap; /* keeps “Click here” together */
    }

/* Desktop only: keep single line */
@media (min-width: 768px) {
    .external-registration {
        flex-wrap: nowrap;
    }
}

