/* Minification failed. Returning unminified contents.
(822,32): run-time error CSS1030: Expected identifier, found '.'
(822,41): run-time error CSS1031: Expected selector, found ')'
(822,41): run-time error CSS1025: Expected comma or open brace, found ')'
(931,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(932,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1176,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1213,10): run-time error CSS1030: Expected identifier, found '.'
(1213,15): run-time error CSS1031: Expected selector, found ')'
(1213,15): run-time error CSS1025: Expected comma or open brace, found ')'
(1227,17): run-time error CSS1030: Expected identifier, found '>'
(1227,34): run-time error CSS1031: Expected selector, found ')'
(1227,34): run-time error CSS1025: Expected comma or open brace, found ')'
(1311,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1312,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1313,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1317,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: #4A587D !important;
	border-color: #4A587D !important;
}

	.btn-primary:hover {
		background-color: #FF4848 !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: #FF4848 !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 #FF4848;
}

    #header .logo {
        padding: 10px 0 10px 10px;
    }

    #header .topMenu {
        text-align: right;
        padding-top: 15px;
        font-size: 1em;
    }

        #header .topMenu a {
            color: white;
            text-decoration: underline;
        }

        #header .topMenu span {
            color: white;
        }

        #header .topMenu ul li {
            display: inline;
        }

		#header .topMenu a:hover {
			color: #FF4848;
			text-decoration: none;
		}

		#header .topMenu a:active {
			color: #FF4848;
		}

        #header .topMenu span {
            border-right: 1px solid white;
            padding: 0 15px;  
            white-space:nowrap !important;
        }

            #header .topMenu span:last-child {
                border-right: 0;
            }

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3000;
 
}

.footer {
    color: white;
    background-color: rgba(0,0,0,.65) !important;
    padding: 10px 0;
    font-size: 0.85em;
}

    .footer p > a {
        text-decoration: underline;
    }

#footerContact {
    padding-top: 10px;
}

#account {
    background-color: rgba(0,0,0,.65) !important;
    padding: 5px 0;
}

    #account button {
        height: 34px;
    }

    #account input {
        width: 200px;
    }

    #account a {
        color: #ccc;
    }

		#account a:hover a:active {
			color: #FF4848;
		}

.full-height {
    height: 80%;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.ml-10 { margin-left:10px;}
.mr-10 { margin-right:10px;}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.d-none{
    display:none !important;
}

.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;
}

.flex-list {
    position: relative;
    margin: 1em;
    overflow: hidden;
}

    .flex-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;
    }

    .flex-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;
    }

        .flex-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 #FF4848;
	padding-bottom: 20px;
}

    .top-navigation .navbar {
        margin-bottom: 10px;
    }

    .top-navigation .navbar-nav > li > a {
        color: #CCC;
        padding: 15px 0;
        padding-bottom: 10px;
        text-decoration: none;
        font-weight: 600;
    }

    .top-navigation .navbar-nav > li > label {
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .top-navigation .navbar-nav > li {
        color: #fff;
        font-size: 12px;
    }

        .top-navigation .navbar-nav > li a:hover,
        .top-navigation .navbar-nav > li a:focus {
            color: #FF4848;
            font-weight: 600;
            text-decoration: underline;
        }

    .top-navigation .navbar .navbar-nav > li.active {
        font-weight: 600;
    }

    .top-navigation .navbar-nav > li.active > a {
        background-color: #FF4848;
        color: #000;
    }


.main-menu {
	background-color: black;
	border-bottom: solid 2px #FF4848;
}

   /* .main-menu .navbar {
        margin-bottom: 10px;
    }*/

    .main-menu .navbar-nav > li > a {
        border: none !important;
        color: #CCCCCC !important;
        padding-bottom: 10px !important;
        font-weight: 600 !important;
    }

