﻿@font-face {
    font-family: 'fa-brands-400';
    src: url('../fonts/web-fonts-with-css/webfonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/web-fonts-with-css/webfonts/fa-brands-400.svg') format('svg'), url('../fonts/web-fonts-with-css/webfonts/fa-brands-400.ttf') format('truetype'), url('../fonts/web-fonts-with-css/webfonts/fa-brands-400.woff') format('woff');
}

@font-face {
    font-family: 'fa-regular-400';
    src: url('../fonts/web-fonts-with-css/webfonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/web-fonts-with-css/webfonts/fa-regular-400.svg') format('svg'), url('../fonts/web-fonts-with-css/webfonts/fa-regular-400.ttf') format('truetype'), url('../fonts/web-fonts-with-css/webfonts/fa-regular-400.woff') format('woff');
}

@font-face {
    font-family: 'fa-solid-900';
    src: url('../fonts/web-fonts-with-css/webfonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/web-fonts-with-css/webfonts/fa-solid-900.svg') format('svg'), url('../fonts/web-fonts-with-css/webfonts/fa-solid-900.ttf') format('truetype'), url('../fonts/web-fonts-with-css/webfonts/fa-solid-900.woff') format('woff');
}

/*#region Main*/
* {
    box-sizing: border-box;
}
html {
    background: linear-gradient(to top, #c7c7c7 0%, #fefefe 100%);
}
hr {
    border-top: 1px rgba(255, 255, 255, 0);
}

body, html {
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    overflow: auto;
    overflow-x: hidden;
    background-color: transparent;
    padding-left: 0px !important;
    padding-right: 0px !important;
    min-height:200px!important;
    min-width:200px!important;
}
.rtl{
    direction:rtl;
    text-align:right;
}

.ltr{
    direction:ltr;
    text-align:left;
}
label {
    font-weight: 600;
}
blockquote {
    border: 0 !important;
    font-size:18px;
}
b, strong {
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 700;
}
.bgBlok {
    padding: 40px 0 0 0;
    padding-bottom: 0 !important;
    margin: 0;
    background-color: transparent;
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

#layoutForLoading {
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.66);
    z-index: 10000;
}

#wrap {
    height: 100%;
}
#adminroot #wrap {
    padding-left: 50px;
    padding-right: 50px;
}
#Base:not(.basenews) {
    display: none;
}

#Base:not(.StaticDivs):not(.StaticDivsAbout) {
    padding-bottom: 20px;
}



*:not(.hasIcon):not(i):not(.fas):not(.fab):not(.far) {
    font-family:'Cairo', sans-serif;
}

a {
    cursor: pointer;
}
    
p {
    word-wrap: break-word;
}

.input-group-addon {
    border: 1px solid #544f55;
    background-color: #89d9a7;
    color: #544f55;
}
 .control-label{
     font-weight: 600;
 }

 .content-lable{
     width:100%;
     padding-left:8px;
     padding-right:8px;
 }
  .content-lable>*{
    max-width:50%;
  }
.form-control, textarea, .dropbtn, input:not([type=button]):not([type=submit]):not(#gsc-i-id1) {
    color: #555;
    border: 1px solid #544f55;
    border-radius: 0;
    background-color: #fff;
    padding-top:2px;
    padding-bottom:2px;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 input[type="color"]{
     max-width:200px;
 }
.input-security {
    display: none;
}
textarea {
    resize: vertical;
    width: 100%;
    height:94px;
}

    .dropbtn:hover, .dropbtn:active, .dropbtn:focus,
    .form-control:hover, .form-control:active, .form-control:focus,
    textarea:hover, textarea:active, textarea:focus,
    input:not([type=button]):not(#gsc-i-id1):hover,
    input:not([type=button]):not(#gsc-i-id1):active,
    input:not([type=button]):not(#gsc-i-id1):focus {
        border-color: #544f55;
        border-width: 1px;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #359c74;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #359c74;
    }

#hrCenterLine {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left,#ccc,#359c74,#ccc);
    background-image: -moz-linear-gradient(left,#ccc,#359c74,#ccc);
    background-image: -o-linear-gradient(left,#ccc,#359c74,#ccc);
    background-image: -ms-linear-gradient(left,#ccc,#359c74,#ccc);
    width: 100%;
    max-width: 700px;
    padding: 0;
  
}

hr.style-seven {
    overflow: visible;
    height: 30px;
    border-style: solid;
    border-color: #359c74;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    margin-bottom: 5px;
}

    hr.style-seven:before {
        display: block;
        content: "";
        height: 30px;
        margin-top: -31px;
        border-style: solid;
        border-color: #359c74;
        border-width: 0 0 1px 0;
        border-radius: 20px;
    }

.subtitle {
    margin: 0 0 2em 0;
}

.fancy {
    line-height: 0.5;
    text-align: center;
}

    .fancy span {
        display: inline-block;
        position: relative;
    }

        .fancy span:before,
        .fancy span:after {
            content: "";
            position: absolute;
            height: 8px;
            border-bottom: 2px solid #359c74;
            border-top: 2px solid #359c74;
            top: 0;
            width: 250px;
        }

        .fancy span:before {
            right: 100%;
            margin-right: 15px;
        }

        .fancy span:after {
            left: 100%;
            margin-left: 15px;
        }

.toRight {
    float: right !important;
    direction: rtl;
}

.toLeft {
    float: left !important;
    direction: ltr;
}

.mySizeFont {
    font-size: 14px!important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.text-success {
    color: #89d9a7;
}

.fa-globe {
    padding: 0 2px;
    text-align: start;
}

.txtblod {
    font-size: 14px;
    font-weight: 600;
}


.freNum_H {
    margin: 0;
    display: inline-block;
    max-width: 82px;
    line-height: 40px;
    font-size:16px;
}

    .freNum_H .textsmall {
        font-size: 12px;
        display: inline-block;
    }

    .freNum_H .FreeNumbblod {
        display: inline;
        position: relative;
        font-size: 14px;
        color: #fff;
        top: 0px;
        margin: 0;
        padding: 0;
    }

.bigNumber, .monthName {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
}

.bigNumber {
    font-size: 24px;
    line-height: 26px;
    margin-top: 6px;
}

.monthName {
    font-size: 14px;
    line-height: 16px;
}

.txtForApps {
    margin-bottom: 8px;
}

.glyphicon {
    padding-top: 6px;
    position: center;
}

.hide {
    display: none !important;
}

.collapse {
    overflow: auto;
}

.items {
    overflow: auto;
    padding: 30px 0 0;
}

li > span {
    display: inline-block;
}

.icon-small {
    height: 18px;
    margin: 0;
    padding: 0;
}

.icon-medium {
    height: 22px;
    margin: 0;
    padding: 0;
}

.liMenuLang > a:active, .liMenuLang > a:hover {
    color: #89d9a7 !important;
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #196c22;
}

.red-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #196c22;
}

a.list-group-item, button.list-group-item {
    color: #000;
    max-height: 59px;
    min-height: 59px;
}

.list-group-item-heading {
    margin-bottom: 0px;
}

.list-group-item.list-group-item-heading:nth-child(even) {
    background-color: #f7f7f7;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #deeedd;
}

.list-group-item.list-group-item-heading.active, .list-group-item.list-group-item-heading.list-group-item.list-group-item-heading.active:hover, .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #359c74;
    border-color: #000000;
}

.list-group-item.list-group-item-heading:hover {
    background-color: #c8e6c9;
}

.list-group-item-heading > h5 {
    font-weight: 600;
    line-height: 1.3;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.list-group {
    margin-bottom: 0;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 40px;
    opacity: 0.4;
}

.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#myBeginForm {
    margin-bottom: 25px;
    margin-top: 15px;
}

#modelMsg {
    padding: 0 !important;
}

.modal-open .modal {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.modal-body {
    min-width: 220px;
}

.modal {
    text-align: center;
    z-index:999999;
}

    .modal #headerMsg {
        text-align: center;
    }

    .modal .close {
        color: #544f55;
    }

    .modal:before {
        content: ' ';
        font-size: 0;
        line-height: 0;
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

.modal-content {
    height: 100%;
}

    .modal-content #textMsg {
        text-align: center;
        font-weight: bold;
        font-size: x-large;
        margin-top: 25px;
    }

    .modal-content button {
        margin: 10px auto;
    }

    .modal-content .form-group {
        margin-bottom: 0;
    }

#searchModal {
    bottom: initial !important;
    top: 40px;
}

    #searchModal .modal-dialog {
        margin: 0 8px;
    }

#firstNavBar, #secundNavBar, .dropdown-menu {
    text-decoration: none;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow:0 0 8px 3px #222;
    -moz-box-shadow: 0 0 8px 3px #222;
    box-shadow: 0 0 8px 3px #222;
    list-style: none;
    border: 0 solid rgba(0, 0, 0, 0.00) !important;
}
#firstNavBar {
    border: 0 solid rgba(0, 0, 0, 0.00) !important;
    z-index: 9999;
}
#secundNavBar, .dropdown-menu {
    border-top: 2px solid #544f55 !important;
    overflow: hidden;
    z-index: 1000;
}

#firstNavBar.navbar {
    margin-bottom: 0;
}

#firstNavBar.navbar-fixed-top, #secundNavBar.navbar-fixed-top,#therdNavBar.navbar-fixed-top {
    min-height: 40px;
}

#firstNavBar.navbar-inverse {
    border: 0px;
    background-color: #359c74;
    border-color: #544f55;
}

#firstNavBar .navbar-header {
    display: none;
    height: auto;
    width: 100%;
}

    #firstNavBar .navbar-header .navbar-toggle-container {
        display: table-cell;
        vertical-align: middle;
    }
#firstNavBar.navbar-inverse .nav-justified > li > a, #firstNavBar.navbar-inverse .navbar-nav > li > a, [id*='droptoggelshow_'] #firstNavBar .dropdown-menu {
    color: #eeeeee;
    height: 100%;
    padding: 0;
    z-index: 1000;
}

#firstNavBar.navbar-inverse .nav-justified > li > a:hover, #firstNavBar.navbar-inverse .navbar-nav > li > a:hover {
    color:#ffffff;
}

#firstNavBar .navbar-brand {
    display: inline-table;
    padding: 7px 0;
    color: #fff;
}

#firstNavBar .navbar-header .navbar-brand img {
    height: 60px;
}

#firstNavBar.navbar-inverse .navbar-nav > li > div:hover,
#firstNavBar.navbar-inverse .navbar-nav > li > a:active {
    color: #fff;
}

#firstNavBar.navbar-inverse .navbar-text {
    color: #fff;
}

#firstNavBar.navbar-inverse .nav-justified, #firstNavBar.navbar-inverse .navbar-nav > ul {
    height: 100%;
}


[id*='droptoggelshow_'] {
    cursor: pointer;
    display: inline-block;
}

#firstNavBar .navbar-collapse {
    overflow-x: hidden;
}

    #firstNavBar .navbar-collapse ul {
        text-align: center;
    }

    #firstNavBar .navbar-collapse li {
        text-align: center;
        height: 100%;
    }

#firstNavBar.navbar-inverse .navbar-nav > .open > a,
#firstNavBar.navbar-inverse .navbar-nav > .open > a:hover,
#firstNavBar.navbar-inverse .navbar-nav > .open > a:focus,
#firstNavBar.navbar-inverse .navbar-nav > .open > a:active {
    background-color: transparent;
}



#myFooter .social {
    display: inline-block;
}

    #myFooter.social li a, #myFooter .social li i {
        color: #fff;
    }

    
#firstNavBar .nav > li {
    height: 100%;
}
   #firstNavBar .main-menu-long ul li a i,  #firstNavBar .main-menu-long ul li a .cell-icon{
       display:none;
   }
     #firstNavBar .main-menu-long>ul > li a.menu-li-home i{
     display:table-cell;
    }
     #firstNavBar .main-menu-long>ul > li a.menu-li-home .text-li-name {
         display:none;
     }
#firstNavBar .main-menu-long > .nav > li:not(:first-child) > a:before {
    content: "|";
    color: #544f55;
    text-shadow: none;
}
 .caret {
         text-align:center;
    border-top: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;

    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(204, 204, 204, 0.3),rgba(137, 217, 167, 0.79),rgba(204, 204, 204, 0.41));
    background-image: -moz-linear-gradient(left,rgba(204, 204, 204, 0.3),rgba(137, 217, 167, 0.79),rgba(204, 204, 204, 0.41));
    background-image: -o-linear-gradient(left,rgba(204, 204, 204, 0.3),rgba(137, 217, 167, 0.79),rgba(204, 204, 204, 0.41));
    background-image: -ms-linear-gradient(left,rgba(204, 204, 204, 0.3),rgba(137, 217, 167, 0.79),rgba(204, 204, 204, 0.41));
    font-size: 16px;
}
#firstNavBar .caret,.sidebar-nav  .caret {
    bottom: 3px;
    display: block !important;
    float: none;
    position: absolute;
    width: calc(100% - 10px);
    left: 0;
}
.sidebar-nav  .caret{
 width: calc(50% - 10px) !important;
  left:auto!important;
}
.caret:before {
    display: block;
    font-family: "fa-solid-900" !important;
    content: "\f107";
    margin-left: auto;
    margin-right: auto;
    line-height: 2px;
}
.caret:hover:before {
    color: #89d9a7;
}
.open .caret:before {
    color: #89d9a7;
    content: "\f106";
}
.badge {
    font-weight: 600;
}
#firstNavBar .nav > li > a {
    display: table;
   vertical-align: middle;
    line-height: 40px;
}

    #firstNavBar .nav > li > a > span {
        display: table-cell;
        vertical-align: middle;
        line-height: 40px;
        font-size: 13px !important;
    }

