@font-face {
    font-family: 'GHEAMariam';
    src: url('../../font/GHEAMariam/GHEAMariam-Bold.otf') format('opentype');
url('./../font/GHEAMariam/GHEAMariam-Bold.woff') format('woff'), url('./../font/GHEAMariam/GHEAMariam-Bold.ttf') format('truetype'), url('./../font/GHEAMariam/GHEAMariam-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GHEAMariam';
    src: url('../../font/GHEAMariam/GHEAMariam.otf') format('opentype');
url('./../font/GHEAMariam/GHEAMariam.woff') format('woff'), url('./../font/GHEAMariam/GHEAMariam.ttf') format('truetype'), url('./../font/GHEAMariam/GHEAMariam.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GHEAMariam';
    src: url('../../font/GHEAMariam/GHEAMariam-BoldItalic.otf') format('opentype');
url('./../font/GHEAMariam/GHEAMariam-BoldItalic.woff') format('woff'), url('./../font/GHEAMariam/GHEAMariam-BoldItalic.ttf') format('truetype'), url('./../font/GHEAMariam/GHEAMariam-BoldItalic.svg') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'GHEAMariam';
    src: url('../../font/GHEAMariam/GHEAMariam-Italic.otf') format('opentype');
url('./../font/GHEAMariam/GHEAMariam-Italic.woff') format('woff'), url('./../font/GHEAMariam/GHEAMariam-Italic.ttf') format('truetype'), url('./../font/GHEAMariam/GHEAMariam-Italic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}




body{
    font-family: "GHEAMariam", Sylfaen, sans-serif;
}
.fnt-_3{font-size: 1.3em}


@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

@media all
{


    body {
        min-height: 100%;
        font-size: 12px;
        line-height: 18px;
    }


    h2 {font-weight:bold;text-align:left;}
    h3 {font-weight:bold;text-align:left;}
    h4 {font-weight:bold;text-align:left;}
    h1 {font-size:160%;}
    h2 {font-size:140%;}
    h3 {font-size:120%;}
    h4 {font-size:110%;}
    h5 {font-size:100%;}
    h6 {font-size:90%;}
    .small {font-size:90%;}
    .small a {font-weight:normal;}
    .it {font-style: italic;}
    .normal {font-weight:normal;}
    .hidden {display:none;}
    .fl{float:left;}
    .fr{float:right;}

    /* default link style */
    a img {border:0;}
    a{
        text-decoration:none;
    }
    a:hover{
        text-decoration:none;
    }
    /* ------------------ */



    /* default list style */
    ul {list-style:none;margin:0;padding:0;align-items: center}
    /* ------------------ */

    /* default styles for numbered lists */
    ol {margin:0 0 0 50px;}
    /* --------------------------------- */

    /* default bulleted list style */
    ul.plain {padding-left:4px;}
    .sitemap .plain-first {
        font-weight:bold;
    }
    .sitemap .plain {
        font-size: 14px;
    }
    ul.plain li {
        background:url("../../img/client/bullet_small.gif") no-repeat 0 6px;
        padding-left: 10px;
        list-style:none !important;
    }
    .d-flex-h-align{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .dropdown-item.active, .dropdown-item:active {
        background-color: transparent;
    }
    .no-disp{
        display: none;
    }


    .button {
        background-color: #f1621e;
        border-radius: 0px;
    }
    .button * {
        color:#ffffff;
    }
    a:hover, .active-link{
        color: #f1621e;
    }
    .btn-custom {
        color: #fff;
        background-color: #f46116;
        border-color: #ef5303;
    }
    .btn-custom:hover {
        color: #fff;
        background-color: #b74005;
        border-color: #a13906;
    }
    label {
        margin-bottom: unset;
        margin-top: .5rem;
    }
    /* --------------------------- */
    #page-container {
        /*position: relative;*/
        min-height: 92vh;
        /*padding-bottom: 40px;*/
    }
    #pages-content a[href] {
        text-decoration: none;
        color: #f1621e;
        font-weight: bold;
    }


    #footer-menu {
        /*position: absolute;*/
        /*bottom: 0;*/
        width: 100%;
        height:auto;            /* Footer height */
        background: #c2c3c6;
        padding-top: 20px;
    }
    .follow_app p,
    #online_advice_link p,
    .cadastre p{
        font-size: 12px;
        font-weight: bold;
    }
    .follow_app img,
    #online_advice_link img,
    .cadastre img {
        height:65px;
        display: block;
        margin: 0 auto;
    }
    .follow_app img.hidden,
    #online_advice_link img.hidden,
    .cadastre img.hidden {
        display: none;
    }
    .follow_app,
    #online_advice_link,
    .cadastre{
        text-align: center;
        cursor: pointer;
    }
    .follow_app:hover .second,
    #online_advice_link:hover .second,
    .cadastre:hover .second {
        display: none;
    }
    .follow_app:hover .first,
    #online_advice_link:hover .first,
    .cadastre:hover .first {
        display: block;
    }
    .follow_app:hover ,
    #online_advice_link:hover p,
    .cadastre:hover p {
        color:#f1621e;
    }



    #main-menu .nav-item:hover .dropdown-menu,
    #header_top .nav-item:hover .dropdown-menu{
        display: block;
        margin-top: 0;
    }







/**/
    html, body {
        height: 100%;
        margin: 0;
    }
    .content {
        min-height: 100%;
    }
    .content-inside {
        padding: 20px;
        padding-bottom: 50px;
    }
    .footer {
        height: 50px;
        margin-top: -50px;
    }











    /**/

    /* HEADER styles */
    .e_cadastre {
        text-align: center;
        font-weight: 600;
        font-size: 22px;
        width: 100%;
    }
    .login .button {
        padding: 0px 15px;
    }
    .login .button img {
        height:10px;
    }
    .nav-item a {
        color:#ffffff;

    }
    .login.login-office .dropdown-menu {
        white-space: nowrap;
    }
    .personaloffice:after {
        content: unset;
    }
    .personaloffice img {
        height:22px !important;
    }
    .nav-item a.dropdown-item {
        color:#000000;
        white-space: unset;
        font-size: 13px;

    }
    .navbar-nav .dropdown-menu {
        min-width: 400px;
    }
    .nav-item a:hover {
        color:#f1621e;
    }
    .lang-href {
        font-size: 16px;
        font-weight: bold;
    }
    /* search box styles */
    #search {
        display:inline;
    }
    #query {
        border:none;
        width:100px;
        font-size:90%;
        height:15px;
        margin-top:6px;
        padding:1px 1px 0 1px;
        border-bottom:1px solid #fff;
    }
    /* ------------------- */

    /* page header */
    #header {
        height:178px;
        background:url("../../img/client/logo.gif") no-repeat 0 0;
    }

    div#logo {
        width: 200px;
        float: left;
    }
    div#logo h1 strong {
        width: 200px;
        float: left;
        text-indent: -9999px;
    }


    div#header-right {
        overflow: hidden;
    }
    #header_top {
        height:40px;
        background:#3b3e40;
        align-items: center;
    }
    #header_top .header-row {
        align-items: center;
        height: 100%;
    }
    #header_top_controls {
        float:right;
        line-height:28px;
        height:28px;
    }
    #header_top_controls a {
        font-size:90%;
        font-weight:normal;
        color:#FFF;
        margin-right:16px;
    }
    #header_center {
        height:100px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    @media screen and (max-width: 950px) {
        #header_center {
            background-size: 100%;
        }
    }
    #header_logo {
        height:150px;
        align-items: center;
    }
    #main-menu {
        border-top: 1px solid #e6e7e8;
        border-bottom: 1px solid #e6e7e8;
        height: auto;
    }


    #main-menu .nav-link {
        text-transform: uppercase;
        color: black;
        font-size: 13px;
        font-weight: 600;
    }
    #main-menu .nav-link:hover {
        color: #f1621e;
    }
    #main-menu .nav-item.active .nav-link {
        color: #f1621e;
    }




    /* header navigation links */
    .headerNav {
        /*overflow:hidden;*/
        /*height:25px;*/
        background:#1B5790;
        font-size:100%;
        color:#FFF;
        border-bottom:4px solid #f46117;
    }
    ul.headerNav li {
        display:inline-block;
    }
    .headerNav a {
        cursor:pointer;
        display: block;
        line-height:25px;
        overflow:hidden;
        margin-right:4px;
        padding:0 8px;
    }

    .headerNav a {
        color:#FFF;
        text-decoration: none;
    }
    .headerNav a:hover {
        text-decoration: underline;
    }

    .headerNav li.active a,
    .headerNav li.active a:hover {
        background: #f46117;
        color:#FFF;
        text-decoration:none;
    }
    /* END of header navigation links */

    /* HEADER. end of styles */


    /* Page center layout */
    #center {
        padding:0;
        clear:both;
    }
    #left, #right {
        background:#623131;
        padding:0 0 40px 0;
    }
    #left {
        float:left;
        background: #1B5790 url("../../img/client/leftbk.gif") no-repeat 14px 16px;
        padding-top:50px;
    }
    #right {
        float:right;
    }
    #content-wrapp {
        text-align:justify;
        overflow: hidden;
    }
    #content {
        width: 90%;
        margin: 3px auto 0 auto;
        padding:20px 16px;
        border-radius: 10px;
        min-height: 500px;
    }
    #left, #right, #content {/*margin-bottom:50px;*/}


    /* If using banners on the left side, uncomment these two lines */
    #left {width:200px;min-height: 500px;}
    #right {width:210px;}
    /* ------------------------------------------------------------ */


    /* hotline box styles */
    #hotline {
        background:url("../../img/client/hotline.gif") no-repeat 50% 0;
        height:60px;
        text-align:center;
        font-weight:bold;
        font-size:110%;
        color:#FFF;
        margin-top:20px;
        margin-bottom:20px;
        padding-top:8px;
    }
    #hotline span#phone {
        font-size:160%;
        line-height:30px;
    }
    /* ------------------ */
    #mul {
        background:url("../../img/client/hotline.gif") no-repeat 50% 0;
        height:60px;
        text-align:center;
        font-weight:bold;
        font-size:110%;
        color:#FFF;
        margin-top:10px;
        margin-bottom:10px;
        padding-top:8px;
    }
    #mul a#phone {
        font-size:100%;
        line-height:20px;
        color:#FFF;
        text-decoration:none;
    }


    /* left navigation links */
    .leftNav {
        overflow:hidden;
        font-size:100%;
        color:#FFF;
        padding-left:16px;
        text-align: left;
    }
    .leftNav a {
        cursor:pointer;
        overflow:hidden;
        padding:0 7px;
    }
    .leftNav li {
        margin:10px 0;
        padding:0 14px;
        background:url("../../img/client/bullet.gif") no-repeat 0 4px;
    }
    .leftNav a {
        color:#FFF;
        text-decoration: none;
        padding:0;
        margin:0;
    }
    .leftNav a:hover {
        text-decoration: underline;
    }

    .leftNav li.active a,
    .leftNav li.active a:hover {
        background: #f46117;
        color:#FFF;
        text-decoration:none;
    }
    /* END of left navigation links */

    #left .img-wrapp{
        margin: 0px 20px 25px 20px;
        position: relative;
    }

    .id-card-lbl{
        position: absolute;
        bottom: 0;
        background: #000000;
        opacity: .6;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
    }





    /* page content styles */
    .page_title {
        margin-bottom: 20px;
    }
    .nav-tabs {
        display: flex;
        justify-content: space-between;
        height:120px;
    }
    .page_title span {
        font-size: 120%;
        border-bottom: 2px solid #f1621d;
        padding: 4px 0;
        color: #f1621d;
        font-weight: bold;
    }
    .nav-tabs li{
        font-size: 120%;
        border-bottom: 2px solid #3b3e40;
        padding: 0px 3%;
        font-weight: bold;
        background-color: #d6d5d5;
        border-radius:10px;
        display: flex;
        height:50px;
        align-items: center;
    }
    .nav-tabs li a {
        color: #3b3e40;

    }
    .nav-tabs li a.active {
        color: #f1621d;

    }
    .nav-tabs li.active{
        border-bottom: 2px solid #f1621d;
        font-weight: bold;
        box-shadow: 0 0 10px #000;
        -webkit-box-shadow: 0 0 10px #000;
        -moz-box-shadow: 0 0 10px #000;
        -o-box-shadow: 0 0 10px #000;
        -ms-box-shadow: 0 0 10px #000;
    }
    #content h2 { /*caption*/
        color:#f46117;
        font-weight:bold;
    }
    /* END - page content styles */


    /* page block styles */
    .block {
        background-color:#f2f2f2;
        border:1px solid #999999;
    }
    .block_title {
        font-size:150%;
        color:#f46117;
        font-weight:bold;
    }
    /* ----------------- */


    /* vote panel styles */
    #vote_form {
        margin:40px 10px 10px 10px;
        color:#FFF;
        border-top:2px solid #fff;
        padding:10px 5px 0 5px;
    }
    .poll_question {
        text-align: left;
        font-weight:bold;
        line-height:110%;
    }
    .poll_option {
        text-align: left;
    }
    .poll_option tr td {
        vertical-align:text-top;
        line-height:110%;
    }
    .poll_submit {
        text-align:center;
        padding-top:6px;
    }
    .voteBtn, .voteResultsBtn {
        background:#3f3f3f;
        font-size:90%;
        font-weight:normal;
        color:#FFF;
        padding:1px 10px 1px 10px;
        border:1px solid #e0e0e0;
    }
    /* ----------------- */


    /* styles for attached files */
    .files_block tr td {
        vertical-align: top;
    }
    .files_block tr td.icon {
        text-align:right;
        height:40px;
        width:40px;
    }
    .files_block span.pdf {
        background:url("../../img/client/icon-pdf.gif") no-repeat 90% 1px;
        border-right:1px solid #623131;
        white-space:nowrap;
        font-size:90%;
        color:#888;
        display: block;
        padding: 18px 4px 0 4px;
    }
    /* END - styles for attached files */


    /* same as styles in editor.css for admin module */
    #content p {
        margin-top:4px;
        margin-bottom:2px;
    }
    #content ul, ol {
        margin-top:0;
        margin-bottom:2px;
        padding-left:30px;
    }
    #content ul li {
        list-style-type: disc;
        list-style-position: outside;
    }
    /* END - same as styles in editor.css for admin module */


    /* page footer styles */
    #footer {
        height:40px;
        clear: both;
        background: #f46117;
        color:#FFF;
        font-size: 80%;
    }

    #bestsoft,#copyright {
        font-weight:normal;
        color:#FFF;
        text-align: right;
    }
    #copyright {
        text-align: left;
    }
	#bestsoft img{
		vertical-align: middle;
	}
    /* ------------------ */





    /* ########################################### */
    /* staff Structure */

    #staffStructure {width: 520px; text-align: center; background: url(../../img/vline.png) center repeat-y; margin: 40px 0 20px 0; border-bottom: 1px solid #888888;}
    .staffStructureC {background:#e3e3e3; border:1px solid #888888; margin: 0 auto 30px auto; width: 60%; padding: 15px 0;}

    #staffStructureL {float:left; width: 50%; }
    #staffStructureR {float:left; width: 50%; }

    #staffStructureL .strNode {padding: 0 50px 0 0; }
    #staffStructureR .strNode {padding: 0 0 0 50px; }

    .strNode {margin: 10px 0 30px 0; background: url(../../img/hline.gif) 0px 20px repeat-x;}
    .strBox {background: #e3e3e3; border:1px solid #888888; padding: 10px}
    .strBox2 {background: url(../../img/vline.png) center repeat-y; padding-top: 20px; width: 90%; margin: 0 auto;}
    .strBox2 ul {list-style:none; margin: 0; padding: 0px; text-align: left; background: #f6f6f6; border: 1px solid #888888; border-bottom: none;}
    .strBox2 ul li {border-bottom: solid 1px #888888; padding: 5px 10px 10px 10px; margin: 0px 0;}

    .staffMoreInfo {text-align: center; font-size: 80%; border-top: 1px solid #ffffff; padding: 20px 10px 0px 10px; margin: 10px 0;}
    .staffMoreInfo img {margin: 10px; padding: 2px; border: 1px #ffffff solid;}
    .staffShowMoreInfo, #staffShowMoreInfoAll, #staffShowMoreInfoNone {color:#16316f; cursor: pointer;}

    /* ########################################### */

    .form-submit, .copy_document, .searchBtn{
        background-color: #f46117;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 14px;
        border-radius: 5px;
        font-weight:normal;
        width: 100%;
        height: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1;
    }

    .form-submit:hover,
    .copy_document:hover,
    .searchBtn:hover{
        text-decoration:none;
        background: #b74005;
        color: #e2dfdf;
    }
    .form-submit-black{
        background-color: #3b3e40;
        color: #ffffff;
        border: none;
        cursor: pointer;
        font-size: 14px;
        border-radius: 5px;
        font-weight:normal;
        width: 100%;
        height: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1;
    }
    .form-submit-black:hover {
        text-decoration:none;
        background: #000000;
        color: #ffffff;
    }

    #login-form fieldset{
        border-radius: 5px;
    }

    .form-submit:hover {
        background-color: #b74005;
    }

    .login-box {
        text-align: center;
        margin-top:20px;
    }

    .login-box a {
        margin-top: 10px;
        padding: 1px 0;
    }
    .login-box a:hover{
        text-decoration: none;
    }

    .loader {
        width: 16px;
        height: 16px;
        background: url(../../img/client/ajax-loader.gif) no-repeat;
        display: none;
    }

    .notification {
        border: 1px solid silver;
        color: #f26e27;
        text-align: center;
        padding: 3px;
		border-radius:5px;
		font-size: 13px;
        font-weight: bold;
    }

	.success{
		color:darkOliveGreen; font-weight:bold;
	}

    .guidelines {
        border: 1px dashed grey;
        text-align: center;
        margin: 10px auto;
        width: 560px;
        padding: 10px;
        background-color: #eee;
        color:grey;
    }

    label.error {
        color: #f46117;
        font-weight: bold;
        font-style: italic;
        font-size: 11px;
    }

    .error{color: #f46117;}
    em.req{    color: red;font-style: normal;font-size: 15px;padding: 2px;}
    .error option:not(:first-child){color: #000000}
    .warning{color: #86783c;}
    .msg_ask{margin:10px; text-align:center;}
    .msg_ask p{font-size: 12px;line-height: 14px;}
    .msg_ask strong{font-size: 14px;}

    .icon-pdf{background:url(../../img/client/icons/pdf.png) no-repeat; padding-left: 25px;}
    .progress{background:url(../../img/admin/ajax-loader.gif) no-repeat scroll 0 3px transparent;padding:0 26px}
    .msg_ask button:hover{cursor:pointer}
    .not-found, .error-msg{background: url(../../img/client/warning.png) no-repeat 0;padding-left: 22px !important;color: #C92222;}
    input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"] { height: 25px;width: 100%; border: 1px solid #aaa; border-radius: 5px; padding: 3px; }

    select{ height: 25px; border: 1px solid #aaa; border-radius: 5px; }
    input.error:not([type="file"]) { border: 1px dashed #f46117; background-color: #FFEEEE; }
    input[type = checkbox].error {  outline: 1px dashed #f46118; }
    img.leftside-icon { margin-right: 3px; vertical-align: top; }
    #usual_payment_pin_block, #tribute_payment_pin_block{text-align: center}
    #usual_payment_pin_block .p_parts,  #tribute_payment_pin_block .p_parts{width: unset}
    #result{
        font-weight: bold;
        width: auto;
        float: right;
        font-size: 11px;
        line-height: 15px;
    }

    form span.short{
        color:#FF0000;
    }

    form span.weak{
        color:#E66C2C;
    }

    form span.good{
        color:#2D98F3;
    }

    form span.strong{
        color:#006400;
    }

    .docTypeNameSpan{
    	font-size: 14px;
    }
    .pageIds{
        cursor: pointer;
    	background:url(../../img/client/icons/pdf-view-icon.png) no-repeat;
        text-indent: 60px;
        margin: 10px 0px 10px 10px;
        background-size: cover;
        display: flex;
        align-items: center;
        width: 50px;
        height: 50px;
    }
    .search-docs{
        padding: 5px 10px;
    }

}

.default_text{
    color:grey;
    font-style:italic;
}

#online_advice{
    padding: 15px;
    background-color: #EFEAE6;
    position: absolute;
    left:20px;
    box-shadow: 2px 2px 9px grey;
}

#online_advice .btn_close{
    width: 16px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../img/client/icons/icon_close.png) no-repeat 50% 0;
}

.full_screen{
    padding-right:20px;
    background:url("../../img/client/icons/full_screen.png") no-repeat right;
    color:#f46117;
    background-size: 16px;
}
.icon_info img,
.application-item img {
    height:20px;
}
.application_single_center img{
    height:25px;

}

.ui-dialog .ui-dialog-title{
    color: #f46117;
}

.ui-dialog-titlebar-close{
    visibility: hidden;
}

.ui-dialog{
    position: fixed;
}
.ui-dialog.new_dialog_class {
    width: 80% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
}
.ui-dialog .dlg-close-btn,
.ui-dialog .ui-dialog-buttonset button:nth-child(2), .btn.btn-dialog {
    background: unset;
    background-color: #000000 !important;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    font-weight: normal;
    width: 100%;
    height: 30px;
}
.btn.btn-dialog{min-width: 180px;}
.ui-dialog .ui-dialog-buttonset button:nth-child(1) {
    background: unset;
    background-color: #f46117;
}
.ui-dialog .ui-dialog-buttonset button:nth-child(1) span {
    color: #ffffff;
}
.ui-dialog  button {
    display: flex;
    justify-content: center;
    align-items: center;
}
#ui-datepicker-div {display: none;}

.op__title {padding-left: 20px;background: url(../../img/client/icons/plus.png) no-repeat 0 5px; line-height: 7px; background-size:16px;margin:0;}
.op__opened{background: url(../../img/client/icons/minus.png) no-repeat 0 5px; line-height: 7px; background-size:16px}
.op__title:hover{cursor:pointer}
.op__content {padding:5px 5px 5px 1px}
.op__content span {font-weight: bold}

#payment-form label{
    display:block;
    padding-top:4px;
    font-size:14px;
}

#payment-form .subject-info {margin-top:10px}

#payment-form .subject-info {
    color:#1b5790;
    font-size:12px;
    font-weight:bold;
    padding: 6px;
    width: 60%;
    margin: 0 auto;
}

.msg-payment-success h3, .msg-success h3{
    color: green;
    font-weight: bold;
    font-size: 14px;
    text-align:center;
}

.msg-payment-success p, .msg-success p{
    text-align:center;
    font-size:14px;
}

.msg-payment-success p a, .msg-success p a{
    font-weight: normal;
    text-decoration: underline;
}

@media print
{
    body {background:none;}
    a.external {padding-right:1px;background:none;}

    #header_top, #header_btm {display:none;}

    #center {width:100%;}
    #centerT {display:none;}

    #banners {display:none;}
    #panels {display:none;}
    #content {padding:0 10px 0 0;}

    #content h2.first {padding-top:0;}

    #footer{background:#fff;border-top:1px solid #000;margin-top:20px;}
    #footer ul {background:none;}
    #footer ul li{display:none;}
    #footer ul li#copyright{display:inline;color:#000;}
}
.copy_document{
    float: right;
}


.payment_desc_textarea{
     width: 100%;
     height:120px
}

.payment_input{
  height: 22px;
  float: left;
  width: 35%;
}
.payment_table{
  width:100%;
  margin:70px 0px;
  text-align:left
}

.payment_table td{
  text-align:left
}

.pay_button{
  float: left;
  width: 72px;
  text-align: center ! important;
  background: rgb(39, 187, 97);
  color: white !important;
}
.clr{
    display: block;
    clear: both;
}
.txt-right{
    text-align: right;
}
.txt-left{
    text-align: left;
}
.txt-center{
    text-align: center;
}
img[src*='ipay_icon'] {
    height: 40px;
}
img[src*='calendar.png'] {
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}

.middle{vertical-align: middle;}





/*NEW*/
.home-menu-item {
    height:100px;
    background: #e6e7e9;
    cursor: pointer;
    transition:All .3s ease;
    -webkit-transition:All .3s ease;
    -moz-transition:All .3s ease;
    -o-transition:All .3s ease;

}
.home-menu-item-col {
    height:120px;
    transition:All .3s ease;
    -webkit-transition:All .3s ease;
    -moz-transition:All .3s ease;
    -o-transition:All .3s ease;
}
.big_h_m .home-menu-item-col {
    height: 180px;
}
.big_h_m .home-menu-item {
    height: 160px;
}
.big_h_m .menu-name {
    font-size: 20px;
}

.home-menu-item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s ease-in;
}

.padding-unset {
    padding: 0;
}
.home-menu-item-col:hover .second {
    display: block;

}
.home-menu-item-col:hover .first {
    display: none;
}
.home-menu-item-col:hover .menu-icon {
    background: #f1621e;

}
.home-menu-item-col:hover .home-menu-item {
    background: #ececec;

}
.home-menu-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.menu-name, .menu-icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    font-weight:bold;
    text-transform: uppercase;
}
.menu-icon {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    background: #3b3e40;
}


/*Sub Menus*/
.sub-menu-item {
    height:50px;
    background: #e6e7e9;
    cursor: pointer;


    transition:All .3s ease;
    -webkit-transition:All .3s ease;
    -moz-transition:All .3s ease;
    -o-transition:All .3s ease;

}
.sub-menu-item-col {
    padding-bottom: 10px;
    transition:All .3s ease;
    -webkit-transition:All .3s ease;
    -moz-transition:All .3s ease;
    -o-transition:All .3s ease;
}

.sub-menu-item-col:hover .second {
    display: block;

}
.sub-menu-item-col:hover .first {
    display: none;
}
.sub-menu-item-col:hover .menu-icon,
.sub-menu-item-col.active .menu-icon {
    background: #f1621e;

}
.sub-menu-item-col:hover .sub-menu-item,
.sub-menu-item-col.active  .sub-menu-item {
    background: #f1621e;

}
.sub-menu-item-col:hover .sub-menu-name,
.sub-menu-item-col.active  .sub-menu-name {
    color: #ffffff;

}
.sub-menu-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sub-menu-name, .sub-menu-icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.sub-menu-icon {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    background: #3b3e40;
}
#search_news select  {
    height: 40px;
    padding: unset;
    border-radius: unset
}
#search_news select option {
    background: #dddddd;
}
#search_news .search_button {
    height: 40px;
    border-radius: unset;
    background: #3b3e40;
    border: 1px solid #aaa;
}
#search_news .search_button .second {
    display: none;
}
#search_news .search_button:hover .first {
    display: none;
}
#search_news .search_button:hover .second {
    display: block;
}




