@charset "utf-8";

/* CSS Only For HTML Coder */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
html {
    width: 100%;
    height: 100%;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #292d30;
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }
}

.radd100 {
    border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.text-danger {
    color: #ff0000 !important;
}

.inlinesec {
    display: inline-block !important;
}

.text-theme {
    color: #3aa3f8 !important;
}

.rounduc {
    border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
}

.secRelatve {
    position: relative;
}

button:focus,
button:active,
a:focus,
a:active {
    outline: none;
}

.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9999;
    cursor: pointer;
    display: none;
    background: url('../images/icon_top.png') no-repeat;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0 none;
}

.openleftmenu {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.row12 {
    margin-right: -12px;
    margin-left: -12px;
}

.row12 [class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
}

.row14 {
    margin-right: -12px;
    margin-left: -12px;
}

.row14 [class*=col-] {
    padding-right: 14px;
    padding-left: 14px;
}

footer {
    background-color: #25282c;
    color: #ffffff;
    padding: 12px 0;
    font-size: 12px;
    line-height: 18px;
}

.checkme {
    position: absolute;
    left: 0;
    top: 0;
}

.checkme i {
    position: absolute;
    top: 4px;
    color: #3aa3f8;
}

.toff {
    display: block;
}

input[type="checkbox"]:checked + .checkme .toff,
.toon {
    display: none !important;
}

input[type="checkbox"]:checked + .checkme .toon {
    display: block !important;
}

header {
    padding: 13px 0;
}

.logsignpage {
    border-top: 2px solid #3c4044;
    padding: 20px 0;
    min-height: 653px;
}

.sptxt {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    padding: 24px 0;
}

.sptxt a {
    color: inherit;
}

.formbox {
    width: 575px;
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
}

.lsTitle {
    color: #fff;
    font-size: 35px;
    line-height: 41px;
    font-weight: normal;
    margin: 0;
    padding: 30px 0 43px;
}

.lsTitle span {
    font-size: 25px;
    line-height: 31px;
    font-weight: normal;
    margin: 10px 0 0;
    padding: 0;
    display: block;
    font-weight: 300;
}

.formbox label {
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.formbox label.checkbx {
    text-transform: inherit;
    font-weight: normal;
    position: relative;
    padding-left: 20px;
}

.formbox .form-control {
    border-color: #3aa3f8;
    height: 53px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 10px;
    font-size: 15px;
    line-height: 21px;
    color: #ffffff;
}

.formbox .form-control:focus {
    border-color: #fefefe;
}

.formbox input.form-control {
    padding-left: 48px;
    background-repeat: no-repeat;
    background-position: left center;
}

.formbox textarea.form-control {
    height: auto;
}

.formbox .form-control::-webkit-input-placeholder,
.formbox .form-control::-moz-placeholder,
.formbox .form-control:-ms-input-placeholder,
.formbox .form-control:-moz-placeholder {
    color: #fefefe;
}

.icoenvelope {
    background-image: url("../images/envelope.png");
}

.icolock {
    background-image: url("../images/lock.png");
}

.icouser {
    background-image: url("../images/user.png");
}

.icobag {
    background-image: url("../images/bag.png");
}

.formbox .form-group {
    margin-bottom: 23px;
}

.frdtxt {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
}

.frdtxt a {
    color: inherit;
    text-decoration: none;
}

.frdtxt a:hover {
    color: inherit !important;
}

.btnsbmit {
    background-color: #3aa3f8;
    border-color: #3aa3f8;
    font-size: 18px;
    line-height: 24px;
    min-width: 255px;
    height: 62px;
    border-radius: 10px;
    margin-bottom: 21px;
    text-transform: uppercase;
    font-weight: bold;
}

.menufutr {
    margin: 0;
    padding: 0;
}

.menufutr li {
    padding: 0;
}

.menufutr li a {
    color: #fff;
    font-weight: 300;
    padding: 0 6px;
    position: relative;
    display: block;
}

.menufutr li a::after {
    width: 1px;
    height: 10px;
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: -1px;
}

.menufutr li a:hover {
    text-decoration: none;
    color: #3aa3f8;
}

.menufutr li:first-child a:after {
    display: none;
}

.txtcopy {
    margin: 0;
}

.radtxt i {
    display: none;
    position: absolute;
    right: 13px;
    top: 0;
    font-size: 35px;
    margin: 9px;
}

.radtxt {
    height: 53px;
    border: 1px solid #39a1f7;
    font-size: 15px;
    line-height: 51px;
    border-radius: 10px;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 25px;
}

input[type="radio"]:checked + .radtxt {
    background-color: #39a1f7;
    color: #ffffff;
}

input[type="radio"]:checked + .radtxt i {
    display: block;
}


/*landing*/

.landtop {
    padding: 22px 0 38px;
    background: transparent url("../images/bgafter.png") no-repeat right center;
}

.twbtn .btn {
    min-width: 293px;
    height: 60px;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 14px 10px;
}

.btnlogin {
    font-weight: normal;
    background-color: #3aa4f8;
    border-color: #3aa4f8;
    margin-right: 12px;
}

.btntrial {
    font-weight: normal;
    color: #000000;
    background-color: #afec1c;
    border-color: #afec1c;
}

.landtop .logo {
    margin-bottom: 40px;
    width: auto;
}

.logo {
    width: 200px;
}

.landtop .menuwrap {
    position: absolute;
    right: 0;
    top: -20px;
}

.landtop .container {
    position: relative;
}

.landinfoList {
    width: 524px;
    max-width: 100%;
}

.rowinfo {
    margin: 0 -55px;
}

.rowinfo [class*=col-] {
    padding-right: 55px;
    padding-left: 55px;
}

.landinfoList {
    margin: 64px 0 0;
}

.landinfoList p {
    display: inline-block;
    color: #ffffff;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    margin: 10px 0 0;
}

.landinfoList p span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding: 7px 0;
    margin: 7px 0;
    border-top: 1px solid #ffffff;
}

.fredwnld {
    font-size: 49px;
    line-height: 55px;
    font-weight: 600;
    color: #ffffff;
    margin: 45px 0;
    display: inline-block;
    position: relative;
}

.fredwnl span {
    font-weight: normal;
}

.fredwnld::after {
    display: block;
    content: "";
    background: transparent url("../images/arrow.png") no-repeat center center;
    width: 194px;
    height: 89px;
    position: absolute;
    right: -220px;
    top: -42px;
}

.applink a {
    margin-left: 27px;
}

.applink a:first-child {
    margin: 0;
}

.leftcontld {
    width: 52%;
}

.rightctld {
    width: 48%;
    padding-left: 170px;
    position: relative;
    top: 50px;
    margin-top: -130px;
}


/*lkdfje*/

.rqbox {
    padding-top: 42px;
}

.rqnumb {
    width: 53px;
    height: 53px;
    display: inline-block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a73df+0,425dcd+100 */
    background: #167fcd;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 fallback on horizontal gradient */
    font-size: 32px;
    line-height: 51px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    position: relative;
    top: 162px;
    right: -17px;
    border-radius: 100%;
}

.bgrq {
    background: rgba(255, 255, 255, 0) url(../images/rqlist_bg.png) no-repeat center center;
    width: 229px;
    height: 160px;
    padding: 39px 0 37px 0;
    position: relative;
    z-index: 99;
}

.bgrq .btn-primary {
    background-color: #2e7ae9;
    border-color: #2e7ae9;
    padding: 0 24px;
    line-height: 15px;
    border-radius: 20px;
    margin: 5px 0 0;
}

.bgrq .btn-block {
    min-height: 77px;
}

.rqlbx_wrp {
    padding-bottom: 66px;
}

.rqlbx_wrp::after {
    display: block;
    content: "";
    width: 106px;
    height: 35px;
    position: absolute;
    top: 92px;
    left: -36px;
    z-index: 9;
    background: transparent url(../images/arrowsmall.png) no-repeat center center / 90px;
}

.rqlist li {
    position: relative;
}

.rqlist li:first-child .rqlbx_wrp::after {
    display: none;
}

.rqlbx_wrp .text-muted {
    font-size: 21px;
    line-height: 28px;
    padding: 16px 0 0 61px;
    margin: 0;
    color: #fff;
    width: 106%;
}

.rqlbx_wrp .text-primary {
    font-size: 14px;
    line-height: 20px;
    color: #2766be !important;
    padding: 0 0 0 54px;
}

.recruiterbg {
    background-color: #2e7ae9;
    padding: 50px 0;
}

.rtrpara {
    position: relative;
    font-size: 19px;
    line-height: 25px;
    font-weight: normal;
    color: #ffffff;
    padding: 0 0 22px 35px;
    margin: 0;
}

.icort {
    position: absolute;
    left: 0;
    top: 0;
}

.rqlbx_wrp .text-muted.txtsmall {
    font-size: 12px;
    line-height: 18px;
    max-width: 231px;
    padding-top: 2px;
}

.feTitle {
    font-size: 49px;
    line-height: 55px;
    font-weight: normal;
    color: #ffffff;
    margin: 35px 0 0;
}

.featureld {
    background: transparent url("../images/featurebg.png") no-repeat top center;
}

.whysecld {
    background: transparent url("../images/featurebg.png") no-repeat top center;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}

.whysecld div {
    position: static;
}

.imgcolld::before {
    background: transparent url("../images/whyphonebg.png") no-repeat center bottom;
    width: 700px;
    height: 499px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.imgcolld img {
    position: relative;
    z-index: 1;
}

.whysecld .feTitle {
    margin: 0;
}

.deskwy {
    font-size: 18px;
    line-height: 29px;
    padding-top: 25px;
    color: #ffffff;
}

.deskwy p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0 0 30px;
}

.alertinfo sup {
    width: 21px;
    height: 21px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    background-color: #2a99f3;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -5px;
    left: 7px;
    right: inherit;
}

.alertinfo a {
    color: #ffffff;
    font-size: 21px;
    position: relative;
}

.alertinfo {
    margin: 0px 30px;
}

.myacmenu figure {
    width: 30px;
/*    height: 27px;*/
    overflow: hidden;
    /* border: 1px solid #ffffff; */
    /* float: right; */
    display: inline-block;
    line-height: 34px;
    vertical-align: bottom;
    -webkit-margin-top:-7px;
}

.myacmenu > a > span {
        color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 29px;
    margin-right: 0px;
    vertical-align: 7px;
    display: inline-block;
    position: relative;
    /* vertical-align: super; */
/*color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 29px;
    margin-right: 0px;
    vertical-align: 5px;
    display: inline-block;
    position: relative;
    vertical-align: super;*/
}

.myacmenu {
margin: -9px 0;
    background: #1d1d1d;
   /* padding: 0px 13px;*/
   padding: 0px 7px 0 13px;
    border-radius: 5px;
    background-color: #1f1f1f;
}
.myacmenu > a:hover{text-decoration:none}

.meaccount {
    border-top: 2px solid #3c4044;
    padding: 20px 0;
}

.avataman {
    width: 177px;
    height: 177px;
    overflow: hidden;
    margin: auto;
    border: 1px solid #fff;
    box-shadow: 0 0 0 6px #3fb3ff;
}

.avataman img {
    min-height: 100%;
    min-width: 100%;
}

.newavatar {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: auto;
    box-shadow: 0 0 0 2px #3fb3ff;
    display: block;
}

.avname {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.editico {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    background: #2a99f3 url("../images/penIco.png") no-repeat center center;
}

.avname .editico {
    position: relative;
    margin: 0 0 -5px 0;
}

.txteml {
    font-size: 17px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 17px;
}

.txteml i {
    font-size: 15px;
    line-height: 21px;
}

.hrtxt {
    font-size: 15px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 300;
    border: 1px solid #2a99f3;
    padding: 6px 22px;
    margin-top: 10px;
}

.hrtxt:hover {
    color: #ffffff;
}

.tpmnubox {
    background: #131415 url("../images/lmenushad.png") no-repeat center bottom;
    padding: 22px 0 20px 0;
}

.dbmenu li a {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #dcdcdc;
    padding: 16px 12px 16px 52px;
    background: #151617 url("../images/arrow-right.png") no-repeat right center;
    display: block;
    border-top: 1px solid #202224;
}

.dbmenu li:first-child a {
    border-top: 0 none;
}

.dbmenu li.active a,
.dbmenu li a:hover {
    background-color: #2a99f3;
    background-image: url("../images/arrow-rightactive.png");
    text-decoration: none;
    border-color: #2a99f3;
    color: #ffffff;
}

.dbmenu li a:hover:before,
.dbmenu li.active a:before {
    background-color: #196fb4;
    display: block;
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.icomn {
    position: absolute;
    left: 7px;
    top: 0;
    width: 46px;
    height: 54px;
    display: table;
    text-align: center;
    vertical-align: middle;
}

.icomn span {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.icomn span img {
    margin: auto;
}

.dbmenu li a i {
    position: absolute;
    right: 12px;
    top: 0;
}

.dbtitle {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 18px 0;
    border-bottom: 1px solid #252729;
    background-color: #191a1b;
    text-transform: uppercase;
}

.dbBox {
    background-color: #1e1e20;
}

.dbtitlesub {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    padding: 0 0 27px;
}

.tcBox {
    border: 2px solid #2a99f3;
    padding: 18px;
    border-radius: 4px;
    margin-top: 40px;
}

.tcBox p {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    float: left;
    text-transform: uppercase;
}

.icoTc {
    width: 94px;
    height: 94px;
    border-radius: 6px;
    background-color: #2a99f3;
    float: left;
    margin: -47px 10px 0 0;
}

.showcout {
    float: left;
    width: 100%;
    font-size: 32px;
    line-height: 38px;
    color: #ffffff;
    margin: 25px 0 0 0;
}

.icoTc img {
    margin: 20px auto 0;
}

.brdbtmtt {
    border-bottom: 1px solid #161619;
}

.dbmidcont {
    padding: 40px 30px 50px;
}

.formstyle .form-control {
    border-color: #3aa3f8;
    height: 49px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 10px;
    font-size: 15px;
    line-height: 21px;
    color: #ffffff;
    background-repeat: no-repeat;
}

.formstyle .calSel .form-control{background-color:#101013;}

.formstyle textarea.form-control {
    height: auto;
}

.formstyle select.form-control {
    -webkit-appearance: none;
    ;
    -moz-appearance: none;
    appearance: none;
}

.formstyle .form-control.wico {
    padding-left: 64px;
    background-repeat: no-repeat;
    padding-right: 31px;
}

.brifcaseic {
    background-image: url("../images/brifcase.png");
    background-image: url("../images/brifcase.png"), url("../images/arrow_down.png");
    background-position: 12px center, right center;
}

.csdv {
    max-width: 390px;
}

.mapbx {
    height: 340px;
    width: 100%;
    border: 2px solid #2a99f3;
}

.mapbx iframe {
    height: 100%;
    width: 100%;
}

.btndb {
    background-color: #1d8eea;
    border-color: #1d8eea;
    padding: 14px 64px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.btndb:hover {
    background-color: #0e7ad2;
    border-color: #0e7ad2;
}

.gpt25 {
    padding-top: 25px;
}

.dbModal .modal-title {
    font-size: 35px;
    line-height: 41px;
    color: #3b3b3b;
    text-align: center;
}

.dbModal .modal-header {
    border: 0 none;
}

.dbModal .modal-header .close {
    margin: 6px;
    color: #3fb3ff;
    border: 2px solid #3fb3ff;
    opacity: 1;
    padding: 0;
    width: 23px;
    height: 23px;
    font-size: 20px;
    line-height: 0px;
    position: absolute;
    right: 0;
    top: 0;
}

.upfile {
    width: 59px;
    height: 59px;
    overflow: hidden;
    border: 1px solid #3fb3ff;
    margin: -32px auto 20px;
    display: block;
    cursor: pointer;
    background-color: #fff;
    padding: 15px 0 0;
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.51);
    -o-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.51);
    -ms-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.51);
}

.upfile img {
    margin: auto;
}

.wicon {
    padding-left: 49px;
}

.icouser2 {
    background-image: url(../images/user_ico.png);
    background-position: 13px center;
}

.phonenm {
    background-image: url(../images/phone_ico.png);
    background-position: 13px center;
}

.emailico {
    background-image: url(../images/envelope_ico.png);
    background-position: 13px center;
}

.currenydlr {
    background-image: url(../images/currenydlr.png);
    background-position: 13px center;
}

.selctwcalen {
    background-image: url(../images/calender-ico.png);
    background-position: 13px center;
}

.formstyle label,
.dbModal label {
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.dbModal .form-control {
    color: #303030;
}

.dbModal .form-control:disabled {
    background-color: #f3f3f3;
}

.dbModal .prdedit {
    width: 555px;
    max-width: 100%;
}

.dbModal .modal-content {
    padding: 0 35px;
}

.passwdico {
    background-image: url(../images/password_ico.png);
    background-position: 13px center;
}

.changepasword .modal-dialog {
    width: 422px;
}

.changepasword .modal-content {
    padding: 0 20px;
}

.dbBox.newbox {
    background-color: #272729;
}

.dbtable .table>thead>tr>th {
    color: #2797f2;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    background-color: #1d1d1f;
    border-color: #1d1d1f;
    padding: 20px 12px;
    text-align: center;
}

.dbtable .table>tbody>tr>td {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    background-color: #111113;
    border-color: #232325;
    padding: 20px 19px;
    text-align: center;
    vertical-align: middle;
}

.nobdr {
    border: 0 none;
}

.dbBox.newbox .dbtitle {
    background-color: transparent;
    padding-left: 10px;
}

.dbtable {
    padding: 0 8px 8px;
}

.dbtable table {
    margin-bottom: 0;
}

.totaltabl {
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
    padding: 19px 10px;
}

.dbonlinetitle {
    font-size: 31px;
    line-height: 37px;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
    padding: 16px 31px;
    border-bottom: 1px solid #252729;
    background-color: #191a1b;
}

.dbonlinetitle span {
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-color: #fefefe;
    display: inline-block;
    margin-right: 19px;
}

.dbonlinetitle .onlineme {
    background-color: #00ff0c;
}

.paddt16 {
    padding-top: 16px !important;
}

.frgtxt {
    font-size: 14px;
    line-height: 20px;
    color: #f8f8f8;
    text-align: center;
    width: 408px;
    max-width: 100%;
    margin: 0 auto 20px;
}

.mrgt45px {
    margin-top: 45px;
}

.mrg0 {
    margin: 0;
}

.editbtnn {
    background: #1d8eea url(../images/penIcon.png) no-repeat center center;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #1d8eea;
    display: inline-block;
    margin-right: 9px;
}

.addgroupbtn {
    background: #1d8eea url(../images/alluser.png) no-repeat center center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #1d8eea;
    display: inline-block;
    margin-right: 18px;
}

.clockin {
    background: #1d8eea url(../images/clockout.png) no-repeat center center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #1d8eea;
    display: inline-block;
    margin-right: 18px;
}

.viewicon {
    background: #1d8eea url(../images/viewicon.png) no-repeat center center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #1d8eea;
    display: inline-block;
    margin-right: 18px;
}

.scheduleico {
    background: #1d8eea url(../images/schedule_ico.png) no-repeat center center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #1d8eea;
    display: inline-block;
    margin-right: 18px;
}

.deletebtn {
    background: transparent url("../images/deletebtn.png") no-repeat center center;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #1d8eea;
    display: inline-block;
}

.avatartbl {
    position: relative;
}

.avatartbl figure {
    overflow: hidden;
    width: 39px;
    height: 39px;
    border: 1px solid #2a99f3;
    /* vertical-align: 34px; */
    /* position: relative !important; */
}

.onlinestate {
    width: 10px;
    height: 10px;
    overflow: hidden;
    background-color: #e9e9e9;
    position: absolute;
    top: 24px;
    left: 15px;
}

.onlinestate.active {
    background-color: #06ff00;
}

.avatartbl a {
    color: inherit;
}

.avatartbl span {
    display: inline-block;
    margin: 9px 0 0 10px;
}

.dbtitle.text-left {
    text-align: left;
}

.dbtitle.withbtns {
    padding-left: 10px;
    padding-right: 10px;
}

.sorbyselect {
    background: #272729 url("../images/sortByico.png") no-repeat right center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 40px 5px 22px;
    border: 1px solid #1d8eea;
}

.sorbyselect:focus {
    outline: 0 none;
}

.tblbtn {
    background: #1d8eea;
    height: 40px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 38px;
    border: 1px solid #1d8eea;
}

.adduserform {
    width: 480px;
    max-width: 100%;
    margin: auto;
    padding: 40px 0;
}

.adduserform label {
    color: #ffffff;
}

.userwrp {
    background-color: #1D1D1F;
}

.formstyle select.slectbg {
    background: #1D1D1F url("../images/selectbg.png") no-repeat right center;
    padding-right: 40px;
}

.dbtable .table.text-left>tbody>tr>td,
.dbtable .table.text-left>thead>tr>th {
    text-align: left;
    padding-left: 34px;
}

.dbsubpara {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.6;
    width: 688px;
    max-width: 100%;
    margin: 0 auto 18px;
    text-align: center;
}

.addjobcode {
    width: 540px;
    max-width: 100%;
    margin: auto;
    padding: 40px 0;
}

.filtersearch label,
.addjobcode.formstyle label {
    color: #ffffff;
}

.lblcol {
    width: 19%;
}

.inputcol {
    width: 79%;
}

.filtersearch .icobag,
.addjobcode .icobag {
    background-image: url(../images/bag-blue.png);
    background-position: center left;
}

.tblbtn.btn-lg {
    height: 52px;
    font-size: 20px;
    line-height: 26px;
    padding: 8px 48px;
}

.filtebtn2 {
    background-image: url("../images/selectbg2.png");
    background-repeat: no-repeat;
    background-position: center right;
    padding: 8px 32px 8px 42px;
    appearance: none;
    -webkit-appearance: none;
}

.row8 {
    margin-right: -8px;
    margin-left: -8px;
}

.row8 [class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

.filtersearch {
    background-color: #222224;
}

.filtersearch .panel-title {
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    border-top: 1px solid #333336;
    border-bottom: 1px solid #333336;
    padding: 13px 15px;
    text-transform: uppercase;
}

.dbtable .ontmoretbl.table>thead>tr>th,
.dbtable .table.ontmoretbl>tbody>tr>td {
    padding: 15px;
}

.avlist {
    margin: 0;
    padding: 3px 15px;
    background-color: #1d1d1f;
}

.avlist li {
    position: relative;
    padding: 18px 18px 18px 107px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.avlist li:first-child {
    border-top: 0 none;
}

.avlist li .newavatar {
    position: absolute;
    left: 18px;
    top: 18px;
}

.avlist li h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin: 10px 0 0 0;
}

.avlist li h5 img {
    max-height: 18px;
    position: relative;
    top: -2px;
    left: -2px;
}

.txt20 {
    font-size: 20px;
}

.withchekll label {
    padding: 0 8px 0 0;
    position: relative;
    margin-right: 36px;
}

.allchk {}

.withchekll .checkme {
    left: inherit;
    right: 0;
    top: 3px;
}

.rightsecavl.checkbox {
    margin: 20px 0 0;
}

.rightsecavl.ebtns {
    margin: 11px 0 0;
}

.switchbx {
    display: block;
    position: relative;
    width: 72px;
    height: 28px;
    padding: 0;
}

.switchbx .swipeChk {
    display: block;
    position: absolute;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.42);
    border-radius: 100px;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.switchbx .swipeChk .on,
.switchbx .swipeChk .off {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 6px;
    color: #494b4c;
    font-size: 13px;
    line-height: 30px;
    font-weight: 700;
    background-color: #bebebe;
    padding: 0 0 0 38px;
    text-transform: uppercase;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.switchbx .swipeChk .on {
    color: #fff;
    background-color: #3fb3ff;
    padding: 0 0 0 8px;
    opacity: 0;
}

.switchbx input:checked + .swipeChk .off {
    opacity: 0;
}

.switchbx input:checked + .swipeChk .on {
    opacity: 1;
}

.switchbx .swipeChk:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: 3px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1) inset;
    z-index: 1;
    border-radius: 100px;
    -webkit-transition: 400ms;
    transition: 400ms;
    cursor: pointer;
}

.switchbx input:checked + .swipeChk:before {
    left: 100%;
    margin-left: -27px;
}


/**/

.setingList {
    background-color: #111113;
}

.setingList li {
    border-top: 1px solid #232325;
    padding: 20px 19px;
}

.setingList li:first-child {
    border-top: 0 none;
}

.setingList li p {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    margin: 6px 0 0;
}

.setingList li .formstyle {
    max-width: 480px;
}

.hedlbl {
    background-color: rgb(26, 26, 27);
    padding: 11px 20px;
    margin: 10px 0px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}

.setingList .formstyle select.slectbg {
    background-color: #111113;
}

.subscriptionwrp {
    margin: 0;
    width: 100%;
    border-radius: 0;
    background-color: #FFD05C;
    border-color: #FFD05C;
    color: #252525;
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    text-align: center;
}

.subscriptionwrp a {
    color: inherit;
    margin-left: 30px;
}

.subscriptionwrp a:hover {
    color: #3fb3ff;
    text-decoration: none;
}

.subscriptionwrp .close {
    font-size: 49px;
    color: #111113;
    font-weight: 300;
    line-height: 40px;
    opacity: 1;
    text-shadow: none;
}

.withcheckico .form-group {
    display: inline-block;
    margin: 0;
}

label.checkbx:hover {
    cursor: pointer;
}

.jbcodeng .form-control {
    background-color: #1e1e20;
    background-image: url("../images/brifcase.png"), url("../images/arrow_down.png");
    background-position: 12px center, right center;
    padding-left: 64px;
    background-repeat: no-repeat;
    padding-right: 31px;
}

.wselect .form-control {
    background: #1D1D1F url(../images/selectbg.png) no-repeat right center;
    padding-right: 40px;
}

.filtersearch .formstyle .form-control {
    background-color: #222224;
}

.avataman {
    background-image: url("../images/defaultavatar.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.dbtable .grid-view {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

.dbtable .grid-view .table-bordered {
    border-top: 0 none;
    margin-top: 10px;
}

.dbtable .avatartbl a {
    position: relative;
    padding-left: 44px;
    display: block;
    white-space: normal;
}

.dbtable .avatartbl figure {
    position: absolute;
    left: 0;
    top: -8px;
}

.dbtable .avatartbl span {
    margin-top: 0;
}

.dbtable .table>thead>tr>th,
.dbtable .table>tbody>tr>td,
.dbtable .ontmoretbl.table>thead>tr>th,
.dbtable .table.ontmoretbl>tbody>tr>td {
    padding: 13px 6px;
}

.avname .editico {
    margin-left: 3px;
}

.mrgl10 {
    margin-left: 10px;
}

.deablsec {
    pointer-events: none;
    opacity: 0.4;
}

.myacmenu figure img {
    max-width: 100%;
    min-height: 100%;
    height: auto;
}

.textContainer {
    display: block;
    background-color: #272729;
    padding: 30px 24px;
}

.textContainer .lsTitle {
    padding-top: 0;
    padding-bottom: 16px;
    font-size: 30px;
    line-height: 36px;
}

.container p {
    display: block;
    color: #cecece;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin: 20px 0 0 0;
    padding: 0;
}

.container p:first-child {
    margin: 0;
}

.menuwrap {
    padding-top: 26px;
}

.tableenddiv {
    background: #e6e6e6;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 10px;
    text-align: center;
}

.dropdown .dropdown-menu {
    left: -100px;
}

.dropdown .dropdown-menu li a {
    border-bottom: #CCC 1px solid;
    padding: 9px 16px;
     min-width: 195px;
}

.dropdown .dropdown-menu li:last-child a {
    border-bottom: none;
}

.homeimage {
    max-width: 321px;
    padding: 0px 50px 50px 50px;
}

.onmobile {
    display: none
}

.changepasslink {
    padding-top: 10px;
}

.changepasslink a {
    color: #FFF
}

.inrowbutton {
    padding-top: 30px;
}

.inrowbutton .tblbtn.btn-lg {
    display: inline-block;
    padding: 5px 19px;
    font-size: 17px;
    height: 44px;
}

.bilingform {
    /*max-width: 690px;*/
	max-width: 100%;
    margin: auto;
    padding: 17px 0 35px 0;
}

.bilingform .panel-default>.panel-heading {
    color: #ffffff;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding: 17px 40px;
    background-image: url("../images/cardsblock.png");
    background-repeat: no-repeat;
    background-position: right 35px center;
}

.bilingform .panel-default {
    border-color: #3e3e3e;
    background-color: transparent;
    margin-bottom: 30px;
}

.bilingform label {
    color: #ffffff;
}

.bilingform .panel-default .panel-body {
    padding: 17px 40px;
}

.deltcrd,
.tblbtn.deltcrd {
    background-color: #6b6b6b;
    border-color: #6b6b6b;
}

.bilingform .deltcrd {
    margin-left: 15px;
}

.deltcrd:hover {
    background-color: red !important;
    border-color: red !important;
}

.expdateinput {
    max-width: 140px;
}

.expdateinput input {
    background-image: url(../images/calendariconn.svg);
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 27px;
    padding-right: 45px !important;
}

.withcrdinpubg input {
    background-image: url(../images/credit-cardicon.svg);
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 37px;
    padding-right: 60px !important;
}

.bilingform .form-control-sttic {
    margin: 0;
    padding: 0 0 10px;
}

.withradio,
.bilingform label.withradio {
    color: #ffffff;
    position: relative;
    padding-left: 21px;
}

input[type="radio"]:checked + .checkme .toff {
    display: none !important;
}

input[type="radio"]:checked + .checkme .toon {
    display: block !important;
}

.withradio .checkme {
    top: -2px;
    font-size: 18px;
}

.chngecrad {
    color: #3aa3f8;
    font-size: 14px;
    line-height: 20px;
    padding: 0 3px;
    margin: 0 0 0 10px;
    text-decoration: none;
}

.chngecrad:focus,
.chngecrad:hover {
    color: #ffffff;
    text-decoration: none;
}

.bilingform .withlinkk label {
    margin: 0;
}

.bilingform .withlinkk .form-control-static {
    margin: 14px 0 8px;
    font-size: 20px;
    line-height: 26px;
}

.bilingform .withlinkk label.checkbx {
    color: #cccccc;
}

.form-group.withlinkk {
    margin: 20px 0 0;
}

.bilingform .avname.text-left {
    text-align: left;
}

.inftxt {
    color: #ffa914;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 0 0 40px;
    margin: 0;
}

.bilingsec .dbtitle {
    padding-left: 40px;
    padding-right: 40px;
    line-height: 47px;
}

.bilingsec .bilingform {
    margin: 0;
    /*padding-left: 40px;*/
	    padding: 0 40px 8px;
}

.tocalcelac.tblbtn {
    padding: 12px 28px;
    background-color: #ff4f4f;
    border-color: #ff4f4f;
}

.tocalcelac:hover {
    background-color: red;
    border-color: red;
}

a.tblbtn.btn-lg {
    padding: 13px 48px;
}

.forcvv input {
    background-image: url(../images/credit-card-with-cvv-code.svg);
    background-size: 33px;
}

.forcvv {
    margin-right: 20px;
}
.detlclock {
    color: #f3f3f3;
    font-size: 15px;
    line-height: 22px;
}
.detlclock .dl-horizontal dd, .detlclock .dl-horizontal dt {
    padding-top: 12px !important;
}
.detlclock .dl-horizontal dd {
    color:#e2e2e2;
}
.viewicon, .editbtnn {
    background-size: 18px;
}
.deletebtn {
    background-size: 14px;
}

/* added by avoy  */
.priceinghome{
	background:#111417;
	padding:20px 0px 40px 0px;
	text-align: center;
}
.priceinghome h3{color:#FFF;text-align:center;font-size: 49px;}
.priceinghome h4{color:#FFF;text-align:center;font-size: 26px;}
.priceinghome p{color: #dadada;text-align:center;margin-top: 0;margin-bottom: 80px;}
.priceinghome .pricingeach{background:#000;color:#FFF;padding-bottom: 10px; width:33%}
.priceinghome .pricingeach.highlightedbox{position:relative;top:-20px;box-shadow: #111417 0px 0px 20px 1px;/* margin-right: 5px; */z-index: 100;}
.priceinghome .pricingeach {
    background: #272b2f;
    color: #FFF;
    padding: 0;
    padding-bottom: 5px;
}
.priceinghome .pricingeach .pricingtitle{
    /* display: block; */
    font-size: 22px;
    text-align: center;
    padding: 15px;
    background: #2c3d4e;
}
.priceinghome .pricingeach .pricingtitle  span{
    display: block;
    font-size: 15px;
}
.priceinghome .pricingeach .pricinfdescription{
    padding: 10px 0px;
}
.priceinghome .pricingeach.highlightedbox .pricinfdescription{margin-top:20px; margin-bottom:20px}
.priceinghome .pricingeach .pricinfdescription ul{
    padding: 50px 0px 40px 0px;
    list-style: none;
    text-align: center;
}
.priceinghome .pricingeach .pricinfdescription ul li{
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
}
.priceinghome .pricingeach .pricinfdescription ul li strong{

    font-weight: 600;
}
.priceinghome .pricingeach .pricingbottom{
text-align: center;
    /* padding-bottom: 5px; */

    font-weight: 300;
    font-size: 13px;
}
.priceinghome .pricingeach .pricingbutton{
    min-width: 293px;
    min-width: 250px;
    height: 45px;
    text-align: center;
    font-size: 21px;
    line-height: 28px;
    display: block;
    vertical-align: middle;
    background-color: #3aa4f8;
    border: none;
    border-radius: 63px;
    margin: 15px auto;
    }
.pricingdiv{max-width:1000px; margin:auto}	
a.tblbtn.btn-lg.deletebutton {
 
    width: 100%;
    border-radius: 0;
    background: #ececec;
    border: #ececec 1px solid;
    color: #ff4f4f;
}
.inftxt.subinfottt{padding: 6px 0 0 0px;}

.logsignpage .g-recaptcha{
	width: 304px;
	max-width: 100%;
	margin: 0 auto;
}