#firstNavBar .main-menu-long > .navbar-nav, #firstNavBar .main-menu-short > .navbar-nav {
    height: 100%;
    padding: 0;
    margin: 0px;
    line-height: 40px;
    padding: 0;
    vertical-align: middle;
}

#firstNavBar .main-menu-long {
    background-color: #359c74;
    height: 40px;
    display: inline-block;
    position:relative;
}

    #firstNavBar .main-menu-long #hrCenterLine {
        display: none;
    }

#firstNavBar .main-menu-short {
    background-color: #544f55;
    height: 40px;
    display: inline-block;
}

    #firstNavBar .main-menu-short .navbar-left {
        float: right !important;
        padding-right: 0px;
    }

    #firstNavBar .main-menu-short .navbar-right {
        float: left !important;
        padding-left: 0px;
    }

    #firstNavBar .main-menu-short .navbar-brand {
        padding: 0, 7px;
        float: left;
    }

    #firstNavBar .main-menu-short > ul > li:not(:first-child)> a:before {
        content: "|";
        color: #89d9a7;
        vertical-align: top;
    }

    #firstNavBar .main-menu-short > .nav > li > a:before,
    #firstNavBar .main-menu-long > .nav > li > a:before {
        padding-right: 0.8px;
        padding-left:  0.8px;
    }
#firstNavBar #outdiv {
    display: inline;
    width: 200px;
    height: 40px;
    position: absolute;
    right: auto;
    left: 0;
    background-color: #544f55;
}

    .navbar-inverse .navbar-nav > .active > a{
            background-color:transparent;
    }
#firstNavBar .dropdown-menu {
    background-color: hsl(156.7, 49.3%, 41%);
    width: 160px;
    top: 42px;
}

#firstNavBar .dropdown-menu > li {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    display: list-item;
}


.dropdown-menu > li > a {
    color: #eeeeee;
    background-color: transparent !important;
    padding: 0 12px;
    text-indent: 0;
    text-decoration: none;
    font-style: normal;
}

#firstNavBar .dropdown-menu > li > a:hover, #firstNavBar .main-menu-long > a:hover {
    color: #ffffff;
    text-decoration: none;
}
 
#firstNavBar .dropdown-menu a > span {
    line-height: 40px;
}

.dropdown-menu a img {
    width: 18px !important;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 10%;
    /* vertical-align: sub; */
    margin-top: -3px;
}

 .dropdown-menu a i{
       width:18px;
       text-align:center;
}
#firstNavBar .input-group {
    position: relative;
    display: inline-table;
    border-collapse: separate;
}
#firstNavBar .logoutdiv {
    line-height: 16px;
    margin-top: 2px;
    vertical-align: baseline;
    margin: 0;
    height: 40px;
    line-height: 16px;
    text-align: center;
}

#firstNavBar .logoutlink:hover,#openSearch:hover {
    color: #9de5c2 !important;
}
#firstNavBar .logoutlink > div:hover {
    color: #9de5c2 !important;
}
#firstNavBar .log-in-out-div {
    top: 0;
    position: absolute;
    background-color: #544f55;
    display: block;
    height: 100%;
}
#firstNavBar .logoutlink {
    color: #eeeeee;
    display: inline-block;
    height: 100%;
    text-align: center;
    line-height:40px;
}
.inline-block{
    display:inline-block;
}
.item-icon-vertical{
        display: inline-block;
    max-height: 40px;
    /* display: flex; */
    vertical-align: middle;
}
.item-icon-vertical > *{
    display: flex;
}
/*#firstNavBar .table-text-icon {
    display: table;
    height: 100%;
}*/
/*#firstNavBar .dropdown .table-text-icon {
    line-height:16px;
    height:35px;
}
#firstNavBar .dropdown .cell-text-icon.cell-icon {
    vertical-align: bottom !important;
}*/
   
/*#firstNavBar .cell-text-icon {
    padding-right: 6px;
    padding-left: 6px;
}*/
/*.cell-text-icon {
    display: table-cell;
    vertical-align: middle;
}*/
#firstNavBar .cell-text-icon > * {
    text-align: initial;
}
#firstNavBar .cell-text-icon {
max-width: 115px;
    word-break: break-all;
    word-spacing: 0;
    white-space: nowrap;
    letter-spacing: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
 .table-text-icon {
     display:table;
 }
 .cell-text-icon {
     display:table-cell;
     vertical-align:middle;
     line-height: 17px;
 }

.cell-icon {
    padding: 0 !important;
}
  #firstNavBar .main-menu-long ul li a.logoutlink .cell-icon{
      display: table-cell;
  }
.dropdown-menu i {
    display: inline-block !important;
}
 .cell-text-icon > span {
    display: block !important;
    padding-right:1.5px;
     padding-left:1.5px;
}
    .cell-text-icon > span:first-child{
        line-height:20px;
    }
     .cell-text-icon > span:last-child{
        line-height:10px;
    }
     .cell-text-icon> span:only-child{
        line-height:normal;
     }
  .navbar  li a span > i{
      width:18px;
     text-align:center;
               
  }
  .navbar li a span:last-child{
    padding-right:0.5px;
     padding-left:0.5px;
  }
/*#endregion*/


/*#region Home*/
#navSearch.open {
    position: static;
}


#headLayout {
    margin-top: 0;
    padding: 0 15px;
}

    #headLayout > img {
        margin: 20px auto 20px auto;
        max-height: 78px;
        max-width: 260px;
        width: 260px;
        height: 78px;
    }

    #headLayout > *:not(img) {
        margin-bottom: auto;
        font-weight: 700;
    }

        #headLayout > *:not(img) small {
            font-size: 18px;
        }

#mainSliderHome {
    margin-bottom: 15px;
}

    #mainSliderHome .carousel {
        overflow: hidden;
    }

.carousel-inner > .item {
    width: 100%;
    height: 100%;
}
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        width: 100%;
        height: 100%;
    }

#servicesSlider {
    padding-bottom: 0px;

}

#servicesSlider .itemSlider{
    min-height:150px;
}
#servicesSlider .itemSlide > a{
    height:100%;
}
    #servicesSlider .Servslide {
        color: #fff;
        text-align: center;
            display: flex;
    flex-wrap: wrap;
        HEIGHT: 100%;
    }
    #servicesSlider .Servslide > img , #servicesSlider .Servslide > .panelItemHead  {
      min-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
    text-align:center;
    vertical-align:middle;
     height: 55px;
    }
     #servicesSlider .Servslide > img{
           margin:15px 2px;
     }
        #servicesSlider .Servslide > .panelItemHead {
            margin-block-start: 0.5em;
            margin-block-end: 0.5em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
        }
    #servicesSlider .itemSlider {
        border: 1px solid #e6e6e6;
        background-color: #fff;
    }

        #servicesSlider .itemSlider:nth-child(odd), #servicesSlider .itemSlider:nth-child(odd) .active {
            background-color: #359c74;
            padding:1px;
        }
         

    #servicesSlider .Servslide h3 {
        color: #fff;
        margin-top: 0px;
        margin-bottom: 15px;
        font-size:20px;
    }

    #servicesSlider .itemSlider:nth-child(even) .Servslide h3 {
        color: #544f55;
    }

    #servicesSlider .Servslide img {
        height: 120px;
        width: 120px;
        margin: 30px 0 20px 0;
        text-align: center;
    }

#servicesSlider, #home-content .hasad h1, #NewsBlock .cn-news h1, .social-home .commissions h1 {
    text-align: center;
}

    .grid {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .services-grid{
        display: flex;
        flex-wrap: wrap;
    }

#NewsBlock .cn-news {
    background-color: #359c74;
    color: #fff;
    text-align: center;
    line-height: 4cm;
}

#NewsBlock:not(.forNews) .cnNews, #NewsBlock .adsBlok {
    max-height: 299px;
    display: flex;
}

#NewsBlock .cnNews .itmNws {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: column;
}

#NewsBlock .pnlImgcentered {
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: #359c74;
    opacity: 0.8;
    width: 100%;
    height: 35%;
}

    #NewsBlock .pnlImgcentered > * {
        color: #fff;
    }

#NewsBlock:not(.forNews) .topictxt {
    display: inline-block;
    color: #fff;
    margin: 5px 10px 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 50px;
    min-height: 50px;
    line-height: 25px;
    font-size:14px;
}

#NewsBlock.forNews .nwsDate, #NewsBlock.forNews .nwsTime, #NewsBlock .nwsShare {
    position: absolute;
    bottom: 0;
    margin: 0 8px 0 8px;
}

#NewsBlock .nwsShare, .textShare {
    width: 102px;
    text-align: center;
    font-weight: 700;
    margin: 0;
}

    #NewsBlock .nwsShare:not(.txt) {
        margin: 0 14px;
    }

#NewsBlock:not(.forNews) .cnNewsFirst {
    background-color: #fff;
    min-height: 250px;
}

#NewsBlock.forNews .cnNewsFirst, #NewsBlock.forNews .cnNewslist {
    background-color: rgba(255, 255, 255, .15);
}

#NewsBlock .list-group {
    margin-bottom: 0;
}

#NewsBlock #mylist {
    display: flex;
    flex-direction: column;
}

    #NewsBlock #mylist > a {
        border: 0;
    }

        #NewsBlock #mylist > a:not(:last-child) {
            margin-bottom: 1px;
        }

#NewsBlock #pnlTopicListNews {
    width:calc(100% - 77px);
    height: 58px;
    display:table;
        text-overflow: ellipsis;
    overflow: hidden;
    padding:2px 4px;
}
    #NewsBlock .list-group-item{
        padding:0;
            text-overflow: ellipsis;
    overflow: hidden;
    }
#NewsBlock #mylist > a > #pnlTopicListNews > h5 {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 58px;
    min-height: 58px;
    font-size:12px;
    font-weight: 600;
    display:table-cell;
    line-height:1.6;
    vertical-align:middle;
}

#NewsBlock #pnlDateListNews {
    text-align: center;
    background-color: #359c74;
    height: 100%;
    min-height: 58px;
   width: 77px;
}

#NewsBlock.forNews .cnNewslist {
    overflow-x: auto;
    max-height: 100%;
    width: 40%;
}

.adsBlok, #NewsBlock:not(.forNews) .cnNewslist .list-group, #NewsBlock:not(.forNews) .cnNewslist {
    max-height: 300px;
    height: 300px;
}

    .adsBlok > a {
        width: 100%;
    }

#NewsBlock #mylist > a > .divlstListNews {
    padding-top: 0;
    padding-bottom: 0;
}

    #NewsBlock #mylist > a > .divlstListNews > h5 {
        line-height: 1.2;
    }

.adsBlok img {
    width: 100%;
    height: 100%;
}

.social-home .videowrapper iframe {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    overflow: auto;
    right: 0;
}

.social-home [class*='divlayoutblk-'] {
    position: relative;
}

    .social-home [class*='divlayoutblk-'] > .rowdivend {
        height: 50%;
        position: relative;
    }

.social-home .divlayoutblk-fb > .rowdivend {
    height: 100%;
    position: relative;
}

.outer-div {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.mid-div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.social-home [class*='divblk-'] {
    display: block;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    text-overflow: ellipsis;
}
.social-home .hasad img{
    height:100% !important;
    width:100% !important;

    
}
.social-home .hasad .button_login_hasad_ads{
 background-color: rgba(84, 79, 85, 0.77);
 color:#ccc;
   border-radius: 20px;
   padding:6px 15px;
  position: absolute;
  bottom:5px;
  right:10%;
}
    .social-home [class*='divblk-'] > :first-child {
        background-color: #359c74;
        color: #fff;
        text-align: center;
        width: 100%;
        height: 100%;
    }

.rowdivend {
    padding-top: 8px;
    padding-bottom: 8px;
}

.tlfb > .outer-div {
    min-height: 300px !important;
    min-width: 100% !important;
}

.social-home .titleLink {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    display: block;
    color: #fff;
    float: none;
    clear: both;
}

.social-home .titleLink-icon, .social-home .titleLink-text {
    color: #fff;
}

.social-home .titleLink-icon {
    font-size: 4em;
}

.social-home .titleLink-text > .h2 {
    font-size: 28px;
}

.social-home .titleLink-text > img {
    width: 100px;
}



#firstNavBar .navbar-fixed-top .navbar-collapse, #firstNavBar .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}
/*#endregion*/

/*#region About*/

.StaticDivsAbout > #myDivAbout-Establishing {
    background: url(../Images/Static/back_1.jpg) no-repeat center center;
    background-repeat: no-repeat;
     -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    padding-top:80px !important;
}

.StaticDivsAbout > #myDivAbout-Target {
    background-color: #23b6b2;
}


.StaticDivsAbout > #myDivAbout-Vision {
    background: url(../Images/Static/back_2.jpg) no-repeat center center;
    background-repeat: no-repeat;
     -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.StaticDivsAbout > [id*='myDivAbout-'] {
    position: relative;
    padding-top: 120px;
}

    .StaticDivsAbout > [id*='myDivAbout-'] img {
        object-fit: fill;
        height: 400px;
        width: auto;
        min-width: 120px;
        shape-margin: 8px;
        object-fit:contain;
        max-width:300px;
        margin-top: 8px;
        margin-bottom: 8px;
        max-height:100%;
        position:sticky;
    }

