﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/*#sidebar .imagelogo {
    content: url('../Content/images/OmanAirports_Logo_Dual_RGB.png');
}*/

/*#sidebar.active .imagelogo {
    content: url('../Content/images/OmanAirports_Logo_small_RGB.png');
}
*/

.tblDetails tr th:after {
    content: ":";
    float: right;
}
.tblDetails tr th {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important;
}
.tblDetails tr:last-child > th, .tblDetails tr:last-child > td {
    border: none !important;
}

.form-control::placeholder {
    color: lightgray;
    font-size: 80%;
}
.appTitle a, .appTitle a:hover {
    color: #000000b3;
    cursor:default;
}

.menu-link.collapsed.active, .menu-toggle.active, .menu-link.active {
    font-weight: bold;
    /*background: #1d5f85;*/
    background: -o-linear-gradient(right, #727c57 20%, #0e707e 80%) !important;
    background: -webkit-gradient(linear, right top, left top, color-stop(20%, #727c57), color-stop(80%, #0e707e)) !important;
    background: linear-gradient(to left, #727c57 20%, #0e707e 80%) !important;
    color: #f1a900 !important; /*#fff;*/
}

.imagelogo {
    width: 75% !important;
    content: url('../Content/images/OmanAirports_Logo_Dual_RGB.png');
}

#sidebar.active .imagelogo {
    width: 65px !important;
    content: url('../Content/images/OmanAirports_Logo_small_RGB.png');
}

.form-group {
    padding: 5px 0;
}

.mandatory {
    color: red;
}

.mandatoryLabel:after {
    content: ' *';
    color: red;
}

/*#Telerik custome css*/
.customTabStrip .k-item .k-link {
    font-size: 15px;
    gap: 10px;
}

    .customTabStrip .k-item .k-link > i {
        font-size: 20px;
    }
.k-checkbox {
    border-color: lightgray;
}
.kendoGridView .k-grid-search {
    width: 300px; /*25%;*/
}
.k-toolbar.k-grid-toolbar {
    flex-wrap: wrap;
    padding: 2px 5px;
}
/*.k-toolbar.k-grid-toolbar.k-toolbar-resizable.k-toolbar-md*/

.k-window.k-dialog.k-confirm,
.k-window.k-dialog.k-alert {
    top: 15% !important;
}

.k-datepicker {
    border: 1px solid #ced4da;
}
.k-input.k-input-inner, .k-dropdownlist {
    height: 35px;
}

/*#Kendo Grid*/
/*PDF export header CSS----Start*/
/* Page Template for the exported PDF */
.page-template {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #888;
}

    .page-template .header {
        position: absolute;
        top: 40px;
        left: 5px;
        right: 5px;
        border-bottom: 1px solid #888; 
    }

.textCener {
    text-align: center;
}

.pdfLogo {
    width: 200px;
    height: 50px;
    margin: 15px 0 5px 20px;
}
.showDate {
    float: right;
    margin: 40px 10px 5px 0;
}

.page-template .footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border-top: 1px solid #888;
    text-align: right;
   /* color: #888;*/
}

.page-template .watermark {
    font-weight: bold;
    font-size: 400%;
    text-align: center;
    margin-top: 30%;
    color: #aaaaaa;
    opacity: 0.1;
    transform: rotate(-35deg) scale(1.7, 1.5);
}
 

/*PDF export header CSS----End*/


/*#Edit poup windo width contrl CSS----Start*/
.k-window {
    width: 95%;
}
.k-edit-form-container {
    width: 100%;
}
@media(min-width:960px) {
    .k-window {
        width: 80%;
    }
}
@media(min-width:1140px) {
    .k-window {
        width: 70%;
    }
}
@media(min-width:1320px) {
    .k-window {
        width: 60%;
    }
}
@media(min-width:1400px) {
    .k-window {
        width: 50%;
    }
}

/*#Edit poup windo width contrl CSS----End*/

/*#Region New Header -- Start*/
.headerLogo {
    width:250px;
}
/*#Region New Header  -- End*/


/*#Region Custom Card*/
.stati {
    background: #fff;
    height: 6em;
    padding: 1em;
    margin: 1em 0;
    -webkit-transition: margin 0.5s ease,box-shadow 0.5s ease; /* Safari */
    transition: margin 0.5s ease,box-shadow 0.5s ease;
    -moz-box-shadow: 0px 0.2em 0.4em rgb(0, 0, 0,0.8);
    -webkit-box-shadow: 0px 0.2em 0.4em rgb(0, 0, 0,0.8);
    box-shadow: 0px 0.2em 0.4em rgb(0, 0, 0,0.8);
}

    .stati:hover {
        margin-top: 0.5em;
        -moz-box-shadow: 0px 0.4em 0.5em rgb(0, 0, 0,0.8);
        -webkit-box-shadow: 0px 0.4em 0.5em rgb(0, 0, 0,0.8);
        box-shadow: 0px 0.4em 0.5em rgb(0, 0, 0,0.8);
    }

    .stati i {
        font-size: 3.5em;
        color:#ffff;
    }

    .stati div {
        display: block;
        float: right;
        text-align: right;
    }

        .stati div b {
            font-size: 2.2em;
            width: 100%;
            padding-top: 0px;
            margin-top: -0.2em;
            margin-bottom: -0.2em;
            display: block;
        }

        .stati div span {
            font-size: 1em;
            width: 100%;
            /*color: rgb(0, 0, 0,0.8) !important;*/
            display: block;
        }

    .stati.left div {
        float: left;
        text-align: left;
    }

.white-bg {
    background-color: #ffffff;
}

.navy-bg {
    background-color: #1ab394;
    color: #ffffff;
}

.blue-bg {
    background-color: #1c84c6;
    color: #ffffff;
}

.lazur-bg {
    background-color: #23c6c8;
    color: #ffffff;
}

.yellow-bg {
    background-color: #f8ac59;
    color: #ffffff;
}

.red-bg {
    background-color: #ed5565;
    color: #ffffff;
}

.black-bg {
    background-color: #262626;
}
/*#EndRegion Custom Card*/