﻿
.mt70 {
    margin-top: 70px !important
}

#themesT {
}

.navbar-fixed-top svg {
    display: none
}

.loginMon {
    display: none
}

.dataTables_wrapper .row:nth-child(2) {
    margin-top: 12px;
    margin-bottom: 12px !important;
}

#topbar-dropmenu {
    top: 30px !important;
}

.line-h34 {
    line-height: 34px !important;
}

.light-bg {
    background: #fff
}

.break-line {
    padding: 9px 0 !important;
    margin: 14px 0 3px;
}

#UpdatePanel3 .table-layout .row {
    padding: 15px 0;
    display: block;
    margin: 0 -5px;
}

#UpdatePanel3 .spark-messages {
    /*width: 14.28%;*/
    padding: 0 5px;
}

    #UpdatePanel3 .spark-messages .pl20 {
        padding-left: 9px !important;
    }

    #UpdatePanel3 .spark-messages .text-muted {
        font-size: 12px;
        margin-top: 18px;
    }

.boxConn {
}

    .boxConn .panel-body {
        border: 1px #ddd solid;
        margin: 14px 0;
        padding: 20px 25px !important;
        height: auto !important;
        min-height: 600px;
    }

    .boxConn .panel-heading {
        background: #eeaa23 !important;
        border: none;
        height: 43px !important;
        padding: 5px 7px 0;
    }

    .boxConn .panel-title {
        color: #fff !important;
    }

    .boxConn .rst.btn-file {
        font-weight: bold;
        /* text-transform:  uppercase; */
        font-size: 15px;
    }

.labelGrop {
    display: inline-block;
    margin-right: 4px;
    border: 2px #e4e4e4 solid;
    padding: 8px 8px 5px;
    margin-bottom: 9px;
    /* width: 180px; */
    text-align: center;
    border-radius: 10px;
}

    .labelGrop span:first-child {
    }

    .labelGrop label {
        border-radius: 10px;
        padding: 3px 10px;
    }

#divChangePackage .labelGrop span:nth-child(2) {
    background: #0a8bbb !important;
}

table.table .glyphicon-print:before {
    display: none;
}

table.table .glyphicon-print {
    background: url(../images/Grid-icon-print.png);
}

/************************/
#UpdatePanelTab1 #content.table-layout {
    background: #FFF
}


#UpdatePanelTab1 .table-layout .row {
    padding: 18px 0 20pX;
    display: block;
    margin: 0 -5px;
}

#UpdatePanelTab1 .spark-messages {
    width: 14.28%;
    padding: 0 5px;
}

    #UpdatePanelTab1 .spark-messages .pl20 {
        padding-left: 6px !important;
    }

    #UpdatePanelTab1 .spark-messages .text-muted {
        font-size: 12px;
        margin-top: 18px;
    }

#chat-box {
    top: 182px !important;
}

.navbar-form {
    margin-top: 11px;
    margin-bottom: 17px;
}

    .navbar-form.navbar-search input {
        height: 36px;
    }

.dataTable .label {
    position: relative
}

.labeltit {
    position: absolute; /* width:150%; */
    white-space: normal;
    left: 0;
    line-height: 15px;
    z-index: 100;
    background: #000;
    top: 126%;
    padding: 8px;
    border-radius: 8px;
}

    .labeltit:after {
        position: absolute;
        content: "";
        width: 0;
        bottom: 100%;
        left: 13px;
        height: 0;
        border-style: solid;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #000000 transparent;
    }

#content.login-page .panel-body #btn_Login {
    position: relative;
    bottom: 0;
    width: 100%;
    right: 0;
    margin: 30px 0 0 !important;
}

#content.login-page #login1.admin-form {
    max-width: 760px !important;
}

#content.login-page .col-sm-4:nth-child(1) {
    margin-left: 0 !important;
}

.downloadOffln {
    float: left;
    margin-top: -26px;
    background: #b93030;
    color: #fff !important;
    padding: 6px 15px !important;
    font-size: 15px;
    margin-left: -4px;
    margin-right: 10px;
}

    .downloadOffln i {
        margin-left: 5px;
        font-size: 17px;
        position: relative;
        top: 2px;
    }


/************marquee***************/
.marqueeCon {
    width: 97%;
    height: 30px;
    background: #fff;
    position: relative;
    margin: -2px 18px 0px;
    overflow: hidden;
    top: 10px;
    direction: rtl;
    border-radius: 0;
}

    .marqueeCon .marquee {
        width: calc(100% - 162px);
        overflow: hidden;
        /* display: inline-block; */
        direction: ltr;
        position: relative;
        margin-top: 6px;
        right: 19px;
    }

        .marqueeCon .marquee ul {
        }

            .marqueeCon .marquee ul li {
                display: inline-block;
                color: #333;
                font-weight: bold;
                font-size: 13px;
            }

                .marqueeCon .marquee ul li:after {
                    content: "\f111";
                    font-size: 8px;
                    font-family: 'FontAwesome';
                    margin-left: 15px;
                    margin-right: 15px;
                    position: relative;
                    top: -1px;
                    color: #424242;
                }

                .marqueeCon .marquee ul li a {
                    color: #083f88;
                    text-decoration: underline;
                }

    .marqueeCon span {
        float: right;
        margin: 0;
        padding: 0 14px;
        line-height: 31px;
        font-size: 14px;
        color: #FFF;
        background: #d35b61;
        position: relative;
    }

        .marqueeCon span i {
            margin-left: 5px;
        }

        .marqueeCon span:before {
            content: "";
            width: 0;
            position: absolute;
            left: -5px;
            top: 11px;
            height: 0;
            border-style: solid;
            border-width: 5px 5px 5px 0;
            border-color: transparent #d35b61 transparent transparent;
        }

.table.dataTable td {
    font-weight: bold
}

