body {
  font-family: 'play', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #404040;
  background-color: #FAFAFA;
}
header, footer{
  font-family: 'play', Helvetica, Arial, sans-serif;
}
.header{
  background-color: #E6E6E6;
}
.top-nav{
  position: relative;
  width: 100%;
  height: 100px;
  background: #006380;
  background: -webkit-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
  background: -o-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
  background: -moz-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
  background: linear-gradient(#A6A6A8, #C8C8CA, #C9C9CB);
}

.logo{
  width: 200px;
}

img{
  width: 100%;
}

.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  padding-left: 100px;
  padding-right: 100px;
  border-right: 1px solid #fff;
}
.navbar-default .navbar-nav > li > a{
  color: #fff;
}
.navbar {
  min-height: 30px;
  background: #999999;
  color: #fff;
}
.navbar ul li a{
  color: #fff;
}
.contents{
  background: #fff;
  margin: 15px 10px;
  padding: 15px;
}
.input-field{
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
input{
  min-width: 300px;
  padding-left: 5px;
}
input[type="file" i] {
  width: 250px;
    position: relative;
    left: 43px;
    top: 6px;
}

.img-box{
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 30px;
  margin-bottom: 30px;  
}
.text-center{
  text-align: center;
}
.img-box p{
  margin: 15px;
  font-weight: 900;
}

.navbar{
  margin: 0;
  border: 0;
  border-radius: 0;
}

.content-box{
  box-shadow: 20px 0px 10px -5px #E4E4E4;
  padding: 25px;
  padding-left: 40px;
}
ol{
  padding-left: 18px;
}
ol p{
  margin-top: 10px;
  margin-left: -18px;
}
ol li{
  line-height: 2em;
}
/* ================= POPUP ======================== */
.popup{
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(67, 84, 101, 0.67);
  display: none;
  z-index: 99999;
}
.popup .form-div{
  width: 400px;
  margin: 50px auto;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}
.popup .form-div textarea{
  height: 120px;
}
.popup .form-div .submit{
  min-width: 100px;
  float: right;
  margin-top: 15px;
  border-radius: 5px;
  color: #fff;
  background: #006380;
  background: -webkit-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
  background: -o-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
  background: -moz-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
  background: linear-gradient(#006380, rgba(3, 167, 175, 0.49));
}

#cross{
  border-radius: 5px;
  padding: 1px 20px;
  color: #fff;
  background: #006380;
  background: -webkit-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
  background: -o-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
  background: -moz-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
  background: linear-gradient(#006380, rgba(3, 167, 175, 0.49));
}

.upload-progress{

}

#progressBar{
  display: none;
  width: 100% !important;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 40px;
  /*background: #006380;
  background: -webkit-linear-gradient(left, #006380 , #45A31A, #59C827);
  background: -o-linear-gradient(right, #006380 , #45A31A, #59C827);
  background: -moz-linear-gradient(right, #006380 , #45A31A, #59C827);
  background: linear-gradient(to right, #278017 , #45A31A, #59C827);*/
}

.progress .bar{
  height: 50px;
  width: 1px;
  background: #006380;
  background: -webkit-linear-gradient(left, #006380 , #45A31A, #59C827);
  background: -o-linear-gradient(right, #006380 , #45A31A, #59C827);
  background: -moz-linear-gradient(right, #006380 , #45A31A, #59C827);
  background: linear-gradient(to right, #278017 , #45A31A, #59C827);
}

#status{
  margin: 10px 0px;
}


a:hover,a:focus{
  text-decoration: none;
}

.hide-file{
  position: relative;
  background: #fafafa;
  width: 165px;
}
.upload-img{
  position: relative;
  width: 150px;
  margin-left: 15px;
  top: -26px;
  left: -1px;
  cursor: pointer;
}

.upload-img:hover{
  width: 160px;
}

.extend-warranty{
  /*position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;*/
  display: none;
  background-color: rgba(68, 85, 102, 0.78);
  
}

.extend-warranty .box{
  margin: 100px auto;
  width: 500px;
  background-color: #171a38;
  padding: 30px 30px 40px;
  text-align: center;
}
.textonimg{
  position: relative;
  top: 0px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none; 
}

#extend_price{
  font-size: 40px;
}
.link_but{
  background: #3ececb;
  padding: 5px 30px;
  color: #171a38 !important;
  font-weight: 700;
  cursor: pointer;
}
.no{
  position: relative;
  top: 10px;
  font-size: 12px;
  text-decoration: underline;
}
/*FORM*/
.wd-form{
  position: relative;
  top: 30px;
  margin: 0 auto;
  border: 1px solid #ADD2F7;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.69);
  margin-bottom: 50px;
  padding-bottom: 55px;
}
.wd-form .wd-submit{
  margin-top: 20px;
}

.wd-form .wd-span {
  position: absolute;
  top: 40px;
  left: 9px;
}
/*WD LOGIN FORM*/
.wd-login-form,.wd-signup-form{
  position: relative;
    top: 100px; 
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ADD2F7;
    padding: 30px;
    /* padding-top: 50px; */
    background-color: rgba(255, 255, 255, 0.69);
    border-radius: 10px;
    margin-bottom: 50px;
    /* display: none; */
}
.wd-signup-form{
  display: none; 
}
.wd-login-form h3,.wd-signup-form h3{
  text-align: center;
  margin: 5px;
  color: #555050;
    font-weight: 700;
    text-shadow: 1px 1px 1px;
    letter-spacing: 3.5;
}
.wd-login-form h6,.wd-signup-form h6{
  text-align: center;
  font-size: 10px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #789;
}

.wd-input-body{
  position: relative;
}
.wd-input{
  width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    padding-left: 30px;
    background: rgba(99, 184, 194, 0.17);
    border: 1px solid #ADD2F7;
    color: #637497;
}

.wd-submit{
    float: right;
    min-width: 110px;
    color: #fff;
    padding: 5px 40px;
    border: 0;
    border-radius: 5px;
    background: #006380;
    background: -webkit-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
    background: -o-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
    background: -moz-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
    background: linear-gradient(#006380, rgba(3, 167, 175, 0.49));
}

.wd-login-form .wd-submit{
    margin-top: 5px;
}

.wd-signup-form .wd-submit{
    margin-top: 5px;
}

.wd-logo-bottom{
  width: 150px;
  margin: 10px auto;

}

.wd-logo-bottom img{
  width: 100%;
}

.wd-links{
  position: relative;
  width: 200px;
  top: 10px;
}
.wd-span{
    position: relative;
    top: 33px;
    left: 10px;
}

.wd-hide{
  display: none;
}
.top-padding-15{
  padding-top: 15px;
}

.checkbox{
  margin-top: 10px !important;
  float: left;
  width: 30px;
}
#pagination{
  position: relative;
  float: right;
  padding: 0px 5px;
  text-align: right;
  font-size: 10px;
  margin-top: 10px;
}
#pagination .link, #pagination a{
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  padding: 5px 9px;
  margin-bottom: 6px;
  display: inline-block;
}
#pagination .selected{
  color: #345c4e; /*#e91e63;*/
}

.warratny_certificate{
  background-image: url(../images/waranty_tempate_n.png);
  background-size: 100%;
  width: 1500px;
  height: 1120px;
  padding: 225px 140px;
  margin: 0 auto;
}
#img-out{
  display: table;
  margin: 0 auto;
}

