body{font-family: 'Open Sans', sans-serif; font-size:14px;}
img{border:0;outline:none;max-width:100%;}
ul{margin:0;padding:0;list-style-type:none;}
a{text-decoration:none;}
.topsection{border-bottom:1px solid #e9e9e9; position:relative; padding:0 25px;}
.topsection h1{font-size:24px; color:#30304e; font-weight:bold; padding:20px 0; margin:0; text-align:center;}
.topsection h1 span{font-weight:300;}
.logo{position:absolute; left:20px; top:15px;}
.topright{position:absolute; top:25px; right:20px;}
.topright a{margin:0 7px;}
.menusection{border-bottom:1px solid #e9e9e9;}
.menusection ul{ overflow:hidden; padding:15px 0; margin:0 0 0 50px;}
.menusection ul li{float:left; margin:0 30px;}
.menusection ul li a{font-size:14px; font-weight:normal; color:#30304e; padding:10px 0 10px 55px; display:inline-block;}
.menusection ul li a.dashboard{ background:url(../images/dashboard.png) no-repeat 0 0;}
.menusection ul li a.delegation{ background:url(../images/delegation.png) no-repeat 0 0;}
.menusection ul li a.configuration{ background: url(../images/configuration.png) no-repeat 0 0;}
.menusection ul li a.enrolment{ background: url(../images/enrolment.png) no-repeat 0 0;}
.menusection ul li a.report{ background: url(../images/report.png) no-repeat 0 0;}
.menusection ul li a.password{ background: url(../images/password.png) no-repeat 0 0;}
.menusection ul li a.support{ background: url(../images/support.png) no-repeat 0 0;}
.menusection ul li a.coworker{ background: url(../images/coworker.png) no-repeat 0 0;}
.menusection ul li a.selfUpdate{ background: url(../images/selfUpdate.png) no-repeat 0 0;}
.menusection ul li a:hover, .menusection ul li a.active{text-decoration:none; background-position:0 -81px; color:#2a95d2;}
.midsection{background:url(../images/bg.png) repeat-y; overflow:hidden;}
.midsection .left{width:258px;  color:#fff; padding:50px 0 0 0; float:left;}
.midsection .right{ position:relative; margin:0 0 0 258px;}
.midsection .right .box{ margin:25px 0 0 50px;  max-width:95%;}
.form{margin:30px 0 50px 30px;}
.h-txt{font-size:24px; color:#2a95d2; font-weight: normal;}
.h-txt1{font-size:18px; color:#30304e; font-weight: normal;}
.fieldbox{margin:30px 0; max-width:650px;}
.fieldbox1{margin:0 0 10px 0; overflow:hidden;}
.name{color:#2f2f4e; float:left; width:110px; padding:0 0; margin-top: 1%;}


label{
    margin-bottom:6px;
}

.field{position:relative; margin:0 0 0 120px;}
.namefield{color:#2f2f4e; float:left; width:270px; padding:15px 0;}
.namefield span{float:right;}
.typefield{position:relative; margin:0 0 0 300px; padding:10px 0;}
.typefield input{border:none; border:1px solid #e2e2e2; width:100%; padding:15px 10px;}
.namenn{color:#2f2f4e; float:left; width:110px; padding:5px 0;}
.name1{color:#2f2f4e; float:left; width:50px; padding:15px 0;}
.field1{position:relative; margin:0 0 0 60px;}
.field1 input{border:none; border:1px solid #e2e2e2; width:100%; padding:15px 10px;}
.field input{border:none; border:1px solid #e2e2e2; width:100%; padding:8px 10px;}
.field textarea{border:none; border:1px solid #e2e2e2; width:100%; padding:15px 10px;}
.fileUpload {
    position: relative;
	margin-left:-5px;
	display:inline-block;
	background:#2a96d2; 
	color:#fff;
	padding:6px 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
input.browse{border:1px solid #e2e2e2; background:#fff; width:auto; padding:5px;}
input[type="checkbox"].checkboxfield{ opacity:0.5;}

.field select.select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background: #fff url(../images/select-arrow.png) no-repeat right 0;
border:none;
border-bottom: 1px solid #2a96d2;
color: #2a96d2;
font-size: 15px;
padding: 15px 10px;
text-indent: 0.01px;
width: 100%;
outline:none;
overflow:hidden;

}
.typefield select.select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background:none;
background: #fff url(../images/select-arrow.png) no-repeat right 15px center;
border:none;
border-bottom: 1px solid #2a96d2;
color: #2a96d2;
font-size: 15px;
padding: 5px 10px;
text-indent: 0.01px;
text-overflow: "";
width: 100%;
}
.wt80{width:100% !important;}
.wt20{width:20%; float:right; text-align:center;}
.regular-checkbox {
display: none;
width:40px;
}
.regular-checkbox + label {
background-color: #ffffff;
border: 1px solid #cacece;	
padding: 9px;
display: inline-block;
position: relative;	
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {

}
.regular-checkbox:checked + label {
background-color: #e9ecee;
border: 1px solid #adb8c0;	
color: #99a1a7;
}
.regular-checkbox:checked + label:after {
content: '\2714';
font-size: 12px;
position: absolute;
top: 0px;
left: 3px;
color: #99a1a7;
}
.regular-radio {
display: none;
width:40px;
}
.regular-radio + label {
background-color: #ffffff;
/*! border: 1px solid #cacece; */	
padding: 9px;
display: inline-block;
position: relative;	
}
.regular-radio + label:active, .regular-radio:checked + label:active {

}
.regular-radio:checked + label {
/*! background-color: #e9ecee; */
/*! border: 1px solid #adb8c0; */	
/*! color: #99a1a7; */
}
.regular-radio:checked + label:after {
content: '\2714';
font-size: 12px;
position: absolute;
top: 0px;
left: 3px;
color: #99a1a7;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #2f2f4e;
	font-weight:normal;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #2a96d2;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #2a96d2;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.plain-select  {
    display:block;
    vertical-align:middle;
    position:relative;
}
.plain-select select {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    display:block;
    width:100%;
    border:none;
    border-bottom:1px solid #2a96d2;
    color:#9f9f9f;
    padding:8px 20px 7px 10px;
    margin:0;
    line-height:normal;
    width:100%;
    background:url(../images/select-arrow.png) no-repeat right 1px center;
}
.ie8 .plain-select select{padding-right:3px}
.plain-select ::-ms-expand {
 display:none;
}
.plain-select:after{
	
    position:absolute;
    z-index:2;
    right:8px;
    top:50%;
    margin-top:-3px;
    height:0;
    width:0;
    border-top:6px solid #2a96d2;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    pointer-events:none;
}


.checkfield{margin:0 0 0 290px; padding:10px 0;}
.checkfield span{width:110px; display:inline-block;}
.checkfield input{width:100px; padding:5px; margin:0 10px; border:1px solid #b7b7b7;}
.checkfield input.button{border:1px solid #2a96d2; font-size:12px; padding:6px 0 7px 0; outline:none; color:#fff; background:#2a96d2; width:80px;}
.checkfield input.dis{background:#e8e9ea; border:1px solid #e8e9ea; color:#abacb3;}
.fieldboxnn{padding:0; overflow:hidden;}
.tag{ position:relative; margin:-25px 0 0 30px;}
.buttons{margin:80px 0 20px 0;}
.wt60{width:60%; float:left;}
.wt30{width:30%; float:right;}
.save{background:#2a96d2; color:#fff; font-size:18px; width:120px; text-align:center; padding:7px 0; border:1px solid #2a96d2; outline:none; margin:0 5px;}
.typefield input.save{background:#2a96d2; color:#fff; font-size:14px; width:80px; text-align:center; padding:5px 0; border:1px solid #2a96d2; outline:none; margin:0 5px;}
.cancle{background:#fff; border:1px solid #2a96d2; outline:none; color:#2a96d2; font-size:18px; width:120px; text-align:center; padding:7px 0;  margin:0 5px;}

.panel-default{border:none;}
.panel-title{font-size:14px;}
.panel{background:none; border:none; border-radius:0; box-shadow:none;}
.panel-group .panel{border-radius:0;}
.panel-default > .panel-heading{background:none; border:none;}
.panel-title a{color:#fff; font-weight: normal;}
.panel-body{padding:0; margin:5px 0 0 50px; border:none;}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body{border:none;}
.panel-body ul{}
.panel-body ul li{}
.panel-body ul li a{color:#fff; font-size:12px; font-weight:normal; display:block; padding:10px;}
.panel-body ul li a:hover, .panel-body ul li a.active{background:#073b75; text-decoration:none;}
.glyphicon-plus::before {content:""; background: url(../images/right-arrow.png) no-repeat 0 0; padding-left:20px;}
.glyphicon-minus::before { content:""; background:url(../images/down-arrow.png) no-repeat 0 0; padding-left:20px;}

.footer{border-top:1px solid #e9e9e9; padding:10px; font-size:12px;}
.space{padding:10px 0 30px 180px;}
.space a{color:#2a96d2; font-size:14px;}
.tabbtns{ padding:15px 0; border-bottom:1px solid #e9e9e9;}
.tabbtns ul{ overflow:hidden; margin:0 0 0 70px;}
.tabbtns ul li{float:left;  padding:0; }
.tabbtns ul li a{color:#2a95d2; border:1px solid #2a95d2; display:inline-block; padding:5px 20px; font-size:20px; font-weight:300; margin:0 -1px 0 0;}
.tabbtns ul li a:hover, .tabbtns ul li a.active{background:#2a95d2; color:#fff; text-decoration:none;}
.pageform{margin:40px 0 40px 100px;}
.pageform .box{max-width:900px;}

.qa{ overflow:hidden; margin:20px 0 20px 30px;}
.qa input{width:45px; padding:5px; border:1px solid #2a96d2; float:left;}
.qa div{font-weight:normal; position:relative; margin:0 0 0 58px; padding-top:5px;}
.text{font-size:16px; margin:-25px 0 0 30px;}

.questions{}
.questions table{width:100%; }
.questions table td{padding:10px; border:1px solid #eaeaea; font-size:12px;}
.questions table td label{font-size:14px;}
.questions table th{padding:10px; color:#fff; background:#2a96d2; font-weight:normal; font-size:14px;}

.flexrow{display:flex;}
.flexrow .box{width:33.33%; margin:20px 10px !important; padding:0;}
.flexrow .box .tag{font-size:13px;}

.dashboard{background:#f8f8f8 url(../images/shadow-bg.png) repeat-x 0 0; padding:40px; padding-left:80px;}
.txt-small{font-size:14px; color:#9b9b9b; font-weight: normal;}
.b-txt{font-size:30px; color:#9b9b9b; font-weight:bold;}
.homescreen{display:flex;height: 100%;width: 100%;}
.homescreen .box{width:100%; padding:0px 30px;}
.homescreen .box.leftimage{background:#333 url(../images/homeimage.jpg) no-repeat 0 0; background-size:cover; padding:0;}
.homescreen .box.leftimage div{font-size:48px; font-weight:300; color:#fff; margin:500px 0 0 0;}
.homescreen .box.leftimage div span{ background:rgba(2, 22, 67, 0.3);}
.loginbox{ width:440px; margin:100px auto 50px auto; margin-top: 1%;}
.loginbox h1{font-size:40px; font-weight:300; color:#30304e;}
.loginbox h1 strong{display:block;}
.login{margin:40px 0 50px 0;}
.login .nav-tabs{border:none;}
.login .nav-tabs > li{float:none;display:inline-block; margin:0 20px 0 0; background:url(../images/devide.png) no-repeat right 15px;}
.login .nav-tabs > li:last-child{ background:none;}
.login .nav-tabs > li > a{border: none; background: none; padding:10px 40px 10px 0;font-size:24px; margin:0; font-weight:300; color:#6e6e73;}
.login .nav-tabs > li > a:hover{ background: none;}
.login .nav-tabs > li.active > a, .login .nav-tabs > li.active > a:focus, .login .nav-tabs > li.active > a:hover{ background: none; border:none; color:inherit; border-radius:0; color:#2a97d2;}
.login .tab-content{border: none; margin:0; padding:0;}
.textfiend{ margin:20px 0 40px 0;}
.textfiend input{border:none; border-bottom:1px solid #ccc; outline:none; padding:5px; width:100%; font-size:18px; font-weight:300;}
.textfiend input.loginbtn{background:#2a97d2; border:none; color:#fff; font-size:24px; padding:3px 10px; border-radius:25px; width:150px; text-align:center; margin:30px auto; box-shadow:5px 8px 10px #ccc;}
.textfiend input.loginbtn:hover{box-shadow:none;}
.accounts{padding:0px 0 30px 0; margin:20px 0;}
.accounts a{color:#2a97d2; font-weight:300; font-size:18px;}
.leftpos{float:left;}
.rightpos{float:right;}
@media only screen and (max-width: 1200px) {
.form{margin:30px;}	
}

@media only screen and (max-width: 980px) {
.midsection .right{width:auto;}
.midsection{background:url(../images/bg1.png) repeat-y; overflow:hidden;}
.midsection .left{width:208px; }
.midsection .right{margin:0 0 0 208px;}
.panel-heading{padding:10px 5px;}
.panel-title{font-size:13px; font-weight:bold;}
.panel-body{margin-left:30px;}
.midsection .right .box{margin:30px 0 0 30px;}
.topright a{margin:0 2px;}
.menusection ul li a{padding:10px 0 10px 45px;}
.menusection ul{margin:0;}
.menusection ul li{margin:0 20px;}
.tabbtns ul{margin:0 0 0 20px;}
.pageform{margin:20px;}
.tabbtns ul li a{font-size:15px;}
.loginbox{width:auto;}
.login .nav-tabs > li:last-child{margin:0; padding-right:0;}
.login .nav-tabs > li > a{padding:10px 20px 10px 0;}
.login .nav-tabs > li{margin:0 5px 0 0;}
}

@media only screen and (max-width: 768px)  , screen and (max-height: 750px) {
	.homescreen{display:block; background-size:cover; padding:20px;} 
	.homescreen .box{width:auto; padding:0;}
	.loginbox h1{color:#30304e;}
	.login .nav-tabs > li > a{color:#ccc;}
	.textfiend input{background:none; border-bottom:1px solid #ccc; color:#30304e;}
	.textfiend input.loginbtn{box-shadow:2px 2px 0 #fff;}
}



@media only screen and (max-width: 640px) {
.wt60{width:auto; float:none;}
.wt30{width:auto; float:none;}
.name1{color:#2f2f4e; float:left; width:100px; padding:15px 0;}
.field1{position:relative; margin:0 0 0 110px;}
.fieldbox1{margin-bottom:30px;}
.midsection .right .box{margin:20px;}
.form{margin:20px 0;}
.name{width:auto; float:none; padding:5px 0;}
.field{width:auto; margin:0;}
.name1{width:auto; float:none; padding:5px 0;}
.field1{width:auto; margin:0;}
.field select.select{border:1px solid #2a96d2;}
.field input{padding:8px;}
.field1 input{padding:8px;}
.field select.select{padding:8px;}
.fieldbox{margin:10px 0;}
.fieldbox1{margin:10px 0;}
.topsection h1{text-align:left; font-size:18px; padding-top:55px;}
.topright{top:20px;}
.menusection ul li a{text-align:center; padding:45px 0 0 0;}
.menusection ul li a.dashboard{ background:url(../images/dashboard.png) no-repeat center top;}
.menusection ul li a.configuration{ background: url(../images/configuration.png) no-repeat center top;}
.menusection ul li a.report{ background: url(../images/report.png) no-repeat center top;}
.menusection ul li a.support{ background: url(../images/support.png) no-repeat center top;}
.menusection ul li a:hover, .menusection ul li a.active{text-decoration:none; background-position: center -81px; color:#2a95d2;}
.cancle{font-size:15px; width:80px; margin-bottom:10px;}
.save{font-size:15px; width:80px; margin-bottom:10px;}
input.browse{padding:5px;}
.namenn{float:none; width:auto;}
.space{padding-left:0; text-align:center;}
.namefield{float:none; width:auto; padding:5px 0 0 0;}
.typefield{margin:0;}
.namefield span{float:none;}
.typefield select.select{border:1px solid #2a95d2; padding:10px;}
.checkfield{margin:0;}
.tabbtns ul li a{text-align:center;}
.tabbtns ul li a span{display:block;}
.qa{margin-left:0;}
.qa input{width:60px;}
.qa div{font-size:12px; padding:0; margin:0 0 0 70px;}
}

@media only screen and (max-width: 480px) {
.logo{left:10px;}
.topright{right:10px;}
.topsection{padding:0 10px;}
.menusection ul{}
.menusection ul li{float:none; margin:0 10px; display:inline-block;}
.menusection ul li a{font-size:12px;}
.panel-body ul li a{font-size:11px;}
.panel-title{font-size:12px;}
.glyphicon-plus::before {content:""; background: url(../images/right-arrow.png) no-repeat 0 0; padding:2px 0 0 15px;}
.glyphicon-minus::before { content:""; background:url(../images/down-arrow.png) no-repeat 0 0; padding:2px 0 0 15px;}
.panel-body{margin-left:15px;}
.midsection{background: url(../images/bg-small.png) repeat-y; overflow:hidden;}
.midsection .left{width:178px; }
.midsection .right{margin:0 0 0 178px;}
.fileUpload{display:block; text-align:center;}
input.browse{width:100%;}
.checkfield{font-size:12px;}
.checkfield span{width:95px;}
.checkfield input{width:70px; margin:0 5px 0 0;}
.checkfield input.button{width:65px;}
.tabbtns ul{margin:0 0 0 10px;}
.tabbtns ul li a{font-size:13px; padding:10px;}
.textfiend input{font-size:14px;}
.login .nav-tabs > li > a{font-size:17px;}
.login .nav-tabs > li{background-position:right 11px;}
.loginbox h1{font-size:30px;}
.accounts a{font-size:13px;}
}

.selfForm-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-left: 2%;
    width: 45%;
    float: left;
    margin-bottom: 5px;
    /*! border: 1px solid; */
}


.selflabel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    margin-right: 5%;
    float: left;
    padding-top: 3px;
    font-size: 16px;
}

.selfForm-control {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    float: right;
    padding: 10px;
}

.userloguot {
   width: 8%;
    position: absolute;
    right: 0px;
    background-color: rgb(254, 254, 254);
    padding: 10px;
    border: 3px solid rgb(221, 221, 221);
    box-shadow: 7px 6px rgb(221, 221, 221);
    margin-top: -1%;
   
}


.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}

#loading-div {
    background: url("../images/block-bg.png") 0 0;
    height: 100px;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 175px;
    border-radius: 5px;
    
}
#loading-div-background {
    
    background: url("../images/block-bg.png") 0 0;
    color: #000000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    
}
#operationuiDivId{
    display: none;
}



legend {
    width:inherit; /* Or auto */
    padding:0px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}
.nav::after{margin-top:40px;clear:none;}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #FFF;
    cursor: default;
    background-color: #0a62c3;
    border: 1px solid #0f86ec;
    border-bottom-color: transparent;
}


.ladssIpValue{
    display: inline;
    width: 10%;
    padding: 6px;
    border-radius: 4px;
}


.specificComputerTableCss{
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border: 1px solid #cdcdcd;
    padding: 10px;
    text-align: left;
    font-size: 12px;
}

.ladss {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
            /* Modal Content */
.ladss-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 30%;
    border-radius:0px;
}
            /* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ladss-multifactor {
    padding: 1px;
    background: rgb(88, 133, 154) none repeat scroll 0% 0%;
    border-radius: 6px;
    margin: 0px;
    position: relative;
    background: #2a96d2 url(../images/minus.png) no-repeat right 8px;
    text-decoration: none;
}


.select-questions{ font-size:11px; background-color:#FFFFFF; overflow-y:scroll; height:150px;}
.select-questions table{border-bottom:1px solid #cccccc; border-right:1px solid #cccccc;}
.select-questions table tr td{padding:5px; border-left:1px solid #cccccc; border-top:1px solid #cccccc;}
.select-questions table tr td img{max-width: none;}
/* .select-questions table tr td{padding:5px; border-left:1px solid #cccccc; border-top:1px solid #cccccc;} */
.select-questions table tr td:hover{padding:5px; border-left:1px solid #cccccc; border-top:1px solid #cccccc;background-color: #3DA0CB; color: #FFFFFF; }
.select-questions table tr td active{padding:5px; border-left:1px solid #cccccc; border-top:1px solid #cccccc;background-color: #64a2df; color: #eef0fd; }
.select-questions table tr th{padding:5px; border-left:1px solid #cccccc; border-top:1px solid #cccccc; background-color:#f5f5f5;}

.dashboar{
    border:1px solid #CCCCCC;
    -moz-border-radius: 8px;
    -webkit-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    margin:2%;
}
.dashboar-box{
    float: left; 
    width:44%; 
    margin:2.8%; 
    background-color:#FFFFFF; 
    border:1px solid #e3e3e3; 
    -moz-border-radius: 6px; 
    -webkit-border-radius:6px; 
    -o-border-radius:6px; 
    border-radius:6px;
}
.dashboar-box-head{
    background:#f5f5f5; 
    padding:5px; 
    font-size:16px; 
    border-bottom:1px solid #e3e3e3;  
    -moz-border-radius:6px 6px 0 0; 
    -webkit-border-radius:6px 6px 0 0; 
    -o-border-radius:6px 6px 0 0; 
    border-radius:6px 6px 0 0;
}
.dashboar-box-cont {
    padding: 10px;
}
.loading {
    text-align: center;
    margin: 100px 0;
}


.securitybox{border:1px solid #cccccc; border-radius:4px; width:640px; margin:20px auto;}
.securitybox-head{background:#f5f5f5; border-bottom:1px solid #cccccc; border-radius:4px 4px 0 0; font-weight:bold; font-size:24px; color:#706e6f; padding:7px 5px 10px 5px;}
.securitybox-head img{margin:0 10px 0 5px; float:left;}
.securitybox-cont{padding:30px 50px;}
.securitybox-contnew{padding:20px;}
.securitybox-cont p{font-weight:bold; padding:10px 0;}
.secrox{margin:10px 0 0 0;}
.secroxbot{margin:10px 0 0 20px;}
.secroxsmall{width:40%; margin-bottom:10px;}

@media screen and (max-width: 540px) {

.securitybox{width:auto; }
.securitybox-head{font-size:18px;}

}



.nice {
	font-size: 12px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width:100%;
	margin:0 0 0;
}
.nice .NFI-button {
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-left-radius: 3px; 
	border-bottom-left-radius: 3px;

	background-color: #588599;


	border: solid #588599 1px;
	border-bottom: solid #588599 1px;
	
	
	color: #fff;
	width: 65px;
	height: 26px;
	line-height: 26px;
	float:left;
}
.nice .NFI-button:hover {
	background: #333;
	text-shadow: 0px -1px 0px #111;
	border: solid #000 1px;
	
}
.nice .NFI-filename {
	-moz-border-radius-topright: 3px; 
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px; 
	border-bottom-right-radius: 3px;

	width: 150px;
	border: solid #588599 1px;
	border-left: none;
	height: 26px;
	line-height: 26px;
	float:right;
	
	background: #fff;


	color: #777;

}


















.unlockreset{width:900px; margin:25px auto;}

.unlock{float:left;}
.unlock a{background:#f7f7f7 url(../images/lock.png) no-repeat center 30px; border:1px solid #e9e9e9; border-radius:6px; padding:170px 100px 30px 100px; display:block; text-align:center; box-shadow:0 0 5px #ffffff; text-decoration:none; color:#666666;}
.unlock a span{display:block; font-size:30px;}
.unlock a:hover{ color:#066993; background:#FFFFFF url(../images/lock-on.png) no-repeat center 30px; box-shadow:0 0 5px #066993;}

.reset{float:right;}
.reset a{background:#f7f7f7 url(../images/key.png) no-repeat center 30px; border:1px solid #e9e9e9; border-radius:6px; padding:170px 100px 30px 100px; display:block; text-align:center; box-shadow:0 0 5px #ffffff; text-decoration:none; color:#666666;}
.reset a span{display:block; font-size:30px;}
.reset a:hover{ color:#066993; background:#FFFFFF url(../images/key-on.png) no-repeat center 30px; box-shadow:0 0 5px #066993;}







@media screen and (max-width: 980px) {

.unlockreset{width:600px; margin:25px auto;}

.unlock a{background:#f7f7f7 url(../images/lock.png) no-repeat center 30px; border:1px solid #e9e9e9; border-radius:6px; padding:170px 60px 30px 60px; display:block; text-align:center; box-shadow:0 0 5px #ffffff;}
.unlock a span{font-size:24px;}
.reset a{background:#f7f7f7 url(../images/key.png) no-repeat center 30px; border:1px solid #e9e9e9; border-radius:6px; padding:170px 60px 30px 60px; display:block; text-align:center; box-shadow:0 0 5px #ffffff;}
.reset a span{font-size:24px;}

}


@media screen and (max-width: 768px) {

.unlockreset{width:600px; margin:25px auto;}

.unlock a{background:#f7f7f7 url(../images/lock.png) no-repeat center 30px; border:1px solid #e9e9e9; border-radius:6px; padding:170px 50px 30px 50px; display:block; text-align:center; box-shadow:0 0 5px #ffffff;}
.unlock a span{font-size:24px;}
.reset a{background:#f7f7f7 url(../images/key.png) no-repeat center 30px; border:1px solid #e9e9e9; border-radius:6px; padding:170px 50px 30px 50px; display:block; text-align:center; box-shadow:0 0 5px #ffffff;}
.reset a span{font-size:24px;}


}

@media screen and (max-width: 600px) {

.unlockreset{width:440px; margin:25px auto;}

.unlock a{padding:170px 20px 30px 20px;}
.reset a{padding:170px 20px 30px 20px;}

.captcha_left{float: none;border:1px solid #CCCCCC;border-radius:6px;padding:5px;background-color: #FFFFFF;margin-bottom: 20px;}
.captcha_left img{height:80px;width: 100%;}

.captcha_right{float: none;width: 100%;} 


}


@media screen and (max-width: 480px) {
    
    .unlockreset{width:100%; margin:25px auto;}
    
    .unlock{float: none; margin:15px;}
    .reset{float: none; margin:15px;}
    .main_captcha_new {
        width: 250px;
    }

}

textarea {
  resize: vertical;
}


#ui-id-1{
    left: 428px !important;
    width:30% !important;
    background-color:#fff;
    border: 2px solid #ddd;
}

#ui-id-1 li {
    padding: 5px;
}
#ui-id-1 li a {color:#000 !important; text-decoration:none;}
#ui-id-1 li:hover{background-color:#0a62c3;}
#ui-id-1 li:hover a{color:#fff !important;}