.sidebar-menu li > a > span.caret {
    display: none !important;
}
/***********************************/
#voteCon {
    /*position: fixed;*/
    left: 0;
    right: 0;
    height: 100%;
    top: 105%;
    z-index: 0;
    /*opacity: 0;*/
    -webkit-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
    -moz-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
    -o-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
    -ms-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
    transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
}

    #voteCon * {
        -webkit-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
        -moz-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
        -o-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
        -ms-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
        transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
    }

    #voteCon.open {
        opacity: 1;
        z-index: 10000;
        top: 0;
        position: fixed;
    }

    #voteCon .closeV {
        color: #284392;
        font-size: 23px;
        position: absolute;
        display: block;
        font-family: arial;
        font-weight: normal;
        right: 32px;
        top: 29px;
        cursor: pointer;
        opacity: 1;
        transition-delay: 0.7s;
    }

        #voteCon .closeV:hover {
            color: #ee9123
        }

    #voteCon .overlayV {
        position: fixed;
        left: 0;
        right: 0;
        height: 100%;
        top: 0;
        background: #000000eb;
        z-index: -1;
        opacity: 0;
        /* transform: scale(0); */
        -webkit-filter: blur(80px); /* Safari */
        filter: blur(80px);
        transition-delay: 0.2s;
    }

    #voteCon.open .overlayV {
        transform: scale(1);
        opacity: 1;
        left: 0;
        -webkit-filter: blur(0); /* Safari */
        filter: blur(0px);
    }

    #voteCon .votcontainer {
        margin: 0px 0 0;
    }

        #voteCon .votcontainer .radio-custom {
            display: block;
            margin: 13px 0;
        }

    #voteCon .voteBg {
        width: 780px;
        max-width: 94%;
        margin: 12% auto 20px;
        padding: 17px 17px 29px;
        background: #fff;
        border-radius: 26px;
        position: relative;
    }

        #voteCon .voteBg .tit {
            font-size: 24px;
            border-bottom: 1px #ddd solid;
            margin: 0 0 15px;
            padding-bottom: 15px;
            background: #f5f5f5;
            padding: 12px 12px 10px;
            border-radius: 20px 20px 0 0;
        }

        #voteCon .voteBg h1 {
            margin: 22px 0 8px;
            font-size: 14px;
            color: black;
            text-align: center;
        }

        #voteCon .voteBg h2 {
            margin: 6px 0 5px;
            font-size: 14px;
            color: #8c8c8c;
            padding: 0;
        }

            #voteCon .voteBg h2:before {
                content: "\f101";
                font-family: FontAwesome;
                color: #4a89dc;
                opacity: 0.7;
                margin-right: 5px;
            }
    /***************Rating***********************/
    #voteCon fieldset.rating {
        margin: 20px auto 0;
        padding: 0;
        float: none;
        display: block;
        width: 162px;
    }

    #voteCon .votingStars {
        width: 100% !important;
    }

.rating {
    border: none;
    float: left;
}

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 5px;
        font-size: 1.70em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #bbb;
        float: right;
    }

#ThanksForVotingDiv {
    font-size: 18px;
    padding-top: 13px;
    /* color: #35acff!important; */
    text-transform: capitalize;
}
/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}
    /* hover previous stars in list */

    .rating > input:checked + label:hover, /* hover current star when changing rating */
    .rating > input:checked ~ label:hover,
    .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
    .rating > input:checked ~ label:hover ~ label {
        color: #ffea6b;
    }

/***********************************/

.tableCons {
    overflow-x: auto;
    clear: both;
}

.month-picker-month-table a {
    font-size: 11px
}

.columns .ui-table-footer {
    padding: 9px 1px 0;
}

    .columns .ui-table-footer .ui-table-size {
        text-align: right
    }

    .columns .ui-table-footer .ui-table-controls {
        text-align: left
    }

.bg-light {
    background-color: #ffffff;
}

.suggesnBlock {
    width: 840px;
    margin: 77px auto;
    max-width: 100%;
    padding: 50px;
    background: #f7f7f7;
}

    .suggesnBlock .form-control {
        margin-bottom: 15px;
    }

    .suggesnBlock textarea.form-control {
        min-height: 133px;
    }


.suggesnBlockPopup {
    margin: auto;
    max-width: 100%;
    padding: 50px;
}

    .suggesnBlockPopup .form-control {
        margin-bottom: 15px;
    }

    .suggesnBlockPopup textarea.form-control {
        min-height: 133px;
    }

span.blink-new {
    position: absolute;
    left: -30px;
    top: 2px;
    font-weight: 400;
}

.timeStamp {
    display: block;
    white-space: nowrap;
    margin: 0;
    font-size: 12px;
    text-align: center;
}

    .timeStamp b {
        margin-left: 5px;
    }


/***********************************/
.langPopUp {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 105%;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
    -moz-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
    -o-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
    -ms-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
    transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
}

    .langPopUp * {
        -webkit-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
        -moz-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
        -o-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
        -ms-transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
        transition: all 0.4s cubic-bezier(0.29, 0.47, 0, 0.78);
    }

    .langPopUp.open {
        opacity: 1;
        z-index: 10000;
        top: 0;
    }

        .langPopUp.open .overlayT {
            top: 0
        }

    /*.langPopUp .closeT{
    color: #284392;
    font-size: 16px;
    position:  absolute;
    display:block;
    font-family: arial;
    font-weight: bold;
    right: 12px;
    top: 12px;
    cursor:  pointer;
    opacity: 1;
    transition-delay: 0.7s;
    width: 30px;
    height: 30px;
    background: #000000;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    padding-top: 4px;
}*/
    /*.langPopUp .closeT:hover{color:#ee9123}*/
    .langPopUp .overlayT {
        position: fixed;
        left: 0;
        right: 0;
        height: 100%;
        top: 150%;
        background: #000000eb;
        z-index: -1;
        opacity: 0;
        /* transform: scale(0); */
        -webkit-filter: blur(80px); /* Safari */
        filter: blur(80px);
        transition-delay: 0.2s;
    }

    .langPopUp.open .overlayT {
        transform: scale(1);
        opacity: 1;
        left: 0;
        -webkit-filter: blur(0); /* Safari */
        filter: blur(0px);
    }

    .langPopUp .Turkicontainer {
        margin: 0px 0 0;
    }

    .langPopUp .TurkiBg {
        width: 822px;
        max-width: 93%;
        margin: 5% auto 0; /* padding: 17px 17px 29px; */
        background: #fff;
        border-radius: 30px;
        position: relative;
        overflow: hidden;
    }


    .langPopUp .imgCon {
        width: 47%;
        position: relative;
        float: left;
    }

        .langPopUp .imgCon .maalem {
            width: 100%
        }

        .langPopUp .imgCon .logoTuri {
            position: absolute;
            left: 24px;
            top: 0;
            max-width: 100%;
        }

    .langPopUp .txtCon {
        width: 50%;
        float: right;
        text-align: right;
        direction: rtl;
        padding: 0 20px;
    }

        .langPopUp .txtCon .logoEumra {
            width: 305px;
            max-width: 100%;
            margin-right: 34px;
        }

            .langPopUp .txtCon .logoEumra img {
                width: 100%;
            }

        .langPopUp .txtCon .txtt {
            margin: 74px 0 0;
        }

            .langPopUp .txtCon .txtt p {
                text-align: justify;
                margin-bottom: 30px;
                font-size: 16px;
                line-height: 25px;
            }

