﻿@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'Conv_ufonts.com_din-regular';
    src: url('/common/bs/fonts/ufonts.com_din-regular.eot');
    src: local('☺'), url('/common/bs/Fonts/ufonts.com_din-regular.woff') format('woff'), url('/common/bs/Fonts/ufonts.com_din-regular.ttf') format('truetype'), url('/common/bs/Fonts/ufonts.com_din-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_DINMedium';
    src: url('/common/bs/Fonts/DINMedium.eot');
    src: local('☺'), url('/common/bs/Fonts/DINMedium.woff') format('woff'), url('/common/bs/Fonts/DINMedium.ttf') format('truetype'), url('/common/bs/Fonts/DINMedium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



@media print {
    body {
        font-family: Verdana,'Conv_ufonts.com_din-regular',Sans-Serif;
        font-size: 10px !important;
        font-weight: normal;
    }
}

/*body {
    background-color: #f9fafb;
}*/

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0 !important;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

@media only screen and (min-width: 768px) {
    body {
        font-family: Verdana,'Conv_ufonts.com_din-regular',Sans-Serif;
        font-size: 12px !important;
        font-weight: 400;
        /*background-color:#f9fafb ;*/
        /*background-color: #EEF5F9;*/
    }

    .control-label, .radio > label, .radio-inline > label, .checkbox > label, .checkbox-inline > label, .form-control, .list, .form-group, .panel-body, card-body, .table,
    .form-control-label, .card-body {
        font-size: inherit !important;
        font-weight: 400;
    }

    .tab-content, .panel-body, card-body, fieldset {
        background-color: #fff;
    }

    /* Drop down menu */

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bfa161;
        font-size: inherit !important;

    }

    .dropdown-menu > li > a {
        border-bottom: 1px solid #fff;
        font-size: inherit !important;
    }

    .navbar .dropdown-menu:after {
        content: '';
        display: inline-block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #bfa161;
        position: absolute;
        top: -11px;
        right: 15px;
    }


    .dropdown:hover .dropdown-menu {
        display: block;
        transition: opacity 0.2s 0 ease; /* Mouse leave: immediate */
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        transition: opacity 0.2s 0 ease; /* Mouse leave: immediate */
    }

    .nav > li {
        position: relative;
        display: block;
        background: url(../images/meni-divider.jpg) right center no-repeat;
        padding: 15px 0px;
    }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .active > a:hover {
        color: #bfa161;
        background-color: #fff;
        position: relative;
        display: block;
        background: url(../images/meni-divider.jpg) right center no-repeat;
        font: inherit !important;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background: #ffffff;
        padding: 5px;
        border-top: 5px solid #bfa161;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
        white-space: nowrap;
        font: inherit;
        color: #000 !important;
    }

    /* End of Navigation Bar & Menu */

    /* drop down sub menu */

    .dropdown_submenu {
        position: relative;
        font-size: inherit !important;
    }

        .dropdown_submenu .dropdown-menu {
            top: 5px;
            left: 100%;
            margin-top: -6px;
            border-top-left-radius: 0;
            padding: 5px;
            margin-right: 1px;
            display: none;
            font-size: inherit !important;
        }

    .dropup .dropdown_submenu .dropdown-menu,
    .navbar-fixed-bottom .dropdown_submenu .dropdown-menu {
        top: auto;
        bottom: 0;
        margin-top: 0;
        margin-bottom: -6px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0;
    }

    .navbar-right .dropdown_submenu .dropdown-menu {
        left: auto;
        right: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 0;
        display: none;
    }


    .navbar-right .dropdown_submenu:hover > ul.dropdown-menu {
        display: block;
    }

    .dropdown_submenu:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bfa161;
        font-size: inherit !important;
    }

    .dropdown_submenu > .dropdown-menu:after {
        content: '';
        display: none;
        position: relative;
    }

    .dropup .navbar-right .dropdown_submenu .dropdown-menu,
    .navbar-fixed-bottom .navbar-right .dropdown_submenu .dropdown-menu {
        border-radius: 5px 5px 0;
    }

    .dropdown_submenu > a:after {
        display: block;
        content: " ";
        float: left;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 5px 5px 0;
        border-right-color: #999;
        margin-top: 5px;
        margin-right: 10px;
    }

    .navbar-right .dropdown_submenu > a:after {
        float: left;
        border-left: none;
        margin-left: -10px;
        margin-right: 10px;
        border-right: 4px dashed;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }

    .dropdown_submenu:hover > a:after {
        border-left-color: #ffffff;
    }




    /* End of drop down sub menu */
}