.navbar .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0.8rem;
    font-size: 1.1rem;
}

        .main-menu .navbar-nav > li a:hover,
        .main-menu .navbar-nav > li a:focus {
            background-color: black !important;
            color: #FF4848 !important;
            font-weight: 600 !important;
            text-decoration:none;
        }

    .main-menu .navbar .navbar-nav > li.active {
        background: #FF4848;
        border: none;
    }

        .main-menu .navbar .navbar-nav > li.active:hover {
            background-color: #000;
            color: #FF4848;
            font-weight: bold;
        }

    .main-menu .navbar-nav > li.active > a {
        background: #FF4848;
        background: -webkit-linear-gradient(#FF4848, #FF4848);
        background: -o-linear-gradient(#FF4848, #FF4848);
        background: -moz-linear-gradient(#FF4848, #FF4848);
        background: linear-gradient(#FF4848, #FF4848);
        color: #000 !important;
    }

        .main-menu .navbar-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 !important;
            color: #FF4848 !important;
        }

.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 #FF4848;
    
}

    .side-menu .navbar {
        margin-bottom: 10px;

    }

    .side-menu .navbar-nav{
        width:100% !important;
    }

    .side-menu .navbar-nav .panel {
        background-color: transparent;
        border: none;
        color: gray;
        display: block;
        text-decoration: none;
    }

    .side-menu .navbar-nav > li > a {
        background-color: transparent;
        border-top: solid 1px gray;
        color: #CCCCCC;
        padding: 15px 20px;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .side-menu .navbar-nav .panel-collapse > li > a {
        background-color: transparent;
        color: gray;
        display: block;
        font-weight: 600;
        list-style: none;
        text-decoration: none;
    }

    .side-menu .navbar-nav ul {
        list-style: none
    }
    .side-menu  .nav-second-level ul {
        list-style: none
    }
    .side-menu .navbar-nav > li a:hover,
    .side-menu .navbar-nav > li a:focus {
        color: #FF4848;
        font-weight: 600;
        text-decoration: none;
    }

    .side-menu .navbar-nav > li.active > a {
        color: #FF4848;
        font-weight: 600;
    }

    .side-menu .navbar-nav .nav-second-level > li > a {
        background-color: transparent;
        color: #CCCCCC !important;
        padding-bottom: 10px;
        font-weight: 600;
    }
    .side-menu .navbar-nav .nav-second-level > li a:hover,
    .side-menu .navbar-nav .nav-second-level > li a:focus {
        color: #FF4848 !important;
        font-weight: 600;
        text-decoration-line: none;
    }

    .side-menu .navbar-nav .nav-second-level > li.active > a {
        color: #FF4848 !important;
        font-weight: 600;
        text-decoration-line: none;
    }
    


/******************************************************
* Site Rules
*******************************************************/

.line-blue {
	border: solid 1px #4A587D;
	box-shadow: 0 2px 5px #BEBEBE;
	color: blue;
}

.line-red {
    border: solid 1px red;
    box-shadow: 0 2px 5px #BEBEBE;
    color: red;
    margin-top: 10px;
}

.header ol {
    background-color: transparent;
}

.breadcrumb {
    margin-bottom: 0;
}

    .breadcrumb > li + li:before {
        content: ">";
        color: #ccc;
        padding: 0 10px;
    }

.marginRow {
    margin-bottom: -20px !important;
}

.btn {
    font-size: 12px;
}

.panel-default .panel-heading {
	border-bottom: solid 1px #FFBBBB;
	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: #FFBBBB;
	color: #000;
	font-weight: 600;
}

	.panel-container .nav-pills > li > a:hover {
		background-color: #FFBBBB;
		color: #000;
		font-weight: 600;
	}

    .panel-container .nav-pills > li > a.active {
        background-color: #FF4848 !important;
        color: #fff !important;
        font-weight: 600;
    }

        .panel-container .nav-pills > li > a.active:hover {
            background-color: #FFBBBB !important;
            color: #000 !important;
            font-weight: 600;
        }
/*.nav-pills > li > a {
    height: 42px;
}*/

.nav-tabs > li > a {
    background-color: #FFBBBB;
    color: #000;
    font-weight: 600;
   
}

    .nav-tabs > li > a.active {
        background-color: #FF4848 !important;
        color: #000 !important;
        font-weight: 600;
    }

    .nav-tabs > li > a:hover {
        text-decoration: none;
        background-color: #eee;
        color:black !important;
    }

/*.nav.nav-tabs > li {
    height: 42px !important;
}*/



.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-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-edit, .k-grid-RemoveDoc, .k-grid-update, .k-grid-cancel, .k-grid-copy, .k-grid-envelope, .k-grid-up, .k-grid-down, .k-grid-filereplace {
    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 .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.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';
}

/*-------------------------------------------------------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 !important;
    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;
}

.k-multiselecttree .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, .k-multiselecttree {
    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;
}

.k-multiselect .k-input-inner.k-readonly {
    color: #999999;
}

.placeHolder {
    color: #999999;
}

/*******************************
* 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.show .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.show .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;
}

.k-invalid-selection {
    font-weight: bold;
    color: #a30000;
}

.k-column-title {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    word-wrap: normal !important;
}

/*-------------------------------------------------------Bootstrap v5.3.3 overwrite---------------------------------------------------------*/
.nav-pills {
    --bs-nav-pills-link-active-bg: #337ab7 !important;
}

hr{
   /* margin-bottom:20px;*/
    opacity:1;
}


input[type="text"], input[type="password"].form-control {
    height: 34px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/* vertical spaceing between panel/card */
.row:has(.card) {
    margin-bottom: 1.2rem;
}

/*   .card + .card {
            margin-top: 1.2rem;
        }*/

.card {
    margin-bottom: 10px;
}


/*shortcut so we dont have to replace 'form-group' with 'row' in every razor view (If it doesn't alreay have 'row') */
.form-group:has(> [class*="col-"]) {
    display: flex;
}

/*  apply left/right padding on grid col- globally */
.form-group > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}



.form-group .btn {
    margin-right: 0.3rem;
    width: fit-content;
}

/* for card-body after nav-tabs/nav-pills */
.panel.blank-panel .card-body {
    margin-top: 1.3rem;
}




/*  bring back btn-default*/
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.btn-info {
    color: #fff;
}


.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

.panel.blank-panel {
    margin-bottom: 2rem;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    cursor: not-allowed !important;
    pointer-events: auto;
}
/*-------------------------------------------------------Bootstrap v5.3.3 variable overwrite---------------------------------------------------------*/
:root {
    --bs-link-color: #337ab7;
    --bs-link-color-rgb: 51, 122, 183;
    --bs-body-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.card {
    --bs-card-spacer-y: 1.5rem;
}