/***************************/
#content.login-page .gui-input#password {
}

.login-page .admin-form .prepend-icon .field-icon.toggle-password {
    cursor: pointer;
    pointer-events: auto;
    top: 4px !important;
}

    .login-page .admin-form .prepend-icon .field-icon.toggle-password i {
        font-family: 'FontAwesome' !important;
    }

        .login-page .admin-form .prepend-icon .field-icon.toggle-password i:before {
            font-size: 21px !important;
        }


/********************************************/
.spark-messages:nth-child(6) .bg-warning .icon-bg i:before {
    content: "\f003";
    position: relative;
    right: -14px;
}

.spark-messages:nth-child(7) .bg-danger .icon-bg i:before {
    content: "\f040";
    position: relative;
    right: -20px
}

/*****************************/
.ui-datepicker th {
    padding: .5em 0.15em;
    font-size: 10px;
}
/*****************************/

/*
.dataTable.infoo{    border-collapse: separate;    border-spacing:7px 11px;}
.dataTable.infoo tbody tr td{padding: 3px 8px;vertical-align: middle;}
.dataTable.infoo tbody tr td #lbl_PackageStatus{font-size: 13px!important;}
.dataTable.infoo tbody tr td:nth-child(odd){background:#8ebefc !important;color:#fff !important;text-align:center;border-color: #8ebefc !important;}
.dataTable.infoo tbody tr td:nth-child(odd) span{color:#fff !important;margin-bottom: 0 !important;}
.dataTable.infoo tbody tr td:nth-child(even){    background: #fff !important;    border-color: #cacaca !important;}
*/
.dataTable.infoo tbody tr td {
    text-align: center
}

.dataTable.infoo tbody tr:first-child td {
    background: #8ebefc !important;
}

    .dataTable.infoo tbody tr:first-child td span {
        color: #fff !important;
        margin-bottom: 0 !important;
    }

.dataTable.infoo tbody tr:nth-child(2) td {
    background: #fff !important;
}

.dataTable.infoo tbody tr td #lbl_PackageStatusm, .dataTable.infoo tbody tr td span {
    font-size: 13px !important;
}

.dataTables_wrapper .row:nth-child(2) .col-sm-12 {
    overflow: auto
}

.row + .pull-right.mn {
    border: none !important
}

.footer.tar .btn-group {
    float: none
}

    .footer.tar .btn-group .btn {
        float: none
    }

.message_main table.dataTable thead th {
    background: #8ebefc !important;
}



.tafwegtabs {
    /* margin: 27px 0 0; */
}

    .tafwegtabs ul.nav-tabs.nav {
        margin: 10px 0 23px !important;
        width: 100%;
        position: relative;
        z-index: 11;
    }

        .tafwegtabs ul.nav-tabs.nav li {
        }

            .tafwegtabs ul.nav-tabs.nav li.activeT label, .tafwegtabs ul.nav-tabs.nav li.activeT label {
                cursor: default
            }

            .tafwegtabs ul.nav-tabs.nav li a, .tafwegtabs ul.nav-tabs.nav li label {
                background: transparent !important;
                border: none;
                text-align: center;
                padding: 0;
                margin: 0;
                margin-right: 10px;
                cursor: pointer
            }

            .tafwegtabs ul.nav-tabs.nav li.active:after {
                position: absolute;
                content: "";
                top: 100%;
                left: 0;
                width: 0;
                right: 0;
                height: 0;
                display: block;
                margin: 4px auto 0;
                border-left: 12px solid transparent;
                border-right: 12px solid transparent;
                border-bottom: 19px solid #ee9123;
                border-top: none;
            }

            .tafwegtabs ul.nav-tabs.nav li.hideAfter:after, .tafwegtabs ul.nav-tabs.nav li.hideAfter:before {
                display: none
            }

            .tafwegtabs ul.nav-tabs.nav li a i, .tafwegtabs ul.nav-tabs.nav li label i {
                color: #ee9123;
                display: block;
                width: 80px;
                height: 80px;
                font-size: 28px;
                border-radius: 100%;
                border: 8px #b8b8b8 solid;
                margin-bottom: 8px;
                padding-top: 20px;
            }

            .tafwegtabs ul.nav-tabs.nav li.active:before {
                position: absolute;
                content: "";
                top: calc( 100% + 2px );
                left: 0;
                width: 0;
                right: 0;
                height: 0;
                display: block;
                margin: 4px auto 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 17px solid #f5f5f5;
                border-top: none;
                z-index: 2;
            }


        .tafwegtabs ul.nav-tabs.nav i.fa-long-arrow-alt-down:after {
            content: "\f309";
        }

        .tafwegtabs ul.nav-tabs.nav i.fa-long-arrow-alt-up:after {
            content: "\f30c";
        }

        .tafwegtabs ul.nav-tabs.nav li.activeL a i, .tafwegtabs ul.nav-tabs.nav li.activeL:hover a i,
        .tafwegtabs ul.nav-tabs.nav .activeT i, .tafwegtabs ul.nav-tabs.nav .activeT:hover i {
            border-color: #ee9123;
            color: #525252;
        }

        .tafwegtabs ul.nav-tabs.nav li:hover a i, .tafwegtabs ul.nav-tabs.nav li:hover label i {
            border-color: #ee9123;
            color: #4a89dc;
        }

        .tafwegtabs ul.nav-tabs.nav li:hover label.disabledT {
            pointer-events: none
        }

            .tafwegtabs ul.nav-tabs.nav li:hover label.disabledT i {
                border-color: #bcd9ff;
                color: #b8b8b8
            }

        .tafwegtabs ul.nav-tabs.nav li:hover a i, .tafwegtabs ul.nav-tabs.nav li:hover label i {
            color: #525252;
            border-color: #4a89dc
        }

        .tafwegtabs ul.nav-tabs.nav li a span, .tafwegtabs ul.nav-tabs.nav li label span {
            background: transparent;
            color: #555;
            font-size: 15px;
            display: block;
        }

    .tafwegtabs .tab-content {
        margin: 0;
        padding: 0;
        min-height: 0;
        border: none;
        width: 376px;
    }

        .tafwegtabs .tab-content .tab-pane {
            border: 1px #ee9123 solid !important;
            background: #f5f5f5;
            margin: 13px 0 0;
            text-align: center;
            min-height: auto;
            padding: 20px 9px
        }

            .tafwegtabs .tab-content .tab-pane.showw {
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                top: -13px;
                z-index: 10;
                opacity: 1;
            }

    .tafwegtabs input[type=radio] {
        display: none;
    }

