*{margin:0px; padding:0px; outline:none !important}
h1,h2,h3,h4,h5,h6{ margin:8px 0px; }

.owl-carousel{display:block !important;}


a:focus{text-decoration:none !important;}

.full{width:100%;}

a:hover{text-decoration:none !important;}

.list-circle li{ list-style:inside circle; margin-bottom:10px;}


body{overflow-X:hidden; font-family: 'Montserrat', sans-serif !important; font-size:15px; background:#f8fafb;}
.container{width:97% !important;}

.border-effect {
  position: relative;
  color: #ff3296;
  text-decoration:none;
}
.border-effect:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #94c93d;
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.border-effect:hover {
	text-decoration:none;
	color:#94c93d;
}
.border-effect:hover:after {
  width: 100%;
}





strong{font-weight:500; color:#000;}

.space{ width:100%; height:10px; clear:both; margin:auto;}

.btn-custom{ border:1px solid #15274d; border-radius:0px; text-transform:uppercase; color:#15274d; font-weight:500; transition:all 0.4s; background:none;}
.btn-custom:hover{ background:#15274d; color:#fff;}


.text{ font-size:18px; color:#000; line-height:30px;}
.text-sml{font-size:16px; line-height:25px;}


.transition{transition:all 0.4s; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s;}

.padding0{padding:0px !important;}
.bold{font-weight:bold !important;}

.none{display:none;}

.custom-hd{ font-size:35px; color:#171717;  text-transform:uppercase; line-height:45px;}
.custom-hd span{ color:#ea292a;}

.text-white{color:#fff !important;}


.nav-icon1 {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display:inline-block;
  z-index:10000000;
  left:15px;
  top:10px;
  
}

.nav-icon1 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #004086;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon1 span:nth-child(1) {
  top: 5px;
}

.nav-icon1 span:nth-child(2) {
  top: 12px;
}

.nav-icon1 span:nth-child(3) {
  top: 19px;
}

.nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



.loader-bg{ width:100%; height:150%; position:fixed; top:0px; left:0px; z-index:1000000000000000 !important; background:#fff;}
.loader-img{ width:150px; position:absolute; top:25%; left:43%;}



.scrapcar-contact-form,.scrapcar-contact-form input[type="text"],.scrapcar-contact-form input[type="email"],
.scrapcar-contact-form textarea {
    float: left;
    width: 100%;
}
.scrapcar-contact-form {
    padding: 21px 0px 0px;
    margin-bottom: 10px;
}
.scrapcar-contact-form ul { margin: 0px ;}
.scrapcar-contact-form ul li {
    float: left;
    width: 100%;
    margin: 0px 0px 25px;
    padding: 0px 6px 0px 6px;
    list-style: none;
    position: relative;
}

.scrapcar-contact-form span{ position:relative; top:7px;}

.scrapcar-contact-form ul li textarea{height:80px !important;}

.scrapcar-contact-form ul li.full-width { width: 100%;}
.scrapcar-contact-form ul li > label.title {
    margin: 15px 0px 0px 0px;
    line-height: 0.7;
	line-height:22px;
}
.scrapcar-contact-form input[type="text"],
.scrapcar-contact-form input[type="email"],
.scrapcar-contact-form input[type="date"],
.scrapcar-contact-form input[type="password"],
.scrapcar-contact-form select,
.scrapcar-contact-form textarea {
 width: 100%;
    height: 45px;
    font-size: 12px;
    color: rgba(0,0,0,0.8);
    background-color: transparent;
    border: 1px solid #dddddd;
    padding: 4px 44px 4px 14px;
	transition:all 0.4s;
}
.scrapcar-contact-form textarea {
    height: 100px;
    color: #272727;
}
.scrapcar-contact-form ul li > i {
    position: absolute;
    right: 31px;
    top: 42px;
    color: #bbbbbb;
}
.scrapcar-contact-form ul li > i:after {
    content: '';
    position: absolute;
    left: -16px;
    top: -3px;
    height: 20px;
    width: 1px;
    background-color: #dddddd;
}
.scrapcar-contact-form ul li > label.submit-btn {
    margin: 0px;
    float: left;
    position: relative;
}

.scrapcar-contact-form a.link{color:#000; font-size:14px;}

body{padding-right:0px !important;}

.modal-open{ overflow:inherit !important;}

.modal-open{padding-right:0px !important; padding-left:0px !important;}

.enquiry-popup{ width:30%;}
.popup .modal-content{ padding:15px; padding-right:25px;}
.popup h3{ font-weight:400 !important; text-transform:capitalize;}
label{ font-weight:500;}

.modal-backdrop{pointer-events:none !important;}
.modal-content{border-radius:0px;}
.modal{ z-index:100000000000000 !important; }
.modal-backdrop{z-index:1000000000 !important;}

.modal-body{ overflow:hidden; padding-bottom:0px; padding-top:0px;}
.modal-body .scrapcar-contact-form li{ margin-right:0px !important; padding-right:0px;}
.modal-body .scrapcar-contact-form li:last-child{ margin-bottom:0px;}
.modal-body .scrapcar-contact-form li label{ display:block; width:33%; float:left; position:relative; top:0px; color:#000; font-size:15px;}
.modal-body .scrapcar-contact-form li input{ display:block; width:67%; float:left; font-size:14px; color:#000;}
.modal-body .scrapcar-contact-form li textarea{ display:block; width:80%; float:left;}
.modal-body .scrapcar-contact-form li select{ display:block; width:80%; float:left;}
.modal-body .scrapcar-contact-form li .fa{display:none;}
.modal-body .scrapcar-contact-form li textarea{padding-top:10px;}
.modal-header{padding-top:0px; padding-bottom:0px; margin-bottom:10px;}
.modal-header .close{ background:#003e85; opacity:1; padding:5px; color:#fff; position:relative; top:-13px; right:-32px; width:30px; height:30px;}
.modal-dialog{animation-duration:0.6s !important;}




.cursor{ cursor:pointer;}

.full{width:100% !important;}

header .container{padding:0px;}
header .col-md-7{ padding:0px;}

header{padding:0px 0px; height:auto; /*box-shadow:0 0 27px 0 rgba(5,6,6,0.13); background:#fff;*/ background:#fff; position:fixed; top:0px; left:0px; z-index:1000000; width:100%;
	border-bottom:1px solid rgba(0,0,0,0.1);}
header .logo{margin-right:15px; width:50px; position:relative; top:10px;}

.logo-title{ font-size:20px; font-weight:500; position:relative; top:15px;}

header .col-md-5 ul{float:right;}
header .col-md-5 ul li{ position:relative;}

nav ul li .img{ width:40px; height:40px; overflow:hidden; border-radius:100%; display:block; float:left; margin-right:10px;}	
nav ul li .img img{width:100%;}

header .col-md-5{ position:relative; left:15px;}
header .col-md-5 ul li a{ font-size:16px; color:#000; font-weight:500; display:block; padding:10px 10px; position:relative; line-height:42px;}

.account-tab{ padding:0px !important;}

header .col-md-5 ul li .submenu{ top:100%; width:200px; /*box-shadow:0px 0px 15px 1px rgba(69,65,78,0.2);*/ left:-16px; }

header .col-md-5 ul li .submenu li{ margin-top:0px; padding-bottom:0px; height:auto; padding-top:0px;}
header .col-md-5 ul li .submenu a{ color:#000; padding:0px 15px; font-weight:400; font-size:14px; line-height:42px; border-bottom:1px solid rgba(0,0,0,0.1) !important;
	background:#fff;}
	
header .col-md-5 ul li .submenu a .fa{margin-right:10px; opacity:0.7; font-size:18px;}



header .search img{ width:23px;}
header .notification img{ width:25px;}


header + div{ margin-top:60px;}

#side-menu li .icon{ display:block; width:15px; height:15px; float:left; margin-right:10px;}
#side-menu li .icon img{ position:relative; top:-2px;}
#side-menu li .icon .fa{ position:relative; left:-5px; top:2px;}
#side-menu li a{ font-size:13px !important; color:#fff !important;}
#side-menu li a span.icon{opacity:1 !important;}
#side-menu li a span{opacity:0.8;}
#side-menu li a:hover span{opacity:1;}


.middle  .left-bar{ width:17.5%; transition:all 0.4s;}




.left-side-menu-dark{ background:#343542 !important;}
#sidebar-menu>ul>li>a{ padding:18px 20px !important; transition:all 0.3s; white-space:nowrap !important;}

#sidebar-menu>ul>li>a:hover{ background:#3f4759 !important;}

.left-side-menu-dark{ width:17.8%;}

.middle  .right-bar-section{ transition:all 0.4s;}
.middle  .right-bar-section.resize{ width:97%;}
.middle  .left-bar.open{ width:3%;}
.middle  .left-bar.open .left-side-menu{ width:2.8%;}
#side-menu li .icon{ transition:all 0.4s;}
.middle  .left-bar.open #side-menu li .icon{ margin-right:30px !important;}
.middle  .left-bar.open .left-side-menu-dark #sidebar-menu>ul>li> a{ padding-left:10px !important;}


.middle .right-bar-section{ padding:15px; width:82.5%; padding-bottom:0px;}
.middle .card{ width:100%; height:auto	; margin:auto; background:#fff; padding:15px; border:1px solid rgba(0,0,0,0.1);  font-size:14px; overflow:hidden;}

.slimScrollDiv{width:100% !important;}
.slimscroll-menu{width:100% !important;}



.dashboard-box{ width:100%; margin:auto; margin-bottom:16px; }
.dashboard-box li{width:32.4%; height:auto; border:1px solid rgba(0,0,0,0.1); background:#fff; padding:20px 10px; overflow:hidden; float:left; margin-right:14px;}
.dashboard-box li:last-child{ margin-right:0px;}
.dashboard-box li .col-xs-3{ border-right:1px solid rgba(255,255,255,0.2); padding-left:0px; height:60px;}
.dashboard-box li .col-xs-3 img{ position:relative; top:10px;}
.dashboard-box li .col-xs-9{padding-right:0px;}
.dashboard-box h3{ font-size:30px; float:right; font-weight:400 !important; margin-top:0px; margin-bottom:5px; color:#fff;}
.dashboard-box h4{ font-size:15px !important; float:right; font-weight:500 !important; margin-top:0px; margin-bottom:5px; color:#fff;}


.editor p{ font-size:15px; line-height:28px;}
.editor h3{font-weight:400;}

.company-profile h3{ font-weight:400;}
.company-profile .contact-list{margin:10px 0px;}
.company-profile .contact-list *{font-weight:500;}
.company-profile .contact-list li{ font-size:14px; margin-right:25px; color:#000; font-weight:500; opacity:0.9;}
.company-profile .contact-list li *{ color:#000;}


.company-profile-section .company-logo{ width:150px; filter: grayscale(100%); position:absolute; top:0px; right:0px;}

.edit-company-profile .col-md-4{width:50% ;}



.btn2{ background:#15274d !important; color:#fff !important; position:relative; top:-10px;  background:#15274d !important; color:#fff !important; float:right}
 .btn2:hover{color:#000 !important; background:none !important;}
.card h3{font-weight:400; border-bottom:1px solid rgba(0,0,0,0.1); padding-bottom:10px; margin-bottom:25px;  }
.card h3 .read-more{ margin-top:0px !important;}
.card h3 .read-more .fa{display:none;}
.card h3 .btn{ float:right; position:relative; top:-10px;  background:#15274d !important; color:#fff !important;}
.card h3 .btn:hover{color:#000 !important; background:none !important;}
.job-section{ width:100%; height:auto; margin:auto;}
.job-section h3{border-bottom:1px solid rgba(0,0,0,0.1); margin-top:0px; padding-bottom:20px; color:#000; font-weight:400 !important;}

.job-section h3 a.btn{float:right;}

.job-row{margin-bottom:30px;}

.job-section h4.title{ font-size:23px; color:#000; font-weight:400;}
.job-section h4.title .counting{ display:block; width:30px; height:30px; background:#46c35f; color:#fff; border-radius:100px; display:inline-block; margin-left:15px;
	text-align:center; padding-top:5px; font-size:17px;}
.job-section h4.title .btn{float:right; background:none; color:#000 !important;}
.job-section h4.title .btn:hover{ background:#223a6d !important; color:#fff !important;}

.job-section .company-name{ color:#000; margin:15px 0px;}
.job-section .company-name img{margin-left:25px;}
.job-section .company-name a{color:#000;}

.job-section .text-sml{font-size:15px; color:#000;}
.job-section .toggle{ height:200px; overflow:hidden; transition:all 0.4s;}

.job-section .toggle.open{height:auto;}

.job-row{margin-bottom:30px;}
.job-row:last-child{ margin-bottom:0px;}

.job-section  .btn{ width:max-content; position:relative; }


.pagination{ margin:10px 0px;}

.pagination a{ transition:all 0.3s; color:#000 !important; font-size:14px;}
.pagination a:hover{ background:#343b4a !important; color:#fff !important;}


.pagination-lg>li>a{font-size:16px !important;}

.job-strip{ margin:10px 0px; background:#f3f6f8; padding:10px; height:80px;}
.job-strip ul li{ font-size:13px; margin-right:10px;}
.job-strip ul li *{ font-size:13px;}

.job-strip h3{ margin:0px; margin-bottom:20px; font-size:22px; font-weight:500;}

.job-strip .read-more .fa{display:none;}

.job-strip a{ color:#000;}
.job-strip h4{ color:#000; font-weight:500; font-size:14px;  }
.job-strip h4 span{ position:relative; left:40px; font-weight:400; font-size:13px;}
.job-strip h5{ opacity:0.8;}


.read-more{ font-weight:500; float:right; margin-top:-45px; font-size:13px; color:#000;}
.read-more:after{background:#ff5252 !important;}
.read-more:hover{color:#ff5252;}


.applicants-row .read-more{ margin-top:-28px;}
.applicants-row span{left:20px !important;}


.form { width:100%; float:left; }
.form .field{ width:100%; height:40px; padding-left:10px; border:1px solid rgba(0,0,0,0.1); font-size:14px;}
.form .col-md-4{ margin-bottom:25px; position:relative;}
.form .col-md-4 .text{font-size:15px;}
.form .col-md-12 .text{font-size:15px;}
.form .col-md-12{ margin-bottom:25px;}
textarea.field{ padding-top:10px; height:100px !important;}

.form .file{ width:96%; height:100%; position:relative; top:0px; left:0px; background:#fff;  overflow:hidden;}
.form .file  span{ display:block; width:50%; height:40px; background:#555e6f; color:#fff; text-align:center; font-size:17px; padding-top:6px; cursor:pointer;}
.form .file label{float:right; position:relative; top:-30px;}

.file-input{ position:absolute; top:0px; left:0px; z-index:100;}

.file-input{ opacity:0; cursor:pointer;}


.card.post-job{width:100%; float:left;}


.add-field{ color:#000; font-size:18px; float:right;}
.add-field .fa{ font-size:22px; color:#039be5;}






footer{ background:#343542; padding:12px 0px; position:fixed; bottom:0px; left:0px; width:100%; padding-left:16.5%; display:none;}
footer *{color:#fff !important; font-size:13px;}
footer a{float:right;}


.dataTables_wrapper .dataTables_filter input{border:1px solid rgba(0,0,0,0.1) !important; height:30px !important; padding-left:10px !important;}
.dataTables_length select{border:1px solid rgba(0,0,0,0.1) !important; height:30px !important; padding-left:10px !important; width:100px !important;}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{ background:#21386a !important;
	color:#fff !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{ color:#fff !important;}	

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{ background:#21386a !important;
	color:#fff !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper 

table.dataTable thead th, table.dataTable thead td{ padding-left:8px !important;}


.paginate_button {color:#000;}

tfoot{display:none !important;}

table.dataTable th{font-weight:700 !important;}
table.dataTable td{ font-size:13px !important; color:#000; }

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused:hover{ background:#21386a !important; color:#fff !important;}
.datepicker table tr td.disabled:hover{ background:none !important; color:#000 !important;}

.filter-btns{ float:right; position:relative; top:25px;}
.filter-btns a{font-weight:500; transition:all 0.4s;}
.btn{border-radius:0px !important;}
.filter-btns a.btn-success{ background:none; color:#5cb85c;}
.filter-btns a.btn-success:hover{ background:#5cb85c; color:#fff;}

.filter-btns a.btn-warning{ background:none; color:#f0ad4e;}
.filter-btns a.btn-warning:hover{ background:#f0ad4e; color:#fff;}

.filter-btns a.btn-danger{ background:none; color:#d9534f;}
.filter-btns a.btn-danger:hover{ background:#d9534f; color:#fff;}


.tooltip {font-size:14px !important;}

.form-control{border-radius:0px !important;}

.daterangepicker .calendar th, .daterangepicker .calendar td{font-size:15px !important;}

.daterangepicker .input-mini{ font-size:14px !important;}


select{background:none !important;}




.login-page{background:#fff; padding-top:18px; color:#000;}
.login-page .card{ background:#fff; width:27%; height:auto; margin:auto; border-radius:5px; box-shadow:0 2px 10px rgba(0, 0, 0, 0.5) !important; padding:25px 15px; position:relative; top:60px;}
.login-page .card h2{font-weight:400; font-size:25px; font-weight: 500; padding-bottom: 23px; padding-top: 15px;}
.login-page .card h2 strong{font-weight:400;}
.login-page .card form{ padding:15px 20px;}

.login-page .card form .input-group{ margin-bottom:20px;}

.login-page .card form label{font-weight:400;}
.login-page .card form a.border-effect{ color:#000;}
.login-page .card form a.border-effect:after{background:#000;}

.login-page .card form .form-line{ border-bottom:1px solid rgba(0,0,0,0.2); position:relative;}
.login-page .card form .form-line .line{ width:0px; height:1px; background:#4266b2; position:absolute; bottom:-1px; left:0px; z-index:100; transition:all 0.3; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}

.login-page .card form .form-line input:focus + .line{width:100%;}

.login-page .card form .input-group-addon{ font-size:16px;}
.login-page .card form .btn{ background:#15274d; color:#fff; font-size:17px; text-align:center;}
.login-page .card form .btn:hover{ background:#1d3260;}

.login-page .card .btn.create-account{ border:1px solid rgba(0,0,0,0.2) !important; margin-top:15px; background:none; color:rgba(0,0,0,0.8); font-size:13px;}
.login-page .card .btn.create-account:hover{background:none;}



.input-group {
    width: 100%;
    margin-bottom: 20px;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -2px;
    z-index: 3;
}
.input-group.addon-line .input-group-addon {
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-weight: bold;
}
.input-group .input-group-addon {
    text-align: center;
    color: #777;
    background-color: #eee;
}

.input-group-addon .material-icons {
    font-size: 16px;
    vertical-align: middle;
}

.input-group.input-group-sm .input-group-addon i {
    font-size: 14px;
}

.input-group.input-group-lg .input-group-addon i {
    font-size: 26px;
}

.input-group .input-group-btn .btn {
    padding: 6px 12px;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group .input-group-addon.btn {
    padding: 7px 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.input-group .form-line:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    border-bottom: 2px solid #1f91f3;
}

.input-group .form-line + .input-group-addon-line {
    padding-right: 0;
    padding-left: 10px;
}

.input-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999;
}

.input-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336;
}

.input-group .form-line.error:after {
    border-bottom: 2px solid #F44336;
}

.input-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50;
}

.input-group .form-line.warning:after {
    border-bottom: 2px solid #FF9800;
}

.input-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.input-group .form-line.focused .form-label {
    bottom: 25px;
    left: 0;
    font-size: 12px;
}

.input-group .input-group-addon-line {
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-weight: bold;
}

.input-group .input-group-addon-line {
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-weight: bold;
}

.input-group .input-group-addon-line .material-icons {
    font-size: 18px;
    color: #555;
}

.input-group .form-line input[type="text"],
.input-group .form-line .form-control {
    border: none;
    box-shadow: none;
    padding-left: 0;
}

.input-group .form-control:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.input-group.input-group-sm .input-group-addon-line i {
    font-size: 14px;
}

.input-group.input-group-sm .form-control {
    font-size: 12px;
}

.input-group.input-group-lg .input-group-addon-line i {
    font-size: 26px;
}

.input-group.input-group-lg .form-control {
    font-size: 18px;
}


table th{font-weight:500; color:#000;}


.front-boxes table *{ font-size:13px;}
.front-boxes table a.border-effect{ color:#000;}
.front-boxes table a.border-effect:hover:after{ background:#000;}




.card-wrap{ display:flex; justify-content: space-between; flex-wrap: wrap; margin-bottom:20px; }
.card{ flex:1; margin-right:20px; height:auto; background:#fff; box-shadow:1px 1px 15px rgba(92, 91, 91, 0.1); padding:15px; position:relative;
	transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; }
/*.card:last-child{ margin-right:0px;}*/
.card-margin0{ margin:0px;}
.card-logo{width: 23%;}

.card-box{ background:#fff;}

.row-striped{ padding:10px 0px;}
.row.row-striped .col-md-6{ position:relative;}
.row-striped *{ font-size:14px; color:#000 !important;}

.row-striped:nth-child(even){ background:#f7f7f7;}

.tooltip-inner { color:#fff !important;}








/*////////////////////////////////////////////////loader//////////////////////////////////////////*/










@media only screen and (min-width:150px) and (max-width:990px){

.login-page{padding: 15px !important;}
.login-page .card{width: 100%  !important;}
.login-page .card{top: 0px !important;}


.login-page .loader-img{left: 50% !important; transform: translateX(-50%) !important;}
}




.cws_loader_container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000000000;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}


.cws_loader_container2{ background:rgba(255,255,255,0.8) !important;}

/*
PAGE loader
*/

#cws_page_loader_container{
	position: fixed;
}


#cws_page_loader  h2{ font-weight:400; font-size:18px; position:relative; top:110px; left:10px; display:none;}

#cws_page_loader img{
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 2;
    right: 0;
    bottom: 0%;
    margin: auto;
    max-height: 60px;
    max-width: 60px;
}
#cws_page_loader{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 80px;
	height: 80px;
}

.cws_loader2{ width:40px !important; height:40px !important;}


#cws_page_loader:before,
#cws_page_loader:after{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 100%;
    background: #fff;
    margin: 2px;
}
#cws_page_loader .inner{
    animation-name: rotate-inner;
    -webkit-animation-name: rotate-inner;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#cws_page_loader .inner:before, #cws_page_loader .inner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content:" ";
}

/* Left half */
#cws_page_loader .inner:before {
    left: 0;
    right: 50%;
    border-radius: 72px 0 0 72px;    /* diameter */
}
/* Right half */
#cws_page_loader .inner:after {
    left: 50%;
    right: 0;
    border-radius: 0 72px 72px 0;    /* diameter */
}


@keyframes rotate-inner {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate-inner {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes pulsate {
	50% {
		-webkit-transform: translate3d(0,0,0) scale(0.98, 0.98);
		transform: translate3d(0,0,0) scale(0.98, 0.98);
	}
	100% {
		-webkit-transform: translate3d(0,0,0) scale(1, 1);
		transform: translate3d(0,0,0) scale(1, 1);
	}
}



#cws_page_loader .inner:before{
				    background-image: -webkit-linear-gradient(top, #273272, #273272);
	    			background-image: -moz-linear-gradient(top, #273272, #273272);
	   				background-image: linear-gradient(to bottom, #273272, #273272);
			}#cws_page_loader .inner:after{
				    background-image: -webkit-linear-gradient(top, #ffffff, #273272);
	    			background-image: -moz-linear-gradient(top, #ffffff, #273272);
	   				background-image: linear-gradient(to bottom, #ffffff, #273272);
			}
			
			
			
			
.cws_loader_container2{ background:rgba(255,255,255,0.8) !important;}			
.cws_loader_container2 #cws_page_loader{ width:40px !important; height:40px !important;}

.location-section .btns-list li a{ padding:10px 15px;}
.location-section .btns-list li a.btn2{ top:0px !important; float:none !important;}

.btns-list .btn{ transition:all 0.0s !important;}
.btns-list .btn2:hover{  background:#15274d !important; color:#fff !important;}

.btns-list-link li{ margin-right:25px;}
.btns-list-link li a{ color:#000; font-weight:500; display:block; padding:7px 0px !important; border-bottom:1px solid transparent;}
.btns-list-link li a.act{border-bottom:1px solid #000;}

.country-tab{display:none;}
.delete_country{display:none;}
.form-tab{ display:none; margin:10px 0px;}
.country{display:block;}

.list-with-field1 li{ width:25%; float:left;}
.list-with-field1 li.country{display:inline-block;}
.list-with-field1 li .col-xs-4{ width:30%;}

.delete_country{}

.list-with-field2 li{  width:25%; float:left;}
.list-with-field2 li.country2{display:inline-block;}
.list-with-field4 li .col-xs-4{ width:30%;}