html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,ol,pre,input,main,article,header,select,textarea{
  margin: 0;
  border:none;
  outline: none;
  padding: 0;
  background: transparent;
}
body,html{
  position: relative;
}
body,html {    
    margin: 0 !important;
    padding: 0 !important;
    color: #444;
    font-size: 14px;
    overflow-x:hidden;
}
*{
  font-family: "Open Sans";
  box-sizing: border-box;
}
ol{
  list-style-type: none;
}
ol li{
  counter-increment: item;
  text-indent: -2em;
  padding:0 0 0.5em 2em;
}
ol li:before{
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content:counter(item)')';
}
img{
  max-width: 100%;
}
.container{ width: 90%; max-width: 1080px; margin:0 auto; }
header{  
    padding-top:103px;
}
.page_heading {
    background: #8e8e8e url("../images/head_bg.png") no-repeat scroll center center / auto 100%;
    border-bottom: 3px solid #d8462a;
    height: 159px;
    width: 100%;
    color: #fff;
    padding-top:60px;
    
}
.page_heading h1{font-size:30px; text-transform: uppercase; text-align: center; height: 100%; line-height: 100%; font-weight: 500;}

.star{
  color: red;
}
.header_navigation{
  width: 100%;
  position:absolute;
  top: 0;
  padding-top: 20px;
}