label.lnk22 {
    display: inline-block;
    margin: 8px 4px;
    background: #b8b8b8;
    color: #fff;
    padding: 11px 34px 10px;
    font-size: 17px;
    position: relative;
    padding-right: 52px;
    font-weight: normal;
    cursor: pointer;
}

    label.lnk22.disabledT {
        background: #ccc !important;
        pointer-events: none;
    }

        label.lnk22.disabledT i {
            color: #8c8c8c
        }

    label.lnk22 i {
        width: 32px;
        height: 32px;
        background: #fff;
        border-radius: 100%;
        color: #ee9123;
        padding-top: 8px;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    label.lnk22:focus, label.lnk22.activeT, label.lnk22.activeT:focus, label.lnk22.activeT:hover {
        text-decoration: none;
        background: #ee9123;
        color: #fff;
        cursor: default;
    }

        label.lnk22:focus i, label.lnk22.activeT i, label.lnk22.activeT:focus i, label.lnk22.activeT:hover i {
            color: #525252
        }

    label.lnk22:hover {
        text-decoration: none;
        background: #4a89dc;
        color: #fff
    }

        label.lnk22:hover i {
            color: #525252
        }



/**************progressCircle*****************/
.progressConn {
    text-align: center;
    background: #ececec;
    padding: 5px 5px;
    margin-top: -29px;
    border-radius: 2px;
    border: 1px #dedede solid;
}

    .progressConn h1 {
        font-size: 15px;
        margin: 0;
        background: #dedede;
        padding: 11px 15px;
        border-radius: 2px;
    }

        .progressConn h1 i {
            font-size: 20px;
            margin: 0 7px;
        }

.progressCircle {
    margin-bottom: -10px;
}

.progressCircle {
    width: 100px;
    margin: 9px 6px 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

    .progressCircle canvas {
        vertical-align: top;
    }

    .progressCircle strong {
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 30px;
    }

        .progressCircle strong i {
            font-style: normal;
            font-size: 0.6em;
            font-weight: normal;
        }

    .progressCircle span {
        display: block;
        color: #aaa;
        margin-top: 12px;
    }

.modal-md {
    width: 883px;
    max-width: 100%;
}

.tit7 {
    margin: 17px 0 12px;
    font-size: 15px;
    background: #4a89dc;
    color: #fff;
    padding: 8px 15px 12px;
}

    .tit7 i {
        position: relative;
        font-size: 18px;
        margin-right: 10px;
        top: 2px;
    }

.detailsItem {
    margin: 4px 0 7px;
}

#bModalTrainingDetails .detailsItem span:first-child, .block-fluid.arr .detailsItem span:first-child {
    width: auto;
}

.detailsItem span {
    display: inline-block;
    width: 92px;
    color: #000000;
    /* text-align: right; */
    /* padding-right: 8px; */
    font-weight: bold;
}

    .detailsItem span.label, .detailsItem span + span {
        display: inline-block;
        background: #f7f7f7;
        padding: 5px 10px;
        color: #666 !important;
        text-shadow: none;
        width: auto;
        -webkit-print-color-adjust: exact !important;
    }

    .detailsItem span i {
        width: 42px;
        height: 42px;
        background: #ee9123;
        text-align: center;
        border-radius: 100%;
        padding-top: 10px;
        color: #ffffff;
        border: 3px #ee9123 solid;
        margin-left: 5px;
        display: inline-block;
        font-size: 15px;
    }

.detailsItem b {
    display: inline-block;
    background: #f7f7f7;
    padding: 5px 10px;
}

    .detailsItem b i {
        width: 27px;
        height: 27px;
        background: #fff;
        text-align: center;
        border-radius: 100%;
        padding-top: 8px;
        color: #70ca63;
    }

.detailsConn {
}

    .detailsConn .row {
    }

table.table .glyphicons-file[title="إنشاء تفويج"] {
    background: url(../images/Grid-icon-creatTafwij.png);
}

.modal.arr {
    direction: rtl
}

    .modal.arr div[class^="col-md"] {
        float: right !important
    }

    .modal.arr .modal-footer {
        text-align: left
    }


.arr {
    direction: rtl;
    text-align: right;
}

    .arr div[class^="col-md"] {
        float: right !important
    }

    .arr .tit7 i {
        margin: 0;
        margin-left: 5px
    }

    .arr .modal-footer {
        text-align: left
    }



.collaIco2 .panel-title i {
    font-size: 17px;
    margin-right: -7px;
    top: 0px;
}


/**************************************/
.hegreEventC {
    direction: rtl;
    margin: 20px 0 16px;
    background: url(../images/calendar-bg1.jpg) repeat-y center top;
    background-size: 100%;
    padding: 59px 29px 7px;
    -webkit-print-color-adjust: exact !important;
}

    .hegreEventC .select2-container .select2-selection--single {
        background: #fff;
        direction: rtl;
        border-radius: 5px;
    }

    .hegreEventC .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: auto;
        left: 10px;
    }

    .hegreEventC .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
        line-height: 38px;
    }

    .hegreEventC * {
        -webkit-print-color-adjust: exact !important;
    }

    .hegreEventC h1 {
        font-size: 20px;
        margin: 7px 0 0;
        color: #fff;
        float: left;
        padding: 0 14px;
    }

    .hegreEventC .select2-container {
        float: left;
    }