.StaticDivsAbout [id*='TextAbout-'] {
    padding-top: 30px;
    text-align: justify;
    line-height: 1.6;
    margin: 0;
    word-break: break-word;
    width: calc(100% - 350px);
    display:block;
}
 .hr-container{
     margin-top:20px;
     margin-bottom:20px;
 }
  .hr-container hr{
      margin:0!important;
  }
 #hasad .hr-container{
      margin-top:40px;
     margin-bottom:40px;
 }
.backHeader {
      padding: 0 20px;
    min-width: 140px;
    margin: 0 0;
    display: inline-block;
    line-height: 40px;
    padding-top: 2px;
    font-size: larger;
    color: #fff;
     background-color: #359c74;
    color: #fff;
    font-size: 16px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    text-align: center;
}

#DIVManagerFirst {
    display: flex;
    flex-wrap: wrap;
    margin: 5px -10px;
    margin-top: 10px;
   max-width:600px;
}

#rectangle {
    height: 120px;
    background-color: #359c74;
    margin: 1px !important;
    text-align: center !important;
    display: inline-block;
              min-width:250px;
             border-radius:0 20px 0  20px;
    flex-grow: 1;
    flex-basis: 250px;
    border:3px double #fff;
    position: relative;
    width:auto;
}


  
    #rectangle .ManagerFirstName {
        position: absolute;
        word-break: break-word;
        white-space: normal;
        width: 150px;
        top: 6px;
        right: 50%;
        left: 50%;
        margin-left: -75px;
        margin-right: -75px;
        color: #fff;
        font-size: 17px;
        padding: 3px;
        font-weight: normal;
    }

    #rectangle .ManagerFirstJob {
        position: absolute;
        bottom: 6px;
        right: 50%;
        left: 50%;
        margin-left: -50%;
        margin-right: -50%;
        color: #d1f2dd;
        font-size: 80%;
        font-weight: normal;
    }

        #rectangle .ManagerFirstJob > .small {
            color: #d1f2dd;
        }

#TextAbout-Establishing kbd {
    background-color: #ab000a !important;
    padding: 0px 8px !important;
    white-space:nowrap;
}

#nameManagerFirst {
    margin: 10px auto;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 50px;
    height: 50px;
    text-align: right;
}

    .ribbon span {
        font-size: 8px;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 65px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#F70505 0%, #8F0808 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 9px;
        right: -16px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #8F0808;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 1px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #8F0808;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }
/*#endregion*/

/*#region Footer*/

#myFooter {
    background-color: #544f55;
    color: white;
    padding-top: 0;
    margin-top: 0;
    display: none;
    width: 100%;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

    #myFooter .row {
        overflow: hidden;
    }

    #myFooter .footer-copyright {
        background-color: #544f55;
        text-align: center;
    }

    #myFooter .footer-logo {
        background-color: #3e393f;
        position: relative;
        width: 140px;
        height: 100%;
    }
       #myFooter  .footer-copyright>.row{
           display:flex;
           flex:1;
       }
        #myFooter .footer-logo:after {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            bottom: 0;
            border-left: 170px solid transparent;
            border-bottom: 170px solid #3e393f;
            -moz-transform: scale(0.999);
            transform: scale(0.999);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }
    #myFooter > .row{
        display:flex;
        flex:1;
    }
    #myFooter > .row>.divOutfooter{
       width: 22%;
    background-color: rgb(60, 57, 63);
    position: absolute;
    height: 100%;
    }

    #myFooter .endfooter {
        height: 100%;
        display: inline-block;
    }
      #myFooter .endApps{
          width:auto !important ;

      }
    #myFooter .footer-logo img {
        width: 200px;
        max-width: 200px;
        height: 100%;
        position: relative;
        z-index: 9;
    }

    #myFooter .footer-copyright .Copyright {
        margin: 10px 20px 15px;
        color: #f7f7f7;
    }

    #myFooter h5 {
        color: white;
        font-weight: bold;
        margin-top: 30px;
    }

    #myFooter .icon-apps {
        padding-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }

    #myFooter .txtForApps {
        text-align: center;
        padding: 8px 3% 0 3%;
        white-space: nowrap;
        word-spacing: -1px;
        font-size: 13px;
    }

    #myFooter .footerend a {
        text-align: center;
        padding: 0 4px;
        color: #fff;
        display: inline-block;
        width: auto;
    }
    #myFooter .footerend .endApps a {
        padding: 0 10px;
    }

        #myFooter .footerend a i {
            text-align: center;
        }

        #myFooter .footerend  a:hover {
            color: #89d9a7;
        }
/*#endregion*/


/*#region JobModel */
#JobModel .JobImages {
    height: 260px;
    max-height: 260px;
    min-height: 260px;
}

.panelGreen {
    background-color: #359c74;
    position: relative;
    height: 200px;
    color: #fff;
    text-align: center;
}

#JobModel .adsPanelclass {
    padding: 10px 5px;
}

.top-div {
    display: table-header-group;
}

.bottom-div {
    display: table-footer-group;
}

.panelGreen .panelItemHead {
    display: table-cell;
    height: 60px;
    font-size:20px;
    font-weight: 600;
    vertical-align: middle;
    color: #fff;
}

.pnlNotAvailable {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding-top: 0px !important;
}

    .pnlNotAvailable > h3 {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0 12px;
    }

.panelGreen .panelGreenTimeRemaining {
    background-color: #89d9a7;
    color: #544f55;
    line-height: 40px;
    margin: 8px 12px;
}

.panelGreen .dateadd {
    text-align: start;
    padding: 8px 15px;
    vertical-align: middle;
}

    .panelGreen .dateadd small {
        display: block;
    }



#JobModel .Jobsinfo {
    padding: 15px;
    min-height: 125px;
    font-size: 16px;
}

#JobModel .toCenterBottom {
    text-align: center;
    display: inline-block;
    position:fixed;
    z-index:999;
    bottom:100px;

}

    .toCenterBottom > .textShare {
        width: auto !important;
    }
/*#endregion */

/*#region Hasad */
#hasad .hasad_panel {
    background-color: rgba(0, 0, 0, 0.00);
    min-height: 150px;
    resize: both;
}

#hasad .cercelHasad {
    min-height: 120px;
    resize: both;
    min-width: 120px;
    max-width: 120px;
    max-height: 120px;
    background-color: #359c74;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#hasad .cercelHasadChild {
    background-color: #fff;
    border-radius: 50%;
    width: 116px;
    height: 116px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -58px;
    margin-right: -58px;
}

    #hasad .cercelHasadChild img {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        right: 50%;
        margin-top: -30px;
        margin-right: -30px;
    }

#hasad .panelItemGift-Head {
    color: #544f55;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 10px;
    vertical-align: middle;
    padding: 0 20px;
}

#hasad .grid {
    display: flex;
    flex-wrap: wrap;
}

.grid-item {
    min-width: 0;
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
}
.sub-service-item {
    min-width: 0;
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
}
  #hasad #LayoutListGifts .grid{
      display:block !important;
      margin-left:auto !important;
      margin-right:auto !important;
     
  }
#hasad #LayoutListGifts .grid-item {
    display:inline-block;
    width:225px !important;
     margin-top:25px;
    
}
    #hasad #LayoutListGifts .grid-item .thumbnail {
        margin: auto 6px;
         border: 3px double #359c74;
    }
#hasad .center-block {
    text-align: center;
}

#hasad .thumbnail {
    margin-bottom: 0px;
    padding-bottom: 2px;
    line-height: 1px;
}

    #hasad .thumbnail > img {
        object-fit: contain;
        object-position: center;
        max-height: 100px;
        min-height: 100px;
        width: 100%;
        max-width: 400px;
        margin-bottom:2px;
           padding-bottom:5px;
           padding-top:8px;
    }

#hasad .caption {
    padding: 3px 0;
    min-height: 60px;
    display:inline-block;
    width:100%;
}

#hasad .parentfortext {
    display: table;
    width: 100%;
    height: 50px;
}
   
  
#hasad .caption .grid-item-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    min-height: 50px;
    max-height: 50px;
    margin: 3px auto;
    border: 1px double rgba(53, 156, 116, 0.66);
    background-color:#f7f7f7;
}

#hasad .pnl-buttons {
    margin-bottom: 0;
    display: inline-block;
    margin: 6px  auto auto auto;
    position: relative;
    width: auto;
}

       #hasad .pnl-buttons button {
        width: 80px !important;
        max-width: 80px !important;
        font-weight: 600 !important;
        padding: 0px 6px !important;
        min-height: 25px !important;
        line-height: 30px;
       

    }
 

#headerElementOffer > img {
    object-fit: contain;
    object-position: center;
    max-height: 100px;
    min-height: 100px;
    width: 100%;
}

#hasad .caption .starPoint {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    height: 50px;
    width: 50px;
    position: absolute;
    top: -15px;
    z-index: 0;
    line-height: 1.3;
    background-color: rgb(234, 91, 37);
    color: #fff;
}


    #hasad .caption .starPoint:before, #hasad .caption .starPoint:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        height: 50px;
        width: 50px;
        background-color: rgb(234, 91, 37);
    }

    #hasad .caption .starPoint:before {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    #hasad .caption .starPoint:after {
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg);
    }
/*#endregion */

/*#region News */
#NewsBlock {
    margin-top: 20px;
    margin-bottom: 20px;
}

    #NewsBlock.forNews .cnNews {
        max-height: 100%;
        display: flex;
        flex-direction: row-reverse;
    }

        #NewsBlock.forNews .cnNews img {
            width: 100%;
            height: 100%;
            min-height: 160px;
            max-height: 500px;
            object-fit: cover;
        }

#headerNews {
    width: 100%;
    position: relative;
}

#NewsBlock #toolsNews {
    position: relative;
    padding: 5px;
    margin: 10px 0 10px 0;
}

    #NewsBlock #toolsNews > div {
        position: relative;
        height: 30px;
    }

#NewsBlock .nwsShare > a {
    color: #544f55;
    font-size: 8px;
}

     #NewsBlock.forNews #ttime > span, #NewsBlock.forNews .nwsDate > span {
        color: #359c74;
        line-height: 30px;
        height: 30px;
        font-size: 14px;
    }

#NewsBlock.forNews #ttime, #NewsBlock.forNews #nwsDate {
    height: 30px;
    line-height: 30px;
}

#NewsBlock.forNews #nwsDate, .sharelist {
    display: inline-block;
}

.nwsTime i, .nwsDate i {
    padding: 0 2px;
    font-size: 14PX;
    width: 20px;
    text-align: center;
}



#NewsBlock:not(.forNews) .nwsDate, #NewsBlock:not(.forNews) .nwsTime {
    position: absolute;
    bottom: 0;
    width: auto;
    word-spacing: normal;
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
    height: auto;
    margin: 0;
}

#NewsBlock .nwsShare.txt, .textShare {
    color: #359c74;
    font-size: 16px;
    line-height: 30px;
}

.topictxt {
    text-align: center;
}

#NewsBlock.forNews .topictxt {
    display: inline-block;
    color: #544f55;
    text-align: center;
    width: 100%;
    padding: 0px 10%;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    word-break: break-word;
    line-height:1.4;
}

#NewsBlock.forNews .paragraphInfo {
    color: #544f55;
    width: 100%;
    padding: 10px 10% 0 10%;
}
   
#NewsBlock.forNews .sharelist {
    float: left;
}
.sharelist {
    user-select: none;
    list-style: none;
    overflow: hidden;
    height: 30px;
    width: auto;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
    .sharelist > li {
        float: left;
        width: 34px;
        height: 100%;
        background-color: #544f55;
    }

#JobModel .sharelist {
    width: 40px;
    height: auto;
    line-height: 40px;
}

    #JobModel .sharelist > li {
        float: none;
        width: 100%;
        height: 40px;
    }


.sharelist li > a {
    background-color: #544f55;
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
        BORDER: 0.5px solid #e3e3e3;
}

    .sharelist li > a:hover {
        color: #89d9a7;
    }


/*#endregion */


/*#region Branch and Agent */

#btnLocation > i {
    font-family: 'fa-solid-900' !important;
    font-weight: normal !important;
    line-height: 1.42857143;
    height: 20px;
    width: 14px;
}

#btnLocation {
    position: relative;
    font-size: 15px !important;
    font-weight: normal !important;
    text-align: center;
    padding: 6px 10px;
    line-height: 1.42857143;
    max-height: 40px;
    min-width:100%;
    height: 40px;
}

.headerBA {
    background-color: #e1eee6;
    height: 90px;
    max-height: 90px;
    width: 100%;
    position: relative;
    display:flex;
}


    .headerBA img {
        display: inline-block;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        float: right;
        height: 100%;
        width: auto;
        max-width: 120px;
        object-fit: cover;
        object-position: 0;
    }
    .headerBA > * {
        flex: 1;
        height: 100%;
    }
    .headerBA .blockHeaderBreanches {
        display: inline-block;
        height: 100%;
        width: auto;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        max-width: 180px;
        margin:0px 10px;
    }

        .headerBA .blockHeaderBreanches > * {
            vertical-align: middle;
            width: auto;
            float: none;
        }
    .headerBA > .header_page {
        font-size: 28px;
        vertical-align: middle!important;
        display: block;
        margin: auto!important;
        line-height: 90px;
        max-height: 90px;
        height:AUTO;
        font-weight: 700;
    }        
#Branch .headerBA .blockHeaderBreanches > .header_page {
    display: none;
}



.headerBA .blockHeaderBreanches .header_page {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: xx-large;
    text-align: center;
}

#mytooltable > div {
    margin-bottom: 8px;
}