.cer_logo{
  width: 260px;
  margin-bottom: 20px;
}
.cer_stamp{
  width: 120px;
  float: right;
}

.border-bottom{
  border-bottom: 1px solid #dbbe70;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.warratny_certificate p{
  font-size: 13px;
  margin-bottom: 1px;
}
.margin-bottom{
  margin-bottom: 9px !important;
}
.warratny_certificate ul{
  font-size: 14px;
  margin: 0;
}
.warratny_certificate ul li{
  position: relative;
  padding-left: 10px;
  list-style: none;
}


.warratny_certificate ul li ul{
  /*padding: 0px;*/
}
.bull{
  position: absolute;
  left: -10px;
  top: -3px;
  margin-right: 10px;
  clear: both;
  font-size: 20px;
}

.bull_circle{
  border: 1px solid #000;
  border-radius: 3px;
  padding: 0px;
  font-size: 4px;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: -10px;
  top: 7px;
}



/*.......................................... ADMIN PANEL ........................................*/
.header{
  position: relative;
  top: 0px;
  height: 50px;
}

@media (max-width: 400px){
  .header{
    position: relative;
    top: 0px;
    height: 120px;
  } 
}
.header .wda-top-nav{
  position: relative; 
  height: 100%;
}
.wda-top-nav{
  padding: 5px;
  background: #345c4e; /*#e91e63;*/ /* For browsers that do not support gradients */
  color: #fff;
}

