/* Minification failed. Returning unminified contents.
(686,22): run-time error CSS1030: Expected identifier, found '['
(686,31): run-time error CSS1031: Expected selector, found ']'
(686,31): run-time error CSS1025: Expected comma or open brace, found ']'
(802,32): run-time error CSS1030: Expected identifier, found '.'
(802,41): run-time error CSS1031: Expected selector, found ')'
(802,41): run-time error CSS1025: Expected comma or open brace, found ')'
(919,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(920,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1163,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(1492,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
 */
.tooltip.error .tooltip-inner {
    background: darkred;
}

.tooltip.error.top .tooltip-arrow {
    border-top-color: darkred;
}

.tooltip.error.top-left .tooltip-arrow {
    border-top-color: darkred;
}

.tooltip.error.top-right .tooltip-arrow {
    border-top-color: darkred;
}

.tooltip.error.right .tooltip-arrow {
    border-right-color: darkred;
}

.tooltip.error.left .tooltip-arrow {
    border-left-color: darkred;
}

.tooltip.error.bottom .tooltip-arrow {
    border-bottom-color: darkred;
}

.tooltip.error.bottom-left .tooltip-arrow {
    border-bottom-color: darkred;
}

.tooltip.error.bottom-right .tooltip-arrow {
    border-bottom-color: darkred;
}



html, body .container {
    font-family: Verdana, Arial;
    font-size: 0.8em;
    height: 100%;
}

body {
    padding-bottom: 70px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

.box {
    float: left;
    height: 25px;
    margin-bottom: 5px;
    width: 150px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #8DC63F !important;
    border-color: #4A587D !important;
}

    .btn-primary:hover {
        background-color: #648e2a !important;
        color: #fff;
        font: bold;
    }

.btn-info, .btn-info:hover, .btn-info:active, .btn-info:visited {
	background-color: #339933 !important;
	border-color: #339933 !important;
}

	.btn-info:hover {
		background-color: #8DC63F !important;
		color: #fff;
		font: bold;
	}


#search button {
    width: 90px;
}

#genInfo input[type="button"] button {
    width: 90px;
}

#runway button {
    width: 100px;
}

#runway a.btn {
    width: 100px;
}

#header {
	background-color: #000;
	border-bottom: 1px solid #8DC63F;
}

    #header .logo {
        padding: 20px 0 10px 10px;
    }

    #header .topMenu {
        text-align: right;
        padding-top: 15px;
        font-size: 0.9em;
    }

        #header .topMenu a {
            color: white;
            text-decoration: underline;
        }

        #header .topMenu span {
            color: white;
        }

        #header .topMenu ul li {
            display: inline;
        }

		#header .topMenu a:hover {
			color: #8DC63F;
			text-decoration: none;
		}

		#header .topMenu a:active {
			color: #8DC63F;
		}

        #header .topMenu span {
            border-right: 1px solid white;
            padding: 0 15px;     
        }

            #header .topMenu span:last-child {
                border-right: 0;
            }

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3000;
}

.footer {
    color: white;
    background-color: black;
    padding: 10px 0;
    font-size: 0.85em;
}

    .footer p > a {
        text-decoration: underline;
    }

#footerContact {
    padding-top: 10px;
}

#account {
    background-color: rgba(0,0,0,.6) !important;
    padding: 50px 0;
}

    #account button {
        height: 34px;
    }

    #account input {
        width: 250px;
    }

    #account a {
        color: #ccc;
    }

		#account a:hover a:active {
			color: #8DC63F;
		}

