@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);

@font-face {
    font-family: 'mv_boliregular';
    src: url(../fonts/mvboli-webfont.eot);
    src: url('../fonts/mvboli-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mvboli-webfont.woff2') format('woff2'), url('../fonts/mvboli-webfont.woff') format('woff'), url('../fonts/mvboli-webfont.ttf') format('truetype'), url('../fonts/mvboli-webfont.svg#mv_boliregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Open Sans",sans-serif !important;
    /*overflow: hidden;*/
    overflow-x: hidden !important;
    background: #f5f5f5;
    padding: 0 !important;
    margin: 0;
}

a, button, i {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a{
    text-decoration:none;
}
p {
    color: #777777;
    font-size: 14px;
}


/**** \\ H // ****/
h1, h2, h3, h4 {
    font-family: "Open Sans",sans-serif !important;
    margin: 0;
    padding: 0;
    letter-spacing: 1.5px;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #303030;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px
}

h3 {
    color: #333;
    text-align: left;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

h4 {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #323233;
    text-align: center;
}


/**** \\ H // ****/

/******************************************************************************************************************************/
.margTop {
    margin-top: 0 !important;
}

input, select, textarea {
    max-width: 100% !important;
}
.BackendHeader .menu_top {
    background: #303030;
    height: 85px;
}

.BackendHeader .menu_shadow {
    padding-bottom: 25px;
}

.BackendHeader .Righthamburger {
    float: left;
    border-right: 1px solid rgba(9, 126, 27, 0.3);
    line-height: 74px;
    background: #dab202;
    height: 85px;
    margin-left: -15px;
    padding: 0 20px;
    margin-right: 20px;
}

.BackendHeader .hamburger {
    position: relative;
    padding: 9px 10px;
    margin-top: 25px;
    margin-bottom: 8px;
    display: block;
    width: 42px;
    background: transparent;
}

.BackendHeader .navbar-header {
}

.BackendHeader .navbar-brand {
    width: 72px;
    margin: 0 auto !important;
    padding: 0;
}

    .BackendHeader .navbar-brand img {
        margin: 7px auto;
        width: 200px;
        height: auto !important;
        width: 100%;
    }

.BackendHeader .navbar-nav > li {
    padding: 0;
    float: right;
}

    .BackendHeader .navbar-nav > li a i {
        display: inline-block;
        margin: 0 10px;
        font-size: 18px;
        top: 0;
    }

    .BackendHeader .navbar-nav > li > a {
        padding: 0 10px;
        border-radius: 0 !important;
        color: #fff !important;
        background: rgba(0,0, 0, 0.2);
        border-right: none;
        border-bottom: none;
        border-top: none;
        line-height: 85px;
        margin: 0 1px;
    }

        /*.BackendHeader .navbar-nav > li > a:before {
            background: rgba(0,98, 129, 0.5) !important;
            height: 100%;
            overflow: hidden;
            position: absolute;
            top: -10px;
            left: -12px;
            bottom: 0;
            pointer-events: none;
            width: 2px;
            content: "";
            border-right: 1px solid rgba(250, 250, 250, 0.1);
            margin: 10px;
        }*/

.DropArrow:before {
    content: "\f078";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.BackendHeader .navbar-nav .dropdown-menu a i {
    font-size: 12px;
    margin-right: 10px !important;
    background: transparent !important
}

/*********/
.languageTop {
    display: inline-block;
    /* float: left; */
    padding: 0;
    margin: 0;
    width: 190px;
    margin-right: 1px;
}

    .languageTop > div {
    }

    .languageTop div form {
    }

    .languageTop > div label {
        display: none;
    }

    .languageTop > div select {
        width: 100%;
        margin: -17px 0 0 0;
        background: rgba(0, 0, 0, 0.2);
        color: white;
        padding: 0 18px;
        height: 80px;
        font-size: 13px;
        border-radius: 0;
        border: 1px solid rgba(255,255,255,.2);
    }
/************* BackEndBody *************/
#BackEndBody #wrapper.toggled #sidebar-wrapper {
    width: 280px;
}

#BackEndBody .sidebar-nav {
    position: absolute;
    width: 280px;
}

#BackEndBody #sidebar-wrapper {
    z-index: 100;
    background: #fff;
    height: 100%;
    left: 280px;
    top: 85px;
    margin-left: -280px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 0;
    position: fixed;
}

#BackEndBody #sidebar-wrapper {
    border-right: 1px solid #ecebeb;
    border-bottom: none;
    border-left: none;
    border-top: none;
}

