﻿@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;
}*/

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "29LT BukraMd";
    
}

html {
    /*Firefox scrollbar fix*/
}

body {
    /*Firefox scrollbar fix*/
}

body {
    vertical-align: baseline;
    color: #2e3849 !important;
    font-size: 16px;
    background: #f1f5f8 !important;
    font-family: "29LT BukraRg", Arial !important;
}

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;
}
table tbody tr {
    cursor:pointer;
}
.activeRow {
    background-color: #c5c5c5;
}

.tophead {
   
    width: 100%;
    position: fixed;
    z-index: 10000;
    background: #154360;
    right: 0;
    height: 60px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

    .tophead .rightSide,
    .tophead .leftSide {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .header {
        width: 100%;
        position: relative;
        padding: 0;
        float: right;
        margin: 0;
    }

.menubar {
    width: 100%;
    float: right;
    margin: 10px 0 0;
    background: #002b55;
}
.modal-dialog {
    margin-top:125px !important; 
}

.modal-content {
    max-height: 70vh;
    overflow-y: auto;
}
.nocaces {
    width: 100%;
    float: right;
    height: 100%;
    padding: 56px 0 0 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%;
    margin: 10px 0;
    text-align: center;
}

    .logo img {
        max-width: 90%;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

.MyClass .logo {
    overflow: hidden;
    width: 50px;
}

    .MyClass .logo img {
        max-width: 120px;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-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.nav-tabs > li > a {
        color: #071a50;
        background: unset;
        line-height: 19px;
        font-size: 1.25rem; text-align: center;
        display: block;
        width: unset;
        height: unset;
        border: unset;
        border-radius: unset;
        position: relative;
        text-decoration: none;
    }

        .nav.nav-tabs > li > a.active {
            /*color: #666;*/
            background: #eee;
        }

            .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: 8px;
    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: 0px;
    padding: 0;
}

.searchcase {
    position: relative;
}

    /*.searchcase:hover {
  background: none !important;
}*/

    .searchcase i {
        font-size: 15px !important;
    }

    .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;
            }

#searchzone {
    background: #ebf1f5 !important;
    border: 1px #ddd solid;
    width: 240px;
}

    #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 BukraMd" !important;
                }

                .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: #3181c8;
}

.menu > ul > li.active {
    /*background:#ffa621*/
}

.menu > ul > li a {
    text-decoration: none;
    color: #fff;
    min-width: 40px;
    padding: 0 0.6em 0 0.7em;
    line-height: 40px;
    height: 40px;
    border-radius: 0px;
    display: block;
    font-size: 20px;
    font-family: "29LT BukraMd" !important;
}

.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 > ul {
    display: none;
    text-align: right;
    width: 100%;
    padding: 20px 0 25px;
    background: #ebf1f5;
    border-radius: 0px;
    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: "29LT BukraMd" !important;
            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: "29LT BukraMd" !important;
                }

                    .menu > ul > li > ul > li > ul > li a:after {
                        position: absolute;
                        top: 7px;
                        right: 0;
                        font-family: "29LT BukraMd" !important;
                        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: "29LT BukraMd" !important;
                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: "29LT BukraMd" !important;
    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: "29LT BukraMd" !important;
    color: #002b55;
    margin: 25px 0 10px;
}

.subtitle {
    float: right;
    width: 100%;
    font-size: 18px;
    font-family: "29LT BukraMd" !important;
    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: "29LT BukraMd" !important;
        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: 0px;
    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: 10px;
    }

        .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;
    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: "29LT BukraMd" !important;
        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: 0px;
}

.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: "29LT BukraMd" !important;
                }

                .menuwizard ul li a span {
                    font-size: 16px;
                    width: 100%;
                    font-family: "29LT BukraMd" !important;
                }

.copyrighttext {
    width: auto;
    color: #636b82;
    font-size: 13px;
    padding: 0;
    margin: 12px 0;
}

.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;
        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;
            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: "29LT BukraMd" !important;
}

    .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: "29LT BukraMd" !important;
        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: "29LT BukraMd" !important;
    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: "29LT BukraMd" !important;
        }

            .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: "29LT BukraMd" !important;
}

    .servhomtitle span {
        float: right;
        width: 100%;
        color: #393939;
        font-size: 22px;
    }