.full-height {
    height: 100%;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.sub-title {
    margin-bottom: 15px;
}

    .sub-title span {
        font-weight: bold;
    }

.icon-remark {
	color: #4A587D;
	background-color: transparent;
	border: 0 transparent;
}

.a-plane {
    padding-left: 5px;
}

.Transit-list {
    position: relative;
    margin: 1em;
    overflow: hidden;
}

    .Transit-list ul {
        display: flex;
        flex-direction: row;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-left: -1px;
    }

    .Transit-list li {
        -o-flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-basis: auto;
        -o-flex-basis: auto;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin: 0;
        padding: 0 1em;
        text-align: center;
        border-right: 1px solid #ccc;
    }

        .Transit-list li:last-child {
            border-right: 0;
        }

.color-blue {
	color: #4A587D;
}

.color-bg-blue {
	background-color: #4A587D;
}

/******************************************************
* Navigation Rules
*******************************************************/

.top-navigation {
	background-color: black;
	border-bottom: solid 2px #8DC63F;
	padding-bottom: 20px;
}

    .top-navigation .navbar {
        margin-bottom: 10px;
    }

    .top-navigation .nav > li > a {
        color: #CCC;
        padding: 15px 0;
        padding-bottom: 10px;
        text-decoration: none;
        font-weight: 600;
    }

    .top-navigation .nav > li > label {
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .top-navigation .nav > li {
        color: #fff;
        font-size: 12px;
    }

		.top-navigation .nav > li a:hover,
		.top-navigation .nav > li a:focus {
			color: #8DC63F;
			font-weight: 600;
			text-decoration: underline;
		}

    .top-navigation .navbar .nav > li.active {
        font-weight: 600;
    }

	.top-navigation .nav > li.active > a {
		background-color: #8DC63F;
		color: #000;
	}


.main-menu {
	background-color: black;
	border-bottom: solid 2px #8DC63F;
}

    .main-menu .navbar {
        margin-bottom: 10px;
    }

    .main-menu .nav > li > a {
        border: none;
        color: #CCCCCC;
        padding-bottom: 10px;
        font-weight: 600;
    }

	.main-menu .nav > li a:hover,
	.main-menu .nav > li a:focus {
		background-color: black;
		color: #8DC63F;
		font-weight: 600;
	}

    .main-menu .navbar .nav > li.active {
        background: #0099FF;
        border: none;
    }

		.main-menu .navbar .nav > li.active:hover {
			background-color: #000;
			color: #8DC63F;
			font-weight: bold;
		}

	.main-menu .nav > li.active > a {
		background: #00CCFF;
		background: -webkit-linear-gradient(#8DC63F, #8DC63F);
		background: -o-linear-gradient(#8DC63F, #8DC63F);
		background: -moz-linear-gradient(#8DC63F, #8DC63F);
		background: linear-gradient(#8DC63F, #8DC63F);
		color: #000;
	}

		.main-menu .nav > li.active > a:hover {
			background: -webkit-linear-gradient(#000, #000);
			background: -o-linear-gradient(#000, #000);
			background: -moz-linear-gradient(#000, #000);
			background: linear-gradient(#000, #000);
			background-color: #000;
			color: #8DC63F;
		}

.side-menu {
	background: #000;
	background: -webkit-linear-gradient(left, #000, #000);
	background: -o-linear-gradient(left, #000, #000);
	background: -moz-linear-gradient(left, #000, #000);
	background: linear-gradient(left, #000, #000);
	border-bottom: solid 2px #8DC63F;
}

    .side-menu .navbar {
        margin-bottom: 10px;
    }

    .side-menu .nav .panel {
        background-color: transparent;
        border: none;
        color: gray;
        display: block;
        text-decoration: none;
    }

    .side-menu .nav > li > a {
        background-color: transparent;
        border-top: solid 1px gray;
        color: #CCCCCC;
        padding: 15px 20px;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .side-menu .nav .panel-collapse > li > a {
        background-color: transparent;
        color: gray;
        display: block;
        font-weight: 600;
        list-style: none;
        text-decoration: none;
    }

    .side-menu .nav ul {
        list-style: none
    }
    .side-menu  .nav-second-level ul {
        list-style: none
    }
	.side-menu .nav > li a:hover,
	.side-menu .nav > li a:focus {
		color: #8DC63F;
		font-weight: 600;
	}

	.side-menu .nav > li.active > a {
		color: #8DC63F;
		font-weight: 600;
	}

    .side-menu .nav .nav-second-level > li > a {
   
        background-color: transparent;
        color: #CCCCCC !important;
       
        padding-bottom: 10px;
        font-weight: 600;
    }
	.side-menu .nav .nav-second-level > li a:hover,
	.side-menu .nav .nav-second-level > li a:focus {
		color: #8DC63F !important;
		font-weight: 600;
		text-decoration-line: none;
	}

	.side-menu .nav .nav-second-level > li.active > a {
		color: #8DC63F !important;
		font-weight: 600;
		text-decoration-line: none;
	}
    


/******************************************************
* Site Rules
*******************************************************/

.line-blue {
    border: solid 1px #4A587D;
    box-shadow: 0 2px 5px #BEBEBE;
    color: blue;
    margin-top: 10px;
}

.line-red {
    border: solid 1px red;
    box-shadow: 0 2px 5px #BEBEBE;
    color: red;
    margin-top: 10px;
}

.line-green {
    border: solid 1px #8DC63F;
    box-shadow: 0 2px 5px #BEBEBE;
    color: #8DC63F;
    margin-top: 10px;
}

.header ol {
    background-color: transparent;
}

.breadcrumb {
    margin-bottom: 0;
}

    .breadcrumb > li + li:before {
        content: ">";
        padding: 0 5px;
    }

.marginRow {
    margin-bottom: -20px !important;
}

.btn {
    font-size: 12px;
}

.panel-default .panel-heading {
	border-bottom: solid 1px #cddfb1;
	padding-bottom: 0;
}

.text-blue {
	color: #4A587D;
}

.min-sm {
    min-width: 70px;
}

.min-md {
    min-width: 100px;
}

.min-lg {
    min-width: 150px;
}

.bg-red {
    background-color: red;
}

.bg-silver {
    background-color: silver;
}

.bg-purple {
    background-color: purple;
}

.bg-orange {
    background-color: orange;
}

.bg-beige {
    background-color: beige;
}

.bg-gold {
    background-color: darkgoldenrod;
}

/******************************************************
* Bootstrap Overrides
*******************************************************/

.panel-container .nav-pills > li > a {
	background-color: #cddfb1;
	color: #000;
	font-weight: 600;
}

	.panel-container .nav-pills > li > a:hover {
		background-color: #cddfb1;
		color: #000;
		font-weight: 600;
	}

.panel-container .nav-pills > li.active > a {
	background-color: #8DC63F;
	color: #fff;
	font-weight: 600;
}

	.panel-container .nav-pills > li.active > a:hover {
		background-color: #cddfb1;
		color: #000;
		font-weight: 600;
	}


.nav-tabs > li > a {
	background-color: #cddfb1;
	color: #000;
	font-weight: 600;
}

.nav-tabs > li.active > a {
	background-color: #8DC63F;
	color: #000;
	font-weight: 600;
}

.form-group {
	margin-bottom: 5px;
}

.form-control {
    font-size: 12px;
}

.dl-horizontal dt {
    white-space: normal;
}

hr {
    margin-top: 0;
}

.h3 {
    margin-top: 5px;
}

.k-with-icon, .k-header {
    font-weight: bold !important;
}

/*.k-widget k-tooltip k-tooltip-validation {
	border-color: #990000 !important;
	background-color: #990000 !important;
	color: #000;
	font-size: 13px;
}*/

.k-invalid {
	border: 1px solid red !important;
}

.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg.field-validation-error {
	background-color: #990000 !important;
	color: white;
}

a#remarkicon , #remarkiconbase, #remarkiconrear{
    cursor: pointer;
}

.k-edit-form-container {
    width: 530px;
}

a.k-link, .k-link {
	color: #999999 !important;
}

.k-grid .k-state-selected {
	background-color: #4A587D !important;
	color: #fff;
}
.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td {
	background-color: #4A587D !important;
}

/*.k-grid .k-state-selected a {
	color: #4A587D;
	text-underline-position: below
}*/
.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
	background-color: #4A587D !important;
	border-color: #4A587D;
	color:#fff;
}
	.k-grid tr.k-state-selected:hover {
		background-color: #fff !important;
		color: #fff;
	}

.k-grid table .k-state-selected a {
	color: #fff !important;
	font: bold;
	text-decoration: underline
}


input[readonly] {
	background-color: #F0F0F0;
	color: #303030
}

.k-input[readonly] {
    background-color: #eee;
    color: #333;
}

.k-dropdown:has(input[readonly]) > * {
    background-color: #eee !important;
    opacity: 1 !important;
}

.k-pdf-export .k-grid tr {
	background-color: #fff !important;
	color: #000;
}

.k-pdf-export .k-grid .k-state-selected a {
	background-color: #fff !important;
	color: #337ab7 !important;
	text-decoration: none !important;
}


/*-------------------------------------------------------tree view styling---------------------------------------------------------*/

.fileContainer {
    overflow: hidden;
    position: relative;
}
.fileContainer:active{
   background-color:red;
   color:yellow;

}
fileContainer btn btn-default {
background-color:red
}

.fileContainer [type=file] {
    /*cursor: inherit;*/
    display: none;
    /*font-size: 999px;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;*/
}
    .fileContainer [type=file] :active {
    display:block !important;
    } 
/*#treeview {
    width: 300px;
    margin: 0 auto;
}

    #treeview .k-sprite {
        background-image: url('https://demos.telerik.com/kendo-ui/content/web/treeview/coloricons-sprite.png');
    }

.rootfolder {
    background-position: 0 0;
}

.folder {
    background-position: 0 -16px;
}

.pdf {
    background-position: 0 -32px;
}

.html {
    background-position: 0 -48px;
}

.image {
    background-position: 0 -64px;
}

.delete-link {
    width: 12px;
    height: 12px;
    background: transparent url("@Url.Content("~/Content/web/treeview/close.png")") no-repeat 50% 50%;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    margin: 2px 0 0 3px;
    -webkit-border-radius: 5px;
    -mox-border-radius: 5px;
    border-radius: 5px;
}*/

/*-------------------------------------------------------Kendo grid button styling---------------------------------------------------------*/

.k-grid .k-button.k-grid-Edit, .k-button.k-grid-Update, .k-button.k-grid-deleteAdjustment,
.k-grid-delete, .k-grid-Delete, .k-grid-upload, .k-grid-download, .k-grid-Download, .k-grid-edit, .k-grid-RemoveDoc, .k-grid-update, .k-grid-cancel, .k-grid-copy, .k-grid-envelope, .k-grid-up, .k-grid-down {
    width: 20px;
    height: 30px;
    border: none;
    min-width: 0 !important;
    border-radius: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: -10000px;
    position: relative;
    background-color: transparent;
}

.k-command-cell {
	text-align: center;
}

.k-grid .k-button:not(.k-pager .k-button)::before {
    text-indent: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 1 !important;
    background-color: transparent;
    display: inline-block;
}

.k-grid .k-button span {
	display: none;
}

.k-grid .k-button.k-grid-delete::before {
	content: "\f2ed";
	font-size: 1.2em;
	font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-Delete::before {
    content: "\f2ed";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-Edit::before {
	content: "\f044";
	font-size: 1.2em;
	font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-edit::before {
	content: "\f044";
	font-size: 1.2em;
	font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-Update::before {
	content: "\f044";
	font-size: 1.2em;
	font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-update::before {
	content: "\f0c7";
	font-size: 1.4em;
	font-family: 'Font Awesome 5 Free';
	color: #3f3d42;
}

.k-grid .k-button.k-grid-cancel::before {
	content: "\f410";
	font-size: 1.3em;
	font-family: 'Font Awesome 5 Free';
	color: #3f3d42;
}

.k-grid .k-button.k-grid-deleteAdjustment::before {
	content: "\f2ed";
	font-size: 1.2em;
	font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-upload::before {
	content: "\f382";
	font-size: 1.2em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}

.k-grid .k-button.k-grid-download:before {
	content: "\f019";
	font-size: 1.2em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}

.k-grid .k-button.k-grid-RemoveDoc::before {
	content: "\f057";
	font-size: 1.2em;
	font-family: 'Font Awesome 5 Free';
}
.k-grid .k-button.k-grid-copy::before {
	content: "\f0c5";
	font-size: 1.2em;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-envelope::before {
	content: "\f2b6";
	font-size: 1.2em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}
.k-grid .k-button.k-grid-up::before {
	content: "\f062";
	font-size: 1.2em;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-down::before {
	content: "\f063";
	font-size: 1.2em;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}
.k-button:focus,
.k-grid .k-button:focus {
    outline: 2px solid black !important; /* Ensures it’s visible */
    outline-offset: 2px;
}
/*-------------------------------------------------------Kendo UI 2025.1.227 overwrite---------------------------------------------------------*/
:root {
    --kendo-font-size: 14px;
    --kendo-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.k-grid .k-button span {
    display: inline-block !important;
}

.k-grid .k-command-cell {
    text-align: center;
}

.k-grid .k-grid-edit-command, .k-grid-save-command, .k-grid-remove-command, .k-grid-cancel-command {
    width: 20px;
    height: 30px;
    border: none;
    min-width: 0 !important;
    border-radius: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: -10000px;
    position: relative;
    background-color: transparent;
}

.k-grid a {
    color: #337ab7;
    text-decoration: none;
}

.k-grid .k-button.k-grid-edit-command::before {
    content: "\f044";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-grid .k-button.k-grid-save-command::before {
    content: "\f0c7";
    font-size: 1.4em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-grid .k-button.k-grid-remove-command::before {
    content: "\f2ed";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-grid .k-button.k-grid-cancel-command::before {
    content: "\f410";
    font-size: 1.3em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-multiselect .k-chip {
    color: #fff;
    border-color: #357ebd;
    background-color: #428bca;
}

/***Some views has multi-select with inline style, which is overwriting auto height **/
.k-multiselect {
    height: auto !important;
}

/** kendo apply inline style display:none unexpectedly if gird is not visible when page first load **/
.k-pager .k-pager-info {
    display: flex !important;
}

.k-pager .k-pager-sizes span {
    display: flex !important;
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/* ----- v CAN BE DELETED v ----- */


.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

    .btn-demo:focus {
        outline: 0;
    }

.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

    .demo-footer > a {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }

.cb-readonly {
    opacity: 0.5;
    width: 21px;
    height: 21px;
}

.cb-compliance-style {
    width: 21px;
    height: 21px;
}

/*.k-checkbox-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 1px;
    border-style: solid;
    width: 21px;
    height: 21px;
    font-size: 21px;
    line-height: 21px;
    text-align: center;
}*/

.k-grid input.k-checkbox {
    width: 21px;
    height: 21px;
    margin-left: 1px;
    margin-top: 4px;
    position: absolute;
    z-index: 1;
}

.d-none { display:none !important; }

.k-invalid-selection {
    font-weight: bold;
    color: #a30000;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.45
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
@bs-datetimepicker-timepicker-font-size: 1.2em;
@bs-datetimepicker-active-bg: @btn-primary-bg;
@bs-datetimepicker-active-color: @btn-primary-color;
@bs-datetimepicker-border-radius: @border-radius-base;
@bs-datetimepicker-btn-hover-bg: @gray-lighter;
@bs-datetimepicker-disabled-color: @gray-light;
@bs-datetimepicker-alternate-color: @gray-light;
@bs-datetimepicker-secondary-border-color: #ccc;
@bs-datetimepicker-secondary-border-color-rgba: rgba(0, 0, 0, 0.2);
@bs-datetimepicker-primary-border-color: white;
@bs-datetimepicker-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

.bootstrap-datetimepicker-widget {
    list-style: none;

    &.dropdown-menu {
        display: block;
        margin: 2px 0;
        padding: 4px;
        width: 19em;

        &.timepicker-sbs {
            @media (min-width: @screen-sm-min) {
                width: 38em;
            }

            @media (min-width: @screen-md-min) {
                width: 38em;
            }

            @media (min-width: @screen-lg-min) {
                width: 38em;
            }
        }

        &:before, &:after {
            content: '';
            display: inline-block;
            position: absolute;
        }

        &.bottom {
            &:before {
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-bottom: 7px solid @bs-datetimepicker-secondary-border-color;
                border-bottom-color: @bs-datetimepicker-secondary-border-color-rgba;
                top: -7px;
                left: 7px;
            }

            &:after {
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid @bs-datetimepicker-primary-border-color;
                top: -6px;
                left: 8px;
            }
        }

        &.top {
            &:before {
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-top: 7px solid @bs-datetimepicker-secondary-border-color;
                border-top-color: @bs-datetimepicker-secondary-border-color-rgba;
                bottom: -7px;
                left: 6px;
            }

            &:after {
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 6px solid @bs-datetimepicker-primary-border-color;
                bottom: -6px;
                left: 7px;
            }
        }

        &.pull-right {
            &:before {
                left: auto;
                right: 6px;
            }

            &:after {
                left: auto;
                right: 7px;
            }
        }
    }

    .list-unstyled {
        margin: 0;
    }

    a[data-action] {
        padding: 6px 0;
    }

    a[data-action]:active {
        box-shadow: none;
    }

    .timepicker-hour, .timepicker-minute, .timepicker-second {
        width: 54px;
        font-weight: bold;
        font-size: @bs-datetimepicker-timepicker-font-size;
        margin: 0;
    }

    button[data-action] {
        padding: 6px;
    }

    .btn[data-action="incrementHours"]::after {
        .sr-only();
        content: "Increment Hours";
    }

    .btn[data-action="incrementMinutes"]::after {
        .sr-only();
        content: "Increment Minutes";
    }

    .btn[data-action="decrementHours"]::after {
        .sr-only();
        content: "Decrement Hours";
    }

    .btn[data-action="decrementMinutes"]::after {
        .sr-only();
        content: "Decrement Minutes";
    }

    .btn[data-action="showHours"]::after {
        .sr-only();
        content: "Show Hours";
    }

    .btn[data-action="showMinutes"]::after {
        .sr-only();
        content: "Show Minutes";
    }

    .btn[data-action="togglePeriod"]::after {
        .sr-only();
        content: "Toggle AM/PM";
    }

    .btn[data-action="clear"]::after {
        .sr-only();
        content: "Clear the picker";
    }

    .btn[data-action="today"]::after {
        .sr-only();
        content: "Set the date to today";
    }

    .picker-switch {
        text-align: center;

        &::after {
            .sr-only();
            content: "Toggle Date and Time Screens";
        }

        td {
            padding: 0;
            margin: 0;
            height: auto;
            width: auto;
            line-height: inherit;

            span {
                line-height: 2.5;
                height: 2.5em;
                width: 100%;
            }
        }
    }

    table {
        width: 100%;
        margin: 0;


        & td,
        & th {
            text-align: center;
            border-radius: @bs-datetimepicker-border-radius;
        }

        & th {
            height: 20px;
            line-height: 20px;
            width: 20px;

            &.picker-switch {
                width: 145px;
            }

            &.disabled,
            &.disabled:hover {
                background: none;
                color: @bs-datetimepicker-disabled-color;
                cursor: not-allowed;
            }

            &.prev::after {
                .sr-only();
                content: "Previous Month";
            }

            &.next::after {
                .sr-only();
                content: "Next Month";
            }
        }

        & thead tr:first-child th {
            cursor: pointer;

            &:hover {
                background: @bs-datetimepicker-btn-hover-bg;
            }
        }

        & td {
            height: 54px;
            line-height: 54px;
            width: 54px;

            &.cw {
                font-size: .8em;
                height: 20px;
                line-height: 20px;
                color: @bs-datetimepicker-alternate-color;
            }

            &.day {
                height: 20px;
                line-height: 20px;
                width: 20px;
            }

            &.day:hover,
            &.hour:hover,
            &.minute:hover,
            &.second:hover {
                background: @bs-datetimepicker-btn-hover-bg;
                cursor: pointer;
            }

            &.old,
            &.new {
                color: @bs-datetimepicker-alternate-color;
            }

            &.today {
                position: relative;

                &:before {
                    content: '';
                    display: inline-block;
                    border: solid transparent;
                    border-width: 0 0 7px 7px;
                    border-bottom-color: @bs-datetimepicker-active-bg;
                    border-top-color: @bs-datetimepicker-secondary-border-color-rgba;
                    position: absolute;
                    bottom: 4px;
                    right: 4px;
                }
            }

            &.active,
            &.active:hover {
                background-color: @bs-datetimepicker-active-bg;
                color: @bs-datetimepicker-active-color;
                text-shadow: @bs-datetimepicker-text-shadow;
            }

            &.active.today:before {
                border-bottom-color: #fff;
            }

            &.disabled,
            &.disabled:hover {
                background: none;
                color: @bs-datetimepicker-disabled-color;
                cursor: not-allowed;
            }

            span {
                display: inline-block;
                width: 54px;
                height: 54px;
                line-height: 54px;
                margin: 2px 1.5px;
                cursor: pointer;
                border-radius: @bs-datetimepicker-border-radius;

                &:hover {
                    background: @bs-datetimepicker-btn-hover-bg;
                }

                &.active {
                    background-color: @bs-datetimepicker-active-bg;
                    color: @bs-datetimepicker-active-color;
                    text-shadow: @bs-datetimepicker-text-shadow;
                }

                &.old {
                    color: @bs-datetimepicker-alternate-color;
                }

                &.disabled,
                &.disabled:hover {
                    background: none;
                    color: @bs-datetimepicker-disabled-color;
                    cursor: not-allowed;
                }
            }
        }
    }

    &.usetwentyfour {
        td.hour {
            height: 27px;
            line-height: 27px;
        }
    }
	
	&.wider {
		width: 21em;
	}

	& .datepicker-decades .decade {
        line-height: 1.8em !important;
    }
}

.input-group.date {
    & .input-group-addon {
        cursor: pointer;
    }
}