#BackEndBody #wrapper.toggled {
    padding-left: 220px;
}

    #BackEndBody #wrapper.toggled #sidebar-wrapper {
        width: 280px !important;
    }

    #BackEndBody #wrapper.toggled #page-content-wrapper {
        margin-right: -280px;
    }

#BackEndBody .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

#BackEndBody .sidebar-nav li.open i {
    color: #fff;
}

#BackEndBody .sidebar-nav li a {
    color: #323233;
}

#BackEndBody .sidebar-nav .dropdown-menu > a {
    color: #333;
}

/*****************************/

.Vendor-Details {
    padding: 20px 0;
    margin: 15px 0;
    border-top: 1px solid #ecebeb;
    border-bottom: 1px solid #ecebeb;
}

    .Vendor-Details div label {
        margin-right: 10px;
    }

.Fils-vendor-detailss label {
    display: block;
    margin-bottom: 15px;
}

.Fils-vendor-detailss {
    padding: 20px 0;
    margin: 15px 0;
    border-bottom: 1px solid #ecebeb;
}

.BackBut i, .NextBut i {
    display: inline;
    font-size: 27px;
    font-weight: 800;
    top: 3px;
    position: relative;
}

.chekeditvendor div {
    height: 30px;
    line-height: 30px;
    display: flex;
    border-bottom: 1px solid lightgray;
    padding-bottom: 15px !important;
}

    .chekeditvendor div label {
        display: inline;
        width: 27%;
    }

    .chekeditvendor div input {
        display: inline;
    }


/**  LoginPag **/
/.FormPag {
    margin: 150px 0 50px;
}

.FormPag h2 i {
    color: #303030;
    margin-right: 10px;
}

.FormPag h4 {
    text-align: left;
    margin-bottom: 10px;
}

.fa-mobile {
    font-size: 20px !important;
}

.FormPag h2 {
    text-align: left;
    margin-bottom: 39px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    color: #323233;
}