.selectMonth {
    float: left;
    height: 35px;
    width: 234px;
    border-color: #ddd;
    border-radius: 5px;
    padding: 0 8px;
    margin-top: 0 !important;
}

.yearH {
    float: left;
    margin: 7px 0 0;
    padding: 0;
    margin-right: 15px;
    color: #fff;
    display: none;
}

.eventsCon {
    margin: 23px 0 40px;
}

.hegreClndEv {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .hegreClndEv thead {
    }

        .hegreClndEv thead th {
            text-align: center;
            background-color: #ee9123 !important;
            color: #fff;
            padding: 23px 8px;
            border: 1px #ddd solid;
            border-top: none;
            width: 14.3% !important;
            max-width: 14.3% !important;
            min-width: 14.3% !important;
        }

            .hegreClndEv thead th:first-child {
                border-right: none;
                border-radius: 0 18px 0 0;
            }


            .hegreClndEv thead th:last-child {
                border-left: none;
                border-radius: 18px 0 0 0;
            }

    .hegreClndEv tbody {
    }

        .hegreClndEv tbody td {
            vertical-align: top;
            border: 1px #ddd solid;
            padding: 32px 4px 8px;
            height: 130px;
            position: relative;
            background: #fff;
        }

        .hegreClndEv tbody tr:last-child td:first-child {
        }

        .hegreClndEv tbody td:last-child {
            border-radius: 0 0 0 18px;
            /* border-bottom: none; */
            /* border-left: none; */
        }

        .hegreClndEv tbody td:nth-last-child(7) {
            border-radius: 0 0 18px 0;
            /* border-bottom: none; */
            /* border-right: none; */
        }

        .hegreClndEv tbody td.notInMo {
            background: #f8f8f8;
        }

            .hegreClndEv tbody td.notInMo .day {
                color: #96bef2;
            }

        .hegreClndEv tbody td .day {
            position: absolute;
            right: 7px;
            top: 11px;
            color: #4a89dc;
            font-size: 12px;
        }

.eventItemm {
    background: #4a89dc;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 24px;
    padding: 9px 12px 5PX;
    padding-right: 41px;
    position: relative;
    /* width: 100%; */
    margin-bottom: 7px;
    margin: 5px 2px;
}

    .eventItemm span {
        background: #fff;
        padding: 6px 0 0;
        color: #000;
        border-radius: 100%;
        width: 25px;
        height: 25px;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        display: inline-block;
        position: absolute;
        right: 5px;
        top: 5px;
        padding-top: 5px;
    }

    .eventItemm.mofa {
        width: 47%;
        margin: 0 0 2px;
        display: block;
    }

    .eventItemm.arriv {
        width: 47%;
    }

    .eventItemm.dep {
    }

    .eventItemm.dep {
        margin-left: 0;
        width: 47%;
    }

    .eventItemm.mofa span {
        background: #e64025;
    }

    .eventItemm.arriv span {
        background: #f5b026;
    }

    .eventItemm.dep span {
        background: #5cc24d;
    }

    .eventItemm span i {
        font-size: 13px;
        color: #fff;
        padding-top: 1px;
    }

        .eventItemm span i.fa-plane-departure {
        }

        .eventItemm span i.fa-fa-plane-arrival {
        }

        .eventItemm span i.fa-money-check {
            font-size: 12px;
            padding-top: 2px;
        }

    .eventItemm strong {
        white-space: nowrap;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        font-weight: normal;
    }

.calndarLogo {
    float: right;
    margin-top: -46px;
    max-width: 371px;
}

    .calndarLogo img {
        max-width: 100%;
    }

.companyLogo {
    margin: -33px 0 0;
    margin-right: 19px;
    /* text-align: center; */
    float: left;
    /* position: relative; */
    text-align: left;
    display: table;
}

.comLogCon {
    width: 114px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.companyLogo img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.hegreleg {
    margin: 20px 0 0;
}

    .hegreleg > div {
        color: #fff;
        display: inline-block;
        margin-left: 10px;
    }

        .hegreleg > div.mofa {
        }

        .hegreleg > div.arriv {
        }

        .hegreleg > div.depar {
        }

        .hegreleg > div b {
            width: 28px;
            height: 28px;
            display: inline-block;
            background: #000;
            margin-left: 8px;
            position: relative;
            top: -1px;
            border-radius: 100%;
            text-align: center;
            padding-top: 7px;
            font-size: 12px;
        }

            .hegreleg > div b i {
            }

        .hegreleg > div.mofa b {
            background: #E64026;
        }

        .hegreleg > div.arriv b {
            background: #f5b026;
        }

        .hegreleg > div.depar b {
            background: #5cc24d;
        }
/**************************************/


.subbox {
    border: 1px #ddd solid;
}

.tit6 {
    background: #e8e8e8;
    margin: 20px 0 0;
    padding: 8px 15px 2px;
}

    .tit6 span {
    }

    .tit6 p {
        margin-bottom: 5px;
    }

.helpIco {
    position: absolute;
    right: 60px;
    top: 22px;
    z-index: 5;
}

.linktamemDrop {
    direction: rtl;
}

    .linktamemDrop > b {
        display: block;
    }

    .linktamemDrop .dropdown-menu {
        left: auto;
        right: 0;
        padding: 11px 10px 1px;
    }

        .linktamemDrop .dropdown-menu li {
            font-size: 12px;
            font-weight: bold;
            text-align: right;
            margin-bottom: 10px;
            white-space: nowrap;
            color: #444;
        }

            .linktamemDrop .dropdown-menu li a {
                font-size: 12px;
                display: block;
                padding: 0;
                color: #444;
                background: #fff !important;
                font-weight: bold;
                position: relative;
                padding-right: 14px;
                text-decoration: underline;
            }

                .linktamemDrop .dropdown-menu li a:hover {
                    color: #269dc9;
                }

                .linktamemDrop .dropdown-menu li a:after {
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    content: "\f111";
                    right: 0;
                    position: absolute;
                    top: 3px;
                    font-size: 7px;
                    color: #ee9123;
                }

    .linktamemDrop .dropdown-toggle i {
        font-size: 21px;
        margin-left: 5px;
        position: relative;
        top: 1px;
    }

    .linktamemDrop .dropdown-menu li a:hover:after {
        color: #269dc9
    }

#pnl_print {
}

    #pnl_print p {
        margin: 0 0 5px;
        background: #f7f7f7;
        /* border-radius: 24px; */
        padding: 10px 5px;
        border: 1px #dadada solid;
        padding-right: 35px;
        position: relative;
    }

        #pnl_print p:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f0f3";
            right: 5px;
            top: 6px;
            position: absolute;
            font-size: 13px;
            color: #fff;
            margin-left: 5px;
            width: 24px;
            height: 24px;
            border-radius: 100%;
            background: #ee9123;
            display: inline-block;
            text-align: center;
            margin-left: 7px;
            padding-top: 3px;
        }