/*TABLES*/

.table-bordered.table-striped {
    background-color: unset !important;
}
th table thead tr th,
th table tbody tr th {
    background-color: unset;
}

th table tbody tr:nth-of-type(even) {
    background-color: inherit;
}
th table tbody tr:nth-of-type(odd) {
    background-color: unset !important;
}

legend {
    border-bottom: 1px solid #f46117;
    padding-bottom: 8px;
    color: #f46117;
    font-size: 16px;
    font-weight: bold;
}



/*Contract List*/
.contracts-list li {
    margin-bottom: 2px;
}
.contracts-list a {
    text-decoration: none;
    color: #f1621e;
    font-weight: bold;
}
.contracts-list a:hover {
    color: #000000;
}



#app-status-form {
    width: 50%;
    margin: 20px auto 0 auto;
}

.box-shadow-1 {
    box-shadow: 1px 1px 1px 1px #3b3e40;
}


.cursor-pointer {
    cursor: pointer;
}

.popup{
    background: rgba(0,0,0, 0.9);
    position:absolute;
    z-index:78;
    border-radius: 10px;
    color: #E9E9E9;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
}
.popup-content{display:block;padding:10px}

#attached-files  img {
    height:22px;
}


.notice_info_container {
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    margin: auto 0;
    width: 100%;
    padding:20px 0;
    z-index: 777777;
}
.notice_info_container .notice_info_blok{
    width: 40%;
    margin: 0 auto;
    text-align: center;
    background: #e6e7e9;
    min-height: 230px;
    border-radius: 10px;
    box-shadow: 0 0 5px #f1621d;
    position: relative;
}
.notice_info_container .notice_info_blok .notice_info_header h2{
    text-align: center;
    font-size: 28px;
    color:#f1621d;
    font-weight: bold;
}
.notice_info_container .notice_info_blok .notice_info_body p{
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.notice_info_container .notice_info_blok .notice_info_buttons button{
    position: absolute;
    width: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15px;
}

.lds-rolle-container {
    position: absolute;
    bottom: 100px;
    z-index: 11;
}
.lds-rolle-box {
    display: flex;
    align-items: center;
    justify-content: center;
}


.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f46118;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/10.0.2/img/flags.png") !important;
}
.disabled {
    pointer-events: none;
    background: #e7e7e7;
}
.map_info_tps_page_row{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}


#search-form em {
    color: red;
    font-style: normal;
    font-size: 15px;
    padding: 2px;}