.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;
    }

    .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: 600px;
    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: 600;
    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: 600;
    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: 0px;
    top: 60px;
    background: #154360;
    position: fixed;
    z-index: 1001;
    /*overflow-x: hidden;*/
    transition: 0.5s;
    padding: 20px 5px 30px; /*padding-right:270px;*/
}

    .offcanvass ul {
        margin: 0;
        padding: 0 5px;
        float: left;
        width: 100%;
    }

.MyClass ul {
    margin-left: 0;
}

.offcanvass ul li:first-child {
    border-top: 1px rgba(255, 255, 255, 0.15) solid;
}

.offcanvass ul li {
    list-style: none;
    float: left;
    width: 100%;
    font-size: 20px;
    border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
}

    .offcanvass ul li:last-child {
        border-bottom: none;
    }

    .offcanvass ul li a {
        min-height: 42px;
        text-decoration: none !important;
        font-size: 14px;
        margin: 0;
        position: relative;
        /*color: #cee4ff;*/
        display: block;
        transition: 0.3s;
        padding: 12px 0 9px;
        width:100%
    }

        .offcanvass ul li a i {
            width: 42px;
            height: 42px;
            line-height: 42px;
            text-align: center;
            position: absolute;
            top: 0;
            z-index: 2;
            font-size: 16px;
        }

       

        /*.MyClass ul li a i {
  right: auto;
  left: 4px;
}*/

        .offcanvass ul li:hover a {
            color: #000000;
            background-color: #fff;
        }

    .offcanvass ul li:hover ul li a {
        color: #fff;
        background-color: transparent;
    }

    .offcanvass ul li ul li:hover a {
        color: #000000;
        background-color: #fff;
    }

    .offcanvass ul li span.folder {
       z-index:3; width:100%; text-align:right
    }

[dir="rtl"] .offcanvass ul li span.folder {
    
    text-align: left
}

.offcanvass ul li span.folder.open::after {
    background: none
}
.main-items {
    padding-bottom: 100px !important;
}

.MyClass ul li a span {
    display: none;
    position: absolute;
    background: #2b455e;
    width: 200px;
    height: 42px;
    padding: 0 20px 0 10px;
    line-height: 38px;
    top: 0;
}

.MyClass ul li a:hover 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 ;
}

.offcanvass a:hover,
.offcanvass a:focus {
    color: #000000;
    background-color: #fff;
}

.offcanvass a.actives {
    color: #000000;
    background-color: #fff;
}


.sidbarbackground :hover,
.sidbarbackground :focus {
    color: #000000;
    background-color: #fff;
}

.sidbarbackground .actives {
    color: #000000;
    background-color: #fff;
}
.sidbarbackground {
    
}


.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;
    width: 100%;
    margin-top: 15px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#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: #33477f;
    display: block;
    width: 40px;
    border-radius: 3px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 8px;
}

    .iconopen:before {
        position: absolute;
        width: 40px;
        text-align: center;
        line-height: 40px;
        height: 40px;
        font-size: 12px;
        color: #79899d;
        font-family: "FontAwesome";
    }

.overlay3 {
    background-color: #33477f;
    display: block;
    width: 40px;
    border-radius: 3px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
}

    .overlay3:before {
        position: absolute;
        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;
    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;
        -webkit-animation: AnimationName 15s ease infinite;
        -moz-animation: AnimationName 15s ease infinite;
        -o-animation: AnimationName 15s ease infinite;
        animation: AnimationName 15s ease infinite;
    }

.headSection {
    width: 98%;
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin: 20px auto;
    padding: 10px 20px;
    height: min-content;
}

.headSection .title {
    font-size:25px;
    font-weight:bold;
    color:black;
    width:fit-content;
    position:relative;
    padding:10px 30px;
    white-space:nowrap;
}
   
    .headSection .title::before {
        content: '';
        position: absolute;
        left: 0 ;
        bottom: 0px;
        width: 100%;
        border-bottom-left-radius:10px;
        border-bottom-right-radius:10px;
        height: 2px;
        background-color: #154360;
        
    }

    .headSection .labelsCont {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        color: black;
        flex: 1;
        flex-wrap:wrap;
    }
       
            .headSection  .labelsCont .lableContainer {
                display: flex;
                flex-wrap: nowrap;
                gap: 5px;
             
            }
        .headSection .actionBtns {
            display: flex;
            justify-content: flex-end;
            align-content: center;
            gap: 10px;
            color: black;
            width: fit-content;
        }
            .headSection .actionBtns {
                display:flex;
                flex-direction:row;
                flex-wrap:wrap;
                gap:10px;
               
            }
            .backBtn {
                padding: 8px 20px;
                color: white;
                font-size: 16px;
                outline: none;
                border: none;
                border-radius: 4px;
                min-width: 130px;
                cursor: pointer;
                background-color: #154360;
                transition: 0.5s;
            }