#map {
    height: 500px;
    width: 100%;
    margin: 15px auto;
}
/*#endregion */


/*#region Service and Details like first page */

#secundNavBar ,#therdNavBar{
    position: fixed;
    overflow: hidden;
    background-color: transparent;
    padding: 0px;
    z-index: 1020;
    display: none;
    right: 1px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: rgba(45, 140, 100, 0.94);
}
#therdNavBar{
    margin-top:43px;
}
    #secundNavBar.forAbout {
        width: 60%;
        margin-right: auto;
        margin-left: auto;
        /*top: 40px;*/
    }

    #secundNavBar .container{
        max-width: 100%;
    }
   
    #secundNavBar > #topmenu > a, #secundNavBar > #topmenu,#therdNavBar > #topmenu,#therdNavBar  > #topmenu > a {
        text-align: center;
        margin-top: 0px;
        padding: 0px;
        vertical-align: middle;
    }
    #secundNavBar ul ,#therdNavBar ul {
        display: flex;
        width: 100%;
        margin: 0;
    }

        #secundNavBar ul li ,#therdNavBar ul li{
            flex: auto;
            display: table;
            display: -moz-inline-box;
            display: -webkit-table;
            width: 100%;
        }

     #secundNavBar li .link-table ,#therdNavBar li .link-table{
         display:table;
         width:100%
     }

    #secundNavBar li a ,#therdNavBar li a{
        color: #fff;
        height: 40px;
        line-height:1.3;
        font-size: 15px;
        padding: 0 5px;
        height: 40px;
        width: 100%;
        text-align: center;
        display:table-cell;
        vertical-align: middle;
    }
          
        #secundNavBar li a:hover,
        #secundNavBar li.active a,#therdNavBar li a:hover ,#therdNavBar li.active a{
            background-color:rgba(0, 0, 0, .1);
            color: #cbf1df;
        }
       #secundNavBar  a.active,#therdNavBar a.active{
            background-color:rgba(0, 0, 0, .1) !important;
            color: #cbf1df;
       }

.StaticDivs .btnDiv {
    width: 100%;
    height: 100%;
    padding: 5%;
    /*display: block;
    top: 50%;
           margin-top:calc(50% - 75%);
    position: absolute;*/
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    vertical-align: middle;
    text-align: center;
}

#btnShowMore:not(.sub-service-item) .txtNameIcon {
    white-space: normal;
    word-wrap: break-word;
    max-width: initial;
    text-align: center;
    display: inline-block;
    color: #544f55;
}
.sub-service-item .txtNameIcon{
    color: #fff !important;
}
[class*='fltrdiv-'] *:not(section):not(a):not(.control-label):not(i):not(#myTable_paginate) {
    height: 34px;
    max-height: 34px;
    width: 100%;
    min-width: 160px;
    text-align-last: start;
}

.dataTables_paginate .paging_full {
    height: 100%;
}

[class*='fltrdiv-'] .control-label {
    height: 30px;
    max-height: 30px;
    line-height: normal;
}

[class*='fltrdiv-'] a {
    height: 100%;
    max-height: 34px;
    display: inline-block;
    text-align: center;
    text-align-last: center;
}

    [class*='fltrdiv-'] a i {
        width: 100%;
        text-align: center;
        text-align-last: center;
        vertical-align: middle;
        font-size: 21px;
    }

[class*='fltrdiv-'] {
    padding-right: 0px;
    padding-left: 0px;
}

.fltrdiv-city {
    padding-right: 10px;
    padding-left: 10px;
}

[id*='myDiv-'] {
    position: relative;
    padding: 0 0;
    display: inline-block !important;
    margin: 0 0 0 0;
    width: 100%;
    vertical-align: middle;
}
    
    [id*='myDiv-']:not(#myDiv-start) {
        display: inline-block;
        height: auto;
    }

    [id*='myDiv-'] a {
        z-index: 3;
    }

    [id*='myDiv-'] .txtCenterV {
        height: 100%;
        padding-top: 120px;
        width: 78% !important;
        padding-bottom: 20px;
    }

        [id*='myDiv-'] .txtCenterV * {
            color: #fff;
            top: 0;
            position: relative;
        }

    [id*='myDiv-'] .imgCenterV {
        height: 100%;
        width: 22%;
      -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
        position: absolute;
        top: 0;
    }

        [id*='myDiv-'] .imgCenterV:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
        }

#parentDivServices {
    position: absolute;
    right: 0px;
    width: 100%;
    top: 40px;
}

    #parentDivServices > #btn {
        z-index: 888;
    }

.StaticDivs > div > h2 {
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
}

#myDiv-start {
    background: url(../Images/Services/bbb.svg) no-repeat center center fixed;
  -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right bottom;
    background-origin: padding-box;
}

#myDiv-ajel {
    background-color: #dc423c;
}

#myDiv-apps {
    background-color: #325a6e;
}

#myDiv-tawajed {
    background-color: #858b86;
}

#myDiv-sayidaty {
    background-color: #6a43a1;
}

#myDiv-hasad {
    background-color: #28b765;
}

#myDiv-Self_service {
    background-color: #444444;
}


#myDiv-ajel #imgg {
    background-image: url(../Images/Services/background/3ajil_icon.png);
}

#myDiv-apps #imgg {
    background-image: url(../Images/Services/background/Apps_icon.png);
}

#myDiv-tawajed #imgg {
    background-image: url(../Images/Services/background/TAWAJOOD_icon.png);
}

#myDiv-sayidaty #imgg {
    background-image: url(../Images/Services/background/Lady_icon.png);
}

#myDiv-hasad #imgg {
    background-image: url(../Images/Services/background/Hasad_icon.png);
}

#myDiv-Self_service #imgg {
    background-image: url(../Images/Services/background/Kiosk_icon.png);
}


#myDiv-ajel .imgCenterV {
    background-image: url(../Images/Services/3ajil_left_back.jpg);
}

#myDiv-apps .imgCenterV {
    background-image: url(../Images/Services/Apps_left_back.jpg);
}

#myDiv-tawajed .imgCenterV {
    background-image: url(../Images/Services/Tawajood_left_back.jpg);
}

#myDiv-sayidaty .imgCenterV {
    background-image: url(../Images/Services/Lady_left_back.jpg);
}

#myDiv-hasad .imgCenterV {
    background-image: url(../Images/Services/hasad_left_back.jpg);
}

#myDiv-Self_service .imgCenterV {
    background-image: url(../Images/Services/Kiosk_left_back.jpg);
}


[id*='myDiv-'] #imgg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
      -moz-background-size: 28% auto;
    -webkit-background-size: 28% auto;
    -o-background-size: 28% auto;
    background-size: 28% auto;
}

[id*='myDiv-'] .txt i {
    font-size: 22px;
}

[id*='myDiv-'] h2 {
     margin-top: 40px;
    margin-bottom: 40px;
}

[id*='myDiv-']:nth-child(odd) #imgg {
    background-position: 84% 50%;
}

[id*='myDiv-']:nth-child(even) #imgg {
    background-position: 15% 50%;
}

[id*='myDiv-']:nth-child(odd) .txtCenterV {
    float: left;
}

[id*='myDiv-']:nth-child(even) .txtCenterV {
    float: right;
}
/*#endregion */


/*#region datatable */
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 0px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
    border-color:#ccc8c8 ;
}
.table-bordered > thead > tr > th {
    border-color: #706c71;
    border-bottom-width: 1px;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: normal;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 0.8em 10px !important;
}

    table.dataTable thead th:active,
    table.dataTable thead td:active {
        outline: none;
    }

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 10px 6px 10px;
    border-top: 1px solid #0f520f;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

/*table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png");
}*/

table.dataTable tbody tr:not(.ForJob),
table.dataTable thead tr:not(.ForJob) {
    display: table-row;
}

table.dataTable tbody tr.ForJob, table.dataTable thead tr.ForJob {
    display: flex;
    width: 100%;
}

    table.dataTable tbody tr.ForJob td, table.dataTable thead tr.ForJob th {
        flex: 1;
    }

table.dataTable tbody tr {
    background-color: white;
}

    table.dataTable tbody tr.selected {
        background-color: #34751c;
    }

table.dataTable tbody th,
table.dataTable tbody td:not(.child):not(.nospacebox) {
    padding: 0.8em 10px;
}

table.dataTable tbody .child {
    padding: 0 0;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #dedede;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #dedede;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
}

    table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
        background-color: #32721b;
    }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: rgba(191, 255, 128, 0.61);
}

    table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
        background-color: #32701a;
    }

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
    background-color: #f9f9f9;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #32721b;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #316e1a;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #316f1a;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #31701a;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #32721b;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #33731b;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #33741b;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ebebeb;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #eeeeee;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #2f6b19;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #306c19;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #306d1a;
}

table.dataTable.no-footer {
    border: 1px solid #544f55;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    box-sizing: content-box;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}

    .dataTables_wrapper .dataTables_length {
        float: left;
    }

    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: right;
    }

        .dataTables_wrapper .dataTables_filter input {
            margin-left: 0.5em;
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 0.755em;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: left;
        text-align: left;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: 2px 0.6em;
            margin: 1px 1px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            *cursor: hand;
            color: #000000 !important;
            border: 3px solid solid;
            border-color: #84cf7e;
            border-radius: 2px;
            background-color: #65e25b;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65e25b), color-stop(100%, #367830));
            background: -webkit-linear-gradient(top, #65e25b 0%, #367830 100%);
            background: -moz-linear-gradient(top, #65e25b 0%, #367830 100%);
            background: -ms-linear-gradient(top, #65e25b 0%, #367830 100%);
            background: -o-linear-gradient(top, #65e25b 0%, #367830 100%);
            background: linear-gradient(to bottom, #65e25b 0%, #367830 100%);
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: whitesmoke !important;
                border: 1px solid #544f55;
                background-color: #4ba044;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ba044), color-stop(100%, #1a4916));
                background: -webkit-linear-gradient(top, #4ba044 0%, #1a4916 100%);
                background: -moz-linear-gradient(top, #4ba044 0%, #1a4916 100%);
                background: -ms-linear-gradient(top, #4ba044 0%, #1a4916 100%);
                background: -o-linear-gradient(top, #4ba044 0%, #1a4916 100%);
                background: linear-gradient(to bottom, #4ba044 0%, #1a4916 100%);
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: black !important;
                border: 1px solid #3a8a34;
                background-color: #84cf7e;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84cf7e), color-stop(100%, #3a8a34));
                background: -webkit-linear-gradient(top, #84cf7e 0%, #3a8a34 100%);
                background: -moz-linear-gradient(top, #84cf7e 0%, #3a8a34 100%);
                background: -ms-linear-gradient(top, #84cf7e 0%, #3a8a34 100%);
                background: -o-linear-gradient(top, #84cf7e 0%, #3a8a34 100%);
                background: linear-gradient(to bottom, #84cf7e 0%, #3a8a34 100%);
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background-color: #4aaf42;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4aaf42), color-stop(100%, #378331));
                background: -webkit-linear-gradient(top, #4aaf42 0%, #378331 100%);
                background: -moz-linear-gradient(top, #4aaf42 0%, #378331 100%);
                background: -ms-linear-gradient(top, #4aaf42 0%, #378331 100%);
                background: -o-linear-gradient(top, #4aaf42 0%, #378331 100%);
                background: linear-gradient(to bottom, #4aaf42 0%, #378331 100%);
                box-shadow: inset 0 0 3px #111;
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0px;
        }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        background-color: white;
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_processing,
    .dataTables_wrapper .dataTables_paginate {
        color: #333333;
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both;
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            *margin-top: -1px;
            -webkit-overflow-scrolling: touch;
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
                vertical-align: middle;
            }

                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
                    height: 0;
                    overflow: hidden;
                    margin: 0 !important;
                    padding: 0 !important;
                }
                [id*='myDiv-'] {
                    scrollbar-width: none;
    display: none;
}
    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #0f520f;
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
    .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
        border-bottom: none;
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

#myTable_paginate span {
    border-radius: 3px;
    background-color: rgba(173, 171, 171, 0.63);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #fff !important;
    border: 1px solid transparent;
    background: #879b89;
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: normal;
    text-align: right;
}

#myTable td {
    vertical-align: middle;
}

.mybase .thead-Sgreen {
    background-color: #89d9a7;
    color: #544f55;
}

#myTable th {
    text-align: center;
    font-weight: 700;
}

#myTable td:not(:first-child):not(.tocenter) {
    text-align: start;
}

#myTable td:first-child {
    text-align: center;
}

.mybase #myTable_length option:checked,
.mybase #myTable_length option:active,
.mybase #myTable_length option:hover {
    box-shadow: #0e4e0f;
    color: #000;
}

.mybase #myTable_length select.decorated option:hover {
    box-shadow: 0 0 10px 100px #2f6b19 inset;
}

.mybase div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 700;
    display: block;
}

.mybase #myTable img {
    height: 35px;
    width: 35px;
}
#adminroot #myTable img{
    width: auto;
    display: block;
    margin-top: 3px;
    height: auto;
    max-height: 50px;
}
.prnt-tbl button > i{
    margin-left:4px;
    margin-right:4px;
    
}
#adminroot .navbar-admin #logoutForm{
   background-color:#544f55;
}
table.dataTable.dtr-inline:not(.collapsed) i {
    max-height: 36px;
    font-size: 18px;
    color: #31b27d;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    line-height: 27px;
}

table.dataTable.dtr-inline.collapsed i {
    line-height: 27px;
    max-height: 36px;
    font-size: 18px;
    color: #31b27d;
}

table.dataTable.dtr-inline a {
    color: #1b684a;
    text-decoration: initial !important;
    text-decoration-line: underline;
}

table.dataTable.dtr-inline:not(.collapsed) a, .nospacebox {
    padding: 0;
    margin: 0;
}

table.dataTable.dtr-inline:not(.collapsed) .txtinfocell {
    display: none;
}

#myTable {
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    height: 24px;
}

    #myTable tr:not(.ForJob) td:not(:first-child):not(.tdlongname), #myTable tr:not(.ForJob) th:not(.tdlongname) {
        min-width: initial;
        max-width: initial;
        word-wrap: normal;
        white-space: nowrap;
    }

    #myTable .tdlong {
        min-width: 150px;
        max-width: 250px;
        white-space: normal;
        word-wrap: break-word;
    }

    #myTable .tdlongname {
        min-width: 150px;
        max-width: 250px;
        white-space: normal;
        word-wrap: break-word;
    }

    #myTable .tdshort {
        white-space: normal;
    }
  
    #myTable .tocenter {
        vertical-align: middle;
        word-wrap: normal;
        white-space: nowrap;
        max-width: 70px;
        text-align: center;
    }

#myTable_paginate > .next, #myTable_paginate > .previous, #myTable_paginate > .first, #myTable_paginate > .last {
    font-family: 'fa-solid-900' !important;
}

#myTable_paginate {
    text-align-last: end;
}

