body {
    overflow-x: hidden;
   /* padding-bottom: 50px; */
}

.quick-reg .form-group .form-control {
    font-family: 'Cairo', sans-serif !important;
}

header .top-layer .nav-right {
    margin-left: 0 !important;
}

.search-label button, .search-label input {
    height: 45px !important;
}

header .bottom-layer .nav-right {
    width: 31%;
}

.topmenu li .btn {
    font-size: 1.5em;
    background: none;
}

.admin-pic {
    border: 2px solid rgba(255, 255, 255, 0.8);
    display: inline-block;
    float: rigth;
    height: 40px;
    margin-right: -15px;
    margin-left: 14px;
    margin-top: -4px;
    width: 40px;
}

.lang_btn span, .btn .caret, .profile-btn span {
    color: #fff;
}

.lang_btn img ,.lang_btn span {
    margin-top: 10px !important;
}

.lang_btn {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.out-prof {
    margin-right: 8px !important;
}

.notfica-icon {
    margin: 0 !important;
}

.notfica-icon .not-num {
    position: absolute;
    background: #d9534f;
    color: #fff;
    border-radius: 6px;
    padding: 0px 8px;
    margin-right: -10px;
    margin-top: -5px;
}

.notf-menu {
    right: 13px !important;
    top: 50px !important;
}
.dropdown-menu {
    border: 1px solid #0085c5;
}

.notf-menu li {
    display: block;
    padding: 10px 0;
    margin: 0 !important;
    float: none;
}

.notf-menu li:last-of-type {
    padding-top: 0 !important;
}

.notf-menu > li > a {
    width: 100% !important;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #777777 !important;
    padding: 0 !important;
    white-space: nowrap;
    text-align: right !important;
}

.notf-menu .icons {
    color: #777777;
    border-radius: 50%;
    padding-top: 6px;
    padding-right: 9px;
}

.img-msg, .notf-menu .icons {
    color: #777777;
    height: 25px;
    left: -7px;
    position: relative;
    top: 0;
    width: 25px;
    margin-left: 7px;
}

.notf-menu li span {
    padding-right: 7px;
}

.dropdown-menu:after {
    border-bottom: 6px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 19px;
    right: -10px;
    content: "";
    display: block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    tranform: rotate(90deg);
}

.notf-menu:after {
    border-right: 6px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: -13px;
    right: 1px;
}

.login-menu {
    width: 300px;
    right: -162px !important;
}

.login-menu:after {
    right: auto !important;
    left: 5px !important;
}

.login-menu .login-form {
    width: 100%;
    padding: 15px;
}

.login-menu .form-group {
  position: relative;
  margin-bottom: 15px;
}

.login-menu .form-control {
  width: 100%;
  height: 40px;
  border: none;
  padding: 5px 7px 5px 15px;
  background: #fff;
  color: #666;
  border: 2px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.login-menu .form-control:focus,.login-menu .form-control:focus + .fa {
  border-color: #10CE88;
  color: #10CE88;
}

.login-menu .form-group .fa {
  position: absolute;
  left: 15px;
  top: 14px;
  color: #999;
}

.f-link {
    font-size: .8em;
    margin-top: 7px;
    display: block;
}

.login-menu .log-btn {
    margin: 10px 0 0;
    padding: 10px;
    background-color: #00418f;
    color: #fff;
    border: none;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 48px;
}

.login-menu .or-divider {
    position: relative;
    margin: 40px 0px 20px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 0px;
    top: 40px;
    border: 1px solid #eeeeee;
}

.login-menu .or-divider span {
    color: #7f7f7f;
    position: absolute;
    top: -13px;
    background-color: white;
    padding: 0 8px;
    left: 50%;
    margin-left: -16px;
}

.login-social a {
    display: block;
    margin-top: 40px;
}

/*.login-social {
    height: 70px;
    position: relative;
    top: 40px;
    font-size: 1rem;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.login-social a {
    width: 100%;
    display: block;
    margin-left: 11px;
    height: 48px;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.login-social a:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.45);
}

.login-social a:focus {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}

.login-social a > i {
    width: 100%;
    font-size: 20px;
    padding: 15px;
    height: 48px;
    border-radius:10px;
    position:relative;
    text-align:center;
    color:#fff;
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    line-height: 1em;
}

.login-social a:hover > i,.login-social a:focus > i {
    color:#FFF
}

/*Google Plus*//*
.login-social a .fa-google {
    background: #e9544f;
}*/

/*Twitter*//*
.login-social a .fa-twitter {
    background: #1dcaff;
}*/

.notfica-dropdown {
    width: 340px !important;
    right: -120px !important;
    padding: 0;
}

.notfica-dropdown:after {
    right: 132px !important;
    left: auto !important;
}

.notfica-dropdown ul {
    padding: 0 10px;
}

.notfica-dropdown li {
    padding: 0 !important;
}

.notfica-dropdown p {
    font-size: 11px;
    padding-right: 30px;
}

.notfica-dropdown li a {
    width: 100% !important;
    font-size: 13px !important;
    text-align: right !important;
    /*display: inline-block;*/
    padding: 0 3px;
    line-height: 1.7;
    color: #337ab7 !important;
}

.notfica-dropdown li a:visited,.notfica-dropdown li a:active,.notfica-dropdown li a:focus ,.visit-style {
    font-weight: 200;
}

.ssssssssssss input[type=checkbox]:checked + div a {
    background: blue;
}

.notfica-dropdown label {
    font-size: 16px;
    padding: 15px 0;
    display: block;
    cursor: pointer;
    color: #337ab7 !important;
    margin-bottom: 13px;
    border-bottom: 1px solid;
}

.notfica-dropdown .notcheckbox {
    float: right;
    margin-left: 5px;
    cursor: pointer;
}

.notfica-dropdown li:last-child a {
    display: inline !important;
}

.all-notfications {
    background:  #00418f;
    padding: 15px;
    text-align:  center;
}

.all-notfications a {
    color:  #fff;
}

.lang-menu {
    right: -83px !important;
}

.lang-menu:after {
    right: 138px !important;
}

.btn-group.open .dropdown-toggle {
    box-shadow : none;
}

.line2 {
    width: 95%;
    margin: 0 auto;
    border-top: 1px solid #0085c5;
}

.lang-menu li a {
    padding-right: 10px !important;
}

header .top-layer .nav-right li:last-child {
    margin-top: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.menu ul {
  list-style-type: none;
  margin-left: 0px;
  padding: 0;
  padding: 0;
}

.list-part {
    margin-bottom: 10px;
    background: #0085c5;
    border-radius: 3px;
}

.list-title label {
    color: #0085c5;
    background: none repeat scroll 0 0 #fff;
    border-radius: 20px;
    height: 22px;
    line-height: 20px;
    padding: 0 11px;
    margin: 12px 10px 15px;
}

.list-title i {
    font-size: 1.5em;
    color: #fff;
    margin: 12px 0 0 15px;
}

.list-part li {
    border-bottom: 1px dashed #fff;
}

.list-part li:first-of-type {
    border-top: 1px dashed #fff;
}

.menu ul li a {
    font-size: 12px;
    font-weight: 800;
    display: inline-block;
    padding: 10px 15px 10px 0;
    width: 100%;
    line-height: 25px;
    padding: 10px 10px 10px 15px;
    text-decoration: none;
    color: #fff;
}

.menu ul li a span {
    color: #fff;
}

.menu ul li a:hover {
    opacity: .7;
    width: 100%;
}

.menu ul li a i {
    padding-left: 7px;
}

.pull-left {
    float: left !important;
}

.single-chang {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #f4f3f0 !important;
    border: none !important;
}

.col-centered {
    float: none;
    margin: 25px auto;
    padding: 40px;
    background: #fff;
}

.single-wrap {
    padding: 15px;
    border-radius: 4px;
    background-color: #f4f3f0;
    border: 1px solid #c6c6c6;
}

.quick-reg {
    font-family: myFirstFont !important;
    padding: 0 25px 15px;
}

.quick-reg h4 {
    font-size: 16px;
    font-weight: bold;
}

.quick-reg h5 {
    font-size: 13px;
    padding: 10px 0; 
    line-height: 1.7;
}

.quick-reg h5 a {
    font-weight: bold;
    font-size: 15px;
}

.quick-reg label {
    font-family: myFirstFont !important;
    padding-bottom: 10px;
}

.quick-reg .form-group .form-control {
    height: 42px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    font-family: FontAwesome, Cario;
    color: #999;
    font-size: 12px;
    text-transform: capitalize;
    padding: 6px 9px;
}

.quick-reg button,.ed-pass a {
    height: 42px;
    margin-top: 10px;
    background-color: #00418f;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    width: 18%;
    font-size: 14px;
    border-radius: 10px;
    border: none;
}

.ed-pass a {
    text-align: center;
    padding-top: 12px;
}

.quick-reg button:hover ,.edit-info:hover,.ed-pass a:hover {
    color: #fff;
    opacity: .7;
}

.thanks-wrap .single-section {
    border-radius: 4px;
}

.check-img img {
    width: 200px;
    display: block;
    margin: 20px auto;
}

.check-title h3 {
    font-weight: bold;
    padding-top: 7px;
}

.check-title h4 {
    padding: 10px 0 5px;
}

.check-btns {
    margin-top: 30px;
}
 
.check-btns a {
    height: 48px;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
    margin: 5px;
    background: #00418f;
    border-radius: 10px;
    transition: 1s;
}

.check-btns a:hover {
    opacity: .7;
}

.sec-thanks h3 {
    padding-top: 0 !important;
}

.sec-thanks .check-btns {
    margin-top: 37px !important;
}

.activation-page li {
    width: 35px;
    height: 30px;
    display: inline-block !important;
    margin: 0 3px;
}

.register .step .btn {
    width: auto !important;
    display: block;
    clear: both;
    margin: 0 auto;
}

.google {
    border: 1px solid #de4c34;
    border-right:  none;
}

.google-icon {
    color: #fff;
    background: #de4c34 !important;
    border: 1px solid #de4c34;
    border-left: 1px solid #fff;
}

.twitter {
    border: 1px solid #03a3f3;
    border-right:  none;
}

.twitter-icon {
    color: #fff;
    background: #03a3f3 !important;
    border: 1px solid #03a3f3;
    border-left: 1px solid #fff;
}

.phone {
    border: 1px solid #068645;
    border-right:  none;
}

.phone-icon {
    color: #fff;
    background: #068645 !important;
    border: 1px solid #068645;
    border-left: 1px solid #fff;
}

.mail {
    border: 1px solid #2d7cb7;
    border-right:  none;
}

.mail-icon {
    color: #fff;
    background: #2d7cb7 !important;
    border: 1px solid #2d7cb7;
    border-left: 1px solid #fff;
}

.register .step .content .title {
    margin-top: 30px;
}

.calculator-wrap {
    margin: 30px 0;
}

.calculator-wrap label {
    width: 100%;
    padding: 5px 10px 0 !important;
}

.calculator-wrap .cal-title {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

.calc-info label {
    padding: 5px 0 0 !important;
    color: #919190;
}

/*.calc-info input, .calc-info select {
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
    border: 1px solid #919190;
    padding-right: 7px;
}*/

.count-calc ,.calc-back {
    font-size: 16px !important;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 40px;
    color: #fff;
    background: #00418f;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    padding-top: 8px;
}

.count-calc:hover ,.calc-back:hover {
    color: #fff;
    opacity: .7;
}

.calc-amount h2 {
    margin: 0;
}

.calc-amount h3 {
    margin-top: 0;
}

.calc-back {
    width: auto !important;
    padding: 8px 20px;
    float: right;
    text-align: right !important;
}

.calc-amount {
    display: none;
}

.typ-title {
    font-size: 18px;
}

.register .step .register-social-wrapper li {
    margin: 10px 0 10px 10px;
}

.previous {
    float: right;
}

/*	----------------------------------------------------------
	Profile pages
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.single-offer .panel-heading:after {
    display: none;
}

.single-offer .offer-data .tab-content {
    background-color: #fffdf8;
    border: none;
    padding: 0;
}

.profile-pages {
    margin-top: 10px;
}

.edit-wrap2 {
    margin-right: 0;
}

.edit-wrap i {
    color: #00418f;
    padding-left: 7px;
}

.edit-wrap .panel-heading {
    padding: 0 1px;
}

.edit-wrap .panel-heading .nav-tabs {
    border: none;
}

.edit-wrap label {
    font-size: 13px;
    color: #000;
    font-weight: bold;
    padding-top: 4px;
}

.edit-wrap a {
    font-size: 16px;
    font-weight: bold;
}

.edit-wrap .panel-default {
    border: none;
    -webkit-box-shadow: 0 0 20px 0 #d6d5d2;
    -moz-box-shadow: 0 0 20px 0 #d6d5d2;
    -ms-box-shadow: 0 0 20px 0 #d6d5d2;
    -o-box-shadow: 0 0 20px 0 #d6d5d2;
    box-shadow: 0 0 20px 0 #d6d5d2;
}

.edit-wrap .panel-body {
    background: none;
    padding-top: 15px;
    padding-right: 25px;
}

.edit-wrap .panel-heading {
    border: none;
    background-color: #f4f3f0;
    border-top: none;
    border-left: none;
}

.edit-wrap .panel-heading label ,.single-req-wrap .panel-title {
    font-size: 1.2em;
    color: #000;
    padding: 10px;
}

.single-offer .panel-body {
    border: none;
}

.down-marg {
    margin-bottom: 15px;
}

.table-wrap, .notfication-wrap {
    padding: 0 20px;
}

.table-wrap, .table-wrap th {
    text-align: center;
}

.dataTables_wrapper {
    clear: none;
    margin-bottom: 30px;
}

.notfication-wrap .down-marg li {
    padding: 10px 26px;
}

.down-marg li {
    margin-bottom: 5px;
}

.edit-info {
    height: 42px;
    background-color: #00418f;
    color: #fff;
    text-transform: capitalize;
    display: block;
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
    border: none;
    text-align: center;
    padding-top: 10px;
}

.notfication-wrap i {
    padding-left: 7px;
}

.notfication-wrap a {
    font-size: 14px;
}

.single-req-wrap .more-less {
    padding-top: 8px;
    float: left;
}

.single-req-wrap table ,.single-req-wrap th {
    text-align: right !important;
}

.single-req-wrap thead tr th {
    padding: 10px !important;
}

.the_form_table td {
    width: 50%;
}

.single-req-wrap .panel-title a {
    display: block;
}

.Evaluation li {
    display: inline-block;
}

.message-single a {
    border: 1px dashed;
    padding: 4px 15px;
}

.message-single a:hover {
    background: #0085c5;
    color: #fff;
}

.single-requesti {
    width: 100%;
}

.nav-tabs>.single-requesti.active>a, .nav-tabs>.single-requesti.active>a:focus, .nav-tabs>.single-requesti.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #00418f;
    border: 1px solid #00418f;
    border-bottom-color: transparent;
    border-radius: 10px;
}

.single-requesti a {
    color: #00418f;
    cursor: pointer;
    background-color: #f4f3f0;
    border: 1px solid #f4f3f0;
    border-bottom-color: transparent;
    border-radius: 10px !important;
    display: block;
    padding: 8px;
    text-align: center;
}

.single-requesti a:hover {
    color: #00418f;
    background-color: #f4f3f0;
    border: 1px solid #f4f3f0;
}

.nav-tabs {
    border: none;
}

.input-file-container {
  position: relative;
  width: 225px;
} 

.uploader {
    margin-top: 5px;
}

.js .input-file-trigger {
    display: block;
    padding: 14px 45px;
    background: #00418f;
    color: #fff;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
    border-radius: 10px; 
}

.js .input-file-trigger i {
    font-size: 1.2em;
    color: #fff !important;
}

.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}

.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #00418f;
  color: #fff;
}

.file-return {
  margin: 0;
}

.file-return:not(:empty) {
  margin: 1em 0;
}

.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}

.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}

.descision-btns label {
    font-size: 16px;
    padding-right: 7px;
    padding-top: 20px;
}

.descision-btns button {
    width: 100%;
    height: 48px;
    color: #fff;
    background: #00418f;
    padding: 5px 30px;
    border: none;
    margin-top: 5px;
    border: 1px solid #00418f;
    border-radius: 10px;
}

.accept-btn {
    background: #5cb85c !important;
    border: 1px solid #5cb85c !important;
}

.reject-btn {
    background: #d9534f !important;
    border: 1px solid #d9534f !important;
}

.descision-btns button:hover {
    opacity: .7;
}

.descision-btns2 button {
    background: #00418f;
    margin-top: 30px;
}

.message-wrap .panel-heading {
    background: #2d7cb7;
}
 
.message-wrap h3 {
    font-size: 1.4em;
    color: #fff;
    margin-top: 13px;
}

.message-wrap p {
    color: #fff;
    margin-top: 13px;
}

.message-wrap input ,.message-wrap .input-group-btn {
    border: none;
    height: 34px;
}

.message-wrap input {
    border: 1px solid #00418f;
}

.message-wrap button {
    color: #00418f;
    border: 1px solid #00418f;
    border-radius: 10px;
}

.message-wrap ul {
    padding: 15px;
}

.message-wrap li {
    margin-bottom: 30px;
}

.message-wrap li:last-of-type {
    margin-bottom: 0;
}

.message-title {
    font-size: 18px !important;
}

.message-wrap h4 {
    color: #0085c5;
    font-weight: bold;
    margin-bottom: 15px;
}

.message-text {
    background: #fff;
}

.message-text p {
    font-size: 13px !important;
    color: #333;
    padding: 15px;
    margin-top: 13px;
}

.message-send {
    margin: 20px 15px 0 40px;
}

.message-send textarea {
    width: 100%;
    height: 100px;
    border: none;
    padding: 7px;
    background: #f5f5f5;
    border-radius: 4px;
}

.message-send textarea::placeholder {
    color: #787878;
    font-weight: 300;
}

.message-send button {
    width: 100%;
    height: 48px;
    margin: 25px 0 0;
}

.message-wrap button {
    font-weight: bold;
    color: #fff;
    background: #00418f;
}

.message-title span {
    color: #666;
    font-size: 11px;
    padding-right: 7px;
}

.message-wrap button:hover {
    opacity: .7;
}

.dataTables_filter {
    display: none;
}

.single-request-p .panel-title {
    max-width: 100% !important;
}

.register .steps .third .num:before {
    right: auto;
    left: 0;
}

.last-num:after {
    content: '';
    position: absolute;
    top: 26px;
    right: 0;
    z-index: -1;
    height: 8px;
    width: 50%;
    background-color: #d9d7d3;
}

.last-num:before {
    display: none;
}

.request-body {
    padding: 15px !important;
}

.request-body label {
    font-size: 14px;
}

.request-title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
}

.line {
    width: 3%;
    margin: 15px 0 10px;
    border-top: 3px solid #00418f;
}

#st-1 .st-btn {
    border-radius: 3px !important;
    height: 35px !important;
    padding: 2px 30px !important;
    margin-right: 4px !important;
}

#st-1 .st-btn > span {
    min-width: 0 !important;
    padding: 0 !important;
    font-size: 18px;
}

#st-1 .st-btn > img {
    height: 30px !important;
    width: 30px !important;
    top: 0px !important;
}

/*	----------------------------------------------------------
	Responsive Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (min-width: 768px) and ( max-width: 991px ) {
    .list-title label {font-size: 9px;}
    .menu ul li a {font-size: 10px;}
    .mob-padding3 {padding: 0 15px !important; float: left; margin-top: 15px;}
}

@media screen and (min-width: 320px) and ( max-width: 767px ) {
    .mob-padding {padding: 20px 20px 10px !important;}
    .mob-padding2 {padding-right: 20px !important;}
    .mob-padding3 {padding: 0 15px !important;}
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {float: right; text-align: right;}
    .activation-page li {margin-bottom: 18px;}
    header .top-layer .search-label input {width: 295px;}
    .col-centered {padding: 15px 0;}
    .quick-reg button {width: 30%;}
    .count-calc, .calc-back {width: 100px; margin-top: 15px;}
    span.google span.icon, span.mail span.icon, span.phone span.icon, span.twitter span.icon {padding: 4px 10px;}
    .register .step .register-social-wrapper li {margin-bottom: 20px;}
    .check-btns a {display: block; padding-top: 12px;}
    .check-btns a:first-of-type {margin-bottom: 40px; height: 46px;}
    .request-wrap {overflow-x: scroll;}
    .single-offer .offer-data .tabbed .nav-tabs>li {display: block;width: 100%;margin-bottom: 10px; float: none;}
    .single-offer .offer-data .tabbed {border: none;}
    #collapseThree .panel-body ,#collapseTwo .panel-body ,#collapseTwo .table-wrap ,#collapseThree .table-wrap {padding-left: 25px; padding-right: 15px; !important; border: none;}
    .last-num:after {top: 20px; height: 4px;}
}










 