.wda-top-nav a{
  color: #fff;
}
.wda-top-nav .wd-round{
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 15px;
  overflow: hidden;
  margin: 5px;
}
.wda-top-nav .wd-round img{
  width: 100%;
  height: 100%;
}

.wd-pad-5{
  padding: 5px;
}
.wd-nav-logo{
  font-size: 24px;
  margin: 3px;
  padding-left: 10px;
}
.wd-nav-profile{
  cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
}

.wd-nav-profile h5{
  margin-top: 12px;
}
/*WD sidebar*/
.wd-sidebar{
  padding-top: 15px;
  /*background: #456;*/
/*  background: -webkit-linear-gradient(#456, #394556);
  background: -o-linear-gradient(#456, #394556);
  background: -moz-linear-gradient(#456, #394556);
  background: linear-gradient(#456, #394556);*/
  color: #fff;
  min-height: 100%;

}
.wd-sidebar .wd-profile {
  padding: 20px;
  margin-bottom: 5px;
  height: 70px;
  background-color: #fff;
  /* margin: 43px 0px; */
  border: 1px solid #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}


.wd-sidebar .wd-profile img{
  width: 100%;
    height: 100%;
}

.wd-profile-box{
    border: 1px solid #D0D0D0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.wd-profile-box p{
    margin: 0;
}
.wd-profile-box .wd-profile{
    position: relative;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #006380;
}
.wd-profile-box .wd-profile img{
    width: 100%;
    height: 100%;
}
.wd-upload{
    position: absolute;
    width: 100%;
    text-align: center;
    border-top: 1px solid #345;
    bottom: 0px;
    cursor: pointer;
    padding-bottom: 5px;
    color: #fff;
    background: #006380;
    background: -webkit-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
    background: -o-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
    background: -moz-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
    background: linear-gradient(#006380, rgba(3, 167, 175, 0.49));

}

.image_upload{
    width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 50px;
    padding-bottom: 15px;
    display: none;
}


.wd-accept{
    float: left;
    background: #006380;
    background: -webkit-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
    background: -o-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
    background: -moz-linear-gradient(#006380, rgba(3, 167, 175, 0.49));
    background: linear-gradient(#006380, rgba(3, 167, 175, 0.49));
    color: #fff;
    border: 0;
    margin: 10px 0px;
    padding: 5px 30px;
    border-radius: 5px;
}
.wd-cancel{
    float: right;
    background: #9F9C9F;
    background: -webkit-linear-gradient(#9F9C9F, #363636);
    background: -o-linear-gradient(#9F9C9F, #363636);
    background: -moz-linear-gradient(#9F9C9F, #363636);
    background: linear-gradient(#9F9C9F, #363636);
    color: #fff;
    border: 0;
    margin: 10px 0px;
    padding: 5px 30px;
    border-radius: 5px;
}
.image_upload .wd_preview{
    width: 100%;
    height: 300px;
    border: 1px solid #808080;
    margin: 0 auto;
    margin-bottom: 10px;
}
.image_upload .wd_preview img{
    width: 100%;
    height: 100%;
}
.wd-link-box{
    border: 1px solid #D0D0D0;
    padding: 0;
    margin-bottom: 10px;
}
.wd-link-box p{
    padding: 10px 20px 0px;
    text-align: center;
    text-shadow: 1px 1px 1px #A3ABB3;
    color: #727272;
}

.wd-orange{
    color: #F18000;
    text-shadow: 1px 1px 1px #956903;
}

.wd-link-box ul{
    padding: 0;
    list-style-type: none;
    margin: 0 0 -1px;
}
.wd-link-box ul li{
    padding: 10px;
    background: #F3F3F3;
    border-bottom: 1px solid #D0D0D0;
}

.wd-link-box ul li a{
    text-decoration: none;
}


.wd-side-menu{

}

.wd-side-menu ul{
  padding: 0;
}

.wd-side-menu ul li{
    display: inherit;
    cursor: pointer;
}

.wd-side-menu>ul>li.active>a{
    background-color: #456;
}

.wd-side-menu>ul>li.active>ul>li:hover{
    background-color: #123;
}

.wd-side-menu ul li ul li{
  padding-left: 24px;
    display: inherit;
}

.wd-side-menu>ul>li:hover>a{
  background-color: #808080;
}

.wd-side-menu li.active>a>.fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.wd-side-menu ul li a{
  padding: 15px;
  color: #fff;
  text-decoration: none;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #404040;
} 
.wd-side-menu ul li a span{
  padding-left: 10px;
  font-size: 14px;
}


.wd-side-menu>ul>li>ul{
  display: none;
}

.wd-side-menu  ul li ul li:before{
  background: #8B8E90;
    bottom: auto;
    content: " ";
    height: 8px;
    left: 23px;
    margin-top: 16px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.user-profile {
    position: fixed;
    top: 62px;
    right: 0px;
    width: 300px;
    text-align: center;
    border: 1px solid #fff;
    z-index: 99;
    display: none;
}
.user-profile .user-header {
    background: #2c353f;
    background: -webkit-linear-gradient(#2c353f, rgba(42, 56, 75, 0.64));
    background: -o-linear-gradient(#2c353f, rgba(42, 56, 75, 0.64));
    background: -moz-linear-gradient(#2c353f, rgba(42, 56, 75, 0.64));
    background: linear-gradient(#2c353f, rgba(42, 56, 75, 0.64));
    color: #fff;
    padding: 20px;
}
.user-profile .img-circle {
    display: table;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    border: 2px solid #fff;
}

.user-profile .user-footer {
    padding: 20px;
    background: #E9E9E9;
    display: table;
    width: 100%;
}


.wd-sm-box {
    background: #616AAF;
    background: -webkit-linear-gradient(#616AAF, #394556);
    background: -o-linear-gradient(#616AAF, #394556);
    background: -moz-linear-gradient(#616AAF, #394556);
    background: linear-gradient(#616AAF, #394556);
    border-radius: 5px;
    color: #fff;
}

.wd-sm-box .inner {
    padding: 10px;
}
.wd-sm-box h3 {
    margin-top: 10px;
}
.wd-sm-box>.sm-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.3);
    text-decoration: none;
}

/*=============== Admin Table ====================*/
.wd-table {
  width: 100%;
  /*margin-top: 20px;*/
  overflow: scroll;
  margin: 5px 0px;
}

.wd-table th {
  border: 1px solid #f5f5f5;
  padding: 10px 10px;
  background: #f5f5f5;
  /* background: -webkit-linear-gradient(#535D90, #29313F); */
  background: -o-linear-gradient(#535D90, #29313F);
  background: -moz-linear-gradient(#535D90, #29313F);
  /* background: linear-gradient(#535D90, #29313F); */
  /* color: #fff; */
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.wd-table td {
    border: 1px solid #f5f5f5;
    padding: 2px 10px;
    font-size: 14px;
}

#submit{
  float: right;
  position: relative;
  top: -80px;
  padding: 6px;
  right: 10px;
  min-width: 138px !important;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  background: #db6404;
  background: -webkit-linear-gradient(#fba75a, #d86407, #db6404);
  background: -o-linear-gradient(#fba75a, #d86407, #db6404);
  background: -moz-linear-gradient(#fba75a, #d86407, #db6404);
  background: linear-gradient(#fba75a, #d86407, #db6404);
  background: linear-gradient(#fba75a, #d86407, #db6404);
  border: 1px solid #d86407;
  display: none;
}

.search{
  float: right;
  position: relative;
  right: 15px;
  margin-top: 15px;
}
.search select{
  position: relative;
  height: 46px;
  padding: 10px;
  top: 1px;
  width: 250px;
}
.search input{
  min-width: 350px;
  width: 60px;
  margin-top: 1px;
  padding: 10px;
}
.search .submit{
  position: absolute;
  top: 1px;
  right: 1px;
  height: 44px;
  min-width: 10px;
  border: 1px solid;
  color: #fff;
  margin-left: -54px;
  background: #345c4e; /*#e91e63;*/
  /*background: -webkit-linear-gradient(#616AAF, #394556);*/
  /*background: -o-linear-gradient(#616AAF, #394556);*/
  /*background: -moz-linear-gradient(#616AAF, #394556);*/
  padding: 4px;
  /*background: linear-gradient(#616AAF, #394556);*/
  font-size: 12px;
}


.export a{
  padding: 5px;
  display: block;
  border: 1px solid #345c4e; /*#e91e63;*/
  text-align: center;
  width: 100px;
  border-radius: 16px;
  margin-top: 10px;
  margin-left: 10px;
}

.export a:hover{
  background-color: #345c4e; /*#e91e63;*/
  color: #fff;
  border-color: #fff;
}

.ex_war_select{
  width: 100%;
  display: none;
}
.ex_war:hover .ex_war_select{
  display: block;
}


/*POPup*/

.popup .box{
  position: relative;
  width: 400px;
  margin: 90px auto;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  min-height: 150px;
}

.close{
  position: absolute;
  top: 7px;
  right: 10px;
}

.ok{
  position: absolute;
  bottom: 15px;
  padding: 6px;
  right: 15px;
  min-width: 138px !important;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  background: #db6404;
  background: -webkit-linear-gradient(#fba75a, #d86407, #db6404);
  background: -o-linear-gradient(#fba75a, #d86407, #db6404);
  background: -moz-linear-gradient(#fba75a, #d86407, #db6404);
  background: linear-gradient(#fba75a, #d86407, #db6404);
  background: linear-gradient(#fba75a, #d86407, #db6404);
  border: 1px solid #d86407;
}

.breadcrumb{
  border-radius: 0px;
  margin-bottom: 0;
}




/* ==================== SCROLL BAR ======================= */
.wmd-view-topscroll, .wmd-view
{
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.wmd-view-topscroll{
  height: 18px;
  position: fixed;
  top: 60px;
  width: 250px;
  right: 10px;
  z-index: 999;
}

.dynamic-div
{
    display: inline-block;
}


::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


/* ============ Filter ============== */
.filter{
  /*margin-top: 13px;*/
}

.filter input{
  min-width: 155px;
  width: 155px;
}

.filter input[type="submit"]{
  background: #616AAF;
  background: -webkit-linear-gradient(#616AAF, #394556);
  background: -o-linear-gradient(#616AAF, #394556);
  background: -moz-linear-gradient(#616AAF, #394556);
  background: linear-gradient(#616AAF, #394556);
  padding: 5px;
  font-size: 12px;
  color: #fff;
  min-width: 50px;
  width: 50px;
  border: 0;
  height: 28px;
}

.margin-top-3{
  margin-top: 3px;
}
.find-certificate{
  margin: 30px;
}

.top-nav input{
  min-width: 200px;
}

.top-nav input[type="submit"]{
  min-width: 70px;
}


.war_filter{
  float: left;
  margin-left: 10px;
  border: 1px solid #c3c2c2;
  border-radius: 15px;
  padding: 10px;
}

.mid{
  margin: 0 auto;
  width: 65px;
  text-align: center;
}

.mid i{
  padding: 0px 5px;
  color: #ffffff;
  background-color: #2196f3;
}

.v_small{
  font-size: 10px;
  text-align: center;
  font-weight: 700;

}
/* ==================== STATUS ======================== */
.status{
  position: fixed;
  top: 0px;
  background-color: rgb(68, 85, 102);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 50px;
  overflow: scroll;
  display: none;
}
.status a{
  color: #9ad0ff;
}
.status_close{
  position: absolute;
  top: 10px;
  right: 10px;
}

.status_close:hover i{
  color: rgba(255, 2, 2, 0.89);
  cursor: pointer;
}


.nice_but{
  color: #fff;
    /*padding: 5px 40px;*/
    padding: 2px 4px;
    border: 0;
    border-radius: 5px;
    background: #011f44;
    background: -webkit-linear-gradient(#011f44, rgba(20, 78, 192, 0.49));
    background: -o-linear-gradient(#011f44, rgba(20, 78, 192, 0.49));
    background: -moz-linear-gradient(#011f44, rgba(20, 78, 192, 0.49));
    background: linear-gradient(#011f44, rgba(20, 78, 192, 0.49));
}





/* ==================== EXTEND WARANTY LINK UPLOAD ======================== */
.upload-sheet {
    width: 500px;
    float: right;
}
.custom-disable {
    position: relative;
    height: 32px;
    top: 1px;
    padding: 0px 10px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 3px;
    min-width: 125px;
}
.btn {
    position: relative;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 0;
/*  padding: 5px 25px;*/
    cursor: pointer;
    border-radius: 5px;
    background-color: #dbdfdf;
}

.btn-primary{
  background-color: #345c4e; /*#e91e63;*/
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.custom-up-btn {
    border: 0px solid #CCC;
    background-color: #0085A1;
    color: #fff;
    height: 32px;
    position: relative;
    padding: 0px 15px;
    top: 1px;
    min-width: 125px;
}

.file-error {
  position: fixed;
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 15px;
  z-index: 999;
  background-color: #f44336;
}

.file-error a {
  color: rgba(255, 255, 255, 0.69);
  text-decoration: none;
}


.center-box{
width: 500px;
margin: 0 auto;
text-align: center;
}

.highlight{
  background: yellow;
  font-size: 20px;
  padding: 5px;
  margin-left: -5px;
  font-family: sans-serif;
}
.no-bg{
  padding: 0px;
}


.action a{
  padding: 5px 10px;
}
.action a i{
  font-size: 14px;
}




/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ed2727;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.textarea-field{
  width: 100%;
}

.full_name{
  padding: 15px 9px;
  background: #f5f5f5;
  color: #000;
  font-size: 14px;
  overflow: hidden;
  text-overflow: clip;
  white-space: pre;
  border: 0 !important;
  border-bottom: 1px solid !important;
  z-index: 1;
  
}

.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* vendor prefixes omitted due to brevity */
}

.center-box .header{
  position: relative !important;
}

td img{
  width: 70%;
  display: table;
  margin: 0 auto;
}

/* =========================== EDITING =========================*/
.header{
  position: fixed;
  width: 100%;
  z-index: 10;
  /*box-shadow: 1px 3px 5px #0c0f1c;*/
}
.wd-sidebar{
  position: fixed;
  width: 223px;
  top: 0px;
  /*box-shadow: 4px 0px 6px #0e111c;*/
  background: #2d3339;
 /* background: -webkit-linear-gradient(#2d3339, #23426c);
  background: -o-linear-gradient(#2d3339, #23426c);
  background: -moz-linear-gradient(#2d3339, #23426c);
  background: linear-gradient(#2d3339, #23426c);*/
  z-index: 99;
}
.wd-adcontents{
  position: absolute;
  top: 51px;
  left: 225px;
  background-color: #e7e7e7;
  /*box-shadow: -3px 4px 5px #456;*/
  box-sizing: border-box;
  padding: 0px;
}

.wd-form .wd-span {
  position: absolute;
  top: 40px;
  left: 9px;
}


.search select,.search input{
  background-color: #f6f6f6;
  border: 1px solid #95989c;
  border-radius: 15px;
}
.search input {
  padding: 11px;
  border-radius: 15px;
}

.scroll-div{
  overflow: scroll;
}

mark, .mark {
    background-color: rgb(162, 236, 139);
    padding: .2em;
}

#submit.disabled{
  background: #bdbdbd;
  background: -webkit-linear-gradient(#e6e2e2, #b1b1b1, #bdbdbd);
  background: -o-linear-gradient(#e6e2e2, #b1b1b1, #bdbdbd);
  background: -moz-linear-gradient(#e6e2e2, #b1b1b1, #bdbdbd);
  background: linear-gradient(#e6e2e2, #b1b1b1, #bdbdbd);
  background: linear-gradient(#e6e2e2, #b1b1b1, #bdbdbd);
  border: 1px solid #bdbdbd;
  cursor: no-drop;
}

.date_search{
  display: none;
  min-width: 175px !important;
  margin-top: 10px !important;
  border-radius: 10px;
}

.decline_btn{
  border: 1px solid #f44336;
  padding: 7px 15px;
  border-radius: 25px;
  background-color: #f44336;
  color: #fff;
}
.validate_btn{
  border: 1px solid #14d23d;
  padding: 7px 15px;
  border-radius: 25px;
  background-color: #14d23d;
  color: #fff;
}