@media only screen and (max-width: 767px) {
    body {
        font-family: Verdana,'Conv_ufonts.com_din-regular',Sans-Serif!important;
        font-size: 12px !important;
        font-weight: 400;
        /*background-color: #EEF5F9 !important;*/
    }

    .control-label, form-control-label, .radio > label, .radio-inline > label, .checkbox > label, .checkbox-inline > label, .form-control, .list, .form-group,
    .panel-body, card-body, .table {
        font-size: 12px;
        font-weight: 400;
        text-align: left !important;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background: #ffffff;
        padding-top: 5px;
        padding-bottom:5px;
        padding-left:15px;
        border:0px;
        border-radius: 0px !important;
        overflow: hidden;
        height: auto;
    }

    .navbar-nav > li > a {
        padding-top: 2px;
        padding-bottom: 2px;
        white-space: nowrap;
        font: inherit;
        color: #000 !important;
    }



    /*.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		text-align: left ;
	}*/


    /* drop down sub menu */



    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bfa161;
        font-size: inherit !important;
    }



    .dropdown-menu > li > a {
        border-bottom: 1px solid #fff;
        font-size: inherit !important;
    }

    .navbar-collapse {
        width: 100%;
        overflow: auto;
    }

    .dropdown_submenu {
        position: relative;
        font-size: inherit !important;
    }

        .dropdown_submenu .dropdown-menu {
            display: none;
            font-size: inherit !important;
        }

    .dropup .dropdown_submenu .dropdown-menu,
    .navbar-fixed-bottom .dropdown_submenu .dropdown-menu {
        top: auto;
        bottom: 0;
        margin-top: 0;
        margin-bottom: -6px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0;
    }

    .navbar-right .dropdown_submenu .dropdown-menu {
        left: auto;
        right: 100%;
        display: none;
    }

    .dropdown_submenu > ul {
        display: block;
        padding-left: 25px !important;
    }

    /*.navbar-right .dropdown_submenu:hover > ul.dropdown-menu {
        display: block;
        padding-left: 25px;
    }

    .dropdown_submenu:hover {
        text-decoration: none;
        font-size: inherit !important;
    }*/

    .dropdown_submenu > .dropdown-menu:after {
        content: '';
        display: none;
        position: relative;
    }

    .dropdown_submenu > a:after {
        display: inline-block;
        content: " ";
        vertical-align: middle;
        float: none;
        margin-top: -3px;
        margin-left: 5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
        border-bottom: 0px none;
    }

    /* End of drop down sub menu */
}

/* Navigation Bar & Menu */

.navbar-inverse {
    background-color: #fff;
    border-color: #bfa161;
    /*padding: 10px 0px 0px;*/
    padding: 2px;
    width: 100%;
    font: inherit;
}

.navbar-brand {
    padding: 0px;
}


.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #bfa161 !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #bfa161 !important;
    background-color: #fff;
}





.nav-tabs > li {
    padding: inherit !important;
    background: inherit !important;
    display: inherit !important;
    position: inherit !important;
}

    .nav-tabs > li > a {
        margin-right: 0;
        margin-left: 2px;
    }

.navbar-brand {
    float: left;
    height: 40px;
}

    .navbar-brand > img {
        display: block;
        height: 100%;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #000000 !important;
}

.nav > li:last-child {
    background: none;
}


.navbar {
    margin-bottom: 0px;
    font-size: 14px;
}

.dropdown-menu, .dropdown_submenu {
    font-size: 12px !important;
}



.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #bfa161;
}

.navbar-inverse .navbar-toggle {
    border-color: #bfa161;
    border: none;
}

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }

.dropdown-toggle .glyphicon {
    color: #7f7f7f;
    margin: 0px 0px 0px 5px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

/* End of Nav Bar */

.SystemName {
    font-size: 18px;
    float: left;
    height: 40px;
    margin-right: 10px;
}

    .SystemName:before {
        content: '';
        height: 100%;
        vertical-align: middle;
        display: inline-block;
    }

/*.SystemName {
    font-size: 17px;
    float: left;
    height: 40px;
}

    .SystemName:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: 10px;
    }*/


.blueborder {
    background: #254399;
    width: 100%;
    padding: 4px 0px;
    border-top: 2px solid #bfa161;
    margin: 0px 0px 7px 0px;
    border-radius: 0px !important;
}

.boxtitle, .PageTitle {
    padding: 5px 0px;
    border-bottom: 1px solid #e5e5e5;
    color: #254399;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    border-radius: 0px !important;
}

/* HTMl Control */

fieldset {
    border: 1px solid #d5d5d5;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
}

legend {
    text-align: left !important;
    width: inherit;
    padding: 0 10px;
    color: #254399;
    border: 0px none;
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
}


/* Setting radius & Hover Effect */

input[type=text], input[type=submit], input[type=button],
input[type=date], input[type=color], input[type=email], input[type=password],
input[type=image], input[type=time],
div, button, textarea, select, image, img, span, fieldset {
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

.input-group input[type=text] {
    -moz-border-radius: 5px 0px 0px 5px !important;
    -webkit-border-radius: 5px 0px 0px 5px !important;
    border-radius: 5px 0px 0px 5px !important;
}

.input-group input[type=button], .input-group button, .input-group a {
    -moz-border-radius: 0px 5px 5px 0px !important;
    -webkit-border-radius: 0px 5px 5px 0px !important;
    border-radius: 0px 5px 5px 0px !important;
    /*background-color: #efefef;*/
}

div .panel-heading, div .card-header {
    -moz-border-radius: 5px 5px 0px 0px !important;
    -webkit-border-radius: 5px 5px 0px 0px !important;
    border-radius: 5px 5px 0px 0px !important;
}

div .panel-footer, div .card-footer {
    -moz-border-radius: 0px 0px 5px 5px !important;
    -webkit-border-radius: 0px 0px 5px 5px !important;
    border-radius: 0px 0px 5px 5px !important;
}

input[type=file] {
    border: 0px none;
    outline: none;
}

/*input[type=text]:focus, input[type=date]:focus, input[type=color]:focus, input[type=email]:focus, input[type=password]:focus,
input[type=image]:focus, input[type=time]:focus,
textarea:focus, select:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/

input[type=submit]:hover, input[type=button]:hover, button:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}


.table-bordered, .btn {
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

    .table-bordered th:first-child, .table-bordered tr:first-child {
        border-radius: 5px 0 0 0;
    }

    .table-bordered th:last-child, .table-bordered tr:last-child {
        border-radius: 0 5px 0 0;
    }

    .table-bordered th:only-child {
        border-radius: 5px 5px 0 0;
    }

    .table-bordered tr:last-child td:first-child {
        border-radius: 0 0 0 6px;
    }

    .table-bordered tr:last-child td:last-child {
        border-radius: 0 0 6px 0;
    }


.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.nav-tabs {
    margin-bottom: -1px;
    border-bottom: 0px solid #ddd;
}

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.nav-item > a.nav-link.active,
    .nav-tabs > li.nav-item > a.nav-link.active:focus {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom: 0px solid;
    }

/* end of Setting radius*/
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9,
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9,
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.control-label, form-control-label, .FontCSS {
    color: #656565;
    font-weight: normal;
}

.TextRequired, .TextNormal, .TextReadOnly {
    color: #656565;
    font-weight: normal;
    /*padding-left: 5px;
    padding-right: 5px;*/
}

.form-group {
    margin: 3px;
}

/*.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/

.ui-datepicker {
    font-size: 11px !important;
}

    .ui-datepicker .ui-datepicker-title select {
        color: black;
    }


.RequiredToolTip {
    padding: 5px 6px;
    font-family: Verdana, Arial, Times New Roman;
    font-size: 10px;
    background: #FFFFAA;
    border: 1px solid #FFAD33;
    position: absolute;
}

/* Shadow And Other Colour Class */

.shadow {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ShadowEffect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.ShadowEffect2 {
    -webkit-box-shadow: 3px 3px 10px 0px #777777;
    -moz-box-shadow: 3px 3px 10px 0px #777777;
    box-shadow: 3px 3px 10px 0px #777777;
}

.SplBG1 {
    background-color: #37474F !important;
    color: white;
}

.SplBG2 {
    background-color: #4B515D !important;
    color: white;
}

.SplBG3 {
    background-color: #757575 !important;
    color: white;
}



/* End Fo Shadow Class */
.table-noborder td {
    border: 0px none !important;
}

.table-bordered td, table-bordered th, .table {
    border-color: #ddd !important;
}

.modal-footer {
    border-top: 0px none;
}





/* Division menu classes */

.menuGroupHeading {
    font-size: inherit !important;
    font-weight: 600;
    color: #23409b;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menuGroupList {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}


    .menuGroupList > ul {
        font-size: inherit !important;
        font-weight: normal;
        display: block;
        list-style: none;
        padding-left: 0px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background: #ffffff;
    }

        .menuGroupList > ul > li > a {
            color: #000;
            display: block;
            font-size: inherit !important;
            border-bottom: 1px solid #fff;
            white-space: nowrap;
            padding-bottom: 2px;
            padding-top: 2px;
            padding-left: 0px !important;
        }

            .menuGroupList > ul > li > a:focus, .menuGroupList > ul > li > a:hover {
                color: #fff;
                text-decoration: none;
                background-color: #bfa161;
                font-size: inherit !important;
            }

/* Division menu classes */


/* tool tip */

#tooltip, .tooltip {
    text-align: left;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
    font-size: 10px;
}

    #tooltip:after /* triangle decoration */ {
        /*width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;*/
    }

    #tooltip.top:after {
        /*border-top-color: transparent;
        border-bottom: 10px solid #111;
        top: -20px;
        bottom: auto;*/
    }

    #tooltip.left:after {
        /*left: 10px;
        margin: 0;*/
    }

    #tooltip.right:after {
        /*right: 10px;
        left: auto;
        margin: 0;*/
    }
/* end tool tip */


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.c-offcanvas--right, .c-offcanvas--left {
    width: 70% !important;
}