.notificatee {
    background: #f5b026;
    width: 28px;
    height: 27px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding: 4px 0 0;
    margin-right: 6px;
    margin-left: 4px;
    position: absolute;
    top: 8px;
    right: 17px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border: 2px #262626 solid;
    line-height: 17px;
}

    .notificatee strong {
        background: transparent !important;
        margin: 0;
    }

    .notificatee:after {
        position: absolute;
        font-family: 'Glyphicons Halflings';
        content: "\e123";
        color: #ec705b;
        left: -14px;
        top: 4px;
        font-size: 25px;
        z-index: -1;
        border-radius: 100%;
    }

.table.dataTable td {
    overflow-wrap: break-word;
}
/****************************/

.sidebar-menu > li.menuLi > a > span:nth-child(1) {
    width: 24px !important;
    height: 25px !important;
    left: 6px;
    font-size: 0 !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    position: relative;
    top: 4px;
}

body.sb-l-m .sidebar-menu > li > a {
}

    body.sb-l-m .sidebar-menu > li > a .notificatee {
        display: none
    }

    body.sb-l-m .sidebar-menu > li > a > span:nth-child(1) {
        width: 57px !important;
        left: 0 !important;
    }

.sidebar-menu > li > a[href$="TrackingReport.aspx"] > span.slide-m-07 {
    background-image: url(../images/menuIcons/mnuIco13.png);
    left: 7px !important; /* top: 2px; */
}

.sidebar-menu > li > a[href$="IssuesReport.aspx"] > span.slide-m-07 {
    background-image: url(../images/menuIcons/mnuIco1.png);
    left: 7px !important; /* top: 2px; */
}

.sidebar-menu > li > a[href$="downloads.aspx"] > span:nth-child(1) {
    background-image: url(../images/menuIcons/mnuIco11.png);
}

.sidebar-menu > li > a[href^="../NoAgentCountries"] > span:nth-child(1) {
    background-image: url(../images/menuIcons/mnuIco12.png);
}

.sidebar-menu > li > a > span.glyphicon-home {
    background-image: url(../images/menuIcons/mnuIco2.png);
    top: 5px;
}

.sidebar-menu > li > a > span.list {
    background-image: url(../images/menuIcons/mnuIco7.png);
}

.sidebar-menu > li > a > span.agent {
    background-image: url(../images/menuIcons/mnuIco4.png);
}

.sidebar-menu > li > a > span.manage {
    background-image: url(../images/menuIcons/mnuIco5.png);
}

.sidebar-menu > li > a > span.operation {
    background-image: url(../images/menuIcons/mnuIco6.png);
}

.sidebar-menu > li > a > span.system {
    background-image: url(../images/menuIcons/mnuIco9.png);
}

.sidebar-menu > li > a > span.cards {
    background-image: url(../images/menuIcons/mnuIco8.png);
}


/*
.sidebar-menu > li[id="6"] > a > span:nth-child(1) {background-image: url(../images/menuIcons/mnuIco3.png) ; }
.sidebar-menu > li[id="112"] > a > span:nth-child(1){background-image: url(../images/menuIcons/mnuIco4.png) ; }
.sidebar-menu > li[id="7"] > a > span:nth-child(1){background-image: url(../images/menuIcons/mnuIco5.png) ; }
.sidebar-menu > li[id="8"] > a > span:nth-child(1){background-image: url(../images/menuIcons/mnuIco6.png) ; }
.sidebar-menu > li[id="9"] > a > span:nth-child(1) , .sidebar-menu > li[id="20"] > a > span:nth-child(1) , .sidebar-menu > li[id="5"] > a > span:nth-child(1){background-image: url(../images/menuIcons/mnuIco7.png) ; }
.sidebar-menu > li[id="10"] > a > span:nth-child(1) , .sidebar-menu > li[id="17"] > a > span:nth-child(1){background-image: url(../images/menuIcons/mnuIco8.png) ; }
.sidebar-menu > li[id="15"] > a > span:nth-child(1) , .sidebar-menu > li[id="21"] > a > span:nth-child(1) ,  .sidebar-menu > li[id="18"] > a > span:nth-child(1) {background-image: url(../images/menuIcons/mnuIco9.png) ; }
.sidebar-menu > li[id="230"] > a > span:nth-child(1), .sidebar-menu > li[id="229"] > a > span:nth-child(1){background-image: url(../images/menuIcons/mnuIco10.png) ;}
*/
#up1update {
    margin-top: 10px;
}

.dropdown.pull-right.showBtnn {
    margin: 0
}

.nav > li > a.notificat {
    padding-right: 5px;
    top: -3px;
}

.notificat .fa-bell {
    font-size: 23px !important;
}

.notificat .label-warning {
    position: absolute;
    top: 14px;
    right: -4px;
    padding: 0px 4px;
    min-width: 20px;
    min-height: 12px;
    line-height: 18px;
    font-size: 12px;
    background: #d35b61 !important;
}

table.table button#btn_edit {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 1px;
    font-size: 0;
    background-color: transparent;
    background: url(../images/Grid-icon-edit.png) no-repeat center center;
    border: none;
}


/********************/
.drop22.dropdown-menu > li > a {
    background: #ec705b !important;
    color: #fff !important
}

.drop22.dropdown-menu.clr2 > li > a {
    background: #70ca63 !important;
    color: #fff !important;
}

.btnForm.notificateBtn {
    position: relative;
    padding: 5px 27px;
}

    .btnForm.notificateBtn b {
        top: -13px;
        right: -20px;
        border-color: #fff;
        background: #d35b61;
    }

        .btnForm.notificateBtn b:after {
            display: none
        }

