﻿@import url(bootstrap.min.css);
@import url(style.css);
@import url(style_Ar.css);
@import url(animate.min.css);
@import url(font-awesome.css);
@import url(feather.css);
@import url(tree-nav.css);

/*:root {
  --yellow-: #FFCC00;
  --color-2: #4c6edb;
  --color-3: #24aad8;
  --color-4: #1ac7c2;
  --color-5: #1ddea3;
}*/

@font-face {
    font-family: 'Cairos';
    src: url('fonts/Cairo-Regular.ttf') format("truetype");
}

* {
    margin: 0;
    outline: none;
}

body {
    vertical-align: baseline;
    color: #2e3849 !important;
    font-size: 16px;
    background: #312638 !important;
   position:relative;
}

body {
    overflow-x: hidden;
}

ul,
li {
    border: 0;
    font-size: 100%;
    margin: 0 auto;
    padding: 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

ul {
    margin: 0px auto;
    padding: 0px;
}

li {
}

a:visited img {
    border: 0;
}

a:link img {
    border: 0;
}

img {
    border: 0;
}



.whiteColor {
    color:white !important;
}
.goldBtn {
    background-color: #a99571 !important;
    color: white !important;
}

    .goldBtn:hover {
        color: white !important;
    }
.transBtn {
    background-color: transparent !important;
    border: 2px solid #906da598 !important;
    color: white !important;
 
}
.tophead {
    display: inline-block;
    position: fixed;
    /*background: #e9f3ff;*/
    background-color: #19131d;
    color: white;
    z-index: 10000;
    right: 0;
    z-index: 4;
    text-align: right;
    min-height: 65px;
    border-bottom: 1px #906da598 solid;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.paddingsidbar .tophead {
    width: calc(100% - 292px);
}

.paddingicons .tophead {
    width: calc(100% - 75px);
}

[dir="rtl"] .tophead {
    right: auto;
    left: 0
}

.header {
    width: 100%;
    position: relative;
    padding: 0;
    float: right;
    margin: 0;
}

.menubar {
    width: 100%;
    float: right;
    margin: 10px 0 0;
    background: #002b55;
}

.nocaces {
    width: 100%;
    float: right;
    height: 100%;
    padding: 0;
    top: 0;
}

.lightblue {
    width: 100%;
    float: right;
    background: #ebf1f5;
    padding: 20px 0;
}

.lightgray {
    width: 100%;
    float: right;
    background: #f5f5f5 url(../images/servicesBackground.png) 94% 50% no-repeat;
    padding: 20px 0;
}

.logo {
    float: right;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    margin: 14px 9px 10px 0;
    text-align: right;
    color: #fff;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

    .logo img {
        max-width: 90%;
    }
.amlakIcon {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform:scale(1);
}

.MyClass .amlakIcon {
    transform: scale(0);
}

.MyClass .logo {
    overflow: hidden;
    width: 50px;
    font-size: 0;
}


    .MyClass .logo img {
        max-width: 120px;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

.euro span {
    float: right;
    width: 100%;
    margin: 0 0 20px;
    color: #fff;
}

.euro img {
    width: auto;
    margin: 0 0 10px;
}

.homemessage {
    position: absolute;
    width: 500px;
    left: 50%;
    top: 20%;
    text-align: center;
    transform: translateY(-20%) translateX(-50%);
    z-index: 10;
    -webkit-transform: translateY(-20%) translateX(-50%);
    color: #fff;
    font-size: 60px;
    text-shadow: #000 1px 1px 2px;
}

.menus {
    text-align: center;
    margin: 12px 0 7px;
    width: auto;
    float: left;
}

    .menus > span {
        display: inline-block;
        margin: 0 auto;
    }

.nav {
    display: inline;
    text-align: right;
    position: relative;
    list-style-type: none;
    direction: rtl;
}

    .nav > li {
        float: right;
        padding: 0;
        margin: 0 0 0 8px;
        position: relative;
    }

        .nav > li > a {
            color: #fff;
            background: #3181c8;
            line-height: 30px;
            text-align: center;
            display: block;
            width: 30px;
            height: 30px;
            border: 1px #3181c8 solid;
            font-size: 90%;
            border-radius: 50%;
            position: relative;
            text-decoration: none;
        }

            .nav > li > a i {
                line-height: 30px;
                height: 30px;
            }

            .nav > li > a:hover {
                background-color: #f3f3f3;
                color: #3181c8;
            }

        .nav > li.selected > a {
            background-color: #00af40;
            border-color: #999999 #999999 #ffffff;
            z-index: 2;
        }

    .nav li div {
        position: relative;
    }

        .nav li div div {
            padding: 5px 5px 5px 1px;
            background: #fff;
            display: none;
            border: 1px #ddd solid;
            font-size: 0.75em;
            margin: 0 0 0 0;
            position: absolute;
            top: 0;
            z-index: 4;
        }

            .nav li div div.wrp2 {
                width: 380px;
            }

    .nav .sep {
        right: 190px;
        border-right: 1px solid #e3e3e3;
        bottom: 0;
        height: auto;
        margin: 15px 0;
        position: absolute;
        top: 0;
        width: 1px;
    }

    .nav li div ul {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        width: 170px;
        float: right;
        list-style-type: none;
    }

        .nav li div ul li {
            margin: 0;
            padding: 0;
        }

            .nav li div ul li h3 {
                border-bottom: 1px solid #e3e3e3;
                color: #4f4f4f;
                font-weight: bold;
                margin: 0 5px 4px;
                font-size: 0.95em;
                padding-bottom: 3px;
                padding-top: 3px;
            }

    .nav li ul ul {
        padding: 0 0 8px;
    }

        .nav li ul ul li {
            margin: 0;
            padding: 0;
        }

            .nav li ul ul li a {
                color: #0060a6;
                display: block;
                margin-bottom: 1px;
                padding: 3px 5px;
                text-decoration: none;
                font-size: 0.9em;
            }

                .nav li ul ul li a:hover {
                    background-color: #0060a6;
                    color: #fff;
                }

.menu-container {
    width: auto;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 8px;
}

.menu-mobile {
    display: none;
    padding: 5px 0 0;
}

    .menu-mobile:after {
        content: "\f123";
        font-family: "Ionicons";
        font-size: 1.5rem;
        padding: 0;
        float: left;
        position: relative;
        top: 50%;
        margin: 5px 60px 0 0;
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }

.menu-dropdown-icon:before {
    content: "\f123";
    font-family: "Ionicons";
    display: block;
    cursor: pointer;
    float: left;
    padding: 2.5em 2px;
    color: #fff;
    font-size: 8px;
}

.menu-dropdown-icon:hover:before {
    color: #014c8c;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu ul li:hover > ul {
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    display: inline-block;
    border-radius: 5px;
    padding: 0;
    transition:0.5s;
}

.searchcase {
    position: relative;
}

    /*.searchcase:hover {
  background: none !important;
}*/

    .searchcase i {
        font-size: 24px !important;
        float: right;
        color: white;
    }

    .searchcase a {
        padding: 0 5px !important;
    }

li.activted > a {
    z-index: 2;
    color: #fff !important;
}

li.searchcase div {
    position: relative;
}

    li.searchcase div div {
        padding: 0;
        background: #fff;
        display: none;
        font-size: 0.75em;
        margin: 0 0 0 0;
        position: absolute;
        top: 8px;
        z-index: 4;
    }

        li.searchcase div div.wrp2 {
            width: 380px;
        }

.nav .sep {
    right: 190px;
    border-right: 1px solid #e3e3e3;
    bottom: 0;
    height: auto;
    margin: 15px 0;
    position: absolute;
    top: 0;
    width: 1px;
}

li.searchcase div ul {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 170px;
    float: right;
    list-style-type: none;
}

    li.searchcase div ul li {
        margin: 0;
        padding: 0;
    }

        li.searchcase div ul li h3 {
            border-bottom: 1px solid #e3e3e3;
            color: #4f4f4f;
            font-weight: bold;
            margin: 0 5px 4px;
            font-size: 0.95em;
            padding-bottom: 3px;
            padding-top: 3px;
        }

li.searchcase ul ul {
    padding: 0 0 8px;
}

    li.searchcase ul ul li {
        margin: 0;
        padding: 0;
    }

        li.searchcase ul ul li a {
            color: #0060a6;
            display: block;
            margin-bottom: 1px;
            padding: 3px 5px;
            text-decoration: none;
            font-size: 0.9em;
        }

            li.searchcase ul ul li a:hover {
                background-color: #0060a6;
                color: #fff;
            }

.searchcase h5 {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.searchcase span {
    float: right;
    color: #000;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    margin: 0;
}

.searchcase small {
    float: right;
    color: #999;
    font-size: 12px;
    clear: both;
    height: 20px;
    line-height: 20px;
    margin: 0;
}

#searchzone {
    background: #ebf1f5 !important;
    border: 1px #ddd solid;
    width: 320px;
}

    #searchzone h3 {
        width: 100%;
        background: #fff;
        padding: 10px 15px;
        color: #000;
        font-size: 18px;
        border-bottom: 2px #ddd solid;
        float: right;
        margin: 0;
    }

.gridmenu {
    float: right !important;
    width: 100% !important;
    height: 320px;
    top: 0 !important;
    overflow-y: auto;
    position: relative !important;
    display: inline-block !important;
    background: #ebf1f5 !important;
}

    .gridmenu ul {
        float: right !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0;
    }

        .gridmenu ul li {
            float: right !important;
            width: 100% !important;
            list-style: none;
            padding: 0 !important;
            border-bottom: 1px #ddd solid;
            margin: 0 !important;
        }

            .gridmenu ul li a {
                float: right;
                height: auto !important;
                width: 100%;
                background: none !important;
                line-height: 18px !important;
                position: relative;
                border-radius: 0 !important;
            }

                .gridmenu ul li a:hover {
                    background: #fff !important;
                }

                .gridmenu ul li a i {
                    position: absolute;
                    top: 7px;
                    right: 7px;
                    width: 36px;
                    height: 36px !important;
                    background: green;
                    border-radius: 22px;
                    color: #fff;
                    line-height: 36px !important;
                    text-align: center;
                }

                .gridmenu ul li a span {
                    float: right;
                    width: 100%;
                    margin: 0 0 4px;
                    font-size: 16px;
                    color: #002b55;
                    font-family: "29LT BukraRg";
                }

                .gridmenu ul li a p {
                    float: right;
                    width: 100%;
                    margin: 0;
                    font-size: 14px;
                    color: #999;
                }

.allmessages {
    float: right !important;
    width: 100% !important;
    top: 0 !important;
    position: relative !important;
    display: inline-block !important;
    background: #fff !important;
}

    .allmessages a {
        background: none !important;
        font-size: 14px !important;
        padding: 0 !important;
        padding: 8px 15px !important;
        height: auto !important;
        line-height: 20px !important;
        width: auto !important;
        color: #002b55 !important;
        text-decoration: none !important;
    }

.menu > ul > li > ul > li > ul {
    background-image: none !important;

}

.menu > ul > li:hover {
    background: #312638;
}

.menu > ul > li.active {
    /*background:#ffa621*/
}

.menu > ul > li a {
    text-decoration: none;
    color: #19131d;
    min-width: 40px;
    padding: 0 0.6em 0 0.7em;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    display: block;
    font-size: 20px;
}

.menu > ul > li:last-child a {
    
    font-size: 18px;
}

.menu > ul > li:last-child a {
    color: #BF1E30;
}

.menu > ul > li:last-child a strong {
    font-size: 18px; font-weight:normal; height:28px;   margin:3px 5px 0 0
}

/*.menu > ul > li:hover {
  background: #33477f;
}*/

/*.menu > ul > li:hover a {
  color: #3b6294;
}*/

.menu > ul > li a i {
    line-height: 40px;
    height: 40px;
    font-size: 24px;
}

.menu > ul > li:last-child a i {
    line-height: 30px;
    height: 30px;
    font-size: 18px;
}

.menu > ul > li > ul {
    display: none;
    text-align: right;
    width: 100%;
    padding: 20px 0 25px;
    background: #ebf1f5;
    border-radius: 0 0 10px 10px;
    position: absolute;
    z-index: 99;
    min-height: 360px;
    right: 0;
    top: 48px;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

    .menu > ul > li > ul:before,
    .menu > ul > li > ul:after {
        content: "";
        display: table;
    }

    .menu > ul > li > ul:after {
        clear: both;
    }

    .menu > ul > li > ul > li {
        margin: 0 1.5%;
        padding-bottom: 0;
        list-style: none;
        width: 30.33%;
        background: none;
        float: right;
    }

        .menu > ul > li > ul > li img {
            border: 4px #fff solid;
            -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
            max-height: 240px;
            max-width: 90%;
            border-radius: 3px;
        }

        .menu > ul > li > ul > li a {
            color: #3a464e;
            padding: 0.2em 0;
            font-size: 22px;
            height: auto;
            line-height: normal;
            width: 100%;
            font-family: "GE_SS_Two_Medium";
            display: block;
        }

            .menu > ul > li > ul > li a:hover {
                color: #3a464e;
            }

        .menu > ul > li > ul > li > ul {
            display: block;
            padding: 0;
            margin: 0;
            list-style: none;
            box-sizing: border-box;
        }

            .menu > ul > li > ul > li > ul:before,
            .menu > ul > li > ul > li > ul:after {
                content: "";
                display: table;
            }

            .menu > ul > li > ul > li > ul:after {
                clear: both;
            }

            .menu > ul > li > ul > li > ul > li {
                float: right;
                width: 100%;
                padding: 5px 0;
                margin: 0;
                font-size: 0.8em;
            }

                .menu > ul > li > ul > li > ul > li a {
                    border: 0;
                    font-size: 18px;
                    color: #3b6294;
                    padding: 0 25px 0 0;
                    position: relative;
                    font-family: "GE_SS_Two_Medium";
                }

                    .menu > ul > li > ul > li > ul > li a:after {
                        position: absolute;
                        top: 7px;
                        right: 0;
                        font-family: "fontawesome";
                        content: "\f104";
                    }

                .menu > ul > li > ul > li > ul > li p {
                    font-size: 14px;
                    line-height: 28px;
                }

    .menu > ul > li > ul.normal-sub {
        width: 210px;
        right: auto;
        padding: 0;
    }

        .menu > ul > li > ul.normal-sub > li {
            width: 100%;
            margin: 0;
        }

            .menu > ul > li > ul.normal-sub > li a {
                border: 0;
                color: #fff;
                padding: 0.5em 12px; /*border-bottom:1px #ddd solid;*/
            }

            .menu > ul > li > ul.normal-sub > li:last-child a {
                border-bottom: none;
            }

            .menu > ul > li > ul.normal-sub > li a:hover {
                color: #fff;
                background: #68b7fd;
            }

ul.newsmenu li {
    padding: 0 0 3px !important;
}

    ul.newsmenu li a {
        padding: 0 65px 0 0 !important;
        background: url(../images/bgnewsmenu.png) bottom right no-repeat !important;
        display: inline-block !important;
    }

        ul.newsmenu li a:after {
            display: none;
        }

        ul.newsmenu li a span {
            float: right;
            width: 100%;
            margin: 0 0 3px;
            font-size: 13px;
            line-height: 18px;
            max-height: 54px;
            overflow: hidden;
        }

        ul.newsmenu li a b {
            float: right;
            width: auto;
            margin: 0;
            font-size: 12px;
            line-height: 20px;
            font-weight: normal;
            color: #a2c8e0;
            position: relative;
            padding: 0 20px 0 0;
        }

            ul.newsmenu li a b:after {
                font-size: 15px;
                color: #a2c8e0;
                position: absolute;
                content: "\f073";
                font-family: "FontAwesome";
                top: 0;
                right: 0;
            }

        ul.newsmenu li a strong {
            float: left;
            width: auto;
            margin: 0;
            font-size: 12px;
            font-weight: normal;
            color: #ffd345;
            padding: 3px 5px;
            height: 22px;
            line-height: 12px;
            border: 1px #ffd345 solid;
            border-radius: 3px;
        }

.mohafizname {
    width: 100%;
    font-size: 18px;
    font-family: "GE_SS_Two_Medium";
    color: #3b6294;
    display: inline-block;
    margin: 15px 0 0;
}

.back-to-top {
    margin: 0;
    position: fixed;
    background: #c72127;
    bottom: 10px;
    left: 10px;
    width: 44px;
    height: 44px;
    z-index: 100;
    display: none;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

    .back-to-top i {
        font-size: 30px;
        line-height: 40px;
    }

    .back-to-top:hover {
        color: #fff;
    }

.sloganhead {
    float: right;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

    .sloganhead span {
        float: right;
        width: 100%;
        text-align: center;
        font-size: 22px;
    }

    .sloganhead p {
        float: right;
        width: 100%;
        text-align: center;
        margin: 0;
        font-size: 18px;
    }

.imp {
    background-image: url(../images/import.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    float: right;
    width: 100%;
    min-height: 120px;
}

.exp {
    background-image: url(../images/export.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    float: right;
    width: 100%;
    min-height: 120px;
}

.bannerinner {
    float: right;
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
}

    .bannerinner img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

.mediconshome {
    margin: -80px 0 20px;
    height: 100px;
    position: relative;
    background: #fff;
    box-shadow: 0px -3px 12px -2px #999;
    width: 100%;
    float: right;
}

.lienhidshadow {
    position: absolute;
    bottom: -20px;
    height: 20px;
    background: #fff;
    left: 0;
    width: 100%;
}

.breadcramb {
    float: left;
    width: auto;
    background: #68b7fd;
    margin: 35px 0 10px;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

    .breadcramb a {
        float: right;
        width: auto;
        color: #fff;
        font-size: 16px;
        line-height: 13px;
        height: 18px;
        padding: 0 5px;
        border-left: 1px #fff solid;
    }

        .breadcramb a:last-child {
            border-left: none;
        }

        .breadcramb a:hover {
            text-decoration: none;
            color: #002b55;
        }

.titleinner {
    float: right;
    width: auto;
    font-size: 26px;
    font-family: "GE_SS_Two_Medium";
    color: #002b55;
    margin: 25px 0 10px;
}

.subtitle {
    float: right;
    width: 100%;
    font-size: 18px;
    font-family: "GE_SS_Two_Medium";
    color: #002b55;
    margin: 0 0 20px;
    border-bottom: 1px #ddd solid;
    padding: 0 0 10px;
}

.subtitleblue {
    float: right;
    width: 100%;
    padding: 0 15px;
}

    .subtitleblue span {
        float: right;
        width: 100%;
        font-size: 18px;
        font-family: "GE_SS_Two_Medium";
        color: #666;
        margin: 0 0 20px;
        border-bottom: 1px #ddd solid;
        padding: 0 0 10px;
    }

.textinner {
    float: right;
    width: 100%;
    margin: 0 0 20px;
    text-align: justify;
}

    .textinner img {
        max-width: 400px;
        margin: 0 0 10px 20px;
        float: right;
    }

.sidebarholder {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0 0 20px;
}

ul.sidebarlist {
    width: 100%;
    float: right;
    margin: 0 0 10px;
}

.sidebarlist i {
    float: right;
    width: 4%;
    padding: 0;
    margin: 9px 4% 0 2%;
}

.sidebarlist span {
    float: right;
    text-align: right;
    width: 90%;
    padding: 0;
    margin: 0;
}

.sidebarlist b {
    float: left;
    text-align: center;
    width: auto;
    padding: 0 5px;
    margin: 8px 0 0 5px;
    font-size: 12px;
    font-weight: normal !important;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    color: #fff;
    background: #29ae50;
}

.sidebarlist li {
    float: right;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .sidebarlist li a {
        color: #333;
        background: #f3f3f3;
        font-size: 16px;
        line-height: 36px;
        height: 36px;
        float: right;
        border: 1px #ddd solid;
        border-bottom: none;
        width: 100%;
        clear: both;
        padding: 0;
    }

        .sidebarlist li a:hover {
            color: #000;
            background: #fff;
            text-decoration: none;
        }

    .sidebarlist li:last-child {
        border-bottom: 1px #ddd solid;
    }

    .sidebarlist li a.active {
        color: #000;
        background: #fff;
        border: 1px #ffd200 solid;
    }

        .sidebarlist li a.active i {
            color: #ffd200 !important;
        }

.threecolums {
    float: right;
    width: 30%;
    margin: 10px 1.65%;
}

.albumsframr {
    float: right;
    width: 100%;
    position: relative;
    height: 160px;
    border: 4px #ddd solid;
    overflow: hidden;
    margin: 0 0 5px;
}

    .albumsframr img {
        position: absolute;
        max-width: 150%;
        min-height: 160px;
        width: auto;
        min-width: 100%;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

.albumtitle {
    float: right;
    text-align: center;
    width: 95%;
    height: 40px;
    overflow: hidden;
}

    .albumtitle a {
        line-height: 20px;
        color: #68b7fd;
        font-size: 17px;
    }

        .albumtitle a:hover {
            color: #000;
            text-decoration: none;
        }

        .albumtitle a:focus {
            color: #000;
            text-decoration: none;
        }

        .albumtitle a:visited {
            color: #68b7fd;
            text-decoration: none;
        }

.albumsframr a {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

    .albumsframr a:hover {
        background-color: rgba(0, 0, 0, 0.4);
    }

.albumsframr p {
    position: absolute;
    bottom: -60px;
    left: 5px;
    line-height: 14px;
    padding: 20px 0;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 80px;
}

.albumsframr a:hover > p {
    display: block;
    bottom: 10px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.footerright {
    float: right;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-top: 1px #fff solid;
    padding: 24px 0 5px;
}

    .footerright a {
        display: inline-block;
        width: auto;
        color: #fff !important;
        height: 17px;
        padding: 0 0 0 7px;
        margin: 0 0 5px 7px;
        line-height: 16px;
        font-size: 13px;
        font-family: "GE_SS_Two_Medium";
        border-left: 1px #fff solid;
        text-decoration: none !important;
    }

        .footerright a:last-child {
            padding: 0;
            margin: 0;
            border-left: none;
        }

.contentplatform {
    float: right;
    width: 100%;
    margin: 15px 0 0;
    min-height: 65vh;
    text-align: right;
}

.contentstep {
    float: right;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    border-radius: 5px;
}

.menuwizard {
    float: right;
    width: 100%;
}

    .menuwizard ul {
        float: right;
        position: relative;
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }

        .menuwizard ul:before {
            position: absolute;
            top: 0;
            content: "";
            z-index: 0;
            left: 15px;
            background: #f1f5f7;
            height: 100%;
            width: 100%;
        }

        .menuwizard ul:after {
            position: absolute;
            top: 0;
            content: "";
            z-index: 1;
            right: 0;
            background: #fff;
            height: 100%;
            width: 15px;
        }

        .menuwizard ul li {
            float: right;
            position: relative;
            z-index: 1;
            list-style: none;
            margin: 0;
            border-left: 1px #fff solid;
        }

            .menuwizard ul li:last-child {
                border-left: none;
            }

            .menuwizard ul li a {
                float: right;
                text-decoration: none !important;
                background: #f1f5f7;
                color: #6c757d;
                padding: 10px 15px;
                text-align: right;
            }

                .menuwizard ul li a:hover {
                    background: #e2e6e7;
                }

                .menuwizard ul li a.active {
                    background: #71b6f9;
                    color: #fff;
                }

                .menuwizard ul li a i {
                    float: right;
                    width: 100%;
                    font-style: normal;
                    font-size: 24px;
                    font-family: "GE_SS_Two_Medium";
                }

                .menuwizard ul li a span {
                    font-size: 16px;
                    width: 100%;
                    font-family: "GE_SS_Two_Medium";
                }


.imgnewdetails {
    float: right;
    max-width: 400px;
    width: auto;
    margin: 0 0 10px 20px;
    border: 1px #ddd solid;
    padding: 1%;
}

    .imgnewdetails img {
        position: relative;
        float: right;
        width: auto;
        max-width: 100%;
        margin: 0;
        width: auto;
    }

    .imgnewdetails span {
        position: relative;
        float: right;
        width: 100%;
        text-align: center;
        color: #000;
        font-size: 17px;
        margin: 5px 0 0;
    }

.datenews {
    color: #999;
    margin: -10px -15px 15px 0;
    direction: rtl;
    display: inherit;
    font-size: 14px;
    line-height: 16px;
    height: 18px;
}

.accesotiszone {
    float: left;
    width: auto;
    margin: -10px 0 15px -15px;
}

.sharenews {
    float: left;
    width: auto;
    margin: 0;
    position: relative;
}

    .sharenews ul {
        float: left;
        width: auto;
        margin: 0;
    }

    .sharenews li {
        float: left;
        width: auto;
        list-style: none;
        overflow: hidden;
        width: 30px;
        height: 30px;
        border: 1px #999 solid;
        border-radius: 15px;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .sharenews li a {
            float: left;
            width: 30px;
            height: 30px;
            color: #999;
            text-align: center;
            line-height: 30px;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            -ms-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

            .sharenews li a:hover {
                color: #3181c8;
            }

            .sharenews li a i {
                height: 30px;
                line-height: 30px;
                font-size: 16px;
            }

    .sharenews ul li ul {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        width: 90px;
        float: left;
    }

        .sharenews ul li ul li {
            border: none;
            width: 30px !important;
        }

    .sharenews ul li:hover ul {
        display: block;
    }

    .sharenews ul li:hover {
        width: 130px;
    }

    .sharenews ul li ul li:hover {
        width: 30px;
    }

.shiftinner {
    position: relative;
    z-index: 1;
    margin: -70px 0 0;
    min-height: 400px;
}

.sharenews a:not([href]):not([tabindex]) {
    color: #999;
}

    .sharenews a:not([href]):not([tabindex]):hover {
        color: #999;
    }

.issuenewsd {
    float: left;
    width: auto;
    margin: 0 8px 0 0;
}

    .issuenewsd a {
        float: right;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        margin: 0 !important;
        border: 1px #999 solid;
        border-radius: 50%;
        color: #999;
    }

        .issuenewsd a i {
            height: 32px;
            line-height: 32px;
        }

.frameform {
    border: 1px #ddd solid;
    float: right;
    width: 100%;
    margin: 0 0 15px;
    padding: 10px;
}

.titleform {
    border-bottom: 1px #ddd solid;
    float: right;
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 6px;
    line-height: 30px;
    color: #002b55;
    font-size: 17px;
    font-family: "GE_SS_Two_Medium";
}

    .titleform i {
        font-size: 22px;
        line-height: 30px;
        height: 30px;
        margin: 0 0 0 5px;
        top: 3px;
        position: relative;
    }

.loginrow {
    float: right;
    width: 100%;
    margin: 0 0 10px;
}

    .loginrow span {
        float: right;
        width: 100px;
        margin: 0 0 0 10px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
        color: #494949;
    }

.textboxsignup {
    float: right;
    width: 220px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 0 0 10px;
    color: #999;
    border: 1px #ddd solid;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.uploadboxsignup {
    float: right;
    width: 232px !important;
    height: 28px !important;
    line-height: 28px !important;
    font-size: 12px;
    margin: 0 0 10px 10px !important;
    color: #999;
    border: 1px #ddd solid;
}

.textareaignup {
    float: right;
    width: 220px;
    height: 55px;
    line-height: 22px;
    font-size: 12px;
    margin: 0 0 0 10px;
    color: #999;
    border: 1px #ddd solid;
}

.loginrow b {
    float: right;
    width: 12px;
    font-size: 18px;
    color: red;
}

.btnsendcomment {
    cursor: pointer;
    float: right;
    background: #ffd200;
    border-radius: 5px;
    border: none;
    color: #002b55;
    font-size: 16px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
}

.resaultlogin {
    float: right;
    width: 100%;
    border-top: 1px #ddd solid;
    padding: 0;
    line-height: 40px;
    font-size: 18px;
}

    .resaultlogin i {
        font-size: 22px;
        line-height: 40px;
        position: relative;
        top: 4px;
    }

.truemode {
    color: green;
}

.falsemode {
    color: red;
}

.filterinnerzone {
    float: right;
    width: 100%;
    background: #f6f6f6;
    padding: 15px 0 30px;
}

.borderrl {
    border-left: 1px #f3f3f3 solid;
    border-right: 1px #f3f3f3 solid;
    padding: 0 0 20px;
}

.contenttabegy {
    float: right;
    width: 100%;
    margin: 20px 0 0;
}

.contentin {
    float: right;
    width: 100%;
}

    .contentin table {
        width: 100%;
        border-collapse: collapse;
    }
    /* Zebra striping */
    .contentin tr:nth-of-type(odd) {
        background: #f6f6f6;
    }

    .contentin td,
    .contentin th {
        padding: 9px 6px;
        border: 1px solid #e5e3e3;
        text-align: right;
    }

    .contentin th {
        background: #3181c8;
        color: #fff;
        font-weight: bold;
        border: none;
    }

    .contentin a {
        color: #fff;
        background: #ffd200;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
        display: inline-block;
    }

        .contentin a i {
            height: 30px;
            font-size: 16px;
            line-height: 30px;
        }

    .contentin th:last-child,
    .contentin td:last-child {
        text-align: center;
    }

.bluesky {
    width: 100%;
    float: right;
    margin: 0;
    padding: 20px 1% 0;
    background: #48a0dc;
}

.importlinks {
    float: right;
    position: relative;
    width: auto;
    max-width: 252px;
    margin: 0 0 15px 30px;
    padding: 0 80px 0 0;
    height: 80px;
    overflow: hidden;
}

    .importlinks a {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .importlinks img {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .importlinks i {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        font-size: 50px;
        height: 79px;
        line-height: 79px;
        color: #fff;
        width: 74px;
        text-align: center;
    }

    .importlinks p {
        width: 100%;
        float: right;
        color: #fff;
        font-size: 20px;
        max-height: 72px;
        font-family: "GE_SS_Two_Medium";
        line-height: 24px;
        margin: 0;
        padding: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.titlesocial {
    float: right;
    width: 100%;
    color: #999;
    font-size: 25px;
    font-family: "GE_SS_Two_Medium";
    margin: 0 0 7px;
}

.socialitems {
    float: right;
    width: 100%;
}

    .socialitems ul {
        float: right;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .socialitems li {
        float: right;
        width: 20%;
        list-style: none;
        margin: 4px 0 0;
    }

        .socialitems li a {
            float: left;
            width: auto;
            font-size: 20px;
            font-family: "GE_SS_Two_Medium";
        }

            .socialitems li a:hover {
                text-decoration: none !important;
            }

            .socialitems li a i {
                float: right;
                width: 40px;
                height: 40px;
                text-align: center;
                border-radius: 10px;
                margin: 0 0 0 15px;
                color: #fff;
                font-size: 24px;
                line-height: 40px;
            }

a.facebook i {
    background: #3a589e;
}

a.facebook span {
    color: #3a589e;
}

a.twitter i {
    background: #00bbee;
}

a.twitter span {
    color: #00bbee;
}

a.googleplus i {
    background: #dc4a38;
}

a.googleplus span {
    color: #dc4a38;
}

a.youtube i {
    background: #ff0000;
}

a.youtube span {
    color: #ff0000;
}

a.soundcloud i {
    background: #ff7900;
}

a.soundcloud span {
    color: #ff7900;
}

.servhomtitle {
    float: right;
    width: 100%;
    color: #393939;
    font-size: 36px;
    font-family: "GE_SS_Two_Medium";
}

    .servhomtitle span {
        float: right;
        width: 100%;
        color: #393939;
        font-size: 22px;
        font-family: "GE_SS_Two_Light";
    }

.qnewsslider {
    float: right;
    width: 460px;
    max-width: 100%;
    position: relative;
}

    .qnewsslider a {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .qnewsslider h2 {
        float: right;
        width: auto;
        max-width: 100%;
        color: #ffd200;
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 10px;
        padding: 0 0 10px;
        border-bottom: 1px #fff solid;
        font-family: "GE_SS_Two_Light";
    }

    .qnewsslider p {
        float: right;
        width: 100%;
        color: #fff;
        text-align: right;
        font-size: 18px;
        line-height: 24px;
        max-height: 120px;
        overflow: hidden;
    }

.newsmohafztab {
    float: right;
    width: 100%;
    position: relative;
}

.mohafezvisits {
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    height: 230px;
}

    .mohafezvisits a {
        width: 100%;
        position: absolute;
        border-radius: 10px 10px 0 0;
        height: 100%;
        z-index: 3;
    }

.shadowabov {
    width: 100%;
    direction: rtl;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

    .shadowabov p {
        width: 100%;
        float: right;
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        max-height: 88px;
        overflow: hidden;
        margin: 0 0 5px;
    }

    .shadowabov span {
        width: 100%;
        float: right;
        color: #ffd345;
        font-size: 14px;
        position: relative;
        padding: 0 20px 0 0;
    }

        .shadowabov span:after {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 16px;
            font-family: "FontAwesome";
            content: "\f073";
        }

.mohafezvisits img {
    position: absolute;
    min-width: 100%;
    width: auto !important;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    min-height: 230px;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.seeallmohafiz {
    float: right;
    width: 100%;
    background: #ebf1f5;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 0 0 10px 10px;
}

    .seeallmohafiz a {
        color: #666;
        font-size: 16px;
        float: right;
        padding: 0 15px 0 0;
        width: auto;
        position: relative;
        text-decoration: none !important;
    }

        .seeallmohafiz a:hover {
            color: #000;
        }

        .seeallmohafiz a:after {
            position: absolute;
            top: 2px;
            right: 0;
            font-size: 16px;
            font-family: "FontAwesome";
            content: "\f100";
        }

.spacetabcarual {
    float: right;
    width: 100%;
    height: 30px;
}

.smalllable {
    float: right;
    width: 100%;
    position: relative;
    height: 70px;
    border-radius: 10px;
}

    .smalllable a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .smalllable p {
        position: absolute;
        width: 90% !important;
        top: 50%;
        left: 50%;
        margin: 0 !important;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        max-height: 70px;
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

.yellowzone {
    background: #ffd200;
}

    .yellowzone p {
        color: #3a464e;
        font-size: 20px;
    }

    .yellowzone i {
        font-size: 28px;
    }

.votetab {
    float: right;
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

    .votetab a {
        position: absolute;
        width: 100%;
        padding: 0 36px 0 0;
        text-decoration: none !important;
        height: 40px;
        bottom: 0;
        right: 0;
        z-index: 4;
        border-radius: 0 0 10px 10px;
        color: #fff;
        background: #48a0dc;
        line-height: 34px;
    }

        .votetab a:after {
            position: absolute;
            top: 0;
            right: 15px;
            font-size: 16px;
            font-family: "FontAwesome";
            content: "\f00c";
        }

    .votetab:hover a {
        color: #ffd200;
    }

    .votetab img {
        position: absolute;
        min-width: 100%;
        width: auto !important;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 1;
        height: 130px;
        -webkit-transform: translateX(-50%);
    }

.bluezone {
    background: #48a0dc;
}

    .bluezone p {
        color: #fff;
        font-size: 13px;
    }

    .bluezone span {
        font-size: 28px;
        float: right;
        width: 80%;
        height: 33px;
        line-height: 33px;
    }

    .bluezone i {
        font-size: 44px;
        height: 52px;
        float: right;
        width: 20%;
        padding: 8px 12px 0 0;
    }

    .bluezone:hover p {
        color: #ffd200;
    }

.weatherlable {
    background: #48a0dc url(../images/weathericon.png) 90% 50% no-repeat;
}

    .weatherlable p {
        color: #fff;
        font-size: 20px;
        font-family: "GE_SS_Two_Medium";
        padding-right: 70px;
    }

.eventstabicon {
    background: #48a0dc url(../images/calendericon.png) 90% 50% no-repeat;
}

    .eventstabicon p {
        color: #fff;
        font-size: 16px;
        font-family: "GE_SS_Two_Medium";
        padding-right: 70px;
    }

.weatherlable:hover p {
    color: #ffd200;
}

.oneads {
    float: right;
    width: 100%;
    height: 370px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background: #ebf1f5;
}

    .oneads a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 3;
        border-radius: 10px;
    }

    .oneads img {
        position: absolute;
        min-width: 100%;
        width: auto !important;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        height: 370px;
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

.labelblueads {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 48px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #48a0dc;
    bottom: 40px;
    right: 0;
    z-index: 2;
}

.desitionstab {
    float: right;
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

a.desitionshyber {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 4;
    border-radius: 10px;
}

.desitionstab img {
    position: absolute;
    min-width: 100%;
    width: auto !important;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    height: 170px;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.desitionews {
    position: absolute;
    top: 8px;
    right: 0;
    width: 100%;
}

.blueicondes {
    background: url(../images/filesicon.png) top center no-repeat;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 91px;
    height: 79px;
}

.yelliconmin {
    background: url(../images/monaksaicon.png) top center no-repeat;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 91px;
    height: 79px;
}

.desitionews p {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0 120px 0 15px;
}

a.linkdesition {
    float: right;
    width: 100%;
    margin: 0 0 8px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    max-height: 88px;
    line-height: 22px;
    text-decoration: none !important;
}

    a.linkdesition:hover {
        color: #000;
    }

.desitionews span {
    float: right;
    width: auto;
    padding: 0 20px 0 0;
    position: relative;
    color: #999;
    font-size: 13px;
}

    .desitionews span:after {
        position: absolute;
        right: 0;
        font-size: 15px;
        font-family: "FontAwesome";
        content: "\f017";
    }

.desitionews strong {
    float: right;
    width: auto;
    padding: 0 16px 0 0;
    position: relative;
    color: #999;
    font-weight: normal;
    font-size: 13px;
}

    .desitionews strong:after {
        position: absolute;
        right: 0;
        font-size: 15px;
        font-family: "FontAwesome";
        content: "\f041";
    }

a.downloaddestab {
    float: left;
    width: auto;
    font-size: 13px;
    color: #999;
    padding: 0 20px 0 0;
    text-decoration: none !important;
    position: relative;
}

    a.downloaddestab:hover {
        color: #48a0dc;
    }

    a.downloaddestab:after {
        position: absolute;
        right: 0;
        font-size: 15px;
        font-family: "FontAwesome";
        content: "\f0ed";
    }

.titleads {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    width: 200px;
}

    .titleads h2 {
        float: right;
        width: 100%;
        color: #fff;
        font-size: 22px;
        margin: 0 0 10px;
    }

    .titleads p {
        float: right;
        width: 100%;
        color: #fff;
        font-size: 16px;
    }

.bluelight {
    background: #ebf1f5;
}

.softwhite {
    border: 1px #48a0dc solid;
}

a.alldesitions {
    position: absolute;
    width: 100%;
    padding: 0 30px 0 0;
    text-decoration: none !important;
    height: 40px;
    bottom: 0;
    right: 0;
    z-index: 4;
    border-top: 1px #fff solid;
    border-radius: 0 0 10px 10px;
    color: #666;
    line-height: 34px;
}

    a.alldesitions:after {
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 16px;
        font-family: "FontAwesome";
        content: "\f100";
    }

    a.alldesitions:hover {
        color: #000;
    }

a.allmonaksa {
    position: absolute;
    width: 100%;
    padding: 0 30px 0 0;
    text-decoration: none !important;
    height: 40px;
    bottom: 0;
    right: 0;
    z-index: 4;
    border-top: 1px #48a0dc solid;
    border-radius: 0 0 10px 10px;
    color: #666;
    line-height: 34px;
}

    a.allmonaksa:after {
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 16px;
        font-family: "FontAwesome";
        content: "\f100";
    }

    a.allmonaksa:hover {
        color: #000;
    }

.titlelisttowns {
    float: right;
    width: 100%;
    margin: 0 0 15px;
    background: #48a0dc;
    color: #fff;
    font-size: 20px;
    position: relative;
    height: 40px;
    line-height: 32px;
    padding: 0 15px;
    text-align: right;
    border-radius: 10px 10px 0 0;
}

    .titlelisttowns:after {
        color: #48a0dc;
        font-size: 32px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        font-family: "FontAwesome";
        content: "\f0d7";
    }

.listtowns {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0 15px;
}

    .listtowns li {
        float: right;
        width: 100%;
        margin: 0 0 3px;
        padding: 0;
        list-style: none;
    }

        .listtowns li a {
            float: right;
            width: auto;
            position: relative;
            padding: 0 25px 0 0;
            color: #3a464e;
            font-size: 15px;
            text-decoration: none;
        }

            .listtowns li a:before {
                position: absolute;
                top: 5px;
                right: 0;
                font-size: 14px;
                font-family: "FontAwesome";
                content: "\f177";
            }

            .listtowns li a:hover {
                color: #3a464e;
            }

a.centerwordad {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 4;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    height: 60px;
    line-height: 48px;
    font-size: 20px;
    text-align: center;
    text-decoration: none !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.newstabalex {
    float: right;
    width: 100%;
    height: 370px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    border: 1px #ddd solid;
}

.newstalitem {
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    height: 170px;
}

    .newstalitem a {
        width: 100%;
        position: absolute;
        border-radius: 10px 10px 0 0;
        height: 100%;
        z-index: 3;
    }

    .newstalitem span {
        width: auto;
        position: absolute;
        border-radius: 18px;
        background: #ffd200;
        top: 15px;
        left: 15px;
        color: #3a464e;
        font-size: 16px;
        padding: 0 15px;
        height: 32px;
        line-height: 26px;
        z-index: 2;
    }

    .newstalitem img {
        position: absolute;
        min-width: 100%;
        width: auto !important;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        min-height: 170px;
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

.newscontenttab {
    float: right;
    width: 100%;
    position: relative;
    margin: 8px 0 0;
    padding: 0 15px;
    height: 150px;
}

    .newscontenttab h3 {
        float: right;
        width: 100%;
        margin: 0 0 5px;
        max-height: 60px;
        overflow: hidden;
        color: #3a464e;
        line-height: 19px;
        font-size: 15px;
    }

    .newscontenttab p {
        float: right;
        width: 100%;
        margin: 0;
        overflow: hidden;
        max-height: 54px;
        font-size: 14px;
        color: #666;
        line-height: 18px;
    }

    .newscontenttab span {
        position: absolute;
        bottom: 10px;
        right: 15px;
        padding: 0 18px 0 0;
        color: #999;
        font-size: 13px;
    }

        .newscontenttab span:after {
            position: absolute;
            right: 0;
            font-size: 15px;
            content: "\f073";
            font-family: "FontAwesome";
        }

    .newscontenttab a {
        position: absolute;
        bottom: 7px;
        left: 15px;
        color: #ffd345;
        font-size: 16px;
        font-family: "GE_SS_Two_Medium";
        text-decoration: none !important;
    }

        .newscontenttab a:hover {
            color: #000;
        }

.newsarcivetab {
    float: right;
    width: 100%;
    position: relative;
    margin: 0 0 9px;
    padding: 0 90px 0 0;
}

.item div.newsarcivetab:last-child {
    margin: 0 0 1px;
}

.newsarcivetab a {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.newsimgtab {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
}

    .newsimgtab img {
        position: absolute;
        min-width: 100%;
        width: auto !important;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        min-height: 80px;
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

.newsarcivetab h4 {
    float: right;
    width: 100%;
    margin: 0 0 8px;
    color: #3a464e;
    font-size: 14px;
    line-height: 19px;
    max-height: 57px;
    overflow: hidden;
}

.newsarcivetab span {
    float: right;
    width: auto;
    color: #999;
    font-size: 12px;
    padding: 0 18px 0 0;
}

    .newsarcivetab span:after {
        position: absolute;
        right: 90px;
        font-size: 14px;
        content: "\f073";
        font-family: "FontAwesome";
    }

.newsarcivetab p {
    float: left;
    width: auto;
    color: #ffd345;
    font-size: 13px;
    padding: 3px 8px 5px;
    border: 1px #ffd345 solid;
    border-radius: 3px;
    height: 20px;
    line-height: 8px;
    margin: 0;
}

.iframevideotab {
    float: right;
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

    .iframevideotab a {
        position: absolute;
        z-index: 3;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url(../images/videoyoutube.png) center center no-repeat;
    }

    .iframevideotab img {
        position: absolute;
        min-width: 100%;
        width: auto !important;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        min-height: 270px;
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

.calendertab {
    position: absolute;
    top: 6px;
    right: 15px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: url(../images/bgcalender.png) center center no-repeat;
    width: 97px;
    height: 106px;
}

    .calendertab h5 {
        float: right;
        width: 100%;
        font-size: 30px;
        margin: 25px 0 8px;
        height: 22px;
    }

.nametawn {
    position: absolute;
    top: 6px;
    right: 15px;
    z-index: 3;
    border: 4px #48a0dc solid;
    width: 99px;
    height: 100px;
    padding: 5px 10px;
    line-height: 25px;
    color: #48a0dc;
    font-size: 20px;
    text-align: center;
}

.alermstabicon {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    border-radius: 0 10px 10px 0;
    background: #48a0dc;
    text-align: center;
    color: #fff;
}

    .alermstabicon span {
        float: right;
        width: 100%;
        font-size: 20px;
        margin: 15px 0;
    }

    .alermstabicon img {
        position: absolute;
        min-width: 77px !important;
        width: auto !important;
        left: 50%;
        top: 58%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        height: 79px !important;
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

.alermlinks {
    float: right;
    width: 100%;
    height: 170px;
    padding: 0 130px 0 15px;
    position: relative;
}

    .alermlinks a {
        position: absolute;
        top: 50%;
        color: #666;
        font-size: 16px;
        line-height: 22px;
        max-height: 120px;
        transform: translateY(-50%);
        z-index: 1;
        -webkit-transform: translateY(-50%);
    }

        .alermlinks a:hover {
            color: #48a0dc;
            text-decoration: none;
        }

.language {
    float: left;
    width: auto;
    margin-top: 6px;
}

    .language a {
        float: left;
        width: 24px;
        height: 24px;
        font-family: "GE_SS_Two_Medium";
        border-radius: 3px;
        text-align: center;
        border: 1px #0c1f38 solid;
        margin: 0 5px 0 0;
        color: #0c1f38;
        font-size: 14px;
    }

        .language a:hover {
            color: #fff;
            background: #0c1f38;
            text-decoration: none;
        }

.socialtop {
    float: left;
    width: auto;
    margin: 10px 0 0 10px;
}

    .socialtop a {
        float: left;
        width: auto;
        margin: 0 10px 0 0;
        color: #0c1f38;
        font-size: 16px;
    }

a.facebooktop:hover {
    color: #3a589e;
}

a.twittertop:hover {
    color: #00bbee;
}

a.youtubetop:hover {
    color: #ff0000;
}

a.instgramtop:hover {
    color: #ea713a;
}

a.electgate {
    float: left;
    width: auto;
    margin: 2px 0 0 0;
}

.unitslist ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    text-align: right;
}

    .unitslist ul li {
        margin: 0 0 5px 5px;
        list-style: none;
        padding: 8px 5px 7px;
        background: #f3f3f3;
        color: #666;
        display: inline-block;
        font-size: 15px;
        border: 1px #ddd solid;
        border-radius: 3px;
    }

.tablebuilding {
    padding: 5px;
    float: right;
    width: 100%;
    background: #eee;
}

.masterbuilding {
    width: 100%;
}

    .masterbuilding th {
        padding: 6px 5px 8px;
        color: #fff;
        font-family: "GE_SS_Two_Medium";
        background: #365676;
        font-size: 18px;
        border-left: 1px #eee solid;
        text-align: center;
    }

        .masterbuilding th:last-child {
            border-left: none;
        }

        .masterbuilding th:nth-child(2) {
            text-align: right;
        }

    .masterbuilding td {
        background: #d5d5d5;
        border-left: 1px #eee solid;
        padding: 8px 5px 10px;
        color: #002b55;
        font-size: 20px;
        text-align: center;
    }

    .masterbuilding .subRealEstate td {
        background: #fff;
        border-bottom: 1px #eee solid;
    }

    .masterbuilding td:first-child {
        width: 50px;
    }

    .masterbuilding td:nth-child(2) {
        text-align: right;
    }

    .masterbuilding td:nth-child(3) {
        width: 132px;
    }

    .masterbuilding td:nth-child(4) {
        width: 120px;
    }

    .masterbuilding td:nth-child(5) {
        width: 120px;
    }

        .masterbuilding td:nth-child(5) a:first-child {
            margin-bottom: -5px;
        }

    .masterbuilding td:nth-child(6) {
        width: 80px;
    }

    .masterbuilding td:last-child {
        border-left: none;
        width: 100px;
        text-align: center;
    }

    .masterbuilding a {
        color: #fff !important;
        font-size: 13px;
        height: 18px;
        border-radius: 3px;
        padding: 8px 10px;
        text-decoration: none !important;
    }

.arrowsside {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/arrows.svg) center no-repeat;
    background-size: 100%;
}

.masterbuilding a.masterTooltip {
    display: inline-block;
    cursor: pointer;
    height: 20px;
    cursor: pointer;
    width: 20px;
    padding: 0px !important;
    margin-right: 2px;
    margin-left: 2px;
}

.masterbuilding a.editbulding {
    background: #f6931e;
}

.masterbuilding a.addunitbtn {
    background: #8ac14a;
}

.masterunits {
    width: 100%;
}

    .masterunits td {
        background: #fff;
        font-size: 19px;
        border-left: 1px #eee solid;
        border-bottom: 1px #eee solid;
        padding: 6px 5px 8px;
        color: #002b55;
        text-align: center;
    }

        .masterunits td:first-child {
            width: 50px;
            background: none;
            border: none;
        }

        .masterunits td:nth-child(2) {
            text-align: right;
        }

        .masterunits td:nth-child(3) {
            width: 120px;
        }

        .masterunits td:nth-child(4) {
            width: 120px;
        }

        .masterunits td:nth-child(5) {
            width: 120px;
        }

            .masterunits td:nth-child(5) a:first-child {
                margin-bottom: -4px;
            }

        .masterunits td:nth-child(6) {
            width: 80px;
        }

        .masterunits td:last-child {
            border-left: none;
            width: 100px;
            text-align: center;
        }

    .masterunits a {
        color: #fff !important;
        font-size: 13px;
        height: 18px;
        border-radius: 3px;
        padding: 8px 10px;
        text-decoration: none !important;
    }

        .masterunits a.masterTooltip {
            display: inline-block;
            height: 20px;
            width: 20px;
            cursor: pointer;
            padding: 0px !important;
            margin-right: 2px;
            margin-left: 2px;
        }

        .masterunits a.editunit {
            background: #04a7f1;
        }

        .masterunits a.removeunit {
            background: #e31c23;
        }

.masterbuilding .subRealEstate a.editunit {
    background: #04a7f1;
}

.masterbuilding .subRealEstate a.removeunit {
    background: #e31c23;
}

.popup-overlay {
    /*Hides pop-up when there is no "active" class*/
    visibility: hidden;
    position: fixed;
    z-index: 10001;
    background: #ffffff;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
}

    .popup-overlay.active {
        /*displays pop-up when "active" class is present*/
        visibility: visible;
        text-align: right;
    }

.popup-overlay2 {
    /*Hides pop-up when there is no "active" class*/
    visibility: hidden;
    position: fixed;
    z-index: 10001;
    background: #ffffff;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
}

    .popup-overlay2.active {
        /*displays pop-up when "active" class is present*/
        visibility: visible;
        text-align: right;
    }

.popup-overlay3 {
    /*Hides pop-up when there is no "active" class*/
    visibility: hidden;
    position: fixed;
    z-index: 10001;
    background: #ffffff;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
}

    .popup-overlay3.active {
        /*displays pop-up when "active" class is present*/
        visibility: visible;
        text-align: right;
    }

.popup-overlay4 {
    /*Hides pop-up when there is no "active" class*/
    visibility: hidden;
    position: fixed;
    z-index: 10001;
    background: #ffffff;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
}

    .popup-overlay4.active {
        /*displays pop-up when "active" class is present*/
        visibility: visible;
        text-align: right;
    }

.popup-content {
    /*Hides pop-up content when there is no "active" class */
    left: 50%;
    top: 50%;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    padding: 15px 15px 15px;
    width: 900px;
    max-height: 500px;
    max-width: 94%;
    border: 1px #ddd solid;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    box-shadow: 0 0 1px rgba(27, 34, 44, 0.12), 0 16px 40px -8px rgba(27, 34, 44, 0.2);
}

    .popup-content .scrollpopup {
        /*Hides pop-up content when there is no "active" class */
        float: right;
        width: 100%;
        max-height: 450px;
        overflow-y: auto;
    }

.modal .scrollpopup {
    /*Hides pop-up content when there is no "active" class */
    float: right;
    width: 100%;
    max-height: 450px;
    overflow-y: auto;
}

.popup-content .scrollpopups {
    /*Hides pop-up content when there is no "active" class */
    float: right;
    width: 100%;
    max-height: 380px;
    overflow-y: auto;
}

.titlesorderpopup {
    float: right;
    width: 100%;
    margin: 10px 0;
    padding: 0 0 10px;
    font-size: 1.2em;
    color: #000;
    border-bottom: 1px #ddd solid;
    font-family: "GE_SS_Two_Medium";
}

.popup-content .tox .tox-menubar {
    display: none;
}

.popup-content h4 {
    font-size: 18px;
    border-bottom: 1px #ddd solid;
    margin: 0 0 10px;
    float: right;
    width: 100%;
    padding: 0 0 10px;
}

.popup-content .close {
    top: -5px;
    margin-right: 10px;
    position: relative;
}

.popup-content [disabled] {
    background: #eee;
}

.popup-content p {
    width: 100%;
    line-height: 22px;
    height: 80px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    overflow: hidden;
}

.popup-content b.informations {
    height: unset !important;
    line-height: unset !important;
    margin: 0 0 10px;
    display: inline-block;
    font-size: 1.2em;
}

.popup-content b.numberyear {
    height: unset !important;
    line-height: unset !important;
    float: left;
    border: 1px #333 solid;
    padding: 10px;
    text-align: center;
}

    .popup-content b.numberyear span {
        display: inline-block;
        width: 100%;
        padding: 0 0 10px;
        border-bottom: 1px #333 solid;
        margin: 0 0 10px;
    }

ol.orderslist {
    padding-right: 20px;
}

    ol.orderslist li {
        font-size: 1.2em;
        color: #000;
        margin: 0 0 5px;
    }

.popup-content strong {
    width: 80%;
    line-height: 22px;
    min-height: 22px;
    display: inline-block;
    margin: 0;
    border: 1px #999 solid;
    border-radius: 3px;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.autocomplete strong {
    width: auto !important;
    line-height: unset !important;
    min-height: unset !important;
    display: unset !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    text-align: right !important;
    padding: 0 !important;
    font-size: 16px !important;
}

.popup-content ol.partsprint {
    width: 90%;
    line-height: 22px;
    min-height: 22px;
    display: inline-block;
    margin: 0;
    border-radius: 3px;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.clearzone {
    clear: both;
}

.mastersupport {
    width: 100%;
}

    .mastersupport th {
        padding: 5px 5px 7px;
        color: #fff;
        background: #365676;
        font-family: "GE_SS_Two_Medium";
        font-size: 18px;
        border-left: 1px #eee solid;
        text-align: center;
    }

        .mastersupport th:last-child {
            border-left: none;
        }

    .mastersupport td {
        background: #fff;
        border-left: 1px #eee solid;
        border-bottom: 1px #eee solid;
        padding: 5px 5px 7px;
        color: #002b55;
        font-size: 18px;
        text-align: center;
    }

        .mastersupport td:first-child {
            width: 50px;
        }

        .mastersupport td:nth-child(2) {
            width: 90px;
        }

        .mastersupport td:nth-child(3) {
            width: 150px;
        }

        .mastersupport td:nth-child(3) {
            width: 140px;
        }

        .mastersupport td:nth-child(4) {
            /*width: 140px*/
        }

        .mastersupport td:nth-child(5) {
            width: 130px;
        }

        .mastersupport td:nth-child(7) {
            width: 88px;
        }

    .mastersupport a.addunitbtn {
        background: #8bc34a;
    }

    .mastersupport td:last-child {
        border-left: none;
        width: 110px;
        text-align: center;
    }

    .mastersupport a {
        color: #fff !important;
        font-size: 13px;
        height: 18px;
        border-radius: 3px;
        padding: 8px 10px 7px;
        text-decoration: none !important;
    }

        .mastersupport a.smessage {
            background: #f6931e;
        }

        .mastersupport a i {
            background: #bd070b;
            font-size: 18px;
            width: 32px;
            height: 32px;
            text-align: center;
            line-height: 32px;
            border-radius: 3px;
        }

    .mastersupport i {
        font-size: 24px;
    }

        .mastersupport i.fa-long-arrow-right {
            color: #8bc34a;
        }

        .mastersupport i.fa-long-arrow-left {
            color: red;
        }

.nopadding {
    padding: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
}

.masterright {
    width: 100%;
}

    .masterright th {
        background: #365676;
        border-left: 1px #eee solid;
        padding: 8px 5px 10px;
        color: #fff;
        font-family: "GE_SS_Two_Medium";
        font-size: 16px;
        text-align: center;
    }

    .masterright td {
        background: #fff;
        border-left: 1px #eee solid;
        border-bottom: 1px #eee solid;
        padding: 8px 5px 10px;
        color: #002b55;
        font-size: 18px;
        text-align: center;
    }

        .masterright td:first-child {
            width: 40px;
        }

        .masterright td:nth-child(7) {
            width: 80px;
        }

        .masterright td:nth-child(8) {
            width: 90px;
        }

        .masterright td:last-child {
            border-left: none;
            width: 96px;
            text-align: center;
        }

    .masterright a {
        color: #fff !important;
        font-size: 13px;
        height: 18px;
        border-radius: 3px;
        padding: 8px 10px 8px;
        text-decoration: none !important;
    }

        .masterright a.editpaper {
            background: #04a7f1;
        }

        .masterright a.addpaper {
            background: #8ac14a;
        }

        .masterright a.sendekaf {
            background: #f6931e;
        }

.reservation {
    width: 100%;
}

    .reservation th {
        padding: 6px 5px 8px;
        color: #fff;
        background: #365676;
        font-size: 18px;
        border-left: 1px #eee solid;
        text-align: center;
    }

    .reservation .subRealEstate td {
        background: #fff;
        border-bottom: 1px #eee solid;
    }

    .reservation th:last-child {
        border-left: none;
    }

    .reservation th:nth-child(2) {
        text-align: right;
    }

    .reservation td {
        background: #d5d5d5;
        border-left: 1px #eee solid;
        padding: 8px 5px 10px;
        color: #002b55;
        font-size: 18px;
        text-align: center;
    }

        .reservation td:first-child {
            width: 32px;
        }

        .reservation td:nth-child(2) {
            text-align: right;
        }

        .reservation td:nth-child(3) {
            width: 120px;
        }

        .reservation td:nth-child(4) {
            width: 120px;
        }

        .reservation td:nth-child(5) {
            width: 120px;
        }

            .reservation td:nth-child(5) a:first-child {
                margin-bottom: -5px;
            }

        .reservation td:nth-child(6) {
            width: 228px;
        }

        .reservation td:nth-child(7) {
            width: 118px;
        }

        .reservation td:last-child {
            border-left: none;
            width: 138px;
            text-align: center;
        }

    .reservation a {
        color: #fff !important;
        font-size: 13px;
        height: 18px;
        border-radius: 3px;
        padding: 8px 10px 8px;
        text-decoration: none !important;
    }

        .reservation a.masterTooltip {
            display: inline-block;
            height: 20px;
            cursor: pointer;
            width: 20px;
            padding: 0px !important;
            margin-right: 2px;
            margin-left: 2px;
        }

        .reservation a.editbulding {
            background: #f6931e;
        }

        .reservation a.addunitbtn {
            background: #8ac14a;
        }

.applyunits {
    width: 100%;
}

    .applyunits td {
        background: #fff;
        border-left: 1px #eee solid;
        border-bottom: 1px #eee solid;
        padding: 6px 5px 8px;
        color: #002b55;
        text-align: center;
    }

        .applyunits td:first-child {
            width: 32px;
            background: none;
            border: none;
        }

        .applyunits td:nth-child(2) {
            text-align: right;
        }

        .applyunits td:nth-child(3) {
            width: 120px;
        }

        .applyunits td:nth-child(4) {
            width: 120px;
        }

        .applyunits td:nth-child(5) {
            width: 120px;
        }

            .applyunits td:nth-child(5) a:first-child {
                margin-bottom: -4px;
            }

        .applyunits td:nth-child(6) {
            width: 118px;
        }

        .applyunits td:nth-child(7) {
            width: 118px;
        }

        .applyunits td:last-child {
            border-left: none;
            width: 138px;
            text-align: center;
        }

    .applyunits a {
        color: #fff !important;
        font-size: 13px;
        height: 18px;
        border-radius: 3px;
        padding: 8px 10px 8px;
        text-decoration: none !important;
    }

        .applyunits a.masterTooltip {
            display: inline-block;
            height: 20px;
            cursor: pointer;
            width: 20px;
            cursor: pointer;
            padding: 0px !important;
            margin-right: 2px;
            margin-left: 2px;
        }

        .applyunits a.editunit {
            background: #f6931e;
        }

        .applyunits a.removeunit {
            background: #8ac14a;
        }

.formsection span.labelform {
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    min-height: 19px;
    color: rgba(27, 34, 44, 1);
    margin: 0 0 4px;
    display: inline-block;
}

.labelpopupexport {
    width: 100%;
    font-size: 1.2em;
    font-weight: 500;
    min-height: 19px;
    margin: 0 0 4px;
    display: inline-block;
}

.mastertopic {
    width: 100%;
}

    .mastertopic th {
        padding: 6px 5px 8px;
        color: #fff;
        background: #365676;
        font-size: 18px;
        border-left: 1px #eee solid;
        text-align: center;
    }

        .mastertopic th:last-child {
            border-left: none;
        }

        .mastertopic th:nth-child(2) {
            text-align: right;
        }

    .mastertopic td {
        background: #d5d5d5;
        border-left: 1px #eee solid;
        padding: 8px 5px 10px;
        color: #002b55;
        font-size: 18px;
        text-align: center;
    }

        .mastertopic td:first-child {
            width: 50px;
        }

        .mastertopic td:nth-child(2) {
            width: 120px;
        }

        .mastertopic td:nth-child(3) {
            text-align: right;
        }

        .mastertopic td:nth-child(4) {
            width: 140px;
        }

        .mastertopic td:nth-child(5) {
            width: 140px;
        }

        .mastertopic td:last-child {
            border-left: none;
            width: 105px;
            text-align: center;
        }

        .mastertopic td a.addunitbtn {
            color: #8bc34a;
            display: inline-block;
            margin: 0 2px;
            line-height: 24px;
            border-radius: 3px;
            width: 24px;
            height: 24px;
            text-align: center;
            font-size: 16px;
            background: #fff;
        }

            .mastertopic td a.addunitbtn i {
                line-height: 24px;
            }

        .mastertopic td a.editunitbtn {
            color: #04a7f1;
            display: inline-block;
            margin: 0 2px;
            line-height: 24px;
            border-radius: 3px;
            width: 24px;
            height: 24px;
            text-align: center;
            background: #fff;
            font-size: 16px;
        }

            .mastertopic td a.editunitbtn i {
                line-height: 24px;
            }

        .mastertopic td a.removeunitbtn {
            color: #e31c23;
            display: inline-block;
            line-height: 24px;
            border-radius: 3px;
            margin: 0 2px;
            font-size: 16px;
            width: 24px;
            height: 24px;
            text-align: center;
            background: #fff;
        }

            .mastertopic td a.removeunitbtn i {
                line-height: 24px;
            }

.masterparts {
    width: 95%;
    margin: 15px 5% 15px 0;
}

    .masterparts th {
        padding: 4px 5px 6px;
        color: #fff;
        background: #71b6f9;
        font-size: 15px;
        border-left: 1px #eee solid;
        text-align: center;
    }

        .masterparts th:last-child {
            border-left: none;
        }

        .masterparts th:nth-child(2) {
            text-align: right;
        }

    .masterparts td {
        background: #fff;
        border-left: 1px #eee solid;
        padding: 2px 5px 5px;
        color: #002b55;
        border-bottom: 1px #eee solid;
        font-size: 15px;
        text-align: center;
    }

        .masterparts td:first-child {
            width: 50px;
        }

        .masterparts td:nth-child(2) {
            width: 100px;
        }

        .masterparts td:nth-child(4) {
            width: 90px;
        }

        .masterparts td:nth-child(5) {
            width: 90px;
        }

        .masterparts td:nth-child(6) {
            width: 140px;
        }

        .masterparts td:nth-child(7) {
            width: 120px;
        }

        .masterparts td:nth-child(8) {
            width: 80px;
        }

        .masterparts td:last-child {
            border-left: none;
            width: 60px;
            text-align: center;
        }

        .masterparts td a {
            color: #fff;
            font-size: 12px;
            margin: 3px 0 0;
            padding: 6px 5px 5px;
            border-radius: 3px;
            display: inline-block;
            text-decoration: none !important;
        }

a.addgreen {
    background: #8bc34a;
}

a.editpart {
    background: #04a7f1;
}

a.removpart {
    background: #e31c23;
}

.formsection input[type="text"] {
    width: 96%;
    font-size: 13px;
    padding: 0 12px;
    margin: 0 0 15px;
    height: 40px;
    display: inline-block;
    color: rgba(27, 34, 44, 0.88);
    background-color: #ffffff;
    border: 1px solid #edeff0;
    border-radius: 2.5px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .formsection input[type="text"]:focus {
        border: 1px solid #ccc;
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

.formsection select {
    width: 96%;
    font-size: 13px;
    padding: 0 12px;
    margin: 0 0 15px;
    height: 40px;
    display: inline-block;
    color: rgba(27, 34, 44, 0.88);
    background-color: #ffffff;
    border: 1px solid #edeff0;
    border-radius: 2.5px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.formsection textarea {
    width: 96%;
    font-size: 13px;
    padding: 0 12px;
    margin: 0 0 15px;
    height: 80px;
    display: inline-block;
    color: rgba(27, 34, 44, 0.88);
    background-color: #ffffff;
    border: 1px solid #edeff0;
    border-radius: 2.5px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .formsection textarea:focus {
        border: 1px solid #ccc;
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

.formsection .redstar {
    color: red;
    position: absolute;
    left: 10px;
    font-size: 22px;
    top: 30px;
}

.formsection hr {
    display: inline-block;
    width: 100%;
}

.btnnext {
    width: auto;
    padding: 0 22px;
    height: 40px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    font-family: "GE_SS_Two_Medium";
    border: none;
    float: left;
    background: #4a8eff;
    border-radius: 3px;
}

.additem {
    width: auto;
    padding: 0 22px;
    height: 40px;
    margin-left: 20px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    font-family: "GE_SS_Two_Medium";
    border: none;
    float: right;
    background: #8bc34a;
    border-radius: 3px;
}

    .additem[disabled] {
        background: #ccc !important;
        color: #666 !important;
    }

.subtitleinner {
    float: right;
    width: 100%;
    font-family: "GE_SS_Two_Medium";
    color: rgba(27, 34, 44, 0.72);
    font-size: 18px;
    padding: 10px 0;
    margin: 10px 0;
}

.subsitemenu {
    float: right;
    width: 100%;
    font-family: "GE_SS_Two_Medium";
    color: rgba(27, 34, 44, 0.72);
    font-size: 18px;
    padding: 10px 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #f2f4f5;
}

    .subsitemenu ul {
        display: inline-block;
        margin: 0;
        left: 0;
        position: relative;
    }

    .subsitemenu li {
        float: right;
        width: auto;
        list-style: none;
    }

        .subsitemenu li a {
            float: right;
            width: auto;
            color: #50a4cf !important;
            text-decoration: none !important;
            font-size: 14px;
            border-left: 1px #50a4cf solid;
            padding: 0 10px 3px;
            font-family: "GE_SS_Two_Medium";
        }

        .subsitemenu li:last-child a {
            border-left: none;
        }

        .subsitemenu li a i {
            font-size: 18px;
            height: 21px;
            line-height: 25px;
        }

        .subsitemenu li a:hover {
            color: #ffd345 !important;
        }

        .subsitemenu li a.active {
            color: #ffd345 !important;
        }

    .subsitemenu .ms-webpartzone-cell {
        margin-bottom: 0;
    }

.graycaces .ms-webpartzone-cell {
    margin-bottom: 0;
}

body {
    transition: background-color 0.5s;
    overflow-x: hidden;
}

.offcanvass {
    height: 100%;
    width: 292px;
    top: 0;
    /*background: linear-gradient(180deg, #154360 0%, #154360 100%);*/
    background-color: #19131d;
    position: fixed;
    border-left: 1px solid #906da598;
    z-index: 1001;
    /*overflow-x: hidden;*/
    transition: 0.5s;
    padding: 0 5px; /*padding-right:270px;*/
}

    .offcanvass.MyClass {
        width: 75px;

    }

        .offcanvass::after {
            content: '';
            position: absolute;
            left: -1px;
            top: 0px;
            height: 65px;
            width: 2px;
            z-index: 1003;
            background-color: #19131d;
        }
        

        .offcanvass ul {
            margin: 0;
            padding: 0 5px;
            float: left;
            width: 100%;
        }

        .offcanvass ul li ul {
            margin: 0;
            padding: 0 15px 0 0;
            display: none;
            width: calc(100% - 35px);
            -webkit-transition: all ease-in-out 0.3s;
            -moz-transition: all ease-in-out 0.3s;
            -o-transition: all ease-in-out 0.3s;
            -ms-transition: all ease-in-out 0.3s;
            transition: all ease-in-out 0.3s;
        }

        .offcanvass ul li.act.active ul {
            display: inline-block;
        }

.MyClass.offcanvass ul li.act.active ul {
    display: none;
}

.MyClass.offcanvass ul li ul {
    visibility: hidden;
    height: 0;
    opacity: 0;
    position: absolute;
    right: 74px;
}

.MyClass.offcanvass ul li:hover ul {
    visibility: visible;
    position: absolute;
    height: unset;
    opacity: 1;
    display: inline-block;
    width: 160px;
    background: #19131d;
    right: 74px;
    border-radius: 0 0 0 5px;
    padding-bottom: 5px;
}

    .MyClass.offcanvass ul li:hover ul li a:hover {
        background: rgba(255, 255, 255, 0.1);
        width: calc(100% - 15px);
        border-radius: 5px;
    }

.MyClass ul {
    margin-left: 0;
}


.offcanvass ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    font-size: 20px;
}

    .offcanvass ul li ul li {
        list-style: none;
        display: inline-block;
        width: 100%;
        font-size: 18px;
    }

    .offcanvass ul li:last-child {
        border-bottom: none;
    }

    .offcanvass ul li a {
        min-height: 42px;
        text-decoration: none !important;
        font-size: 14px;
        margin: 0;
        border-radius: 5px;
        position: relative;
        font-weight: 500;
        color: #fff !important;
        display: block;
        transition: 0.3s;
        padding: 12px 0 9px;
    }

    .offcanvass ul li ul li a {
        min-height: 38px;
        text-decoration: none !important;
        font-size: 13px;
        font-weight: 500;
        margin: 0;
        border-radius: 5px;
        position: relative;
        color: #4F46E5;
        display: block;
        transition: 0.3s;
        padding: 12px 10px 9px;
    }

    .offcanvass ul li.active a {
        background: #154360;
    }

    .offcanvass ul li.act a {
        position: relative;
    }

        .offcanvass ul li.act a::before {
            position: absolute;
            top: 12px;
            left: 10px;
            font-family: FontAwesome;
            content: "\f107";
        }

    .offcanvass ul li.active.act a::before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

.MyClass.offcanvass ul li.act a::before {
    display: none;
}

.offcanvass ul li.act ul li a::before {
    display: none;
}

.offcanvass ul li.active.act a {
    background: transparent;
}

.MyClass.offcanvass ul li.active.act a {
    background: #DCDEF9;
}

.offcanvass ul li.active.act a:hover {
    background: #DCDEF9;
}

.offcanvass ul li.active ul li a {
    background: transparent;
}

.offcanvass ul li ul li.selected a {
    background: #154360;
}

.offcanvass ul li.active ul li.selected a {
    background: #154360;
}

.offcanvass.MyClass ul li a {
    border-radius: 0 5px 5px 0;
}

.offcanvass.MyClass ul li.active a {
    border-radius: 5px;
}

.offcanvass ul li:hover a {
    background: #19131d;
}

.offcanvass ul li:hover ul li a {
    background: none;
}

    .offcanvass ul li:hover ul li a:hover {
        background: #154360;
    }

.offcanvass ul li a i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 2;
    font-size: 20px;
}

.offcanvass ul li a span {
    width: 180px;
    height: 40px;
    right: 60px;
    line-height: 40px;
    text-align: right;
    position: absolute;
    top: 0;
    z-index: 2;
    font-size: 16px;
}


/*.MyClass ul li a i {
  right: auto;
  left: 4px;
}*/

.offcanvass ul li a:hover {
    background: #312638 !important;
}

.MyClass ul li a span {
    display: none;
    position: absolute;
    background: #19131d;
    width: 169px;
    height: 42px;
    padding: 0 10px 0 10px;
    line-height: 38px;
    border-radius: 5px 0 0 0;
    top: 0;
}

.MyClass ul li.active a span::before {
    content: '';
    right: -10px;
    position: absolute;
    width: 10px;
    height: 100%;
    background: #19131d;
    top: 0
}

.MyClass ul li:hover a span {
    display: block;
}

.tooltips {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #002b55;
    border-radius: 5px;
    z-index: 10000;
    padding: 10px;
    color: #fff;
    font-size: 12px Arial;
}

.offcanvass a:hover,
.offcanvass a:focus {
    color: #4B5563;
}

.offcanvass a.actives {
    color: #4B5563;
}

.whitehead {
    float: right;
    width: 100%;
    padding: 12px 0;
    background: #fff;
    text-align: right;
}

    .whitehead h2 {
        color: rgba(27, 34, 44, 0.72);
        font-size: 22px;
        margin: 15px 0;
    }

.closeOffcanvas {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}

#mainContent {
    transition: margin-right 0.5s;
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.paddingicons {
    width: calc(100% - 75px);
    background-color: #312638;
}

.paddingsidbar {
    width: calc(100% - 292px);
}

#mainContentup {
    transition: margin-right 0.5s;
    width: 100%;
    margin-top: 0;
}

.sideaccordion {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 0 0 50px;
}

.sideaccordion {
    position: absolute;
    z-index: 100;
    top: 0;
}

.padcontent {
    top: 42px;
    position: relative;
}

.sideaccordion.fixed {
    position: absolute;
    top: 0;
    left: 0;
}

.iconopen {
    background-color: #312638;
    display: block;
    line-height: 36px;
    width: 40px;
    text-align: center;
    border-radius: 3px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    border: 1px solid #906da598;
    overflow:hidden;
}

    .iconopen svg {
        transform: scale(2);
        -webkit-transform: scale(2);
        color:white !important;
    }

    .iconopen:before {
        position: absolute;
        width: 40px;
        display: none;
        text-align: center;
        line-height: 40px;
        height: 40px;
        font-size: 12px;
        color: #79899d;
        font-family: "bootstrap-icons";
    }

.overlay3 {
    background-color: #fff;
    display: block;
    text-align: center;
    width: 40px;
    line-height: 36px;
    border-radius: 3px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 8px;
    background-color: #a99571;
}

    .overlay3 svg {
        transform: scale(2);
        -webkit-transform: scale(2);
        color:white;
      
    }

    .overlay3:before {
        position: absolute;
        display: none;
        width: 40px;
        text-align: center;
        line-height: 40px;
        height: 40px;
        font-size: 12px;
        color: #79899d;
        font-family: "FontAwesome";
    }

.holdrtourism {
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 25px 0 0;
}

    .holdrtourism:before {
        position: absolute;
        top: 15px;
        right: 5px;
        width: 1px;
        height: 100%;
        background: #ddd;
        content: "";
    }

.circlenote {
    position: absolute;
    top: 10px;
    right: -24px;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    border: 1px #ddd solid;
}

    .circlenote:after {
        position: absolute;
        top: 1px;
        left: 2px;
        font-size: 5px;
        font-family: "FontAwesome";
        content: "\f111";
        color: #50acdb;
    }

.breadcrambalex {
    float: right;
    width: auto;
    border-bottom: 1px #ddd solid;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

    .breadcrambalex a {
        float: right;
        width: auto;
        text-decoration: none !important;
        padding: 0 0 0 20px;
        color: #222 !important;
        margin: 0 0 0 20px;
        position: relative;
    }

        .breadcrambalex a:after {
            position: absolute;
            top: 13px;
            left: 0;
            font-size: 5px;
            font-family: "FontAwesome";
            content: "\f111";
            color: #ffd345;
        }

        .breadcrambalex a:hover {
            color: #999 !important;
        }

    .breadcrambalex span {
        width: auto;
        color: #50acdb;
    }

.titletrip {
    float: right;
    width: 100%;
    position: relative;
    border-bottom: 1px #ddd solid;
    margin: 0 0 8px;
    padding: 0 90px 8px 0;
}

    .titletrip i {
        width: 66px;
        height: 66px;
        text-align: center;
        font-size: 30px;
        border-radius: 33px;
        line-height: 66px;
        color: #ffd200;
        position: absolute;
        top: 0;
        right: 0;
        background: #16455d;
    }

    .titletrip span {
        width: 100%;
        float: right;
        font-size: 22px;
        line-height: 66px;
        color: #50acdb;
    }

.nopaddinng {
    padding: 0 !important;
}

.albumegypt {
    float: right;
    width: 100%;
    height: 335px;
    overflow: hidden;
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    background: #eee;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: #48a0dc;
    z-index: 1020;
    text-align: center;
    overflow-y: hidden;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    max-width: 220px;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.logologin {
    width: 100%;
    text-align: center;
    float: right;
    margin-top: -130px;
}

    .logologin img {
        max-width: 90%;
    }

.copyrightlogin {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.btnsendlogin {
    float: right;
    width: 100%;
    border-top: 1px #ddd solid;
    padding: 10px 0 0;
}

    .btnsendlogin input {
        border: none;
        float: left;
        background: #4a8eff;
        color: #fff;
        font-size: 16px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        border-radius: 5px;
    }

.titlelogin {
    float: right;
    width: 100%;
    border-bottom: 1px #ddd solid;
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-family: "GE_SS_Two_Medium";
}

.formlogin {
    float: right;
    width: 100%;
    margin: 0 0 15px;
}

    .formlogin input[type="text"] {
        width: 96%;
        float: right;
        font-size: 13px;
        padding: 0 12px;
        margin: 0 0 5px 5px;
        height: 40px;
        display: inline-block;
        color: rgba(27, 34, 44, 0.88);
        background-color: #ffffff;
        border: 1px solid #edeff0;
        border-radius: 2.5px;
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .formlogin input[type="password"] {
        width: 96%;
        float: right;
        font-size: 13px;
        padding: 0 12px;
        margin: 0 0 2px 5px;
        height: 40px;
        display: inline-block;
        color: rgba(27, 34, 44, 0.88);
        background-color: #ffffff;
        border: 1px solid #edeff0;
        border-radius: 2.5px;
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .formlogin b {
        float: right;
        color: red;
        font-size: 18px;
    }

    .formlogin span {
        float: right;
        color: red;
        font-size: 12px;
        width: 100%;
        margin: 0;
    }

.bglogin {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/bg_login.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .bglogin:before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(135deg, #28cb99, #42b0e5);
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-animation: AnimationName 15s ease infinite;
        -moz-animation: AnimationName 15s ease infinite;
        -o-animation: AnimationName 15s ease infinite;
        animation: AnimationName 15s ease infinite;
    }

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    width: 800px;
    max-width: 80%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#loading {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

#loadgif {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.loginright {
    position: absolute;
    top: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 100vh;
   
}

.loginform {
    border-radius: 10px;
    width: 440px;
    background: #312638;
    border: 2px #906da598 solid;
    max-width: calc(100% - 30px);
}

.logintitle {
    color: #fff;
    display: inline-block;
    margin: 30vh 0 0;
    text-align: right;
    width: 100%;
}

.logo-login {
    color: #fff;
    display: inline-block;
    margin: 15px 0;
    text-align: center;
    width: 100%;
  
}

.copyright-login {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 4;
    text-align: center;
    /*padding: 15px;*/
    background-color: #00000081;
    color: white;
    font-size: 14px;
}

.logintitle p {
    line-height: 32px;
    display: inline-block;
    max-width: 300px;
    margin-bottom: 0;
}

.signapp {
    display:inline-block;
    width: 100%; text-align:right;
   padding:20px;
 
}

    
        .signapp a.text-white {
            color: #fff !important;
        }



    .signapp .btn-primary {
        background-color: #154360;
        border-color: #154360;
        cursor: pointer;
    }

    .signapp .btn-primary {
        background-color: #154360;
        border-color: #154360;
    }

        .signapp .btn-primary:hover {
            background-color: #154360;
            border-color: #154360;
        }

    .signapp .form-control {
        height: 45px; border:1px #ddd solid !important
    }

.lanuage-icons button {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.white-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 0.375rem;
    box-shadow: 0 3px 20px rgb(0 0 0 / 4%);
}

.modal-body .white-box {
    box-shadow: none;
}

.standar-height {
    min-height: calc(100vh - 80px);
}

ul.main-items li a {
    position: relative;
    z-index: 1;
}

.offcanvass ul.sub-items {
    background: #142e71;
}

ul.sub-items {
    position: relative;
}

.MyClass ul.sub-items {
    background: transparent;
}

.MyClass .folder {
    display: none;
}

.MyClass ul.main-items li a {
    height: 40px;
}

.form-group label {
    font-size: 0.8rem;

}

.btn-apps .btn-primary {
    color: #fff;
    background-color: #152f72;
    border-color: #152f72;
}

    .btn-apps .btn-primary:hover {
        color: #fff;
        background-color: #0c2360;
        border-color: #0c2360;
    }

.btn-apps .btn {
    min-width: 100px;
    min-height: 42px;
}

.table-grid td:last-child {
    width: 138px;
}

.table-grid td:first-child {
    width: 40px;
}

.table-grid td {
    vertical-align: middle;
}

.btn-min {
    position: relative;
    top: -7px;
}

.transction-home {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    border-radius: 6px;
    background: #fff;
    color: #2f394a;
}

    .transction-home i {
        font-size: 20px;
    }

        .transction-home i.recive {
            color: #2ab882;
        }

        .transction-home i.Receipt {
            color: #c73131;
        }

    .transction-home strong {
        color: #738196;
        font-size: 12px;
    }

ul.list-branchhome {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

    ul.list-branchhome li {
        list-style: none;
        font-size: 16px;
        margin: 0 0 5px;
        padding: 0 0 5px;
        border-bottom: 1px #ddd solid;
    }

.icon-dash {
    position: absolute;
    bottom: 0;
    font-size: 58px;
}

    .icon-dash i {
        display: inline-block;
        color: #071a50;
    }

.blue-dash .icon-dash i,
.red-dash .icon-dash i,
.orange-dash .icon-dash i,
.green-dash .icon-dash i,
.dark-dash .icon-dash i {
    color: #fff;
}

.num-dash {
    font-size: 30px;
}

.white-box.blue-dash {
    background-color: #071a50;
    color: #fff;
}

.white-box.red-dash {
    background: #f7464a;
    color: #fff;
}

.white-box.orange-dash {
    background: #fdb45c;
    color: #fff;
}

.white-box.green-dash {
    background: #46bfbd;
    color: #fff;
}

.white-box.dark-dash {
    background: #4d5360;
    color: #fff;
}

.btn-add {
    float: left;
    height: 36px;
    line-height: 32px;
    border-radius: 5px;
    padding: 0 0 15px;
    background: #EEF2FF;
    color: #154360;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    border: none;
}

    .btn-add i {
        position: relative; margin-left:6px;
        font-size: 20px; top:2px
    }

.btndark-add {
    float: left;
    height: 36px;
    line-height: 32px;
    border-radius: 5px;
    padding: 0 0 15px;
    background-color: #a99571;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    border: none;
    transition:0.5s;
}

    .btndark-add:hover {
        background: #a99571c9;
    }

    .btndark-add i {
        position: relative;
        margin-left: 6px;
        font-size: 20px;
        top: 2px
    }

.filterparts {
    float: left;
    margin: 0 15px;
    border: 1px #DCDFE4 solid;
    height: 36px; background:#fff;
    padding: 0 35px 0 10px;
    position: relative;
    width: 265px;
    border-radius: 5px;
}

    .filterparts::before {
        position: absolute;
        top: 4px;
        right: 10px;
        font-family: feather;
        content: "\e8bd";
        font-size: 18px;
        color: #727986;
    }

    .filterparts input {
        display: inline-block;
        width: 100%;
        border: none;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

.parties-block {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px #EBEDF0 solid;
    border-radius: 5px;
}

    .parties-block h4 {
        display: inline-block;
        font-size: 18px;
        width: calc(100% - 50px);
        color: 16px;
        color: #000;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .parties-block .dropdown-toggle::after {
        display: none
    }

    .parties-block .btn {
        padding: 1px 5px;
        border-radius: 50%;
    }

        .parties-block .btn:hover {
            background: rgba(249, 250, 251);
        }

    .parties-block .dropdown {
        position: absolute;
        left: 15px;
        top: 15px
    }

    .parties-block .dropdown-menu {
        right: -130px !important
    }

    .parties-block .dropdown-item {
        padding: 0.25rem 0.5rem;
        text-decoration: none !important;
    }

ul.part-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

    ul.part-item li {
        display: inline-block;
        width: 100%;
        list-style: none;
        margin: 0 0 5px;
        color: #4B5563;
        font-weight: 700;
        font-size: 16px;
    }

        ul.part-item li span {
            display: inline-block;
            color: #717280;
            font-weight: 500;
            font-size: 16px;
            margin-left: 5px;
        }

        ul.part-item li div.real-contract {
            display: inline-block;
            color: #717280;
            font-weight: 500;
            font-size: 16px;
            margin-left: 5px;
            border: 1px #D1D5DB solid;
            height: 28px;
            line-height: 26px;
            border-radius: 14px;
            padding: 0 30px 0 12px;
            position: relative;
            margin-top: 5px;
        }

            ul.part-item li div.real-contract::before {
                position: absolute;
                content: '';
                width: 10px;
                height: 13px;
                right: 12px;
                top: 6px;
                background: url(../images/real-contract.svg) center no-repeat;
            }

.parties-block {
    position: relative;
    display: inline-block; background:rgba(255,255,255,0.8);
    width: 100%;
    border: 1px #EBEDF0 solid;
    border-radius: 5px;
}

.part-info {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px;
    border: 1px #EBEDF0 solid;
    border-radius: 5px;
}

    .part-info h4 {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
        width: 100%;
        padding: 0 0 10px;
        border-bottom: 1px #ddd solid;
        font-size: 16px;
        font-weight: 700;
        color: #000;
    }

    .part-info h5 {
        position: relative;
        display: inline-block;
        margin-bottom: 5px;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        color: #666;
    }

.labelform {
    display: inline-block;
    color: white !important;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 6px;
}

.subform-titles {
    display: inline-block;
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px #906da598 solid;
    margin: 0 0 10px;
    color: #111836;
    font-size: 20px;
    font-weight: 700;
}

.info-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    color: #999999;
    font-size: 12px;
}

    .info-item svg {
        display: inline-block;
        margin: 0 0 0 5px;
        position: relative;
        top: -2px
    }

.text-left {
    text-align: left;
}

.
{
    background: #e9f3ff
}

    .mainTable th {
        background-color:transparent;
        font-size: 14px;
    }

.head-tabl td {
    font-size: 13px;
    vertical-align: middle;
}

    .head-tabl td:last-child {
        width: 135px;
    }

.light-green {
    width: 32px;
    height: 32px;
    display: inline-block;
    font-size: 17px;
    font-weight: 100;
    border-radius: 3px;
    color: #50cd89;
    border: none;
    background: none;
    text-align: center;
    line-height: 32px;
}

    .light-green:hover {
        background: #eefbec;
    }

.light-blue {
    width: 32px;
    height: 32px;
    display: inline-block;
    font-size: 17px;
    font-weight: 100;
    border-radius: 3px;
    color: #154360;
    border: none;
    background: none;
    text-align: center;
    line-height: 32px;
}

a.lightblued {
    color: #154360 !important
}

.light-blue:hover {
    background: #dee9ed;
}

.dark-red {
    width: 32px;
    height: 32px;
    display: inline-block;
    font-size: 17px;
    font-weight: 100;
    border-radius: 3px;
    color: #f1416c;
    border: none;
    background: none;
    text-align: center;
    line-height: 32px;
}

a.darkredd {
    color: #f1416c !important
}

    .dark-red:hover {
        background: #fff2f1;
    }

.activememb {
    display: inline-block;
    text-align: center;
    min-width: 90px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #a99571 ;
    border: 1px #a99571  solid;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
    font-weight: 700;
}

.deactivememb {
    display: inline-block;
    text-align: center;
    min-width: 90px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #f1416c;
    border: 1px #f1416c solid;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
    font-weight: 700;
}

.activestatebig {
    display: inline-block;
    text-align: center;
    min-width: 85px;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 12px;
    color: #a99571;
    border: 1px #a99571 solid;
    border-radius: 3px;
    height: 35px;
    line-height: 27px;
    font-weight: 700;
    cursor: pointer;
}

.deactivestatebig {
    display: inline-block;
    text-align: center;
    min-width: 85px;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 12px;
    color: #f1416c;
    border: 1px #f1416c solid;
    border-radius: 3px;
    height: 35px;
    line-height: 27px;
    font-weight: 700;
    cursor:pointer;
}


.activestate {
    display: inline-block;
    text-align: center;
    min-width: 55px;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 9px;
    color: #50cd89;
    border: 1px #50cd89 solid;
    border-radius: 3px;
    height: 29px;
    line-height: 27px;
    font-weight: 700;
}

.deactivestate {
    display: inline-block;
    text-align: center;
    min-width: 55px;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 9px;
    color: #f1416c;
    border: 1px #f1416c solid;
    border-radius: 3px;
    height: 29px;
    line-height: 27px;
    font-weight: 700;
}


.activestatesmall {
    display: inline-block;
    text-align: center;
    min-width: 40px;
    padding: 2px 2px;
    border-radius: 2px;
    font-size: 9px;
    color: #50cd89;
    border: 1px #50cd89 solid;
    border-radius: 3px;
    height: 29px;
    line-height: 27px;
    font-weight: 700;
}

.deactivestatesmall {
    display: inline-block;
    text-align: center;
    min-width: 40px;
    padding: 2px 2px;
    border-radius: 2px;
    font-size: 9px;
    color: #f1416c;
    border: 1px #f1416c solid;
    border-radius: 3px;
    height: 29px;
    line-height: 27px;
    font-weight: 700;
}


.activestatesmallcontract {
    display: inline-block;
    text-align: center;
    min-width: 100%;
    padding: 2px 2px;
    border-radius: 2px;
    font-size: 9px;
    color: #50cd89;
    border: 1px #50cd89 solid;
    border-radius: 3px;
    height: 14px;
    line-height: 22px;
    font-weight: 700;
}

.deactivestatesmallcontract {
    display: inline-block;
    text-align: center;
    min-width: 100%;
    padding: 2px 2px;
    border-radius: 2px;
    font-size: 9px;
    color: #f1416c;
    border: 1px #f1416c solid;
    border-radius: 3px;
    height: 29px;
    line-height: 27px;
    font-weight: 700;
}

.text-right input {
    text-align: right !important;
}

.chosen-container {
    max-width: 100%;
    margin-bottom: 0 !important;
    width: 100% !important;
}

[dir="rtl"] .form-switch {
    padding-left: unset;
    padding-right: 2.5em;
}

    [dir="rtl"] .form-switch .form-check-input {
        margin-left: unset;
        margin-right: -2.5em;
        float: right;
    }

a.img-units {
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
}

    a.img-units img {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        max-width: 120%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }

.btn-close {
    position: absolute;
    left: 10px
}

.float-left {
    float: left;
}

.staticts-block {
    display: inline-block;
    width: 100%;
    position: relative;
    border-radius: 10px;
    padding: 8px 15px;
    /*background: #e9f3ff;*/
    background-color: #19131d;
    box-shadow: 0px 0px 8px 2px #0000009a;
    /*margin-bottom:50px;*/
}

    .staticts-block i {
        font-size: 35px;
        display: inline-block;
        margin: 8px 0 0;
        color: #50cd89;
    }

    .staticts-block img.iconhome {
        display: inline-block;
        height: 60px;
    }

.big-numb {
    white-space:nowrap;
    font-size: 18px !important;
    font-weight: 400;
    width: 90px;
    text-align: left;
    margin:0px 10px;
    display:inline-block;
}

    .big-numb span {
        display: inline-block;
        width: 100%;
        font-size: 25px;
        /*color: #000;*/
        color:white;
    }

.month-name {
    float: left;
    margin: 43px 10px 0;
    font-size: 13px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #0060a6;
    border-radius: 12px;
}

.number-line {
    display: inline-block;
    color: #111;
    font-size: 17px;
    line-height: 44px;
    height: 44px;
    position: relative;
}

    /*.number-line::before  {
  position: absolute; height: 6px; width: 40%; background: #50cd89; content: ''; right:0; bottom:-6px
}*/

    .number-line span {
        display: inline-block;
        color: #999;
        font-size: 17px;
        line-height: 44px;
    }

.persons {
    display: inline-block;
    width: 100%;
    background: #443654;
    padding: 20px;
    position: relative;
    z-index: 1;
    border-radius:10px;
}

    .persons ul {
        display: inline-block;
        width: 100%;
        padding: 0;
        margin: 0 0 5px;
    }

        .persons ul li {
            display: inline-block;
            width: 100%;
            padding: 0 0 15px;
            margin: 0 0 15px;
            border-bottom: 1px rgba(255,255,255,0.5) solid;
            text-align: center;
            font-size: 20px;
            color: #fff;
        }

            .persons ul li:last-child {
                border-bottom: none;
                padding: 0;
                margin: 0;
            }

            .persons ul li span {
                display: inline-block;
                width: 100%;
                font-size: 30px;
                font-weight: 700;
            }

.align-chart {
    position: relative;
}

    .align-chart::before {
        position: absolute;
        content: '';
        z-index: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .8);
        border: 1px #fff solid;
        border-radius: 10px;
        left: 0
    }

.chart-holder {
    display: inline-block;
    width: 100%;
    border: 1px #fff solid;
    border-radius: 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
}

ul.color-list {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    ul.color-list li {
        display: inline-block;
        width: 100%;
        margin: 0 0 10px;
        list-style: none;
        text-align: right;
    }

        ul.color-list li span {
            display: inline-block;
            position: relative;
            padding: 0 18px 0 0;
            margin: 0 0 0 10px;
        }

            ul.color-list li span.chart1 {
                color: #6771dc;
            }

            ul.color-list li span.chart2 {
                color: #6794dc;
            }

            ul.color-list li span.chart3 {
                color: #67b7dc;
            }

            ul.color-list li span.chart4 {
                color: #39c5d7;
            }

            ul.color-list li span.chart5 {
                color: #1097a9;
            }

            ul.color-list li span::before {
                position: absolute;
                width: 10px;
                height: 10px;
                content: '';
                top: 8px;
                right: 0;
                border-radius: 50%;
            }

            ul.color-list li span.chart1::before {
                background: #6771dc;
            }

            ul.color-list li span.chart2::before {
                background: #6794dc;
            }

            ul.color-list li span.chart3::before {
                background: #67b7dc;
            }

            ul.color-list li span.chart4::before {
                background: #39c5d7;
            }

            ul.color-list li span.chart5::before {
                background: #1097a9;
            }

.title-home {
    float: right;
    width: calc(100% - 100px);
    color: #111;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: right;
}

a.show-all {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    color: #fff !important;
    text-decoration: none !important;
    background: #0060a6;
}

.dark-number {
    position: relative;
}

    .dark-number::before {
        position: absolute;
        background: #443654;
        top: 0;
        left: 12px;
        content: '';
        width: calc(100% - 24px);
        height: 100%;
        z-index: 0;
        border-radius: 10px;
    }

ul.contract-numbers {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

    ul.contract-numbers li {
        display: inline-block;
        width: 100%;
        margin: 0 0 12px;
        list-style: none;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        text-align: right;
    }

    ul.contract-numbers li:last-child {

        margin: 0;

    }

    ul.contract-numbers h5 {
        display: inline-block;
        width: 100%;
        padding: 0;
        margin: 0;
        font-weight: 700;
        vertical-align: top;
        color: #50cd89;
        font-size: 15px;
    }

        ul.contract-numbers h5 span {
            display: inline-block;
            margin: 0 0 0 5px;
            font-weight: 700;
            vertical-align: top;
            color: #0060a6;
            font-size: 20px;
        }

    ul.contract-numbers li strong {
        display: inline-block;
        color: #fff;
        padding: 0 10px;
        font-weight: 100;
        font-size: 12px;
        background: #0060a6;
        margin: 0 8px 0 0;
        height: 26px;
        border-radius: 13px;
        line-height: 26px;
    }

.statict-line {
    border-right: 1px #999 solid;
    position: relative;
    z-index: 1;
}

.contract-fields {
    position: relative;
    z-index: 1;
    text-align: right;
    padding: 0 30px;
}

    .contract-fields i {
        font-size: 85px;
        color: #50cd89;
        margin-bottom: 20px;
        display: inline-block;
    }

    .contract-fields h2 {
        font-size: 32px;
        color: #0060a6;
        margin-bottom: 15px;
        display: inline-block;
        width: 100%;
        font-weight: 700;
    }

    .contract-fields span {
        display: inline-block;
        margin: 0;
        font-size: 16px;
        height: 24px;
        line-height: 24px;
        font-weight: 600;
        color: #000;
    }

    .contract-fields h6 {
        display: inline-block;
        margin: 0 10px;
        font-size: 13px;
        padding: 0 10px;
        height: 24px;
        line-height: 24px;
        color: #fff;
        background: #0060a6;
        border-radius: 12px;
    }

a.contact-report {
    display: inline-block;
    padding: 0 20px 0 60px;
    margin: 5px 0 0;
    height: 42px;
    line-height: 40px;
    text-decoration: none !important;
    /*color: #888 !important;*/
    color: white;
    position: relative;
    min-width: 140px;
    border: 1px #a99571 solid;
    border-radius: 21px;
    transition:0.5s;
}

    a.contact-report:hover {
        background-color: #a99571;
    }
        a.contact-report:hover i {
            background-color: #19131d !important;
        }

        a.contact-report::before {
            position: absolute;
            top: 4px;
            left: 5px;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            font-family: feather;
            border-radius: 50%;
            background: #0060a6;
            content: "\e828";
        }

    a.contact-report.no-arrow::before {
       display:none
    }

    a.contact-report.no-arrow i {
        position: absolute;
        top: -4px;
        left: 5px;
        width: 32px;
        height: 32px;
        line-height: 33px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: feather;
        border-radius: 50%;
        background-color: #a99571;
        content: "\e828";
    }



.activeitem {
    display: inline-block;
    min-height: 40px;
}

    .activeitem input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 120px;
    background-color: transparent;
    color: #f1416c;
    border: 1px #f1416c solid;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.activeitem:hover input ~ .checkmark {
}

/* When the checkbox is checked, add a blue background */
.activeitem input:checked ~ .checkmark {
    background-color: transparent;
    color: #50cd89;
    border: 1px #50cd89 solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    position: absolute;
    text-align: center;
    content: 'فعال';
}

/* Show the checkmark when checked */
.activeitem input:checked ~ .checkmark:after {
    display: block;
    content: 'فعال';
    color: #50cd89;
    font-weight: 700;
}

/* Style the checkmark/indicator */
.activeitem .checkmark:after {
    right: 0;
    top: 0;
    color: #f1416c;
    font-weight: 700;
    width: 100%;
    line-height: 36px;
    height: 100%;
    content: 'غير فعال';
}

.align-chart .nav > li {
    float: none;
    display: inline-block;
    margin: 0 -5px 0 0
}

.align-chart .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}

.nav-tabs li .nav-link {
    border-color: #dee2e6;
    background: #fff;
    padding: .5rem 0;
    text-align: center;
    min-width: 98px;
    color: #999;
    font-weight: 700;
}

.nav-tabs li:first-child .nav-link {
    border-radius: 0 21px 21px 0;
}

.nav-tabs li:last-child .nav-link {
    border-radius: 21px 0 0 21px;
}

.nav-tabs li.unitonly:last-child .nav-link {
    border-radius: 21px;
}




.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    border-color: #dee2e6 #dee2e6;
}

a.dashlink {
    position: absolute;
    bottom: 20px;
    left: 10px;
    color: #fff !important;
    background: #0060a6;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

    a.dashlink i {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        color: #fff;
        margin: 0;
    }

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 10s ease-in-out left;
    -moz-transition: 10s ease-in-out left;
    -o-transition: 10s ease-in-out left;
    transition: 10s ease-in-out left;
}

.startmenu {
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    vertical-align: middle;
    padding-top: 15vh;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.main-access {
    display: inline-block;
    width: 220px; position:relative;
    margin: 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding: 15px;
    vertical-align: middle;
}

    .main-access i.big-home {
        display: inline-block;
        width: 110px;
        height: 110px;
        margin: 0 0 10px;
        background: linear-gradient(180deg, #154360 0%, #154360 100%);
        border-radius: 50%;
        text-align: center;
        line-height: 110px;
        color: #fff;
        font-size: 40px;
    }

a.showhome {
    position:absolute; top:0; left:0; width:100%; height:100%; z-index:2
}

.main-access p {
    display: inline-block;
    color: #0060a6 !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 18px;
}

    a.showhome i {
        position: relative;
        top: 2px;
        margin-right: 5px;
    }

a.addhome {
    display: inline-block;
    color: #999;
    font-size: 15px;
}

    a.addhome:hover {
        color: #000;
    }

    a.addhome i {
        position: relative;
        top: 1px;
        margin-left: 5px;
    }

.carousel-home {
    position: fixed;
    z-index: 1;
    width: 100%; display:none;
}

.pattern-home {
    position: fixed;
    z-index: 1;
    width: 100%;
}

.white-create {
    position: relative;
    background: #443654;
    border-radius: 10px;
    padding: 10px !important;
    width: 100% !important;
}

.table.head-tabl > :not(:last-child) > :last-child > * {
    border-bottom-color: #ddd
}

.iti--allow-dropdown   {
    width:88px
}

[dir="rtl"] input[type="tel"].contactphone {
    max-width: calc(100% - 110px);
    float: right;
    text-align: left !important;
    direction: ltr
}

.unit-box  {
    display:inline-block; vertical-align:top; width:18%; min-height:75px; border-radius:5px; margin:0 0 10px 10px; padding: 10px 58px 10px 10px; position:relative; background:#fff
}

.unit-box i {
    position:absolute; top:18px; right:10px; font-size:35px;
}

    .unit-box a {
        position: absolute;
        top: 0;
        right: 0;
        width:100%; height:100%; z-index:2
    }

.avilable.unit-box {
    border: 1px #50cd89 solid;
    color: #50cd89
}

.pusy.unit-box {
    border: 1px #f1416c solid;
    color: #f1416c
}

.maintance.unit-box {
    border: 1px #ffc107 solid;
    color: #ffc107
}

.complaint.unit-box {
    border: 1px #ccc solid;
    color: #ccc
}

.unit-box strong {
   display:inline-block; width:100%; color:#666 !important; border-bottom:1px #ddd solid; padding-bottom:6px
}

.unit-box small {

    color: #999 !important;

}

.scroll-part {
    height: calc(100vh - 22vh); 
}

.scroll-units {
    display: inline-block;
    width: 100%;
    height: 100% !important;
    overflow-y: auto
}

.anto-units   {
    min-width:280px; margin-right:20px
}

.feestype  {
    display:inline-block; width:100%; position:relative; padding:0 48px 15px 0; margin-top:-7px
}

.feestype .persntspace {
    display: inline-block;
    width: 39px;
    position: absolute;
    top:1px; right:0
}

.up-items  {
    padding-top:23px
   
}

.TextFixedHight {
    height: 34px !important;
}

.shadowlogin{
    background: linear-gradient(90deg, rgba(2,188,131, 0.7), rgba(33,122,255, 0.7));
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100vh;
}

.form-check-input  {
    cursor:pointer !important
}

.loginContainer {
    display:flex;
    height:100%;
    width:100%;
}

    .loginContainer .siwchLangBtn {
        display:flex;
        justify-content:flex-start;
        align-items:center;
        gap:10px;
        position:absolute;
        top:15px;
        left:20px;
        z-index:99;
        cursor:pointer;
    }
        .loginContainer .siwchLangBtn i,
        .loginContainer .siwchLangBtn span {
            color: #a99571;
            font-size: 18px;
        }

        .loginContainer .imageSide {
            width: 400px;
            background-color: var(--second-section-color);
            position: relative;
            height: 100%;
        }

    .loginContainer .imageSide .backgroundLay {
        position: absolute;
        inset: 0px;
        z-index: 1;
    }

        .loginContainer .imageSide .backgroundLay img {
            width: 100%;
            height: 100%;
        }

    .loginContainer .imageSide .displaiedLay {
        position: absolute;
        inset: 0;
        z-index: 2;
        background: rgb(24, 19, 28);
        background: linear-gradient( 180deg, rgba(36, 27, 44, 0.979) 10%, rgba(36, 30, 41, 0.205) 95% );
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }

        .loginContainer .imageSide .displaiedLay img {
            width: 250px;
        }

        .loginContainer .imageSide .displaiedLay .textSection {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-size: var(--larg-font-size);
            color: white;
            text-align: center;
            padding: 20px 0px;
            border-bottom: 1px solid white;
        }

.loginFormContainer {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #312638;
    position:relative;
}
    .loginFormContainer .formTitle {
        font-size:20px;
        color:white;
        font-weight:bold;
        margin:20px 0px;
        
    }
body:dir(rtl) .formTitle {
    text-align: right;
}
body:dir(ltr) .formTitle {
    text-align: left ;
}
.loginBtn {
    padding: 8px 40px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: #a99571;
    color: white;
    border: none;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    height: fit-content;
    width: 100%;
    text-decoration: none;
    color: white !important;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    min-height: 31px;
    line-height: 31px;
}
.loginform .inputContainer {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    width:100%;
    gap:10px;
    margin-bottom:20px;
}
    .loginform .inputContainer label{
        font-size:16px;
        color:white;
        text-align:start;
    } .loginform .inputContainer input{
        font-size:16px;
        width:100%;
    }
.loginform .forget-pass {
    width: 100%;
    text-align: start;
    font-size: 14px;
    color: #a99571;
    text-decoration:underline;
    margin:10px 0px;
}

.issuedContracts {
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;

}

.mainTable {

    overflow:hidden;
    overflow-x:auto;
    border-bottom:none !important;
    background-color:white;
}
    .mainTable thead {
        background-color: #a99571 !important;
    }
        .mainTable thead tr th {
            color: white;
        }
        .mainTable tbody {
            background-color: white !important;
        }

        .loginform .resend-code {
            width: 100%;
            text-align: start;
            font-size: 14px;
            color: #a99571;
            text-decoration: underline;
            margin: 10px 0px;
        }
.copyright {
    width: 100%;
    padding: 10px 20px;
    border-top: 1px solid #906da598;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    color: white;
    font-size: 15px;
}
.charts-section {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
    .charts-section .apexcharts-legend-text{
        color:white !important;
        margin:5px 0px;
    }
    .charts-section__Content {
        display: grid;
        gap: 1.5rem; /* Adjust the gap as needed */
        justify-content: center;
    }

.formContainer {
    width: 100%;
    display: grid;
    align-items: flex-start;
    justify-content: flex-start;
    grid-template-columns:repeat(auto-fill , minmax(250px , 1fr)) !important;
    margin: 30px 0px ;
    gap:20px;
    align-items:stretch;
}

    .formContainer .inputContainer select  {
        width:100% !important;
    }
        .formContainer .inputContainer  .select2-container {
            width: 100% !important;
        }     .formContainer .inputContainer  span {
            width: 100% !important;
        }
.forgetPassCard {
    border-radius: 10px !important;
    background-color: #312638 !important;
    border: 2px #906da598 solid !important;
}

    .forgetPassCard label{
        color:white !important;
        margin-bottom:10px !important;

    }
.popUpBox {
    padding:20px !important;
    border-radius: 10px !important;
    background-color: #312638 !important;
    border: 2px #906da598 solid !important;
}
.stretchBox {
    grid-column: 1 / span 3;
}

@media (min-width: 768px) {
    .charts-section__Content {
        grid-template-columns: repeat(2, 1fr);
    }
   
}

@media (min-width: 1280px) {
    .charts-section__Content {
        grid-template-columns: repeat(3, 1fr);
    }
}

.charts-section__total-item {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: #312638;
    padding:20px;
}

.box-title {
    font-weight: 600;
    margin-bottom: 1rem;
    text-align:center;
    color:white;
}
.charts-section .section-title {
    color: white;
    margin: 30px 0px;
    width: 100%;
    font-size: 25px;
    font-weight:initial;
    text-align: center;
}

.chart-container {
    flex-grow: 1;
}

.charts-section__Content {
    flex: 1;
    margin: 5px;
}

@media (min-width: 1440px) {
    .unit-box {
  
        width: 18.5%;
       
    }
    .scroll-part {
        height: calc(100vh - 22vh);
    }


}

@media (min-width: 1500px) {
    .head-tabl th {
        font-size: 16px;
    }

    .head-tabl td {
        font-size: 15px;
    }

    .activememb {
        min-width: 90px;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }

    .deactivememb {
        min-width: 90px;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }


    .light-blue {
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
    }

    .dark-red {
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
    }

    .head-tabl td:last-child {
        width: 120px;
    }
}

@media (min-width: 1600px) {
    .scroll-part {
        height: calc(100vh - 42vh);
    }


}

@media (min-width: 1800px) {

    .scroll-part {
        height: calc(100vh - 39vh);
    }


    .head-tabl th {
        font-size: 20px;
    }

    .head-tabl td {
        font-size: 18px;
    }

    .activememb {
        min-width: 120px;
        font-size: 17px;
        height: 40px;
        line-height: 40px;
    }

    .deactivememb {
        min-width: 120px;
        font-size: 17px;
        height: 40px;
        line-height: 40px;
    }


    .light-blue {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }

    .dark-red {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }

    .head-tabl td:last-child {
        width: 130px;
    }
}

@media (min-width: 1920px) {
    .scroll-part {
        height: calc(100vh - 36vh);
    }


}

@media (max-width: 991px) {

    .carousel.pointer-event  {
        min-height:100vh
    }

    .carousel-inner {
        min-height: 100vh
    }

    .carousel-fade .carousel-item {
        min-height: 100vh; overflow:hidden
    }

    .carousel-fade .carousel-item img.w-100 {
        width:auto!important; min-height:100vh
    }

    .up-items {
        padding-top: 0
    }

    .startmenu {
        position: relative;
        height: unset;
        padding-top: 0;
        left: unset;
        top: unset;
        text-align: center;
        transform: unset;
        -webkit-transform: unset;
    }

    .carousel-home {
        width: 200%;
        position: fixed;
    }

    .statict-line {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .loginContainer .imageSide {
        display:none;

    }
   

  
}

@media (max-width: 767px) {

    .anto-units {
        min-width: 100%;
        margin-right: 0; margin-bottom:10px
    }

    .scroll-units {
        height: 100%;
    }

    .scroll-part {
        height: auto;
    }

    .unit-box {
        width: 46%;
        padding: 10px 46px 10px 10px
    }

    .unit-box i {
        top: 20px;
        right: 5px;
        font-size: 30px;
    }

    .btn-top {
        font-size: 12px;
        margin-bottom:10px
    }

    .btn-top i {
        font-size: 18px
    }


    .main-access {
        width: 150px;
        margin: 5px;
    }

        .main-access i.big-home {
            width: 80px;
            height: 80px;
            line-height: 80px;
            font-size: 35px;
        }

    .carousel-home {
        width: 350%;
    }

    .pattern-home {
        width: 350%;
    }

    .statict-line {
        border-right: none;
    }

    ul.contract-numbers {
        border-top: 1px #ddd solid;
        width: calc(100% - 48px);
        padding: 20px 0 0;
        margin: 0 12px;
    }

    .filterparts {
        margin: 0;
        width: 100%;
    }

    .paddingicons .tophead {
        width: 100%;
    }
        

        .paddingsidbar {
            width: 100%;
        }

        .paddingsidbar .tophead {
            width: 100%;
        }

    .paddingicons {
        width: 100%;
    }

    .offcanvass.MyClass {
        width: 292px !important;
    }

    .paddingsidbar:before {
        width: 100%;
        content: '';
        background: rgba(0,0,0,0.4);
        top: 0;
        right: 0;
        height: 100%;
        position: fixed;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
        z-index: 3;
    }

    .paddingicons:before {
        width: 0;
        content: '';
        background: rgba(0,0,0,0.4);
        z-index: 1;
        top: 0;
        right: 0;
        height: 100%;
        position: fixed;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }

    .iconopen {
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }

    .MyClass .logo {
        width: 100%;
        font-size: unset;
    }

    .MyClass ul li a span {
        display: inline-block;
        background: transparent;
    }

    .MyClass ul li.active a span::before {
        display: none;
    }

    .MyClass.offcanvass ul li ul {
        visibility: visible;
        height: unset;
        opacity: 1;
    }

    .MyClass.offcanvass ul li.act.active ul {
        display: inline-block;
    }

    .MyClass.offcanvass ul li.active.act a {
        background: transparent;
    }

    .MyClass.offcanvass ul li.act a::before {
        display: block;
    }

    .MyClass.offcanvass ul li.act ul li a::before {
        display: none;
    }

    .offcanvass ul li.active a {
        background: transparent;
    }
 /*   .loginContainer .copyright-login {
        display: none;
    }*/
    .stretchBox {
        grid-column: 1 / span 2;
    }
 
   
}

@media (max-width: 570px) {
    ul.color-list li span {
        margin: 0 0 0 6px;
    }

    ul.color-list li {
        font-size: 10px;
    }

        ul.color-list li span::before {
            top: 3px;
        }
    .loginform {
        width: 95% !important;
    }
    .stretchBox {
        grid-column: 1 / span 1;
    }
}
.alert-custom {
    font-size: 12px;
    float: right;
    width: 25%;
}

.alert-label {
    width: 60%;
    float: right;
}

.alert-content {
    width: 40%;
    float: left;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width:720px ) {
    .hidden-xs {
        display: none !important;
    }

    .alert-custom {
        width: 50%;
        font-size: 10px;
        font-weight: bold;
    }

        .alert-custom .alert {
            padding: 10px;
        }

    .alert-label {
        width: 50% !important;
        font-size: 8px;
        float: right !important;
    }

    .alert-content {
        width: 50% !important;
        float: left !important;
    }
}
.Page-Save-btns .Save-btn{
    width:150px;
    float:left;
}
.Page-Save-btns .Revoke-btn{
    width:150px;
    float:left;
}
@media screen and ( max-width:750px){
    .Page-Save-btns .Save-btn {
        width: 45%;
        float:left;
    }

    .Page-Save-btns .Revoke-btn {
        width: 45%;
        float:left;
    }
}

.btn:focus,
input:focus {
    border: 1px solid #a99571 !important;
    box-shadow: 0px 0px 2px 1px #a995718a !important;
}