input,
.Gender input[type="radio"] + label,
.Gender input[type="checkbox"] + label:before,
select option,
select {
    width: 100%;
    height: 3.4em;
    padding: 0 15px;
    margin-bottom:15px;
    line-height: 3.4em;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

textarea {
    margin-bottom: 15px;
}
 
input:focus {
        outline: 0;
        border-color: #303030;
    }

    input[type="checkbox"], input[type="radio"] {
        height: auto;
        width: auto;
    }

    input:focus + .input-icon i {
        color: #303030;
    }

    input:focus + .input-icon:after {
        border-right-color: #303030;
    }

.Gender input[type="radio"] {
    display: none;
}

    .Gender input[type="radio"] + label {
        text-align: center !important;
    }

    .Gender input[type="radio"] + label,
    select {
        display: inline-block;
        width: 50%;
        text-align: left;
        float: left;
        border-radius: 0;
    }

        .Gender input[type="radio"] + label:first-of-type {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .Gender input[type="radio"] + label:last-of-type {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

        .Gender input[type="radio"] + label i {
            padding-right: 0.4em;
        }

    .Gender input[type="radio"]:checked + label,
    input:checked + label:before {
        background-color: #303030;
        color: #333;
        border-color: #494743;
    }

.Gender input[type="checkbox"] {
    display: none;
}

    .Gender input[type="checkbox"] + label {
        position: relative;
        display: block;
        padding-left: 1.6em;
    }

        .Gender input[type="checkbox"] + label:before {
            position: absolute;
            top: 0.2em;
            left: 0;
            display: block;
            width: 1em;
            height: 1em;
            padding: 0;
            content: "";
        }

        .Gender input[type="checkbox"] + label:after {
            position: absolute;
            top: 0.45em;
            left: 0.2em;
            font-size: 0.8em;
            color: #fff;
            opacity: 0;
            font-family: FontAwesome;
            content: "\f00c";
        }

.Gender input:checked + label:after {
    opacity: 1;
}

select {
    height: 3.4em;
    line-height: 2;
}

.FormPag select {
    height: 3.4em;
    line-height: 2;
    background: #f9f9f9 !important;
}

.FormPag .select {
    height: auto !important;
}

    .FormPag .select:after {
        background: transparent !important;
    }

select:last-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

select:focus,
select:active {
    outline: 0;
}

select option {
    color: #303030;
}

.input-group-icon {
    position: relative;
    /*margin-bottom: 15px;*/
}

    .input-group-icon input {
        padding-left: 4.4em;
    }

    .input-group-icon select {
        padding-left: 4.4em;
    }

.input_ar.input-group-icon input {
    padding-left: unset;
    padding-right: 4.4em;
    text-align: right
}

.input-group-icon .input-icon {
    position: absolute;
    top: 0;
    width: 3.4em;
    height: 3.4em;
    line-height: 3.4em;
    text-align: center;
    pointer-events: none;
}

.input_ar.input-group-icon .input-icon {
    right: 0 !important;
}

.input-group-icon .input-icon:after {
    position: absolute;
    top: 0.6em;
    bottom: 0.6em;
    left: 3.4em;
    display: block;
    border-right: 1px solid #e5e5e5;
    content: "";
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.input_ar.input-group-icon .input-icon:after {
    right: 3.4em !important;
    left: auto !important;
}

.input-group-icon .input-icon i {
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

textarea {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 100px;
    padding: 1em 1em 1em 4.3em;
}

.input_ar.input-group-icon textarea {
    padding: 1em 4.3em 1em 1em;
    text-align: right;
}

.LinColorR a {
    color: red !important;
}

.LinColorR {
    padding: 5px !important;
}

.LinkBaCkG {
    background: #f5f5f5;
}

.AccountLink {
    padding: 40px 0;
}

    .AccountLink span {
        display: block;
        font-size: 18px;
        margin: 5px;
        text-align: center;
    }

        .AccountLink span a {
            text-decoration: none
        }

.checkLine input[type="checkbox"] {
    display: block;
}

.checkLine {
    margin-top: 10px;
}

    .checkLine span {
        display: inline-block;
    }

    .checkLine .checkbox {
        float: left;
        width: 20px;
        margin: 4px 10px 0;
        display: inline-block;
    }
.search-cont .checkLine {
    margin-top:43px;
}
.button {
    display: block;
    margin: 24px 0 0;
    padding: 0 20px;
    color: #fff;
    cursor: pointer;
    height: 3em;
    line-height: 40px;
    text-align: center;
    background-color: #303030;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 225px;
}
.button.M-but{
    margin:0 !important;
}
    .button i {
        margin: 10px;
    }
    .button:hover {
        background: #333;
    }
    .button.Next, .button.Previous, .button.Cancel {
        height: 37px;
        line-height: 38px !important;
        width: 150px;
        text-decoration:none !important;
    }

    .button.Cancel {
        background: #dc3545;
        color: #fff;
    }
            .button.Cancel:hover {
                background: #303030;
            }
            .button.Cancel i {
                margin: 0 10px 0 0;
            }
        .button.Next {
            float: right;
            max-width: 200px !important;
            padding-left: 20px;
        }
            .button.Next i {
                margin:0 0 0 10px ;
            }
    .button.Previous {
        float: left;
        max-width: 200px !important;
        padding-right: 20px;
    }
        .button.Previous i {
            margin: 0 10px 0 0 ;
        }
.More {
    background: #303030;
    color: #fff;
    padding: 2px 10px;
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 4px !important;
    /* border-radius: 3px; */
}

    .More:hover {
        background: #333;
        color: #fff;
    }
.btn-group {
    float: right;
}

    .btn-group button {
        background: #303030;
        color: #fff;
    }

        .btn-group button:hover {
            background: #323233;
            color: #fff;
        }

.actionsBtn {
    float: none;
    width: 100%;
}

    .actionsBtn button {
        width: 100%;
        background: #303030;
        color: #fff;
    }

        .actionsBtn button:hover {
            background: #323233;
            color: #fff;
        }

    .actionsBtn .dropdown-menu {
        background: #323233;
        top: 98%;
        padding: 2px;
        min-width: 90%;
    }

        .actionsBtn .dropdown-menu .dropdown-item {
            width: 100%;
            width: 100%;
            display: block;
            border-bottom: 1px dotted rgba(255,255,255,0.2);
            padding: 5px;
            margin-bottom: 5px;
            color: #fff;
            text-decoration: none;
            text-align: center;
        }

            .actionsBtn .dropdown-menu .dropdown-item:hover {
                background: #303030;
            }
/*-- \\ LoginPag // --*/
.ForgetPass {
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 10px;
}
.ForgetPass a{
    color: #ccc;
}
/*-- login --*/

.Login_bg {
    background: url(../images/bg1.jpg) no-repeat fixed center center;
    background-size: cover;
    font-family: Montserrat;
}

.LoginLogo {
    width: 172px;
    margin: 15px auto 18px;
}
    .LoginLogo img{
        width:100%;
    }
.login-block {
    width: 570px;
    padding: 20px 0 20px;
    background: /*url(../images/loginBg.png) center top*/ rgba(30, 30, 30, 0.7);
    border-radius: 35px;
    margin: 0 auto 100px;
    margin-top: 6%;
}

.Login-H {
    /*min-height: calc(100vh + 50px);*/
}

.InputLogin {
    background: rgba(30, 30, 30, 0.9);
    padding: 27px;
    margin: 0 0 20px;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 0;
    border-bottom: 1px solid #fff !important;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "Open Sans",sans-serif !important;
    padding: 0 20px 0 50px;
    outline: none;
    /* background: transparent !important;*/
    border: none;
    color: #fff;
}

    .login-block input::placeholder {
        color: #fff;
    }

    .login-block input#username {
        background: transparent url('../images/u0XmBmv.png') 10px -14px no-repeat;
        background-size: 28px;
    }

        .login-block input#username:focus {
            background: transparent url('../images/u0XmBmv.png') 10px -84px no-repeat;
            background-size: 28px;
        }

    .login-block input#Password {
        background: transparent url('../images/Qf83FTt.png') 10px -14px no-repeat;
        background-size: 28px;
    }

        .login-block input#Password:focus {
            background: transparent url('../images/Qf83FTt.png') 10px -84px no-repeat;
            background-size: 28px;
        }

    .login-block input:active, .login-block input:focus {
        border-bottom: 1px solid #fff;
    }

.login-block button {
    height: 40px;
    background: #dab202;
    box-sizing: border-box;
    border: 1px solid #dab202;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Open Sans",sans-serif !important;
    outline: none;
    cursor: pointer;
    padding: 0px 20px;
    width: 80%;
    margin: 20px auto;
    opacity:1;
}
.login-block input.inputVerCode {
    color: #000 !important;
}
.login-block button i {
    margin-right: 10px;
}

    .login-block button:hover {
      
        color: #f9deb1;
        opacity:0.8;
    }



/***************** loding **********************/
.overflowDash {
    overflow: hidden !important;
}



/*****loading******/
.loading-overlay {
    background: rgba(30, 30, 30, 0.95);
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
}

.LodImg {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto 30px;
}

    .LodImg img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }


.spinner {
    margin: 145px auto 0;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.loding {
    width: 80px;
    height: 100px;
    margin: 0 auto;
    /*margin-top: calc(100vh / 2 - 50px);*/
}

.block {
    position: relative;
    box-sizing: border-box;
    float: left;
    margin: 0 10px 10px 0;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #FFF;
}

    .block:nth-child(4n+1) {
        animation: wave 2s ease .0s infinite;
    }

    .block:nth-child(4n+2) {
        animation: wave 2s ease .2s infinite;
    }

    .block:nth-child(4n+3) {
        animation: wave 2s ease .4s infinite;
    }

    .block:nth-child(4n+4) {
        animation: wave 2s ease .6s infinite;
        margin-right: 0;
    }

@keyframes wave {
    0% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 30px;
        opacity: .2;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}


/***********Footer *********/
.BackEndFooter {
    width: 100%;
    background: rgba(30, 30, 30, 0.95);
    display: flex;
    border-top: 1px solid rgba(255,255,255,0.2);
    position: fixed;
    bottom: 0;
}

.BackEndFooterlogin {
    position: fixed;
    bottom: 0;
}

.copyright {
    width: 100%;
    padding: 21px 10px;
}

.footerLogin {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.copyright p {
    color: #f9f9f9;
    margin-bottom: 0;
    text-align: center;
}

    .copyright p span {
        font-weight: 600;
        text-transform: uppercase;
        color: #dab202;
    }

.ImgFooter {
    width: 30%;
}

    .ImgFooter img {
        width: 120px;
        margin: 5px 30px;
        float: right;
    }

.ImgFooter_box {
    position: relative;
    background: #fff;
}

    .ImgFooter_box:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #fff;
        border-width: 15px;
        margin-top: -15px;
    }
/*****************************/

/**** BackEnd Control ****/
.box-header {
    margin-left: -25px;
    margin-bottom: 25px;
    border-left: 13px solid rgba(9, 126, 27, 0.9);
    padding-left: 8px;
}

.ContBox {
    background: #fff;
    padding: 25px;
    border: 1px solid #ecebeb;
    margin-top: 130px;
    margin-bottom: 120px;
}

.boxForm {
    border-bottom: 1px solid #ecebeb;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.Listing {
    /* border-bottom: 1px solid #ecebeb;
    padding-top: 40px;
    margin-bottom: 40px;*/
}

.table {
    vertical-align: central;
}

    .table tr {
        padding: 15px;
    }

.TitelTable {
    background: #444;
    color: #fff;
}

.TrW {
    background: rgba(0, 0, 0,0.09);
}

.TrG {
    background: rgba(0, 0, 0, 0.05);
}
/**** @media ****/

@media screen and (max-width: 406px) {
    .BackendHeader .navbar-nav > li > a {
        line-height: 44px !important;
        font-size: 10px !important;
    }

    .BackendHeader .navbar-nav > li a i {
        font-size: 14px !important;
    }

    .BackendHeader .menu_top {
        height: 57px;
    }

    .BackendHeader .Righthamburger {
        line-height: 57px;
        height: 57px;
        padding: 0 10px;
        margin-right: 5px;
    }

    .BackendHeader .navbar-toggle {
        margin: 11px 10px !important;
    }

    .BackendHeader .hamburger {
        margin-top: 10px;
    }

    #BackEndBody #sidebar-wrapper {
        top: 57px;
    }
}