tfoot.rowFoot {
    display: none;
}

.table-bordered > thead > tr > th:first-child, .table-bordered > tbody > tr > th:first-child, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td:first-child, .table-bordered > tbody > tr > td:first-child, .table-bordered > tfoot > tr > td:first-child {
    border-right-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    position: relative;
    cursor: pointer;
}

table.dataTable.dtr-inline:not(.collapsed) > thead > tr:not(.ForJob) > th:first-child, table.dataTable.dtr-inline:not(.collapsed) > tbody > tr[role="row"]:not(.ForJob) > td:first-child {
    /*display: none;*/
}

table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc {
    padding: inherit 0;
    padding-right: 0;
}

.collapsed > thead > tr > th:first-child, .collapsed > tbody > tr[role="row"] > td:first-child {
    display: normal;
    max-width: 30px;
}

#myTable .child td:first-child {
    background-color: #f1f3f2;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    text-align: start;
    padding-right: 0;
    padding-left: 0;
    background-color: #e0e0e0;
}

.ul-gift-details {
    text-align: start;
    padding-right: 0;
    padding-left: 0;
    background-color: #d5d4d4;
}

    .ul-gift-details > li {
        border-bottom: 1px solid #fff;
        vertical-align: middle;
        padding: 0.8em 8px;
        list-style: none;
    }

table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    padding: 0.8em 8px;
}

.ul-gift-details span.dtr-title {
    display: inline-block;
    width: 100px;
    background: #999;
    border-radius: 13px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    color: white;
    font: caption;
    font-size: 14px;
    line-height: 26px;
    vertical-align: middle;
    max-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ul-gift-details span {
    display: inline-flex;
    padding: 5px inherit;
    line-height: 24px;
    font-weight: 700;
}

    .ul-gift-details span.dtr-data {
        padding: 0 8px;
    }

table.dataTable > tbody > tr.child span.dtr-title {
    content: attr(data-label);
    display: inline-block;
    width: 100px;
    background: #999;
    border-radius: 13px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    color: white;
    font: caption;
    font-size: 14px;
    line-height: 26px;
    vertical-align: middle;
    max-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pagination > li > a, .pagination > li > span {
    background-color: #89d9a7 !important;
    font: caption;
    color: #544f55 !important;
}

table.dataTable > tbody > tr {
    display: flex;
}

    table.dataTable > tbody > tr.child span {
        /*display: inline-flex;*/
        padding: 5px inherit;
        line-height: 24px;
    }

        table.dataTable > tbody > tr.child span.dtr-data {
            padding: 0 8px;
        }
/*#endregion */


/*#region animation */

#Loading,
#Loading:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
}

#Loading {
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    width: 6em;
    height: 6em;
    margin-top: -3em; /*set to a negative number 1/2 of your height*/
    margin-left: -3em;
    border-top: 0.6em solid rgb(53, 103, 84);
    border-right: 0.6em solid rgb(53, 103, 84);
    border-bottom: 0.6em solid rgb(53, 103, 84);
    border-left: 0.6em solid #84cf7e;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1s infinite linear;
    animation: load8 1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.no-js .lazy {
    display: none;
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.anmhideup {
    visibility: hidden;
}

.anmstartup {
    -webkit-animation-name: anmstartup;
    animation-name: anmstartup;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    visibility: visible;
}


/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes anmstartup {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes anmstartup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}


.wiggleAnimation {
    -webkit-animation: wiggle 2.5s infinite;
    -o-animation: wiggle 2.5s infinite;
    -moz-animation: wiggle 2.5s infinite;
    animation: wiggle 2.5s infinite;
}

.wiggleAnimation2 {
    -webkit-animation: wiggle2 2.5s infinite;
    -o-animation: wiggle2 2.5s infinite;
    -moz-animation: wiggle2 2.5s infinite;
    animation: wiggle2 2.5s infinite;
}

    .wiggleAnimation:hover, .wiggleAnimation2:hover {
        -webkit-animation: reverse;
        animation: reverse;
    }

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    50% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    100% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }
}

@-moz-keyframes wiggle {
    0% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    50% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    100% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }
}

@-o-keyframes wiggle {
    0% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    50% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    100% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    50% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    100% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }
}

@-webkit-keyframes wiggle2 {
    0% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    50% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    100% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
}

@-o-keyframes wiggle2 {
    0% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    50% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    100% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
}

@keyframes wiggle2 {
    0% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    50% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    100% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
}

@-moz-keyframes wiggle2 {
    0% {
        -moz-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    50% {
        -moz-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    100% {
        -moz-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
}
/*#endregion */
#contener-browse-files .grid-item{
    flex-basis:220px;
    padding:5px;
}


/*#region Admin */
   
#adminroot [id*='dialog-root'] {
   position:relative !important;
}
[id*='dialog-root'] #Base {
    display: block;
}
#adminroot #logoutForm .admin-welcome{
    padding-left:8px;
    padding-right:8px;
}
#adminroot #logoutForm > ul{
         margin: 0px -15px;
}
#adminroot #firstNavBar .navbar-header .navbar-toggle-container{
       padding-right: 20px;
    float: right;
    margin-top: 20px;
}
#adminroot #firstNavBar .dropdown-menu{
    border-radius:0px;
    text-align:center;
    background-color:#413b42;
}
    #adminroot #firstNavBar .dropdown-menu li a, #adminroot #firstNavBar .dropdown-menu li {
        text-align: center;
        font-weight:600;
       color: #ddd;
    }
        #adminroot #firstNavBar .dropdown-menu li a:hover {
            color: #89d9a7;
        }
#adminroot #firstNavBar .caret {
    margin-right: auto;
    margin-left: auto;
    margin-top:1px;
}
#adminroot #firstNavBar{
  max-height: 40px;
}

     #adminroot  #myTable .icon-lable{
         font-size:15px;
         padding:0 6px;
        vertical-align:text-bottom;
        color:#544f55;
     }
#adminroot #Base, .basenews {
    padding-top: 5%;
}

#adminroot label {
    display: block;
}


#adminroot .labelwithinput {
    float: right;
    color: #1d6238;
}

#adminroot .forbtn {
    margin-top: 5px;
}

#adminroot .dl-horizontal dt {
    white-space: normal;
}

#adminroot .dl-horizontal dt, .form-horizontal .control-label {
    width: auto;
    min-width: 150px;
    font-size: 14px;
    text-align: start;
}

.form-horizontal .control-label {
    padding-bottom: 3px;
    width: 100%;
}

.modal .form-group {
    padding-bottom: 3px;
}

.toCenterScreen {
       width: auto;
    height: auto;
    margin: 40px auto;
    position: relative;
    min-width: 200px;
    max-width: 380px;
}

#adminroot .col-md-offset-3 {
    padding-left: 0;
}


#adminroot .switch {
    position: relative;
    cursor: pointer;
    width: 80px;
    height: 28px;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
}

    #adminroot .switch:after {
        position: absolute;
        content: '\f058';
        right: 5px;
        color: #1a1a1a;
        height: 20px;
        width: 20px;
    }

    #adminroot .switch input {
        display: none;
    }

#adminroot .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1a1a1a;
    transition: .2s;
}

    #adminroot .slider:before {
        position: absolute;
        content: '\f057';
        height: 20px;
        width: 20px;
        left: 3px;
        color: #359c74;
        transition: .2s;
    }

/* include generated hidden field here */
#adminroot input[type="checkbox"]:checked + input[type="hidden"] + .slider,
#adminroot input[type="checkbox"]:checked + .slider {
    background-color: #359c74;
}

/* include generated hidden field here */
#adminroot input[type="checkbox"]:focus + input[type="hidden"] + .slider,
#adminroot input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #359c74;
}
/* Rounded sliders */
#adminroot .slider.round {
    border-radius: 3px;
}

    #adminroot .slider.round:before {
        border-radius: 50%;
    }

#adminroot .tdlong, #adminroot tr .child {
    min-width: 160px;
    max-width: 250px;
    word-wrap: break-word;
    white-space: inherit;
}

#adminroot .rtl {
    float: left;
    margin-right: 5px;
}


#adminroot .btn-warning {
    background-color: #89d9a7 !important;
    color: #544f55 !important;
    border: 1px solid #544f55 !important;
}

#adminroot .icon {
    font-weight: bold;
    font-size: 20px;
    color: #359c74;
}

#adminroot #j_days_length {
    text-align: center;
    border-radius: 4px;
}

#adminroot #txtSwitch {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

#adminroot #TbtnNewRow > i, #adminroot #CbtnNewRow > i, #adminroot #TdeleteRow > i, #adminroot #CdeleteRow > i {
    padding-left: 8px;
    font-size: 14px;
}

#adminroot #PrntHrLine {
    text-align: center;
}

 .parentGroup {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0;
}

    .parentGroup .form-group {
        padding: 0;
        flex-grow: 1;
        flex-basis: 50%;
        margin: 0;
         margin-bottom:5px;
    }
    .parentGroup .form-group .parentGroup:not(.group-child) > .form-group {
        flex-basis: 100%;
    }

.group-child > .form-group {
    flex-basis: 30%;
    padding-left: 0;
    padding-right: 0;
    border: 0px;
    padding: 0;
}
.job-apply{
    max-width:600px;
    margin:20px 0;
}

 .job-apply-small{
    max-width:120px;
}
 #JobModel .jobTDApply {
    float: none;
    text-align:center;
}
 #JobModel .jobTDApply .btn{
        padding-right:22px !important;
        padding-left:22px !important;
 }
.parentGroup .form-group .container-fluid {
    padding-left: 7px;
    padding-right: 7px;
}
.parentGroup .form-group>.formsmall {
   width:50%!important;
}

 .btn{
     border-radius:0px;
 }
#adminroot #managerMain {
    margin-top: 40px !important;
    padding-left: 15px;
    padding-right: 15px;
}
#adminroot .form-group > p {
    margin: 0;
}

#adminroot .mybase .form-group.tbl {
    padding: 0px;
}

#adminroot .table {
    margin-bottom: 0;
}

#adminroot #inputfilelist {
    margin: 10px 0;
}

#adminroot #titlePanel {
    background-color: #89d9a7;
    text-align: center;
    padding: 8px;
    font-weight: 700;
}

#imgPDF {
    max-height: 25px;
    max-width: 25px;
    height: 100%;
}
/*#endregion */

/*#region button,herf,input (with action) */

a:hover, a:active, a:focus, a:link, a:visited {
    outline: 0;
    outline: 0 !important;
    outline-style: none;
    text-decoration: none !important;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
}

button, object, embed {
    outline: 0;
}

input::-moz-focus-inner {
    outline: 0;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
    outline: 0;
}



a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.pagination {
    max-height: 36px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background-color: #359c74;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.pagination > li > a {
    border-radius: 0 !important;
    /*width: 34px !important;*/
    margin: 0 .5px !important;
}

.pagination .btn-default > a {
    font-size: 12px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    outline: 0 !important;
    border: 1px solid rgba(0,0,0,.5) !important;
    /*line-height: 34px;*/
    padding: 3px 12px !important;
    vertical-align: middle !important;
    /*min-height: 34px !important;*/
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #89d9a7;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.dropdownbt {
    position: relative;
    display: table;
    max-height: 34px;
    height: 34px;
    width: 100%;
}

    .dropdownbt:hover .dropdown-content {
        display: block;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    max-height: 183px;
    border: 2px solid #89d9a7;
    border-top: 0px;
    top:100%;
}


    .dropdown-content .itemList {
        display: block;
        cursor: pointer;
        vertical-align: middle;
        line-height: 30px;
        border: 0px;
        width: 100%;
        height: 30px;
        padding: 0 15px;
    }

        .dropdown-content .itemList:not(last-child):not(first-child) {
            border-bottom: 2px solid #eee;
        }

        .dropdown-content .itemList:last-child {
            border-bottom: 0 solid #eee;
        }

.dropdownbt .dropbtn {
    cursor: pointer;
    display:table-cell;
    width: 100%;
    height: 100%;
    text-align: start;
    padding: 2px 10px;
}

    .dropdownbt .dropbtn:after {
        cursor: pointer;
        content: "";
        display: inline-block;
        vertical-align: middle;
        border-bottom: 0;
        border-top: 10px solid #a7a6a6;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        height: 10px;
        top: 12px;
    }