/***************************************/
.classificItem {
    background: #fff;
    /* padding: 15px 18px 21px; */
    margin-bottom: 26px;
    /* border: 1px #dadada solid; */
}

    .classificItem .row {
        margin-bottom: 0
    }

    .classificItem .tit {
        color: #333333;
        margin-bottom: 17px;
        background: #f0f0f0;
        padding: 12px 13px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .classificItem .form-control {
    }

    .classificItem input.form-control + span, .classificItem input.form-control + span + span,
    .classificItem input.form-control + span + span + span {
        font-size: 12px;
        line-height: 12px;
        display: inline-block;
        margin-top: 4px;
    }

    .classificItem span[id^="RequiredField"] {
        position: absolute;
        right: 0px;
        font-size: 16px !important;
        top: 40px;
    }

.logInImgCons {
    position: relative;
}

.LogBg1 {
}

.osIconsCon {
    position: absolute;
    right: 14px;
    bottom: 11px;
}

    .osIconsCon a {
        display: block;
        margin: 5px 0 0;
    }

        .osIconsCon a.andr {
        }

        .osIconsCon a.ios {
        }

        .osIconsCon a img {
        }
/****************************/

.dropIcoGride {
}

    .dropIcoGride .dropIcoBtn {
        background: #3bafda;
        border: none;
        color: #fff;
        font-size: 17px;
        padding: 5px 7px 1px;
        border-radius: 22px;
    }

        .dropIcoGride .dropIcoBtn .caret {
            top: -2px;
            position: relative;
        }

    .dropIcoGride .dropdown-menu {
        background: #262626;
        padding: 2px 0 0;
        box-shadow: none;
        max-height: 150px;
        overflow: auto;
    }

        .dropIcoGride .dropdown-menu li {
        }

            .dropIcoGride .dropdown-menu li a {
                font-size: 12px;
                padding: 3px 13px 0;
            }

                .dropIcoGride .dropdown-menu li a span {
                    margin: 0;
                    margin-right: 6px;
                }

                .dropIcoGride .dropdown-menu li a strong {
                    top: -6px;
                    position: relative;
                    font-weight: normal;
                }

.table.dataTable tbody tr:last-child td .dropIcoGride .dropdown-menu,
.table.dataTable tbody tr:nth-last-child(2) td .dropIcoGride .dropdown-menu {
    top: auto;
    bottom: 111%;
}

.login-page .admin-form .section.captchaSec {
    min-height: 101px;
    margin: 0 0 0;
}

    .login-page .admin-form .section.captchaSec label.field {
    }

    .login-page .admin-form .section.captchaSec .gui-input {
        display: block;
        margin: 7px 0 0;
    }

.captchaSec #btnRefresh span.fa.fa-repeat {
    font-size: 24px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.list-new-pass {
}

    .list-new-pass h1 {
        font-size: 16px;
    }

    .list-new-pass ul {
        padding-left: 16px;
    }

    .list-new-pass li {
    }

    .list-new-pass a {
        color: #3a3a3a;
        font-size: 16px;
        text-decoration: none !important;
    }

        .list-new-pass a:hover {
            list-style: none;
        }

        .list-new-pass a i {
        }
/********************************/
@media print {
    .hegreEventC {
        background-image: url(../images/calendar-bg1.jpg) !important;
        margin: 0;
    }

    .hegreClndEv thead th {
        color: #fff !important;
    }

    .eventItemm {
        background: #4a89dc !important;
    }

        .eventItemm span {
            background: #fff !important;
            color: #fff !important;
        }

        .eventItemm strong {
            color: #fff !important;
        }

    .hegreClndEv tbody td {
        background: #ffffff !important;
    }

        .hegreClndEv tbody td .day {
            color: #4a89dc !important;
        }

    .hegreEventC h1 {
        color: #fff !important
    }

    .hegreEventC .select2-container .select2-selection--single {
        background: #fff !important;
    }

    .hegreEventC .select2-container {
        float: left;
        display: none;
    }

    .detailsItem span.label, .detailsItem span + span {
        background: #f7f7f7 !important;
        color: #666 !important
    }

    .hegreleg > div.mofa b {
        background: #e64025 !important;
    }

    .hegreleg > div b i {
        color: #fff !important;
    }

    .hegreleg > div.arriv b {
        background: #f5b026 !important;
    }

    .hegreleg > div.depar b {
        background: #5cc24d !important;
    }

    .eventItemm.mofa span {
        background: #e64025 !important;
    }

    .eventItemm.arriv span {
        background: #f5b026 !important;
    }

    .eventItemm.dep span {
        background: #5cc24d !important;
    }

    .eventItemm span i {
        color: #fff !important
    }

    .hegreleg > div {
        color: #fff !important
    }

    .yearH {
        color: #fff !important;
        margin-top: 8px;
        margin-right: 2px;
        display: block
    }
}

/*************Baqat****************/
.main-packages {
    position: relative;
    width: 32%;
    /* display: inline-block; */
    float: right;
    margin-left: 13px;
    height: 650px;
}

    .main-packages h1 {
        color: #fff;
        font-size: 21px;
        padding: 18px 15px;
        margin-top: 0;
    }

    .main-packages ul {
        padding: 20px 15px 28px;
        padding-right: 36px;
    }

    .main-packages li {
        list-style-type: disc;
        /* list-style-position: inside; */
    }

        .main-packages li span {
            display: block;
            color: #000;
            line-height: 20px;
            font-size: 14px;
            margin-bottom: 10px;
        }

.basic-package {
    background: #e2f0d9;
}

    .basic-package h1 {
        background: #70ad47;
    }

.packages {
    padding: 20px 0;
    direction: rtl;
    /* width: 1170px; */
    margin: auto;
}

.basic-package i {
}

.Premium-package {
    background: #deebf7;
}

    .Premium-package h1 {
        background: #5b9bd5;
    }


    .Premium-package i {
    }


.Diamond-package {
    background: #fbe5d6;
}

    .Diamond-package h1 {
        background: #ed7d31;
    }


    .Diamond-package .btn {
        background: #ed7d31;
        color: #fff;
        font-size: 15px;
        padding: 9px 39px;
        margin-right: -63px;
        position: absolute;
        bottom: 17px;
        right: 50%;
    }

.Premium-package .btn {
    background: #5b9bd5;
    color: #fff;
    font-size: 15px;
    padding: 9px 39px;
    margin-right: -63px;
    position: absolute;
    bottom: 17px;
    right: 50%;
}

.basic-package .btn {
    background: #70ad47;
    color: #fff;
    font-size: 15px;
    padding: 9px 39px;
    margin-right: -63px;
    position: absolute;
    bottom: 17px;
    right: 50%;
}

/**********************************/
.packages-en {
    direction: ltr;
}

    .packages-en .main-packages ul {
        padding-left: 36px;
    }

    .packages-en .main-packages {
        float: left;
    }

.select2-single {
    width: 100% !important;
}
.brntPag{width: 98%;margin:15px auto 0;position: relative;left: -3px;}
.brntPag .panel-con .panel-body  .row{margin:0}
/*****************************************/
/*****************************************
****************************************
****************************************/
@media screen and (max-width: 900px) {
    body .sb-l-m .sidebar-menu > li > a > span:nth-child(1) {
        width: 42px !important;
    }
}

@media screen and (max-width: 768px) {
    .main-packages {
        width: 100%;
        margin: 10px 0 10px;
        height: auto;
    }

    #UpdatePanelTab1 .spark-messages {
        width: 50%;
        padding: 0 15px;
    }

    .breakingNews {
        display: none;
    }

    #UpdatePanel3 .spark-messages {
        width: 33.3%;
        margin: 5px 0;
        padding: 5px 15px;
    }

    .langPopUp {
        overflow: auto;
        padding-bottom: 34px;
    }

    .col-md-4.tray-left.tray290.side-bar-calendar.no-print.mar-12 {
        width: 100% !important;
    }

    .transaction-menu {
        width: 200px !important;
    }

    .taps-elements-con.resize-taps-elements {
        width: 100% !important;
    }

    .icon_list {
        width: 100%;
        margin-bottom: 20px;
    }

    .scrolling-res {
        overflow-x: auto;
    }

    .table_box {
        overflow-x: auto;
    }

    .message_main div[class^="col-"] {
        width: 100%;
        clear: both;
    }

    .cont {
        max-width: 100vw !important;
    }

    .ng-scope .col-md-12 {
        clear: both;
    }

    .pln {
        padding-left: 11px !important;
    }

    .progressConn {
        margin-top: 0;
    }

    .hegreClndEvCon {
        min-width: 750px;
    }

    .eventsCon .table-responsive {
        overflow-x: auto;
    }

    .tafwegtabs ul.nav-tabs.nav li {
        width: auto;
    }

    .table.dataTable tbody tr td:last-child .dropIcoGride .dropdown-menu {
        left: auto;
        right: 0;
    }
}