@media screen and (max-width:767px) {
    .BackendHeader .menu_shadow {
        padding-bottom: 14px;
    }
}

@media screen and (max-width: 991px) {
    .BackendHeader .Righthamburger {
        margin-left: 0;
    }

    .BackendHeader .navbar-toggle {
        margin: 17px 10px;
    }

    .BackendHeader .navbar-default .navbar-toggle {
        border-color: #323433 !important;
        background-color: #323433 !important;
    }

    .BackendHeader .rightNav {
        float: none !important;
        background: #323233;
    }

    .BackendHeader .navbar-nav > li > a {
        line-height: 44px;
        font-size: 12px;
    }

    .BackendHeader .navbar-nav > li a i {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

/****/
.dash-box {
    float: none !important;
    margin: 30px auto;
}

.DashCont h4 {
    text-align: left;
    margin-bottom: 35px;
    border-left: 5px solid #303030;
    padding-left: 15px;
    margin-left: -25px;
    font-size: 28px;
    font-weight: 600;
    margin-top: 0;
}
/*.dash-box h4 {
    border: none;
    font-size: 16px;
    text-align: center;
    padding: 10px 0 0;
    margin: 0 0 20px 0;
}*/
.dash-box h4 {
    border: none;
    font-size: 21px;
    text-align: center;
    padding: 21px 0;
    margin: 0;
    letter-spacing: normal;
}
.dash-totlal {
    direction: rtl;
}

.search-cont {
}

    .search-cont label {
        display: block;
        color: #303030;
        margin-left: 10px;
    }
        .search-cont label.radio-inline {
            font-weight: 600;
            font-size: 16px;
        }
    .search-cont .form-group label.btn {
        color: #fff;
        color: #fff;
        height: 3.4em;
        line-height: 2.4em;
        margin-bottom: 20px;
    }
    /************************************************/
    /*------- profile ---------*/
    .profile {
        padding-bottom: 100px;
    }

    .profile h3 {
        border-bottom: 1px dotted rgba(30, 30, 30, 0.3);
        padding-bottom: 8px;
        font-weight: 600;
        margin-bottom: 20px;
    }

        .profile h3 span {
            color: #303030;
            border-bottom: 2px solid #303030;
            padding-bottom: 6px;
        }

.profileList ul {
    list-style: none;
    background: rgba(255, 255, 255, 0.5);
    /* padding: 0 10px 20px; */
    height: 100%;
    border-radius: 20px 20px 0 0;
    border: 1px solid #f0f0f0;
}

    .profileList ul li a {
        text-decoration: none;
        border-top: 1px dotted lightgray;
        color: #666;
        align-items: center;
        height: 40px;
        font-size: 14px;
        display: block;
    }

        .profileList ul li a font {
            padding: 10px 10px 10px 40px;
            display: block;
        }

        .profileList ul li a span {
            font-weight: 600;
        }

        .profileList ul li a i {
            border-top: 1px solid lightgray;
            font-size: 18px;
            margin-right: 8px;
            line-height: 40px;
            margin-top: -1px;
            height: 40px;
            width: 40px;
            text-align: center;
            background: #e9e7e7;
            text-decoration: none !important;
            -webkit-transition: all 0.5s ease-in-out !important;
            -moz-transition: all 0.5s ease-in-out !important;
            -o-transition: all 0.5s ease-in-out !important;
            transition: all 0.5s ease-in-out !important;
            display: inline-block;
            color: #6d6969;
        }

    .profileList ul li:hover a {
        color: #fff !important;
    }

    .profileList ul li.active a {
        color: #fff !important;
        background: #333 !important;
    }

        .profileList ul li:hover a i, .profileList ul li.active a i {
            color: #fff !important;
            background: #303030 !important;
        }

.profileUser h3 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.profileUser h5 {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
}

.UserPhoto {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto 5px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.1) !important;
    background: #fff;
    display: flex;
    align-items: center;
    align-content: center;
}

    .UserPhoto img {
        width: auto;
        height: 100%;
        margin: auto;
    }

.profileUser {
    background: url(../images/bg.jpg) center no-repeat fixed;
    /* background-size: cover; */
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 0px;
    padding: 3px;
    margin: 0;
}

.profileUserBg {
    background: url(../images/pattern.png) repeat fixed center bottom rgba(30, 30, 30, 0.6);
    /* min-height: 200px; */
    padding: 10px;
}
.RedStar {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #dc3545 !important;
    opacity: 0.5;
}

.Showbut {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #303030 !important;
    font-size: 13px;
}

    .Showbut:hover {
        color: #333 !important;
    }

@media screen and (max-width: 991.98px) {
    .profileList {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .proProfile .price .lineRight {
        display: none;
    }
}

@media screen and (max-width: 575.98px) {
    .profileTop .arrow-CountriesSit {
        left: -55px !important;
    }

        .profileTop .arrow-CountriesSit:after {
            left: 85%;
        }
}


/******* \\ profile *******/
.Not-Link a {
    color: #303030;
    height: 35px;
    line-height: 35px;
    background: #f5f5f5;
    text-decoration: none;
    display: block;
    font-weight: 600;
}

    .Not-Link a i {
        margin-right: 10px;
        width: 35px;
        height: 35px;
        text-align: center;
        background: #e8e8e8;
        line-height: 35px;
        color: #333;
        top: -1px;
        position: relative;
    }

    .Not-Link a:hover {
        background: #303030;
        color: #fff;
    }

        .Not-Link a:hover i {
            color: #fff;
            background: #333;
        }
/****** jtable **********/
div.jtable-main-container table.jtable thead th.jtable-column-header-sortable {
    border: 1px solid rgba(255,255,255,0.2);
}
div.jtable-main-container > table.jtable > thead {
    background-color: #303030;
}
div.jtable-main-container > div.jtable-bottom-panel {
    background-color: #303030;
}
    div .jtable-main-container > div.jtable-title {
    background-color: #333;
    padding-left: 0px;
}
.jtable img {
    width: 50px
}
    div.jtable-main-container > div.jtable-title div.jtable-title-text {
        font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-size: 19px;
        line-height: 34px;
        color: #fff;
        text-align: center;
        font-weight: 600;
        padding: 5px;
    }

.jtable .btn-primary {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
    margin: 5px;
}

    .jtable .btn-primary:hover {
        color: #303030;
        background-color: #fff;
        border-color: #303030;
    }

.jtable-main-container a {
    color: #303030;
    text-align: center;
    font-weight: 600;
}

    .jtable-main-container a:hover {
        color: #303030;
    }

div.jtable-main-container > table.jtable > tbody > tr.jtable-row-even {
    background-color: #f5f5f5;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td {
    padding: 4px 10px;
    text-align: center;
}

div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container {
    height: auto;
    margin-left: 0px;
    padding-right: 16px;
}

div.jtable-main-container table.jtable thead th.jtable-column-header-sortable {
    cursor: pointer;
    padding: 10px 5px;
    font-weight: 600 !important;
    line-height: 16px;
}

div.jtable-main-container > table.jtable > thead th {
    font-weight: 600;
    padding:5px;
}

#AgensyRequestsContainer, .jtable-p {
    margin: 15px;
}

.jtable-bottom-panel {
    padding: 5px 10px
}

.jtable-page-list {
    margin: 4px 0 0 !important;
    float: left;
}

.jtable-goto-page {
    margin-left: 20px !important;
    width: 129px;
    line-height: 25px;
}

    .jtable-goto-page span {
        display: inline;
        float: left;
    }

    .jtable-goto-page select {
        display: block;
        border: 1px solid rgba(255,255,255,0.5) !important;
        text-align: center !important;
        width: 50px !important;
        float: left;
        height: 25px;
        padding: 3px 3px 3px 10px !important;
        color: #fff;
        line-height: 18px;
        margin-left: 5px;
        background: rgba(0,0,0,0.1);
        border-radius: 5px;
    }

.jtable-page-size-change {
}

.jtable-page-size-change {
    margin-left: 20px !important;
    width: 129px;
    line-height: 25px;
}

    .jtable-page-size-change span {
        display: inline;
        float: left;
    }

    .jtable-page-size-change select {
        display: block;
        border: 1px solid rgba(255,255,255,0.5) !important;
        text-align: center !important;
        width: 50px !important;
        float: left;
        height: 25px;
        padding: 3px 3px 3px 10px !important;
        color: #fff;
        line-height: 18px;
        margin-left: 5px;
        background: rgba(0,0,0,0.1);
        border-radius: 5px;
    }
/*******************************/
.d-flex {
    display: flex;
}

/************************** AgencyRequestDetails ************************************/
.AgencyRequestDetails .button {
    margin: 0 3px !important;
}

.RequestDetailsRow {
    background: rgba(53,153,70,0.1);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px
}

    .RequestDetailsRow span {
        background: rgba(53,153,70,0.2);
        flex: 0 0 40%;
        max-width: 40%;
        padding: 5px 10px;
    }

    .RequestDetailsRow font {
        flex: 0 0 60%;
        max-width: 60%;
        padding: 5px 10px;
    }


/*************** Home *****************/
.HomeIcon {
    padding: 100px 0;
}
    .HomeIcon h4 {
        text-align: center !important;
    }
.LogoHome {
    background: #303030;
    width: 200px;
    height: 200px;
    overflow: hidden;
    line-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    margin: 10px auto 50px;
}
.LogoHome img {
     width:100%;
 }

.HomeIconLink {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
}

    .HomeIconLink a {
        padding: 20px;
        margin: 15px;
        text-align: center;
        border-radius: 18px;
        border: 3px solid #303030;
        width: 273px;
        height: 172px;
        text-decoration: none;
        transition: All 0.5s ease-in-out;
        -webkit-transition: All 0.5s ease-in-out;
        -moz-transition: All 0.5s ease-in-out;
        -o-transition: All 0.5s ease-in-out;
    }

        .HomeIconLink a i {
            display: block;
            list-style: none;
            font-size: 30px;
            background: #303030;
            color: #fff;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            border-radius: 50%;
            margin: 12px auto 5px;
        }

        .HomeIconLink a span {
            font-size: 22px;
            font-weight: 600;
            color: #303030;
            list-style: none;
            transition: All 0.5s ease-in-out;
            -webkit-transition: All 0.5s ease-in-out;
            -moz-transition: All 0.5s ease-in-out;
            -o-transition: All 0.5s ease-in-out;
        }

        .HomeIconLink a:hover {
            background: #dab202;
            border-color: #dab202;
        }

            .HomeIconLink a:hover i {
                background: #fff;
                color: #dab202;
            }

            .HomeIconLink a:hover span {
                color: #fff;
            }



div.jtable-main-container {
    overflow-x: auto;
}

    div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
        background-color: rgba(0,0,0,0.3) !important;
    }

.nav-tabs > li > a {
    color: #000;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #303030;
}