.dropdown-content .itemList:hover {
    background-color: rgba(191, 255, 128, 0.61);
    font-size: 13px;
    font-weight: 700;
    box-shadow: none;
    outline: 0px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 2px;
}

.dropdown-content .itemList.active {
    background-color: rgba(164, 255, 128, 0.70);
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
    outline: 0px;
    border: 1px solid rgba(0, 0, 0, .5);
}
   .btn-dark, .btn:not(.mybtn ) ,.ui-button:not(.ui-button-icon-only), .btn-default, .btn-default.active ,.btn-default:focus,.btn.focus,.btn-default:active:hover,
        .btn-default.active:hover, .open > .dropdown-toggle.btn-default, .btn-default, .open > .dropdown-toggle.btn-default {
    color: #fff ;
    background-color: #359c74 ;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
}

 
    .btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn:not(.mybtn):hover, .btn:not(.mybtn):focus, .ui-button:not(.ui-button-icon-only):hover, .btn-default:hover, .btn-default:active, .btn-default.active,.btn-default:focus, .btn-default.focus, .open > .dropdown-toggle.btn-default, .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover {
        background-color: #378567 ;
    }

.btn, a.btn, label.btn {
    font-size: 12px !important;
    box-shadow: none !important;
    outline: 0px !important;
    border: 1px solid rgba(0, 0, 0, .5) !important;
    line-height: 32px;
    padding: 0px 12px !important;
    vertical-align: middle !important;
    min-height: 34px !important;

}

.mybtn{
      font-size: 13px !important;
         font-weight: 700!important;
   }
    .btn:not(.mybtn), a.btn:not(.mybtn), label.btn:not(.mybtn) {
        border-radius: 0;
            font-weight: 600!important;
    }

#checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    min-height: 34px;
    margin-bottom: 0;
}

#checkbox input {
    position:absolute;
    opacity:0;
    cursor:pointer;
    height:0;
    width:0;
}
#checkbox .checkmark {
    display:block ;
    position: absolute;
    top: 0;
    height: 34px;
    width: 34px;
    background-color: #e13a3a;
    border:solid 1px #555;
}
#checkbox:hover input ~ .checkmark  {
      background-color: #e13a3a;
}

#checkbox input:checked ~ .checkmark  {
      background-color: #89d9a7;
}

.checkmark:before {
    content: attr(data-check-close);
    position: absolute;
    display: block;
    margin-top:auto;
    margin-bottom:auto;
    top:0;
    bottom:0;
    line-height: 30px;
    height: 100%;
    white-space: nowrap;
    font-size: 14px;
    font-family: Cairo, 'Arial Narrow', Arial, sans-serif !important;
}       
  #checkbox input:checked  ~ .checkmark:before {
      content: attr(data-check-open);
  }
.checkmark:after {
    font-family: fa-solid-900 !important;
    color: #544f55 ;
    position: absolute;
    display: block;
    font-size:22px;
    width:32px;
    height:32px;
    text-align:center;
}
#checkbox input:checked ~ .checkmark:after {
   content:"\f00c";
}
#checkbox input:checked ~ .checkmark:before {
   color:#359c74;
}
#checkbox .checkmark:after {
    content:"\f00d";
}
#checkbox .checkmark:before {
    color:#e13a3a;
}
#myTable .tools-table a {
    padding:1px 15px;
    background-color:#89d9a7;
    border:solid 1px #544f55;
    font-size:12px;
}
#myTable_paginate > .pagination {
    margin: 0;
}

.btn-default {
    background-color: #89d9a7 ;
    font: caption;
    color: #544f55;
}

.btn-dark {
    background-color: #359c74 ;
    font: caption;
    color: #fff ;
}
  .btn-default-light {
    color: #544f55 ;
    background-color:#89d9a7 ;
}
.btn-default-light:hover {
    color: #544f55 ;
    background-color: #8acea3 ;
}

#searchText {
    padding: 0;
}

.searchInput {
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    display: inline-block;
    cursor: default;
    height: 36px;
    max-height: 36px;
    padding: 0 15px;
    width: 100%;
    min-width: 160px;
    text-align-last: start;
}

#btnShowMore {
    width: auto;
    height: auto;
    cursor: pointer;
    display: inline-block;
    margin:10px 0;
    text-align: center;
}

    #btnShowMore img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        max-height: 160px;
    }

#btnBackToTop {
    background-color: #359c74;
    border: 1px solid #544f55;
    bottom: 0;
    color: #fff;
    display: none;
    height: 55px;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    opacity: .9;
    z-index: 100000;
    transition: all .2s ease-in-out 0s;
    font-size: 18px;
    display: none;
    position: fixed;

    bottom: 55px;
    z-index: 99999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
    line-height: 55px;
}
    #btnBackToTop:hover, #btnBackToTop:focus {
        background-color:#308564 !important;
        opacity:1;
        color: #f9f9f9;
    }
    #btnBackToTop .arrow:before {
        content: "";
        font-family: 'fa-solid-900' !important;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "";
        text-align: center;
        display: block;
        vertical-align: middle;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        cursor: pointer;
        margin-left: -4px;
    }

.at-resp-share-element.at-mobile .at-share-btn {
    margin-right: 0 !important;
}
.forMobail {
    display: none;
}

.forDisktop {
    display: inline-block;
}

.child-app-content{
    font-size:15px;
    padding:0;
}

.layout-app-imgs{
    object-fit: fill;
    width: auto;
    shape-margin: 8px;
    object-fit: contain;
    display:block;
    min-width: 120px;
    max-width: 38%;
    text-align:center;
}
.layout-app-text{
    text-align: justify;
    line-height: 1.4;
    margin: 0;
    word-break: break-word;
    width: auto;
    display: block;
    padding-top: 20px;
}
.apps-features{
    margin-top:40px;
}

.app-download-img{
    min-width:120px;
    height:auto;
    margin: auto;
    width:72%;
}
.download-text{
    text-align:center;
    font-size:22px;
    color:#00925A;
}
 
.layout-app-download-links{
    max-width:360px;
    min-width:150px;
    margin:auto;
}
.layout-app-download-links a{
margin:5px;
min-width: 150px;
}


.layout-app-download{
    background-color:#000;
    height:45px;
    border-radius:6px;
    padding:5px 8px;
    display:flex;
}
.layout-app-download > *{
    color:#FFFFFF;
    margin: auto;
    display: block;
    vertical-align: middle;
    line-height: 18px;
}


 .layout-app-download i{
font-size:30px;
 }
 #OurApps .grid{
         flex-wrap: wrap;
 }
/*#region widthDrives*/
@media (min-width: 1700px) {
    .container:not(.main-menu-long):not(.main-menu-short) {
        width: 100%;
        max-width: 100%;
        padding-left: 8%;
        padding-right: 8%;
    }

    #btnShowMore {
        margin: 0 /*20px*/;
    }

        #btnShowMore img {
            height: 250px;
            margin-bottom: 0;
        }

        #btnShowMore .txtNameIcon {
            font-size: 22px;
        }

    .pnlNotAvailable {
        width: 700px;
    }

        .pnlNotAvailable > h3 {
            padding: 0 12px;
        }
}

@media (min-width: 1350px) {
    .social-home .hasad .button_login_hasad_ads {
        right: 17%;
    }

    .social-home [class*='divblk-'] {
        height: 300px;
    }

    #btnShowMore img {
        height: 160px;
        max-height: 160px;
    }

    #btnShowMore .txtNameIcon {
        font-size: 22px;
    }
}
@media (min-width: 1200px) {

   #btnShowMore img {
        height: 150px;
        max-height: 150px;
    }

    #btnShowMore .txtNameIcon {
        font-size: 18px;
    }

    .freNum_H {
        line-height: 14px;
        margin-top: 2px;
        vertical-align: baseline;
    }

        .freNum_H .textsmall {
            display: inline-block;
        }

        .freNum_H .FreeNumbblod {
            display: inline;
        }
               .social-home .hasad .button_login_hasad_ads {
        right:10%;
    }
          .social-home [class*='divblk-'] {
    height:260px
    }
}

@media (min-width: 992px) {
    #btnShowMore img {
        height: 120px;
        max-height: 120px;
        margin-bottom:0;
    }

    #btnShowMore .txtNameIcon {
        font-size: 18px;
    }

    .button-share {
        cursor: pointer;
    }

   

    #firstNavBar #outdiv {
        width:200px;
    }

    #firstNavBar .main-menu-short {
        WIDTH:200px;
    }

    #firstNavBar .main-menu-long {
       width: calc(100% - 200px);
    }

    .freNum_H {
        line-height: 14px;
        margin-top: 2px;
        vertical-align: baseline;
    }

        .freNum_H .textsmall {
            display: inline-block;
        }

        .freNum_H .FreeNumbblod {
            display: inline;
        }

       .StaticDivs .grid-item {
        flex-basis: 33.333333333% !important;
    }

}

@media (max-width: 991px) {
      #btnShowMore img {
        height: 100px;
        max-height: 120px;
        margin-bottom:0;
    }

    #btnShowMore .txtNameIcon {
        font-size: 18px;
    }

    .social-home [class*='divblk-'] {
        width: 100%;
    }

    .grid-item {
        flex-basis: 33.333333333%;
    }
    #servicesSlider .grid-item {
        flex-basis: 50%;
    }

    #servicesSlider .itemSlider:nth-of-type(3), #servicesSlider .itemSlider:nth-of-type(3) .active {
        background-color: #fff;
      
    }
    #servicesSlider .itemSlider:nth-of-type(4), #servicesSlider .itemSlider:nth-of-type(4) .active {
        background-color: #359c74;
    }
     #servicesSlider .itemSlider:nth-of-type(3) .Servslide h3 {
        color: #544f55;
    }
      #servicesSlider .itemSlider:nth-of-type(4) .Servslide h3 {
        color: #fff;
    }
    #hasad .grid-item {
        min-width: 200px !important;
        padding: 0 !important;
        flex-basis: 25%;
    }

    #NewsBlock .adsBlok {
        margin-top: 10px;
    }

    #firstNavBar .main-menu-long > .navbar-nav, #firstNavBar .main-menu-short > .navbar-nav {
        line-height: 40px;
    }

    #firstNavBar .nav > li {
        height: 100%;
    }

    .freNum_H {
        line-height: 14px;
        margin-top: 2px;
        vertical-align: baseline;
    }

        .freNum_H .textsmall {
            display: inline-block;
        }

        .freNum_H .FreeNumbblod {
            display: inline;
        }

    #firstNavBar .main-menu-short {
        WIDTH: 200px;
    }

    #firstNavBar .main-menu-long {
      width: calc(100% - 200px);
    }

   .searshExAgentpadding, .fltrdiv-city {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    #NewsBlock.forNews .cnNewslist{
            width: 64%;
    }
     .social-home .hasad .button_login_hasad_ads {
        right:20%;
    }


}

@media (min-width:768px) {
    .headerBA #btnLocation {
        top: calc(50% - 20px);
    }

    .form-horizontal .control-label {
        padding-top: 3px;
    }

       #servicesSlider .Servslide img {
        height: 50px;
      margin: 30px 0 20px 0;
    }

    #servicesSlider .Servslide h3{
        margin-bottom:12px;
    }

}