.btnSize {
    min-width: 130px;
}


    .backBtn:hover {
        color: white !important;
        background-color: #154360b7;
    }

    .pageContainer {
        display:flex;
        justify-content:space-between;
        align-items:flex-start;
        gap:20px;
        padding:20px;
    }
        .pageContainer .formContainer {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            flex:1;
        
        }


            .pageContainer .formContainer .inputsGroup {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
                gap: 20px;
                width: 100% !important;

                padding:20px 0px ;
            }
                .pageContainer .formContainer .inputsGroup .iconBox {
                    width:100% !important;
                    display:flex;
                    flex-direction:column;
                    align-items:flex-start;
                    gap:10px;
                }
                .pageContainer .formContainer .inputsGroup .iconBox button {
                    width: 100% !important;
                    height: 40px !important;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
                .pageContainer .formContainer .inputsGroup .inputContainer {
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    gap: 10px;
                    flex-direction: column;
                }
        .pageContainer .imageSide {
            width:400px;
            display:flex;
            justify-content:flex-start;
            align-items:center;
            flex-direction:column;
            gap:20px;
        }

        @-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;
    width: 50%;
    height: 100vh;
    background: url(../images/bg_login.svg) center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loginform {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100vh;
    display: flex;
    justify-content: center;
}
[dir="rtl"] .signapp {
    right: unset !important;
    left: unset !important;
}
body:dir(ltr) .alignRow {
    text-align: left;
}

body:dir(rtl) .alignRow {
    text-align: right;
}

 .signapp {
    right: unset !important;
    left: unset !important;
}

.logintitle {
    color: #fff;
    /* position: absolute;
top: 50%;
width: 400px;
max-width: 90%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%); */
}

.loginLogoContainer {
    max-height: 200px;
    min-width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginLogo {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}
.logintitle h2 {
    text-align: center;
}

.loginform h4 {
    font-weight: 600 !important;
}


@media(max-width: 768px){
    .loginform h4 {
        font-weight: 500;
    }

    .loginLogo {
        margin-bottom: 0.5rem;
    }
    .logintitle h2 {
        
        max-width: 95%;
        margin-inline: auto;
    }
    .logOut {
        font-size: 14px !important;
        flex-direction:column;
    }
}

    .logintitle p {
        line-height: 32px;
        margin-bottom: 0;
    }


.signapp {
    position: absolute;
    top: 50%;
    width: 360px;
    max-width: 90%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

    .signapp a {
        display: inline-block;
        color: #2e3849 !important;
        font-size: 14px;
    }

    .signapp .btn-primary, .resetPasswordForm .btn-primary {
        background-color: #152f72;
        border-color: #152f72;
        cursor: pointer;
    }

        .signapp .btn-primary:hover, .resetPasswordForm .btn-primary:hover {
            background-color: #0c2360;
            border-color: #0c2360;
        }

    .signapp .form-control {
        height: 45px;
    }

.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;
    border-radius: 0.375rem;
    box-shadow: 0 3px 20px rgb(0 0 0 / 4%);
    position: relative;
    
    z-index: 1;
}

    .white-box .white-box {
        box-shadow: none;
    }

.modal-body .white-box {
    box-shadow: none;
}       

.standar-height {
    min-height: calc(100vh - 71px);
}

ul.main-items li a {
    position: relative;
    z-index: 1;
}

.offcanvass ul.sub-items {
    background: #1B4F72;

}

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;
}

.employee-title {
    color: #2e3849;
    font-size: 20px;
    margin: 0 0 12px;
}

.total-dash {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 20px rgb(0 0 0 / 6%);
}

    .total-dash i {
        font-size: 50px;
        color: #154360;
    }

.new-order.total-dash i {
    color: #14b177;
}

.renew-order.total-dash i {
    color: #f78b01;
}

.eqaf-order.total-dash i {
    color: #ce3232;
}

.project-order.total-dash i {
    color: #3261d8;
}

.total-dash strong {
    color: #2e3849;
    margin-top: 12px;
    display: inline-block;
    font-size: 28px;
    height: 36px;
}

.total-dash h6 {
    color: #7e8b9f;
    font-size: 15px;
    margin-top: 5px;
}

.total-dash span {
    float: right;
    color: #fff;
    font-size: 14px;
    height: 26px;
    position: relative;
    line-height: 28px;
    border-radius: 13px;
}

    .total-dash span::before {
        font-family: "29LT BukraMd" !important;
        position: absolute;
        top: 0;
        font-size: 15px;
    }

    .total-dash span.rate-up {
        background: #14b177;
    }

        .total-dash span.rate-up::before {
            content: "\f106";
        }

    .total-dash span.rate-down {
        background: #ce3232;
    }

        .total-dash span.rate-down::before {
            content: "\f107";
        }

.bottom-stand {
    width: calc(100% - 40px);
    background: #f9fafc;
    box-shadow: 0 3px 20px rgb(0 0 0 / 4%);
    height: 11px;
    top: -5px;
    position: relative;
    display: inline-block;
    z-index: 0;
    border-radius: 0 0 10px 10px;
    right: 20px;
    /*transform: translateX(-50px);
  -webkit-transform: translateX(-50px);*/
}

.tranation-home {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .tranation-home h6 {
        font-size: 13px;
        width: 100%;
        display: inline-block;
        color: #728096;
        text-transform: capitalize;
    }

    .tranation-home span {
        font-size: 14px;
        display: inline-block;
        color: #2e3849;
        line-height: 16px;
        text-transform: capitalize;
    }

    .tranation-home b {
        font-size: 12px;
        display: inline-block;
        font-weight: bold;
        line-height: 16px;
        color: #ce3232;
    }

    .tranation-home strong {
        font-size: 12px;
        display: inline-block;
        font-weight: bold;
        line-height: 16px;
        color: #14b177;
    }

.center-line {
    min-height: 277px;
}

    .center-line::before {
        left: 50%;
        content: "";
        position: absolute;
        border-left: 1px #ddd dashed;
        width: 1px;
        height: 100%;
    }

.table-holder {
    display: inline-block;
    overflow-x: auto;
    width: 100%
}

    .table-holder table {
        min-width: 765px
    }
.selectedtree   {
    background:orange
}
.head-content   { position:relative}
.body-content   { display:none }

.uparrow {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

button.plus.btn-light   {
outline:none !important;
background-color:#f3f3f3; border-color:#f3f3f3;
position:absolute; top:37px;
}

.trans-holder button.plus.btn-light {
    top:90px
}

button.plus.btn-light i {
    font-size: 22px;
}

    button.plus.btn-light:focus {
        box-shadow:none;
    }

.transfer-controls {
    position: absolute;
    top: 150px; display:inline-block;
    width: 80px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

    .transfer-controls button {
        width: 100%;
        margin-bottom: 15px;
    }

ul.theme-color   {
    display:inline-block; width:100%; padding:0; margin:0
}

ul.theme-color li {
    display: inline-block;
    list-style:none; text-align:center;
    padding: 0; position:relative;
    margin: 0 10px; min-width:160px;
}

    ul.theme-color li a {
        position:absolute; z-index:3; width:100%; height:100%; left:0; top:0;
    }

    ul.theme-color li h5 {
        font-size:16px; font-weight:normal
    }

    ul.theme-color li span {
        display: inline-block;
        width:80px; height:80px; border:2px #f3f3f3 solid;
        border-radius:50%; margin-bottom:10px;
    }
        ul.theme-color li span.dark-blue {
            background-image: linear-gradient(to right top, #000428, #004e92);
        }
        ul.theme-color li span.green {
            background-image: linear-gradient(to right top, #0cb, #3ffeee);
        }
        ul.theme-color li span.baby-blue {
            background-image: linear-gradient(to right top, #4ab9f1, #a4e0ff);
        }
        ul.theme-color li span.purple {
            background-image: linear-gradient(to right top, #642B73, #C6426E);
        }
        ul.theme-color li span.dark {
            background-image: linear-gradient(to right top, #000000, #717171);
        }
        ul.theme-color li span.orange {
            background-image: linear-gradient(to right top, #ff5a00, #ffb049);
        }

    ul.theme-color li i {
        display: inline-block;
        width: 20px; position:relative; top:3px;
        height: 20px; margin:0 5px;
        border: 1px #ddd solid;
        border-radius: 3px;
    }

    ul.theme-color li.active i:before {
        position: absolute;
        width: 100%;
        height: 100%;
        font-family: "29LT BukraMd" !important;
        font-size: 15px;
        color: #000;
        height: 20px;
        line-height: 20px;
        content: "\f00c";
        left: 40%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

.sideNavLinks {
    width:100%;
}
.sideNavLinks button{
    width:100% !important;
}

@media (max-width: 991px) {
    .transfer-controls {
        position: relative;
        top: 0;
        display: inline-block;
        width: 100%;
        left: unset;
        transform: unset;
        -webkit-transform: unset;
    }

        .transfer-controls button {
            width:40px; margin-left:8px; margin-right:7px;
        }

        .transfer-controls button i {
            transform:rotate(90deg)
        }
    .tree-side {
        height: unset
    }


    .pageContainer {
       flex-direction:column-reverse;
    }
    .pageContainer > div {
       width:100% !important;
    }

    .loginTitle {
        width: 100%;
        text-align: center;
        color: black;
    }

    .loginright {
        position: relative;
        top: 0;
        display: inline-block;
        text-align: center;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 10px;
        height: unset;
        background: none;
    }
    

    

    .logintitle {
        position: relative;
        display: inline-block;
        transform: unset;
        top: unset;
        -webkit-transform: unset;
    }

    .loginform {
        position: relative;
        top: 0;
        display: inline-block;
        width: 100%;
        height: unset;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
        .loginform {
            padding-top: 10px;
        }
        .loginLogoContainer{
            height: fit-content;
        }

        .loginLogo {
            max-width: 85px;
            height: auto;
        }
    


    .signapp {
        position: relative;
        display: inline-block;
        top: unset;
        width: 360px;
        max-width: 90%;
        transform: unset;
        -webkit-transform: unset;
    }
    .headSection {
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }
        .headSection .title {
            text-align: center;
            font-size:20px !important;
        }
        .headSection .tableInfo {
            order: 3;
        }
    .headSection > div {
        width:100% !important;
        justify-content:center;
    }
        .headSection .actionBtns {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }
          
         
    .headSection .tableInfo .labelsCont {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .searchInp {
        width:100% !important;
    }
}

@media (max-width: 767px) {
    .center-line::before {
        display:none
    }
    .navLogout span {
        font-size: 14px
    }
    .logOutText {
        display:none !important;
    }
}

@font-face {
    font-family: "29LT BukraMd" !important;
    src: url("fonts/29LTBukra-Lt.eot");
    src: url("fonts/29LTBukra-Lt.eot?#iefix") format("embedded-opentype"), url("fonts/29LTBukra-Lt.woff2") format("woff2"), url("fonts/29LTBukra-Lt.woff") format("woff"), url("fonts/29LTBukra-Lt.ttf") format("truetype"), url("fonts/29LTBukra-Lt.svg#29LTBukra-Lt") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "29LT BukraMd" !important;
    src: url("fonts/29LTBukra-Rg.eot");
    src: url("fonts/29LTBukra-Rg.eot?#iefix") format("embedded-opentype"), url("fonts/29LTBukra-Rg.woff2") format("woff2"), url("fonts/29LTBukra-Rg.woff") format("woff"), url("fonts/29LTBukra-Rg.ttf") format("truetype"), url("fonts/29LTBukra-Rg.svg#29LTBukra-Rg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "29LT BukraMd" !important;
    src: url("fonts/29LTBukra-Bd.eot");
    src: url("fonts/29LTBukra-Bd.eot?#iefix") format("embedded-opentype"), url("fonts/29LTBukra-Bd.woff2") format("woff2"), url("fonts/29LTBukra-Bd.woff") format("woff"), url("fonts/29LTBukra-Bd.ttf") format("truetype"), url("fonts/29LTBukra-Bd.svg#29LTBukra-Bd") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "29LT BukraMd" !important;
    src: url("fonts/29LTBukra-Md.eot");
    src: url("fonts/29LTBukra-Md.eot?#iefix") format("embedded-opentype"), url("fonts/29LTBukra-Md.woff2") format("woff2"), url("fonts/29LTBukra-Md.woff") format("woff"), url("fonts/29LTBukra-Md.ttf") format("truetype"), url("fonts/29LTBukra-Md.svg#29LTBukra-Md") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