.heading{
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbb;
}
.heading1{
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  background-color: #ddd;
  line-height: 40px;
  padding: 5px 10px;
  position: relative;
}
.heading1 .btn_file{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.block{
  background-color: #eeeeee;
/*  color: #666;*/
  border-radius: 4px;
  border:1px solid #bbb;
  margin-top:20px;
  padding:15px 0;
}
.block70{
  background-color: #eeeeee;
/*  color: #666;*/
  border-radius: 4px;
  border:1px solid #bbb;
  margin-top:70px;
  padding:15px 0;
}
.col-50{
  width:50%;
  display: block;
  float:left;
  height: auto;
}
.col-33{
  width:33%;
  display: block;
  float:left;
  height: auto;
}
.col-66{
  width:66%;
  display: block;
  float:left;
  height: auto;
}
.col-80{
  width:80%;
  display: block;
  float:left;
  height: auto;
}
.col-20{
  width:20%;
  display: block;
  float:left;
  height: auto;
}
.form-group{
  padding: 5px 15px;
}
.form-group.m1{ padding-left: 0px; }
label{
  font-size: 14px;
/*  color: #666;*/
}
.form-group label sup, sup.star{
  color: red;
  position: relative;
  top: 5px;
  font-size: 17px;
  line-height: 0px;
}
.form-control{
  min-height: 35px;
  position: relative;
  padding-top: 5px;
}
.menu_wrapper{
  position: relative;
  display: inline-block;
  min-width: 250px;
  transition: 250ms all ease-in-out;
}
.tabwrapper{
  position: relative;
  width: 100%;
  transition: 250ms all ease-in-out;
}
.tabwrapper a{
  display: inline-block;
  height: 35px;
  line-height: 35px;
  background: #333;
  color: white;
  padding: 0 10px;
  border-right: 1px solid #666;
  cursor: pointer;
  transition: 250ms all ease-in-out;
}
.tabwrapper a:hover{
  background: #000;
}
.tabwrapper a.active{
  background: #777;
}
.tabwrapper a:first-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tabwrapper a:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.menu-icon{
  position: relative;
  font-size: 22px;
  color: #333;
  text-decoration: none;
}
.menu{
  display: none;
  text-align: center;
  width: 250px;
  position: absolute;
  top: 100%;
  z-index: 111;
  transition: 250ms all ease-in-out;
}
.menu_wrapper:hover .menu{
  display: block;
}
.submenu{
  position: absolute;
  left: 100%;
  width:250px;
  top: 0;
  display: none;
  transition: 250ms all ease-in-out;
}
.menu li{
  display:block;
  position: relative;
  border-color:#000;  
}
.menu li a{
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.menu > li:first-child > a, .submenu > li:first-child > a{
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top: 1px solid #333;
}
.menu > li:last-child > a, .submenu li:last-child > a{
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.menu li a{
  color: #eee;
  background-color: #666;
  text-decoration: none;
  display: block;
  padding: 8px 10px;
  transition: 250ms all ease-in-out;
}
.menu li a.active{
  background-color: green;
}
.menu li a:hover{
  background-color: #000;
}
.menu li:hover .submenu{
  display: block;
}
i.fa.val-icon{
  position: absolute;
  top:5px;
  height: 35px;
  line-height: 33px;
  right: 0;
  width:0px;
  text-align: center;
  background-color: #ddd;
  border: 1px solid #aaa;
  font-size: 19px;
  opacity: 0;
  transition: 250ms all ease-in-out;
  border-radius: 3px;
}
.valid > .form-control > i.fa{
  color: green;
  animation: slideLeft 200ms linear 0s 1 forwards;
}
.invalid > .form-control > i.fa{
  color: red;
  animation: slideLeft 200ms linear 0s 1 forwards;
}

.invalid > .form-control > i.fa::after{
  content: "\f06a";
}
.valid > .form-control > i.fa::after{
  content: "\f00c";
}

@-webkit-keyframes slideLeft {
  0%{    width: 0;  opacity: 0;  }
  100%{ width: 30px;opacity: 1; }
}
@keyframes slideLeft {
  0%{    width: 0; opacity: 0; }
  100%{ width: 30px; opacity: 1;}
}
.ip-text{
  background-color: #ffffff;
  color: #333;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border:1px solid #bbb;
  border-radius: 3px;
  padding-left: 10px;
  transition: 250ms all ease-in-out;
}
.textarea{
  background-color: #ffffff;
  color: #333;
  width: 100%;
  min-height: 150px;
  line-height: 25px;
  border:1px solid #bbb;
  border-radius: 3px;
  padding: 6px 6px 6px 10px;
  transition: 250ms all ease-in-out;
}
.ip-text.small{
  max-width: 50px;
}
.perpage{
  float: left;
}
.page_nav{
  float: right;
  vertical-align: middle;
}
.page_nav > *{
  vertical-align: middle;
}
.page_nav a, .btn_small{
  display: inline-block;
  background:#d9261c;
  color: #fff;
  line-height: 33px;
  height: 33px;
  width: 35px;
  text-align: center;
  border:1px solid #333;
  margin: 0 2px;
  font-size: 20px;
  cursor: pointer;
}
.btn_small{
  width: auto;
  padding:0 10px;
  font-size: 16px;
  text-decoration: none;
}
.page_nav a:hover, .btn_small:hover{
  background: #888;
  transition: 250ms all ease-in-out;
  color: #fff;
}
.page_nav a.disabled, .btn_small.disabled{
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
}
.btn_small.m1{
  display: block;
}
.ip-text:disabled{
  opacity: 0.3;
}
.ip-text:focus{
  box-shadow: 0px 0px 6px rgba(197,61,61,0.8);
}
.ip-checkbox{
  opacity: 0.01;
  position: absolute;
}
.label-checkbox{
  display: inline-block;
  position: relative;
  padding:0 10px 0 30px;
  cursor: pointer;
}
input.ip-checkbox + .label-checkbox-inner{
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color:#fff;
  border:1px solid #999;   
  height: 20px;
  width: 20px;
  cursor: pointer;
}
input.ip-checkbox:disabled + .label-checkbox-inner{
  opacity: 0.3;
}
input.ip-checkbox + .label-checkbox-inner.radio{border-radius: 50%;  }
input.ip-checkbox:focus + .label-checkbox-inner{outline:2px dashed #aaa;}
input.ip-checkbox + .label-checkbox-inner::after{
  left: 3px;
  content: "";
  top: 3px;
  width: 12px;
  height: 12px;
  background-color: #da251c;
  position: absolute;
  transform: scale(0);
  transition: 250ms all ease-in-out;
}
input.ip-checkbox + .label-checkbox-inner.radio::after{border-radius: 50%;}
input.ip-checkbox:checked + .label-checkbox-inner::after{
  transform: scale(1);
}
/*input.ip-radio {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.label-radio {
  display: flex;
}
.label-radio-inner {
  margin-left: 10px;
}
input[type='radio']:checked ~ .label-radio-inner { 
  color: red;
  background-color: green;
}*/
.ip-radio{
  opacity: 0.01;
  position: absolute;
}
.label-radio{
  display: inline-block;
  position: relative;
  padding:0 10px 0 30px;
  cursor: pointer;
}
input.ip-radio + .label-radio-inner{
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color:#fff;
  border:1px solid #999;   
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
}
input.ip-radio:disabled + .label-radio-inner{
  opacity: 0.3;
}
input.ip-radio + .label-radio-inner.radio{border-radius: 50%;  }
input.ip-radio:focus + .label-radio-inner{outline:2px dashed #aaa;}
input.ip-radio + .label-radio-inner::after{
  left: 3px;
  content: "";
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #da251c;
  position: absolute;
  transform: scale(0);
  transition: 250ms all ease-in-out;
}
input.ip-radio + .label-radio-inner.radio::after{border-radius: 50%;}
input.ip-radio:checked + .label-radio-inner::after{
  transform: scale(1);
}

.btn_file{
  background-color: #bbb;
  color: #000;
  border:1px dotted #333;
  display:inline-block;
  padding: 0px 30px 0px 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer;
  transition: 250ms all ease-in-out;
  position: relative;
  max-width: 90%;
  font-weight: 300;
  font-size: 13px;
}
.btn_file::before {
  content: "\f093";
  font-family: "FontAwesome";
  font-size:17px;
  position: absolute;
  right: 6px;
  color: #000;
  top:1px;
}
.btn_file.m1{
  line-height: 32px;
}
.btn_file.m1::before, .btn_file.m2::before{
  content: "\f0fe";
}
.btn_file.m1.minus::before, .btn_file.m2.minus::before{
  content: "\f146";
}
.btn_file.m2{
  height: 22px;
  line-height: 18px;
  font-size: 12px;
  padding: 0px 20px 0px 2px;
}
.btn_file.m2::before {
  font-size: 13px;
}
input[type="file"]:focus + .btn_file, .btn_file:focus{
  outline: 2px dashed #333;
}
.btn_file:disabled{
  opacity: 0.3;
  cursor: default;
}
.form-group input[type="file"]{
  opacity: 0.01;
  width: 200px;
  height: 35px;
  position: absolute;
  overflow:hidden;
}
.form-group select{
  position: absolute;
  opacity: 0.01;
}

.btn_submit, .btn{
  background-color: #d9261c;
  color: #fff;
  border:1px solid #761c17;
  display:inline-block;
  padding: 7px 70px;
  height: 49px;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 23px;
  transition: 250ms all ease-in-out;
  position: relative;
  text-decoration: none;
}
.btn_sms {
  background-color: #bbb;
  color: #000;
  border:1px solid #000;
  display:inline-block;
  padding: 2px 10px;
  height: 35px;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  transition: 250ms all ease-in-out;
  position: relative;
  text-decoration: none;
  margin-top: 10px;

}
.btn.m1{
  background: #333;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  border:none;
  margin: 0 10px 0 0;
}
.btn_submit:disabled, .btn:disabled, .btn.disabled{
  opacity: 0.3;
  cursor: default;
}
.btn_submit:focus, .btn:focus{
  outline: 2px dashed #333; 
}
.btn_file:hover,.btn_submit:hover, .btn:hover{
  background-color: #555;
  color: #fff;
}
.btn_file:hover::before{
  color: #fff;
}
.btn_file:active,.btn_submit:active, .btn:active{
  transition: none;
  margin-top:3px;
}
.form-group .error{
  background:red;
  height: 15px;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
  width: 95%;
  margin: 0 auto;
  animation: blink 1s linear 0s infinite forwards;
}
.info{
  display: inline-block;
  width: 30px;
  border:1px solid #666;
  border-radius: 50%;
  height: 30px;
  text-align: center;

  color: #eee;
  cursor: pointer;
  background-color: #333;
}
.info *{display: block; color: #fff; position: relative;line-height: 30px;}
.support{
   cursor: pointer; 
}
.datalist{
  position: absolute;
  background-color: #fff;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  z-index: 111;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  max-height: 250px;
  overflow: auto;
}
.datalist .dl-opt{
  min-height: 35px;
  padding: 0 6px;
  line-height: 35px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  width: 100%;
  cursor: pointer;
}
.datalist .dl-opt:hover, .datalist .dl-opt.sel{
  background-color: #d9261c;
  color: #fff;
}
.tool-tip, .tool-tip-hover{
  background-color: red;
  padding: 10px 15px;
  color: #fff;
  min-width: 100px;
  position: absolute;
  z-index: 1;
  top:0;
  display: none;
  transition: 250ms all ease-in-out;
  pointer-events: none;
}
.tool-tip:after{
  position: absolute;
  bottom: -25px;
  right: 5px;
  content: "\f175";
  color: red;
  font-family: "FontAwesome";
  font-size: 45px;
}
.tool-tip-hover{
  background-color: #ccc;
  color: #444;
  width: 100%;
  left: 30px;
  max-width: 250px;
  min-height: 100px;
}
.tool-tip-hover:after{
  color: #ccc;
  position: absolute;
  left: -15px;
  top:10px;
  content: "\f0d9";
  font-family: "FontAwesome";
  font-size: 45px;
}
.overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background:rgba(0,0,0,0.5);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  cursor: pointer;
  transition: 250ms all ease-in-out;
}
.overlay .modal_content{
  position: absolute;
  top:50%;
  left: 50%;
  width: 80%;
  min-width: 300px;
  height: 80%;
  padding:20px;
  overflow: auto;
  z-index: 1001;
  background: #fff;
  cursor: default;
  border:4px solid #eee;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  min-height: 380px;
}
.overlay.prompt .modal_content{
  max-width: 400px;
  max-height: 300px;
}
.overlay.prompt .message{
  padding:20px 0;
  font-size: 20px;
}
.overlay .close{
  background: #111;
  font-size: 20px;
  padding:3px 7px;
  position: fixed;
  /*right: 10px;*/
  z-index: 1002;
  border-radius: 50%;
  color: #fff;
  top:10px;
  cursor: pointer;
}
@-webkit-keyframes blink {
  0%{    opacity: 0;  }
  20%{ opacity: 1; }
  80%{ opacity: 1; }
  100%{ opacity: 0; }
}
@keyframes blink {
  0%{    opacity: 0;  }
  20%{ opacity: 1; }
  80%{ opacity: 1; }
  100%{ opacity: 0; }
}

table,th,tr,td{
  border-collapse: collapse;
}
.table_wrap{
  overflow: auto;
}
.table{
  border:1px solid #aaa;
  min-width: 768px;
}
.table th, .table td{
  padding:5px 10px;
  border:1px solid #aaa;
}
.table tr:nth-child(odd){
  background:#efefef;
}
.table tr:nth-child(even){
  background:#dfdfdf;
}
.tr_td {
  background:#efefef !important;
}
.tr_th {
  background:#dfdfdf !important;
}
.table_wrap a{
  /*color: #d9261c;*/
}
.table th {
  cursor: pointer;
}
@media screen and (max-width:768px){
  .col-50{
    width: 100%;
  }
  .col-33{
    width: 100%;
  }
  .flex{
    display: flex;
  }
  .flex > a:not(a:first-child) img{
    width: 70%;
  }
  .page_heading h1, #exam_h1 h1 {
    margin-top: -20px;
    font-size: 21px;
  }
  .page_heading h2 {
    font-size: 18px;
  }
}


@media screen and (max-width: 1024px){
  .menu_wrapper .menu, .menu_wrapper:hover .menu{
    display: none;
    transition: none;
  }
  .menu_wrapper .menu li .submenu, .menu_wrapper .menu li:hover .submenu{
    display: none;
    transition: none;
  }
}










::-webkit-input-placeholder,
::-webkit-input-placeholder {
  color: #666;
  font-size: 12px;
}

::-moz-placeholder{
  color: #666;
  font-size: 12px;
}

:-ms-input-placeholder{
  color: #666;
  font-size: 12px;
}

/* Clearfix */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: " ";
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
  background-color: #fff;
  color: #333;
  width: 53%;
  -webkit-appearance:none ;
  -moz-appearance:none ;
  -o-appearance:none ;
  appearance:none ;
  padding-left:20px;
}
.ui-datepicker-month{position: relative;}
.ui-datepicker-month::after{
  position: absolute;
  right: -20px;
  top:-3px;
  content: "\f0d7";
  font-family: "FontAwesome";
  color: #333;
}

.pL5{padding-left: 5px;}.mL5{margin-left: 5px;}
.pR5{padding-right:5px;}.mR5{margin-right:5px;}
.pT5{padding-top: 5px;}.mT5{margin-top: 5px;}
.pB5{padding-bottom: 5px;}.mB5{margin-bottom: 5px;}

.pL10{padding-left: 10px;}.mL10{margin-left: 10px;}
.pR10{padding-right: 10px;}.mR10{margin-right: 10px;}
.pT10{padding-top: 10px;}.mT10{margin-top: 10px;}
.pB10{padding-bottom: 10px;}.mB10{margin-bottom: 10px;}

.pL15{padding-left: 15px;}.mL15{margin-left: 15px;}
.pR15{padding-right:15px;}.mR15{margin-right:15px;}
.pT15{padding-top: 15px;}.mT15{margin-top: 15px;}
.pB15{padding-bottom: 15px;}.mB15{margin-bottom: 15px;}

.pL20{padding-left: 20px;}.mL20{margin-left: 20px;}
.pR20{padding-right: 20px;}.mR20{margin-right: 20px;}
.pT20{padding-top: 20px;}.mT20{margin-top: 20px;}
.pB20{padding-bottom: 20px;}.mB20{margin-bottom: 20px;}

.mT120{margin-top: 130px;}

.reload_captcha {cursor: pointer;}

.disNn{display: none;}
.disIB{display: inline-block;}
.vaMid{ vertical-align: middle; }
.vaT{ vertical-align: top; }
.disabled{color:#bbb;}
.bold{font-weight: bold;}
.pozR{position: relative;}
.flR{  float: right;}
.fs20{font-size: 20px;}
.clear{clear: both;}
.visH{visibility: hidden;}
.tac{text-align: center;}
.wordbreak{ word-wrap: break-word; }
.line{
  height: 2px;
  background-color: #ddd;
  margin: 20px 0;
  clear: both;
}

.SumoSelect > .optWrapper > .options  li.opt label, .SumoSelect > .CaptionCont,.SumoSelect .select-all > label { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.SumoSelect {transition: 250ms all ease-in-out; display: inline-block; position: relative;outline:none; width:100%; height:35px; line-height:35px;       border: 1px solid #bbbbbb;      border-radius: 3px;     color: #4e4e4e;     background-color: #fff; cursor: pointer;}
.SumoSelect:focus, .SumoSelect.open {box-shadow: 0px 0px 6px rgba(197,61,61,0.8);
    }
    .SumoSelect > .CaptionCont { position: relative; margin:0;color:#666;}
        .SumoSelect > .CaptionCont > span { display: block; color:#444; padding-right: 40px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding-left:10px; font-size: 14px;}
            /*placeholder style*/
            .SumoSelect > .CaptionCont > span.placeholder { color: #aaa; font-size:12px; }

        .SumoSelect > .CaptionCont > label { position: absolute; top: 0; right: 0; bottom: 0; width: 30px; cursor: pointer;transition: 250ms all ease-in-out;}
        .invalid .SumoSelect > .CaptionCont > label, .valid .SumoSelect > .CaptionCont > label{ right:30px; }
        .SumoSelect > .CaptionCont > label > i { 
               display: block; position: absolute; left: 9px; top:2px;
    }
    .SumoSelect > .CaptionCont > label > i::before{
      content: "\f0d7";
      line-height: 1;     
        font-family: "FontAwesome";
        color: #888;
        font-style: normal;
        font-size: 25px;

    }
.SumoSelect .hidden{display: none;}
.SumoSelect .search-txt{display:none;outline:none; position: absolute; padding: 10px; top:0;width: 70%; left: 0;}
.SumoSelect.open .search-txt{display: block;}
.SumoSelect.open > .search > span, .SumoSelect.open > .search > label{visibility: hidden;}
    .SumoSelect > .optWrapper {display:none; z-index: 1000; top: 25px; width: 100%; position: absolute; left: 0;  background: #fff; border: 1px solid #ddd; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11); border-radius: 3px;overflow: hidden; transition:250ms all ease-in-out;}
        .SumoSelect.open > .optWrapper {top:35px; display:block;  border-radius: 4px; border-top: 0px;}
        .SumoSelect.open > .optWrapper.up {top: auto;bottom: 100%;margin-bottom: 5px;}

        .SumoSelect > .optWrapper ul {list-style: none; display: block; padding: 0; margin: 0; overflow: auto;}
        .SumoSelect > .optWrapper > .options { border-radius: 2px;position:relative;
         /*Set the height of pop up here (only for desktop mode)*/
            max-height: 250px;
             /*height*/ }
        .SumoSelect > .optWrapper > .options li.group.disabled > label{opacity:0.5;}
        .SumoSelect > .optWrapper > .options li ul li.opt{padding-left: 22px;}
        .SumoSelect > .optWrapper.multiple > .options li ul li.opt{padding-left: 50px;}
        .SumoSelect > .optWrapper.isFloating > .options {max-height: 100%;box-shadow: 0 0 100px #595959;}
        .SumoSelect > .optWrapper > .options  li.opt { padding: 0px 6px; height:35px; line-height: 35px; position: relative;border-bottom: 1px solid #f5f5f5;}
            .SumoSelect > .optWrapper > .options > li.opt:first-child { border-radius: 2px 2px 0 0; }
            .SumoSelect > .optWrapper > .options > li.opt:last-child {border-radius: 0 0 2px 2px; border-bottom: none;}
            .SumoSelect > .optWrapper > .options li.opt:hover { background-color: #d8462a; }
            .SumoSelect > .optWrapper > .options li.opt.sel{background-color: #d8462a; border-bottom: 1px solid #a1c0e4;}
  
  
            .SumoSelect > .optWrapper > .options li.opt:hover label, .SumoSelect > .optWrapper > .options li.opt.sel label {color: #fff; }
            .SumoSelect > .optWrapper > .options li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block;cursor: pointer;}
            .SumoSelect > .optWrapper > .options li span { display: none; }
            .SumoSelect > .optWrapper > .options li.group > label {cursor: default;padding: 8px 6px;font-weight: bold;}

        /*Floating styles*/
        .SumoSelect > .optWrapper.isFloating { position: fixed; top: 0; left: 0; right: 0; width: 90%; bottom: 0; margin: auto; max-height: 90%; }

    /*disabled state*/
    .SumoSelect > .optWrapper > .options li.opt.disabled { background-color: inherit;pointer-events: none;}
        .SumoSelect > .optWrapper > .options li.opt.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }


    /*styling for multiple select*/
    .SumoSelect > .optWrapper.multiple > .options li.opt { padding-left: 35px;cursor: pointer;}
        .SumoSelect > .optWrapper.multiple > .options li.opt span,
        .SumoSelect .select-all > span{position:absolute;display:block;width:20px; height:20px;top:50%; transform:translateY(-50%);bottom:0;margin-left:-28px;border: 2px solid #d6d3d3;}

        .SumoSelect > .optWrapper.multiple > .options li.opt:hover span,
        .SumoSelect .select-all:hover > span{ border-color:#fff; }
            .SumoSelect > .optWrapper.multiple > .options li.opt span i,
            .SumoSelect .select-all > span i{position: absolute;left: 3px;right: 0;top: 3px;bottom: 0;width: 10px;height: 10px; background:#d9261c; transition:150ms all ease-in-out;transform:scale(0);}
            .SumoSelect > .optWrapper.multiple > .options li.opt:hover span i,
            .SumoSelect .select-all:hover > span i{background:#fff;}
.SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #ddd; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); border-radius: 0 0 3px 3px; }
    .SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0; width: 100%; }

    .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }

    .SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0 0 0 3px; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0 0 3px 0; }
    /*styling for select on popup mode*/
    .SumoSelect > .optWrapper.isFloating > .options li.opt { padding: 12px 6px; }

    /*styling for only multiple select on popup mode*/
    .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt { padding-left: 35px; }
    .SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px; }
    
    .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
    .SumoSelect .select-all.selected > span i,
    .SumoSelect .select-all.partial > span i{transform:scale(1);}

    
    
    .SumoSelect .no-match{ padding-left: 10px; }
    /*disabled state*/
    .SumoSelect.disabled { opacity: 0.7;cursor: not-allowed;}
    .SumoSelect.disabled > .CaptionCont{border-color:#ccc;box-shadow:none;}

    /**Select all button**/
    .SumoSelect .select-all{border-radius: 3px 3px 0 0;position: relative;border-bottom: 1px solid #ddd;background-color: #fff;padding: 0px 0 0px 35px;cursor: pointer;}
    .SumoSelect .select-all:hover{background-color: #d8462a;}
    .SumoSelect .select-all > label, .SumoSelect .select-all > span i{cursor: pointer;}
    .SumoSelect .select-all:hover > label{color: #fff;}
    .SumoSelect .select-all.partial > span i{background-color:#fda6a1;}


     /*styling for optgroups*/
    .SumoSelect > .optWrapper > .options li.optGroup { padding-left: 5px; text-decoration: underline; }