@media (max-width: 767px) {
    #OurApps .grid-item{
       flex-basis:50%;
    }
    .layout-app-download-links{
        max-width:250px;
        min-width:150px;
    }
        .layout-app-imgs{
        max-width:100%;
        width:100%;
        margin-bottom:40px;
    }
        .layout-app-imgs > img{
            max-width:350px;
            width:100%;
            margin:auto;
        }
    .social-home [class*='divblk-']{
        height:300px;
        max-height:300px;
    }
    body {
        margin-top: 2px;
    }

    #rectangle {
        margin: 10px;
    }

    .collapse {
        overflow: auto;
    }

    #firstNavBar #outdiv {
        display: none;
    }

    #firstNavBar .navbar-collapse {
        text-align: center;
    }

    #myFooter {
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }

    #headLayout {
        display: none;
    }

    .bgBlok {
        padding: 90px 0 0 0;
    }

    #firstNavBar .navbar-header {
        display: table;
    }

    #firstNavBar.navbar-fixed-top, #secundNavBar.navbar-fixed-top, #therdNavBar.navbar-fixed-top {
        min-height: 40px;
    }
 
    #firstNavBar .main-menu-long {
        height: auto;
        padding: 0px;
        width: 100%;
    }

        #firstNavBar .main-menu-long ul {
            margin-top: 0px;
        }


    #firstNavBar .main-menu-short {
        height: auto;
        display: table;
        width: 100%;
    }

        #firstNavBar .main-menu-short:first-child {
            height: auto;
        }

    #myFooter .footer-copyright >.row> div:not(.footerend) ,#myFooter > .row>.divOutfooter{
        display: none;
    }

    #myFooter .footer-listitem, #myFooter .footer-listitem div {
        text-align: center;
    }

    #firstNavBar .main-menu-long #hrCenterLine {
        display: block;
        margin: 6px auto;
    }

    #secundNavBar a ,#therdNavBar a{
        font-size: 12px;
        text-align: center;
    }

    #secundNavBar #topmenu,#therdNavBar #topmenu{
        width: 100%;
    }

    button#btn {
        font-family: 'fa-regular-400' !important;
        position: fixed;
        right: 0;
        left: 0;
        margin: 0;
        z-index: 99999;
        padding-right: 7px;
        background-color: #9f4a4a;
        color: #fff;
        width: 60px;
        height: 40px;
        border: none;
        text-align: center;
        top: 40px;
        font-size: .6cm;
    }

        button#btn:before {
            content: "\f057";
            text-align: center;
        }

    #btn.collapsed:before {
        content: "\f009";
        text-align: center;
    }

    #btn.collapsed {
        font-family: 'fa-solid-900' !important;
        background-color: #544f55;
    }

    #secundNavBar > #topmenu > a {
        word-wrap: break-word;
        white-space: inherit;
    }

    .list-group-item-text {
        padding-top: 5px;
        color: #fff;
    }

    #firstNavBar .main-menu-long > .nav > li:not(:first-child) > a:before{
        content: none;
    }

    .grid-item {
        flex-basis: 33.333333333%;
    }

    #NewsBlock .adsBlok img {
        width: 100%;
    }

    #NewsBlock .adsBlok {
        margin-top: 10px;
    }

    #myFooter .endApps {
        width: 100%;
    }

    #myFooter .txtForApps {
        text-align: center;
    }

    #myFooter .icon-apps {
        width: auto;
        text-align: center;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #mytooltable {
        height: auto;
        max-height: 100%;
    }

    .headerBA {
        display: flex;
        white-space: normal;
        max-height: initial;
    }

       .headerBA .blockHeaderBreanches, .headerBA img {
            width: auto;
            vertical-align: middle;
        }

        .headerBA > .header_page {
            font-size: x-large;
        }

    #Branch .headerBA > .header_page {
        display: none;
    }


    .headerBA .blockHeaderBreanches .header_page {
        font-size: x-large;
        display: inline-block;
        word-wrap: break-word;
        white-space: normal;
    
        margin-bottom: 10px;
    }

    .headerBA #btnLocation {
        font-size: 14px !important;
        font-weight: normal !important;
        white-space: normal;
        max-height: initial;
        margin: 0;
        display: inline-block;
    }

    .headerBA .blockHeaderBreanches {
        max-width:100%;
    }

    #myDiv-tawajed > img {
        background-color: #db423b;
        width: 60%;
        top: 0;
        margin: 0 0% 0 0%;
        text-align: center;
        vertical-align: middle;
        z-index: 1;
    }

    [id*='myDiv-']:not(#myDiv-start) {
        flex-direction: column-reverse;
        display: flex;
    }

    [id*='myDiv-'] #imgg {
        height: 220px;
        right: 0;
        width: 100%;
        top: 0;
        background-position: center;
        background-repeat: no-repeat;
         -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    }

  #btnShowMore img {
    height:90px;
    }

    #btnShowMore .txtNameIcon {
        margin-top: 14px;
        font-size: 18px;
    }

    #secundNavBar ul ,#therdNavBar ul{
        display: block;
    }

        #secundNavBar ul li:not(:last-child) ,#therdNavBar ul li:not(:last-child){
            border-left: 0px;
        }

    #secundNavBar li a, #secundNavBar .navbar-brand, #therdNavBar li a, #therdNavBar .navbar-brand {
        font-size: smaller;
    }

    #Loading,
    #Loading:after {
        border-radius: 50%;
        width: 4em;
        height: 4em;
    }

    #Loading {
        position: fixed;
        z-index: 10000;
        top: 50%;
        left: 50%;
        width: 4em;
        height: 4em;
        margin-top: -2em;
        margin-left: -2em;
        border-top: 0.4em solid #a8d8b1;
        border-right: 0.4em solid #a8d8b1;
        border-bottom: 0.4em solid #a8d8b1;
        border-left: 0.4em solid #359c74;
    }

    #MyCarouselMove {
        margin-top: 20px;
    }
        
    .StaticDivsAbout {
        margin-top: 0;
    }

    #secundNavBar, #secundNavBar.forAbout,#therdNavBar {
        margin-top: 35px;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        width: 60px;
        border: 1px solid #544f55 !important;
    }
            #secundNavBar li.active a,#therdNavBar li.active a{
                        border-width: 1px 0 1px 0;
            }
        #secundNavBar li:not(:last-child) ,#therdNavBar li:not(:last-child){
            border-bottom: 0.5px inset rgba(84, 79, 85, 0.47);
        }


    #firstNavBar .open .dropdown-menu li:active,
    #firstNavBar .open .dropdown-menu a:active,
    #firstNavBar .open .dropdown-menu a:focus {
        background-color: #465645;
    }
   


    #NewsBlock #mylist > a > #pnlTopicListNews > h5 {
        font-size: 13px;
    }

 

    #NewsBlock:not(.forNews) .cnNews {
        max-height: 100%;
        display: block;
        margin-bottom: 15px;
    }

    #NewsBlock.forNews .topictxt {
        font-size: larger;
        font-weight: 700;
    }

    #NewsBlock.forNews .paragraphInfo {
        font-size: 14px;
    }

    #NewsBlock.forNews .cnNewslist {
        width: 100%;
        height: 100%;
    }

    [id*='myDiv-'] .imgCenterV {
        width: 100%;
        height: 100%;
    }

    .forMobail {
        display: inline-block;
    }

    .forDisktop {
        display: none;
    }

    #NewsBlock.forNews .cnNews {
        padding-right: 0px;
        padding-left: 0px;
    }

    #NewsBlock.forNews .cnNewsFirst, #NewsBlock.forNews .cnNewslist {
        max-height: 100%;
        height: 100%;
    }

    #News .sharelist {
        padding: 0;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-collapse.in {
        overflow-y: auto !important;
        padding: 0;
    }

    #firstNavBar .main-menu-short .navbar-left, #firstNavBar .main-menu-short .navbar-right {
        width: auto;
        float: none !important;
        display: -webkit-inline-box;
    }

        #firstNavBar .main-menu-short .navbar-right .dropdown-menu {
            width: 100%;
            background: transparent;
            padding: 10px 20px;
        }

    #firstNavBar .main-menu-short .input-group {
        width: 100%;
    }


    .freNum_H .textsmall {
        display: inline-block;
    }

    .freNum_H .FreeNumbblod {
        display: inline;
    }

    #firstNavBar .main-menu-long > .navbar-nav > li, #firstNavBar .main-menu-long > .navbar-nav > li > a,
    #dropdownBranches .dropdown-menu li,  #firstNavBar .open .dropdown-menu a > span {
        line-height: 1;
    }

    #firstNavBar .open .dropdown-menu {
        min-width: 150px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: block !important;
        background-color: #544f55;
        border-radius: 12px;
    }

    #myFooter .footer-copyright .Copyright {
        margin: 10px;
    }

    #Branch .headerBA .blockHeaderBreanches > .header_page {
        font-size: large;
        line-height: 2.2;
        text-align: center;
        display: inline-block;
    }
       .blockHeaderBreanches{
              text-align: center;
       }
    .headerBA > .header_page, .blockHeaderBreanches {
        font-size: large;
        line-height: normal;
        display: table-cell;
    }

  
    /*.sidebar-brand {
        display: none !important;
    }*/

    .side-nav {
        z-index:99999;
         top: 2px 
    }
   #sidebar-wrapper{
        top: 90px !important;
   }         
    #firstNavBar .hamburger {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    #NewsBlock .adsBlok, #NewsBlock .adsBlok a {
        max-height: 260px;
        max-height: 260px;
    }

        #NewsBlock .adsBlok a > img {
            height: 100%;
        }

    #searchModal {
        top: 90px;
    }

    .fancy span:before,
    .fancy span:after {
        width: 120px;
    }

    .social-home .titleLink-text > img {
        width: 80px;
    }

    .StaticDivsAbout > [id*='myDivAbout-'] {
        padding-top: 40px !important;
    }
        .StaticDivsAbout > [id*='myDivAbout-'] img {
            top:0!important;
            z-index:999;
            max-width:180px !important;
            max-height:180px !important;
            object-fit:contain;
        }
        .StaticDivsAbout [id*='TextAbout-'] {
        font-size: 15px;
        width:auto;
    }
    
    .logoservice {
        height: 220px !important;
    }

    [id*='myDiv-'] .txtCenterV {
        height: auto;
        padding-left: 10px;
        padding-top: 230px;
        width: 100%;
        margin-bottom: auto;
        padding-top: 230px;
        padding-right: 0;
    }
    
    #servicesSlider .Servslide img {
        height: 50px;
        width: 40px;
        margin: 30px 0 20px 0;
    }

    #servicesSlider .Servslide h3{
        margin-bottom:10px;
    }

    #adminroot #firstNavBar {
        max-height: 100%;
    }

    #adminroot  .mybase {
        padding-left:15px;
        padding-right:15px;
    }
    #adminroot #firstNavBar ul {
        width: 100%;
        margin: 0 0 3px 0;
    }

   #adminroot .main-menu-long,#adminroot .container,dropdown-menu{
       padding:0 !important;
       border-radius:0px !important;
   }

   #myFooter .endfooter{
       display:block;
   }
}

#table-surveys tr{
       display:table-row;
}
#table-surveys td{
       display:table-cell;
}
#table-surveys .cell-choices{
   max-width:360px !important;
}
[id*='table-'] th{
    text-align: center !important;
    font-weight: 700 !important;
}
[id*='table-'] td{
    text-align: center !important;
}
[id*='table-'] thead  > tr:not(.ForJob) > th:first-child:not(.no-sort){
 width:60px !important;
}
@media (max-width: 640px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }

    #servicesSlider .Servslide img {
        height: 50px;
        width: 40px;
        margin: 30px 0 20px 0;
    }

    #servicesSlider .Servslide h3 {
        margin-bottom: 5px;
    }

    .grid-item .panelItemHead {
        font-size: 15px !important;
    }

    .bigNumber {
        font-size: 18px;
    }

    #NewsBlock.forNews .nwsDate, #NewsBlock.forNews .nwsTime, #NewsBlock .nwsShare:not(.nwsShare.text) {
        margin: 5px 8px;
    }

    #NewsBlock.forNews .nwsDate, #NewsBlock.forNews .nwsTime, #NewsBlock .nwsShare.txt {
        font-size: smaller;
    }

    #NewsBlock .nwsShare.txt, .textShare {
        font-size: 15px;
        line-height: 30px;
    }

    #NewsBlock .nwsShare > .twitter {
        padding: 0 4px;
    }

    #myTable .tdlong {
        min-width: 0px;
        max-width: 150px;
        width: auto;
    }

    #NewsBlock #pnlTopicListNews {
        max-height: 58px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -5px;
        font-size: 20px;
    }

    [id*='myDiv-'] h2 {
        font-size: x-large;
    }

    #NewsBlock .adsBlok {
        height: 250px;
    }

    #NewsBlock:not(.forNews) .cnNewsFirst {
        height: 250px;
        min-height: 250px;
    }

    .social-home .titleLink-icon {
        font-size: 3em;
    }

    .social-home .titleLink-text > .h2 {
        font-size: 22px;
    }

    .StaticDivs .grid-item {
        flex-basis: 50% !important;
    }

    #btnShowMore img {
        height: 85px;
        margin-bottom: 0;
    }

    #btnShowMore .txtNameIcon {
        margin-top: 14px;
        font-size: 14px;
    }

    .social-home .hasad .button_login_hasad_ads {
        right: 12%;
    }
}

@media (max-width: 500px) {

    #myDiv-tawajed > img {
        background-color: #db423b;
        width: 100%;
        height: auto;
        top: 0;
        margin: 0 0 0 0;
        text-align: center;
        vertical-align: middle;
        z-index: 1;
    }

    #myTable .tdlongname {
        max-width: 220px;
        white-space: normal;
        word-wrap: break-word;
    }

    .monthName {
        font: small-caption 'Cairo', sans-serif;
    }

    #btnShowMore img {
        height: 70px;
        margin-bottom: 0;
    }

    .panelGreen .panelGreenTimeRemaining {
        font-size: 14px;
    }

    .panelGreen .panelItemHead {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
    }

    #tsk th, #cnd th {
        width: 100% !important;
    }

    #cnd .ForJob, #tsk .ForJob {
        display: grid;
    }

    .fancy span:before,
    .fancy span:after {
        width: 80px;
    }

    table.dataTable > tbody > tr.child span {
        display: inline-block;
    }

    .ul-gift-details span {
        display: inline-block;
    }

    .parentGroup .form-group {
        flex-basis: 100%;
    }

    .job-apply-small {
        max-width: 100%;
    }

        .job-apply-small .form-group {
            flex-basis: 50% !important;
        }
}

@media (max-width: 400px) {
    .hidden-xs2{
        max-width:20PX;
    }
    .headerBA img {
        max-width: 120px;
        max-height: 90px;
    }
    .headerBA  .header_page, .blockHeaderBreanches {
        text-align:center;
    }
    .headerBA .blockHeaderBreanches {
        max-height: 100%;
    }
}

@media (max-width: 315px) {
    #hasad .grid-item {
        flex-basis: 100%;
    }

    #btnShowMore img {
        height: 50px;
        margin-bottom: 0;
    }

    #btnShowMore .txtNameIcon {
        margin-top: 14px;
        font-size: 12px;
    }
}

.loadMoreList {
    text-align: center;
    padding: 6px;
    margin-top:2px;
}

    .loadMoreList button {
        border-radius: 3px !important;
    }

.controlsLink {
    display: inline-block;
    position: relative;
    float: left;
    padding:15px 0;
}

.maxFormNurmal {
    max-width: 550px;
}

.controlsLink > * {
    display: inline-block;
    vertical-align: middle;
}