/**********************************/
@media screen and (max-width: 767px) {
    #content.login-page .table-layout {
        max-width: 98%
    }

    #UpdatePanelTab1 .spark-messages {
        width: 100%;
        padding: 0 15px;
    }

    .loginMon {
        width: 107% !important; /* left: -10px !important; */
    }

    .downloadOffln {
        margin-top: 0;
    }

    .logInLnksCon {
        margin-top: 10px !important;
        padding-left: 17px;
    }

    .loginoldsys {
        margin: 4px 5px 10px !important;
    }

    #UpdatePanel3 .spark-messages {
        width: 100%;
        margin: 2px 0;
        padding: 0 5px;
    }

    #content.login-page .col-sm-4 {
        display: inline-block;
    }

    body.external-page #main {
        background-position: center top !important;
    }

    .sb-r-c #content_wrapper {
        padding-top: 0
    }

    #filterInput {
        margin-top: 63px;
    }

    .handle-pages {
        margin-top: 20px
    }

    .marqueeCon {
        margin: 0 17px 10px;
        width: 91%;
    }

    .navbar.navbar-fixed-top { /*z-index: 1000;*/
    }

    #expandCollAll {
        z-index: 100
    }

    .langPopUp .imgCon {
        width: 100%;
    }

    .langPopUp .txtCon {
        width: 100%;
    }

        .langPopUp .txtCon .txtt {
            margin-top: 20px
        }

    .flags-log a span {
        margin-left: 5px !important;
        width: 27px !important;
    }

    #content.login-page {
        padding-top: 139px !important;
    }

        #content.login-page .table-layout {
        }

    .langPopUp .txtCon .logoEumra {
        max-width: 88%;
    }

    .showBtnn {
        float: right !important;
    }

    .dataTables_filter {
        width: 100%;
        text-align: left !important;
    }

        .dataTables_filter input {
            width: calc(100% - 36px);
        }

    .dataTables_length .form-control.input-sm {
        margin: 0 10px;
    }

    .row.pad-8.mb15 .mt15.showHide.ng-scope {
        width: 50%;
    }

        .row.pad-8.mb15 .mt15.showHide.ng-scope .checkbox_dir {
            width: 100%;
        }

            .row.pad-8.mb15 .mt15.showHide.ng-scope .checkbox_dir > label {
                display: block;
            }

                .row.pad-8.mb15 .mt15.showHide.ng-scope .checkbox_dir > label > input {
                }

    .btn-group.drop_menu.mar-14 .dropdown-menu.im_drop {
        width: 200px;
        top: 41px;
    }

    .btn-group-vertical.my-badges .btn {
        font-size: 10px !important;
    }

    .stepDivCon {
        width: 245px;
        right: -245px;
    }

    .table_box {
        overflow-x: auto;
    }

    .country_link.ng-binding {
        font-size: 8px;
    }

        .country_link.ng-binding .table_flag_icon img {
            width: 18px;
        }

    .mutamers-bar .mutamerCi {
        margin: 0 auto
    }

    .stepDivCon #step2div .col-sm-6 input.form-control.input-sm {
        width: 100px
    }

    .hegreEventC {
        padding-left: 15px;
        padding-right: 15px
    }

    .selectMonth {
        width: 100%;
    }

    .hegreEventC h1 {
        float: right;
        width: 100%;
        margin-top: 20px
    }

    .calndarLogo {
        margin-bottom: 30px
    }

    .tafwegtabs {
        overflow: auto;
    }
}