.btnUp, .btnDown {
    position: relative;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    height: 30px !important;
    font-family:'Cairo', sans-serif !important;
    font-size: 13px !important;
    text-align: center !important;
}

.gsc-search-box-tools .gsc-search-button-v2 {
    padding: 8px 25px !important;
}

.gsib_a {
    padding: 0 8px !important;
    text-align: center !important;
}

.fa-times-circle:before {
    color: #FF7043;
}

.gsc-control-cse, .gsc-control-cse-en {
    background-color: transparent !important;
    border-color: transparent !important;
}

.colorGreen {
    color: #359c74;
}

.cke_maximized {
    right: auto !important;
    left: auto !important;
    width: 100%;
    min-width: 100%;
}

.right.carousel-control {
    right: 0 !important;
    left: auto;
}

.left.carousel-control {
    left: 0 !important;
    right: auto;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.width-zero {
    width: 0 !important;
    min-width: 0 !important;
}

#sidebar-wrapper {
    z-index: 100000;
    width: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #544f55;
    top: 41px;
    height: 100%;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    border-top: 1px solid rgb(165, 197, 156);
}

    #sidebar-wrapper::-webkit-scrollbar {
        display: none;
    }

.toggled #sidebar-wrapper {
    width: 200px;
}

#page-content-wrapper {
    width: 100%;
}


/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    overflow:auto;
    top: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        position: relative;
        line-height: 20px;
        display: inline-block;
        width: 100%;
        z-index: 1000;
        margin-bottom: 2px;
    }
        .sidebar-nav li:before {
            content: '';
            position: absolute;
            top: 0;
            height: 100%;
            width: 3px;
            background-color: #359c74;
            -webkit-transition: width .2s ease-in;
            -moz-transition: width .2s ease-in;
            transition: width .2s ease-in;
            z-index: -1;
        }


    .sidebar-nav > li:first-child a {
        background-color: #359c74!important;
        border: 1px solid #aba7a7!important;
    }
        .sidebar-nav > li:first-child a span, .sidebar-nav > li:first-child a i {
            display: inline;
            color: #d5f3e0 !important;
        }
  
    .sidebar-nav > li a:hover {
        background-color: #359c74!important;
    }

    .sidebar-nav li:hover:before,
    .sidebar-nav li.open:hover:before {
        width: 100%;
        -webkit-transition: width .2s ease-in;
        -moz-transition: width .2s ease-in;
        transition: width .2s ease-in;
    }

    .sidebar-nav li a {
        display: flex;
        width: 100%;
        color: #ddd !important;
        text-decoration: none;
        vertical-align: middle;
        height: 40px;
        padding: 0 20px 0 20px;
        line-height: 40px;
    }

        .sidebar-nav li a:hover,
        .sidebar-nav li a:active,
        .sidebar-nav li a:focus,
        .sidebar-nav li.open a:hover,
        .sidebar-nav li.open a:active,
        .sidebar-nav li.open a:focus,
        .sidebar-nav #openSearch:hover,
        .sidebar-nav .FreeNumbblod:hover,
        .sidebar-nav .textsmall:hover {
            color: #d5f3e0 !important;
            text-decoration: none;
            background-color: transparent;
        }

    .sidebar-nav > .sidebar-brand {
        height: 70px;
        font-size: 20px;
        line-height: 44px;
    }

        .sidebar-nav > .sidebar-brand > a {
            height: 70px;
            padding: 0 !important;
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

.navbar-brand > img {
    width: auto;
    height: 55px;
    margin: 8px auto;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: #413b42;
    border: 0 solid rgba(0, 0, 0, 0.00) !important;
    border-top: 2px solid #89d9a7 !important;
}

.sidebar-nav li a:hover i,
.sidebar-nav li a:active i {
    color: #fff!important;
}

.sidebar-nav li a i {
    color: #89d9a7!important;
}
.sidebar-nav li .dropdown-menu i {
    color: #ddd !important;
}

.sidebar-nav .freNum_H {
    padding: 0 !important;
    margin-top: 0 !important;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    display: block;
    width: 28px;
    position: relative;
    max-width: 28px;
    height: 28px;
    margin-top: -50%;
    top: 50%;
    background: transparent;
    border: none;
}

    .hamburger:hover,
    .hamburger:focus,
    .hamburger:active {
        outline: none;
    }

    .hamburger.is-closed:before {
        content: '';
        display: block;
        width: 28px;
        font-size: 14px;
        color: #fff;
        line-height: 28px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px,0,0);
        transform: translate3d(-100px,0,0);
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom,
    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        position: absolute;
        right: 0;
        height: 4px;
        width: 28px;
    }

    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom {
        background-color: #fff;
    }

    .hamburger.is-closed .hamb-top {
        top: 3px;
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .hamburger.is-closed .hamb-middle {
        top: 50%;
        margin-top: -2px;
    }

    .hamburger.is-closed .hamb-bottom {
        bottom: 3px;
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover .hamb-top {
        top: 2px;
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover .hamb-bottom {
        bottom: 2px;
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        background-color: #fff;
    }

    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-bottom {
        top: 50%;
        margin-top: -2px;
    }

    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
        transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    }

    .hamburger.is-open .hamb-middle {
        display: none;
    }

    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
        transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    }

    .hamburger.is-open:before {
        content: '';
        display: block;
        width: 28px;
        font-size: 14px;
        color: #fff;
        line-height: 28px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .hamburger.is-open:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px,0,0);
        transform: translate3d(-100px,0,0);
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
}

.side-nav {
    position: absolute;
    width: 200px;
    border: none;
    top: 2px;
    border-radius: 0;
    background-color: #544f55;
    bottom: 0;
}

 .ui-dialog{
     position:relative;
 }
 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
     padding:0 1em;
 }
.ui-widget-content, .ui-widget.ui-widget-content {
    border: 2px solid #359c74;
    background: #ebebeb;
}

.ui-widget-header {
    border: 1px solid #544f55;
    background: #359c74;
    color: #fff;
}

.ui-datepicker table {
    border: 1px solid #544f55;
    background-color: hsla(142.5, 51.3%, 69.4%, 0.34);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #3c3c3c !important;
    color: #333;
    text-align: center;
    background-color: #ccc;
}
    .ui-button:not(.ui-button-icon-only) {
        border-radius: 0;
        width: 100px;
        padding: 3px 6px;
        font-weight: 600;
        font-size: large;
        color: #fff;
        background-color: #359c74 !important;
    }

.ui-dialog .ui-dialog-title {
    margin: 0;
    float: none;
    width: 100%;
}

.ui-dialog-title {
    font-weight: 600;
}
.ui-dialog-fixed {
    position: fixed;
    overflow-x: auto;
    min-width: 280px;
    width: auto !important;
}
    .ui-dialog-fixed .ui-dialog-titlebar-close {
        display: none;
    }

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em 0;
}

.ui-dialog .ui-dialog-size-auto {
    width: auto;
    min-width: 160px;
    max-width: 500px;
    padding: .4em 0 !important;
    margin: 8px 0;
}
    .ui-dialog .ui-dialog-size-auto label {
        margin-bottom: 0;
        padding-bottom: 5px;
    }
.ui-dialog .form-group {
    margin-bottom: 5px;
}
    .ui-state-active, .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active, a.ui-button:active,
    .ui-button:active, .ui-button.ui-state-active:hover {
       border: 1px solid #3c3c3c;
        color: #fff;
        background: #359c74;
        text-align: center;
    }

.ui-dialog .ui-dialog-content {
    width: 100% !important;
    padding: .2em 1em;
}

.ui-dialog ui-corner-all {
    width: 80% !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 13px !important;
    font-weight: 600 !important;
}

.ui-widget-overlay {
    background: #ffffff;
    opacity: .8;
}

#hasad [data-url] > :first-child {
    cursor: pointer;
}

.validation-summary-errors.text-danger {
    color: #b01a17 !important;
    max-width: 500px !important;
    display: block !important;
    font-size: 18px;
    font-weight: 600;
    margin: auto !important;
}

.validation-summary-errors {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.ui-dialog [id*='dialog-root'] {
    overflow-x: hidden;
}

    .ui-dialog [id*='dialog-root'] #Base {
        padding-bottom: 0 !important;
    }

.ui-dialog .ui-dialog-buttonpane {
    padding: 0;
}
.side-nav i {
    color: inherit;
    padding: 0;
}
.social {
    float: none;
    width: auto;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
    list-style: none;
}

#myFooter .social li a:hover, #myFooter .social li i:hover {
    color: #89d9a7;  
}
#myFooter .social li {
    display: inline-block;
}
.fa-1x {
    font-size: 1.2em;
}
#NewsBlock.forNews .paragraphInfo iframe {
    max-width: 100% !important;
    height: auto !important;
    min-height: 250px;
    text-align: center;
}
.admin-news .form-group img ,.admin-home .form-group img {
    max-height: 350px;
    WIDTH: 100%;
    PADDING: 8px;
}
.deleteform  .form-group{
    border: 1px solid #359c74;
    padding:5px;
    border-radius:5px;
}
#adminroot .bgBlok{
    padding-bottom:10px !important;
}
.view-overly {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.view-collapse {
    background-color: rgba(93, 172, 126, 0.56);
    -webkit-filter: blur(2px); /* Safari 6.0 - 9.0 */
    filter: blur(2px);
}
.view-hover {
    border: 3px solid #544f55;
}

.container-img-small {
    margin-top: 3px;
    display: block;
    background-color: #544f55;
    height: 80px;
    width: 160px;
}
.img-small {
    margin-top: 2px;
    border: 3px solid #544f55;
    width: 160px;
    height: 80px;
    max-height: 80px;
    object-fit: cover;
    object-position: center;
}
.grid .img-small {
    width: 100%;
    margin-top: 0;
}
.center-bk{
    background-position:center center;
    background-repeat:no-repeat;
    overflow:hidden;
}

.border-radius-shape {
    border-radius: 0 10px !important;
}
.menu-icons i{
    display:inline-block !important;
}
.nav-secound {
    position: fixed;
    top: 40px;
    display: block;
    padding: 0 0;
    width: 100%;
    height: 40px;
    max-height: 40px;
    background-color: #359c74;
    z-index: 9998;
}
.nav-user {
    width: 375px;
    height: 100%;
    background-color: #544f55;
    /*border-radius: 0 0 0 15px;*/
}

.table-parent-cell {
    display: table;
    width: 100%;
}
.table-cell {
    display: table-cell ;
    width: auto;
}

.div-color-input {
    width: 100px;
    position: relative;
    height: 30px;
    border: 1px solid #000;
}

.img-size-defoult {
    width: 220px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.div-block-intable {
    display: block !important;
    width: 100% !important;
}


.surveys-block table{
     border: 1px solid #544f55;
}
.surveys-block td{
    border: 1px solid #544f55 !important;
}
.question-block {
    border-bottom: 1px solid rgba(204, 204, 204, 0.70);
    padding-bottom: 5px;
    margin-bottom: 2px;
}
.question-text{
    display:block;
}

.answer-block{
     display:block;
}

.choices-block{
    display:inline-block;
    margin-left:10px;
}

    .choices-block > .choice_radio {
        padding-left: 2em;
        min-width: 7em;
    }

 .choices-block  input[type="radio"] {
     background-color:#89d9a7;
     padding:4px 8px;
     margin: 0 0 0 !important;
 }
    .choices-block .radio label,
    .radio-inline label {
        text-align: left;
    }

    .choices-block .radio-button {
        background-color: #89d9a7;
        padding: 3px 6px;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid #544f55;
        border-radius: 1px;
    }

        .choices-block .radio-button:focus,
        .choices-block .radio-button:active:focus,
        .choices-block .radio-button.active:focus,
        .choices-block .radio-button.focus,
        .choices-block .radio-button:active.focus,
        .choices-block .radio-button.active.focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }
        .choices-block .radio-button:hover,
        .choices-block .radio-button:focus,
        .choices-block .radio-button.focus {
            color: #333;
            text-decoration: none;
        }
        .choices-block .radio-button:active,
        .choices-block .radio-button.active {
            background-image: none;
            outline: 0;
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        }
.row-table-surveys > td {
    vertical-align: middle !important;
}
.choices-block-admin {
   display:inline-block;
}
.choices-block-admin > *{
     display:block;
}

/* The radio */
.radio {
    display: block;
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-color: #359c74;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
     left: 1px;
    top: 1px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background:#89d9a7;
}

.form-horizontal .choices-block .radio{
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
}
.imgCenterV{
     z-index:0;
}
.logoservice{
    z-index:1;
}
.txtCenterV {
    z-index:2;
}

[id*='myDiv-'] .txtCenterV #btnShowMore {
    margin: 12px 6px;
}
/*#dropdownparent{
    display:block !important;
}
#dropdownparent.hide{
    display:none !important;
}*/

.child-app-card {
    text-align:center;
    padding: 20px;
    margin:10px;
    background: linear-gradient(to top, #A2A2A2 0%, Silver 100%);
    min-width:220px; 
}
/*.child-app-card:nth-child(odd){
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.child-app-card:nth-child(even){
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.child-app-card .app-download-img{
    width:75%;
    height:auto;
    max-width:180px;

    object-fit: fill;
    height: 400px;
    width: auto;
    min-width: 120px;
    shape-margin: 8px;
    object-fit: contain;
    max-width: 300px;
    margin-top: 8px;
    margin-bottom: 8px;
    max-height: 100%;
    position: sticky;
}*/

.inlineblock{
    display: inline-block;
}