
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

li:focus{
	border: none;
	outline: 0 !important;
}
button:focus{
    border: none;
    outline: 0 !important;
}
a:focus{
    border: none;
    outline: 0 !important;
}
.btn:active{
	border: none;
	outline: 0 !important;
	padding-left: 0 !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
}
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff9cf;
}
.mainWrapper {
	padding-left: 250px;
    padding-bottom: 10px;
}
.header {
	display: block;
}
.headerTop {
  padding: 8px 15px;
  background: #ffe001;
}
.adminHeader {
    background: rgba(240,211,0,1);
    background: -moz-linear-gradient(top, rgba(240,211,0,1) 0%, rgba(255,224,1,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,211,0,1)), color-stop(100%, rgba(255,224,1,1)));
    background: -webkit-linear-gradient(top, rgba(240,211,0,1) 0%, rgba(255,224,1,1) 100%);
    background: -o-linear-gradient(top, rgba(240,211,0,1) 0%, rgba(255,224,1,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,211,0,1) 0%, rgba(255,224,1,1) 100%);
    background: linear-gradient(to bottom, rgba(240,211,0,1) 0%, rgba(255,224,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d300', endColorstr='#ffe001', GradientType=0 ); 
    padding: 7px;
    border-bottom: 1px solid #ffe001;
}     
.leftPanel {
	background: #0088bd;
	position: absolute;
	width: 250px;
	min-height: 100%;
	left: 0;
	top: 0;
	padding: 10px 0;
}
.leftPanel ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.leftPanel ul li {
    display: block;
    margin: 6px 0;
    padding: 9px 0px 0px;
    position: relative;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.leftPanel ul li a {
	color: #fff;
    margin-left: 20px;
    padding-bottom: 9px;
    display: inline-block;
}
.leftPanel ul li span {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  right: 15px;
  top: 16px;
  z-index: 99;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
} 
.leftPanel ul li strong {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-size: 14px;
  max-width: 170px;
}
.leftPanel ul li.backk {
    background-color: #081422;
}
.leftPanel ul li ul {
    display: none;
    padding: 5px 20px;
    background: #333;
}
.leftPanel ul li ul li {
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px dashed #666;
    padding: 7px 0 5px;
    margin: 0;
}
.leftPanel ul li ul li:last-child {
    border-bottom: none;
}
.leftPanel ul li ul li:hover {
    background: transparent;
}
.leftPanel ul li ul li a {
    margin-left: 0;
    padding-bottom: 0;
    transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -khtml-transition: all ease-in-out 0.5s;
}
.leftPanel ul li ul li a:hover {
    color: #ffe001;
}
.pull-right {
    float: right;
}
.pos-rel {
    position: relative;
}
.adminHeader h3.lead {
    color: #333;
    margin: 5px 0 0 15px;
    font-weight: 500;
    font-size: 18px;
}
.search {
	width: 500px;
	float: right;
    position: relative;
}
.search input[type="text"] {
    margin-right: 15px;
    background-color: #fff;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
}
.search input[type="submit"] {
    background: url(../images/search.jpg) left 4px no-repeat;
    width: 28px;
    height: 32px;
    border: none;
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 1px;
    border: none;
    font-size: 0;
}
.firstDrop.dropdown a {
    padding-bottom: 10px !important;
    margin-left: 0 !important;
    padding-right: 16px !important;
}
.navbar-nav .firstDrop .dropdown-menu {
    width: 300px;
}
.label-count {
    position: absolute;
    /* top: 6px !important; */
    top: 1px !important;
    right: 28px!important;
    font-size: 11px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    background-color: #f00 !important;
    padding: 0px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
}
.navbar-nav .firstDrop .dropdown-menu .header {
    font-size: 15px;
    font-weight: bold;
}
.dropdown-menu ul.menu {
    padding-left: 0;
}
.dropdown-menu ul.menu li:last-child {
    border-bottom: none;
}
.firstDrop.dropdown.open .dropdown-menu a {
    padding-bottom: 8px !important;
    padding-left: 12px !important;
}
.dropdown-menu .header {
    font-size: 13px;
    font-weight: bold;
    min-width: 270px;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 4px 0 6px 0;
}
.navbar-nav .firstDrop .dropdown-menu {
    width: 300px;
}
.firstDrop.dropdown.open a {
    background-color: #fff !important;
}
.navbar-nav > li > a {
    /* padding: 21px 7px 2px 7px !important; */
    padding: 10px 7px 2px 7px !important;
    margin-top: 16px !important;
    top: 8px !important;
    -moz-border-radius: 25px 25px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
    -o-border-radius: 25px 25px 0 0;
    -ms-border-radius: 25px 25px 0 0;
    -khtml-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}
.navbar-nav > li {
    margin-right: 20px;
}
.label-count {
    position: absolute;
    /* top: 6px !important; */
    top: 1px !important;
    right: 28px!important;
    font-size: 11px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    background-color: #f00 !important;
    padding: 0px !important;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
}
.navbar-nav .firstDrop .dropdown-menu ul.menu .menu-info h4 {
    margin: 0;
    font-size: 15px !important;
    color: #333;
    font-weight: 300 !important;
}
.dropdown-menu ul.menu .menu-info h4 {
    margin: 0;
    font-size: 13px;
    color: #333;
}
.dropdown-menu ul.menu .icon-circle {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: #F44336 !important;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
}
.bg-light-green {
    background-color: #8BC34A !important;
    color: #fff;
}
.dropdown-menu ul.menu .menu-info {
    display: inline-block;
    width: 212px;
    vertical-align: middle;
    margin-left: 8px;
}
.fa-bell {
	font-size: 19px;
	color: #555;
}
.nav>li.firstDrop>a:focus, .nav>li.firstDrop>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.dropdown.firstDrop.scDrop.open a {
    color: #666;
}
.firstDrop.dropdown.scDrop a {
    padding-bottom: 14px !important;
    font-size: 17px;
    padding-top: 10px !important;
    padding-left: 18px !important;
    color: #555;
}
.firstDrop.dropdown.open a {
    background-color: #fff !important;
    z-index: 9999;
}
.navbar-nav > li.scDrop {
    margin-right: 15px;
}
.firstDrop.dropdown.scDrop a span:first-child {
    margin-right: 7px;
    font-size: 18px;
}
.navbar-nav .firstDrop.dropdown.scDrop .dropdown-menu {
    margin-top: 8px !important;
}
.firstDrop.dropdown.scDrop .dropdown-menu {
    width: 400px;
    padding-bottom: 0;
}
.helpInner {
    display: block;
}
.helpInnerHeader {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px;
    color: #393a3d;
    box-shadow: inset 0 -1px 0 0 #d4d7dc;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: color .3s,background-color .3s;
    -o-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
    transition-timing-function: ease-in-out;
}
.helpInnerHeader .header-left-icons {
    cursor: pointer;
    font-size: 15px;
    margin: auto 0;
    color: #ff9503;
}
.helpInnerHeader .header-left-icons {
    cursor: pointer;
    font-size: 15px;
    margin: auto 0;
    color: #ff9503;
}
.helpInnerHeader .header-right-icons {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
}
.helpInnerHeader .header-right-icons .fa-times {
    margin: 2px 0 0 !important;
    right: 14px !important;
    font-weight: 300 !important;
    color: #ff9503 !important;
}
.helpInner .conversation-messages {
    width: 100%;
    overflow-y: auto;
    padding: 5px 15px;
    max-height: 300px;
    overflow: auto;
}
.conversation-messages h1 {
    text-align: center;
    font-size: 15px;
    color: #333;
    margin: 10px 0 15px;
    padding: 0;
}
.conversation-messages-box {
    margin: 10px 0;
    display: block;
}
.conversation-messages-box span {
    background-color: #eee;
    padding: 10px;
    -moz-border-radius: 8px 8px 8px 0;
    -webkit-border-radius: 8px 8px 8px 0;
    -o-border-radius: 8px 8px 8px 0;
    -ms-border-radius: 8px 8px 8px 0;
    -khtml-border-radius: 8px 8px 8px 0;
    border-radius: 8px 8px 8px 0;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    display: inline-block;
}
.conversation-messages-boxx span {
    padding: 10px;
    -moz-border-radius: 8px 8px 0 8px;
    -webkit-border-radius: 8px 8px 0 8px;
    -o-border-radius: 8px 8px 0 8px;
    -ms-border-radius: 8px 8px 0 8px;
    -khtml-border-radius: 8px 8px 0 8px;
    border-radius: 8px 8px 0 8px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    background-color: #00BCD4;
    display: inline-block;
}
.conversationFooter {
    border-top: 1px solid #d4d7dc;
    padding: 10px 15px;
    margin-top: 15px;
    font-size: 0;
    display: block;
    background-color: #eee;
}
.conversationFooterLeft {
    width: 11%;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}
.conversationFooterLeft img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.conversationFooterRight {
    width: 87%;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    padding: 5px;
    margin-left: 2%;
    position: relative;
}
.conversationFooterRight input[type='text'] {
    border: none;
    background-color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    width: 80%;
    height: 30px;
    padding-right: 45px;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
    font-style: italic;
}
.conversationFooterRight input[type='submit'] {
    border: none;
    background-color: transparent;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/arrow-button.png) left top no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.topDrop {
	margin-top: 26px;
	margin-left: 0;
}
.topDrop .dropdown-menu {
    position: absolute;
    top: 32px;
    left: auto;
    min-width: 200px;
    padding: 12px 15px !important;
    font-size: 14px;
}
.eform-menu li {
    font-weight: 600;
    font-size: 15px;
}
.eform-menu li span {
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
}
.logout {
	border-top: 1px solid #ccc;
	margin-top: 10px;
}
.dropdown-menu>li.logout> a {
	color: #17aad2;
	font-weight: bold;
	padding-left: 0;
}
.dropdown-menu>li.logout> a:hover {
	background-color: transparent;
}
.topDrop .btn {
    padding: 4px 12px !important;
    font-size: 17px;
}
.topDrop .btn:active {
    padding: 5px 13px !important;
}
.leftPanel ul li img {
	width: 18px;
}
.admin {
    padding: 10px 20px 10px 20px;
    margin: 20px 20px 0;
    background-color: #fff;
    box-shadow: 0px 0px 7px 1px #ddd;
    border-radius: 2px;
}
.admin h3.title {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #141c30;
    line-height: 1.5;
    margin: 10px 0 2px;
}
.admin p {
    font-size: 13px;
    line-height: 1.38;
    color: #727681;
    border-bottom: 1px dotted #dadfe3;
    padding-bottom: 10px;
}
.admin .admin_icons {
    overflow: hidden;
    padding-left: 0;
    margin-top: 36px;
	list-style-type: none;
}
.admin .admin_icons li {
    float: left;
    padding: 0 1% 0 0;
    position: relative;
    min-height: 60px;
    width: 20%;
	margin-right: 1%;
}
.admin .admin_icons li:nth-child(5) {
    padding: 0;
	width: 15%;
}
.admin .admin_icons li a {
    position: relative;
    display: table;
    width: 100%;
    padding: 3px 10px;
    text-decoration: none;
    color: #686a76;
    z-index: 1;
}
.admin .admin_icons li a .img-outer {
    width: 32px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.admin .admin_icons li a div.admin-icon-text {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color: #141c30;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0;
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.admin .admin_icons li a div.admin-icon-text:hover {
    color: #0088bd;
}
.lead span {
	display: inline-block;
	vertical-align: top;
}
.lead span:first-child {
	margin-top: -2px;
	margin-right: 7px;
}
.newPro {
	float:right;
}
.newPro a {
	color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #1f91f3;
    color: #fff;
	padding: 7px 15px;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	margin-left: 5px;
    text-align: center;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
}
.newPro a:hover {
	text-decoration: none;
}
table.dataTable thead .sorting:after {
    opacity: 1 !important;
    content: "" !important;
    background: url(../images/dropdownn-arrow.png) left top no-repeat;
    height: 15px;
    width: 10px;
    top: 30% !important;
    right: 6px !important;
}
table.dataTable thead .sorting_asc:after {
    opacity: 1 !important;
    content: "" !important;
    background: url(../images/droppdown-arrow.png) left top no-repeat;
    height: 15px;
    width: 10px;
    top: 30% !important;
    right: 6px !important;
}
table.dataTable thead .sorting_desc:after {
    opacity: 1 !important;
    content: "" !important;
    background: url(../images/dropup-arrow.png) left top no-repeat;
    height: 15px;
    width: 10px;
    top: 30% !important;
    right: 6px !important;
}
.proTable {
	margin: 10px 0;
}
.proTable table {
	width:100%;
	float:left;
}
.proTable table.dataTable thead > tr > th {
    padding: 8px 23px 8px 2px;
    font-size: 14px;
    font-weight: 600;
	text-align: center;
	background: #e6e6e6;
	border-right: 1px solid #fff;
    vertical-align: middle;
}
.proTable table.dataTable thead th:first-child {
    padding: 8px;
}
.proTable table.dataTable thead th:last-child {
    padding: 8px;
}
.proTable table.dataTable thead th.sorting_asc:first-child:after {
	display: none;
}
.proTable table.dataTable thead th.sorting:first-child:after {
	display: none;
}
.proTable table.dataTable thead th.sorting_desc:first-child:after {
	display: none;
}
.proTable table.dataTable thead th.sorting:last-child:after {
	display: none;
}
.proTable table.dataTable thead th.sorting_asc:last-child:after {
	display: none;
}
.proTable table.table-bordered.dataTable tbody td {
    padding: 8px 10px;
    font-size: 14px;
	text-align: center;
}
.dataTables_wrapper .row:first-child .col-sm-6:first-child {
    text-align: left;
}
.dataTables_wrapper {
    position: relative;
}
.btn:not(.btn-link):not(.btn-circle) {
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);*/
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
    border: none;
    font-size: 13px;
    outline: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.btn:not(.btn-link):not(.btn-circle) span {
    position: relative;
    top: -2px;
    margin-left: 3px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.dataTables_length {
	float: left;
}
.dataTables_filter {
	float: right;
}
.dataTables_info {
	float: left;
}
.dataTables_paginate {
	float: right;
}
.dataTables_filter input[type="search"] {
	border: none;
	border-bottom: 1px solid #ccc;
	width: 300px !important;
}
.dataTables_length select  {
	border: none;
	border-bottom: 1px solid #ccc;
    background: transparent;
}
.demo-checkbox input[type="checkbox"] {
    display:none;
}
.demo-checkbox input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:0 4px 0 0;
    vertical-align:middle;
    background:url(../images/chkbox.png) left top no-repeat;
    cursor:pointer;
}
.demo-checkbox input[type="checkbox"]:checked + label span {
    background:url(../images/chkbox.png) left -38px no-repeat;
}
.supplyOuter button {
	border: none;
    background: transparent;
}
.paging_simple_numbers span {
	display: inline-block;
	background: #eee;
	color: #000;
	padding: 5px 12px;
	margin: 0 5px;
}
.proRow {
	display: block;
	margin-top: 30px;
}
.phmob {
    margin-top: 30px;
}
.proRow h2 {
	color: #686a76;
    font-weight: normal;
    font-size: 13px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    display: block;
}
.proRow input[type="text"] {
	background-color: #fff;
    border: 1px solid #dadfe3;
	width: 100%;
	padding: 5px 10px;
	height: 40px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
}
.proRow input[type="number"] {
    background-color: #fff;
    border: 1px solid #dadfe3;
    width: 100%;
    padding: 5px 10px;
    height: 40px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
}
.proRow input[type="email"] {
    background-color: #fff;
    border: 1px solid #dadfe3;
    width: 100%;
    padding: 5px 10px;
    height: 40px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
}
.proRow input[type="date"] {
	background-color: #fff;
    border: 1px solid #dadfe3;
	width: 100%;
	padding: 5px 10px;
	height: 40px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
}
.proRow select {
	background-color: #fff;
    border: 1px solid #dadfe3;
	width: 100%;
	padding: 5px 10px;
	height: 40px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
}
.proRow textarea {
	background-color: #fff;
    border: 1px solid #dadfe3;
	width: 100%;
	padding: 10px;
	height: 126px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
}
.stRow {
    position: relative;
}
.stRow:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 38px;
    background: #fff url(../images/arrow-drop.png) 5px center no-repeat;
    right: 1px;
    top: 1px;
    cursor: pointer;
    pointer-events: none;
    -moz-border-top-right-radius: 5px; 
    -webkit-border-top-right-radius: 5px; 
    -o-border-top-right-radius: 5px; 
    -ms-border-top-right-radius: 5px; 
    -khtml-border-top-right-radius: 5px; 
    border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px; 
    -webkit-border-bottom-right-radius: 5px; 
    -o-border-bottom-right-radius: 5px; 
    -ms-border-bottom-right-radius: 5px; 
    -khtml-border-bottom-right-radius: 5px; 
    border-bottom-right-radius: 5px;
}
.newPro a.cnn {
    color: #000;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #ddd;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd', endColorstr='#d3d3d3', GradientType=0);
    border-color: #1c2939 #1c2939 #030405;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #ddd;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    width: 80px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
}
.newPro a.sv {
    width: 80px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
}
.img-outer img {
	width:22px;
}
.btn {
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
}

.upload {
    display: block;
    margin-top: 30px;
}
.upload a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #213143;
    background-image: -moz-linear-gradient(top, #24364a, #1c2939);
    background-image: -ms-linear-gradient(top, #24364a, #1c2939);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#24364a), to(#1c2939));
    background-image: -webkit-linear-gradient(top, #24364a, #1c2939);
    background-image: -o-linear-gradient(top, #24364a, #1c2939);
    background-image: linear-gradient(top, #24364a, #1c2939);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#223347', endColorstr='#1a2735', GradientType=0);
    border-color: #1c2939 #1c2939 #030405;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #1c2939;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin-left: 5px;
    text-align: center;
}
.upload a:hover {
    text-decoration: none;
}
.fa-eye {
    color:#ff9503;
}
.proTable .col-sm-6 .proRow:first-child {
    margin-top: 0px;
}
.proTable .col-sm-6 .proRow:first-child h2 {
    margin-top: 0px;
}
.proRoww {
    display: block;
    margin-top: 30px;
}
.proRoww h2 {
    color: #686a76;
    font-weight: normal;
    font-size: 15px;
    padding-bottom: 3px;
    margin-bottom: 20px;
    display: block;
}
.asNo {
    background-color: #fff;
    border: 1px solid #dadfe3;
    width: 100%;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}
.proTable h5 {
    background-color: #213143;
    color: #fff;
    font-size: 14px;
    padding: 12px 10px;
    margin: 0 0 20px;
    float: left;
    width: 100%;
}
.proTable h5:nth-of-type(2) {
    margin-top: 20px;
}
.portlet {
    display: block;
    margin-bottom: 30px;
}
.portlet-body {
    border: 1px solid #ccc;
    padding: 25px 17px;
    margin-top: 18px;
}
.clinfoclm {
    display: block;
    position: relative;
}
.srrcchh {
    text-align: center;
}
.srrcchh input[type="submit"] {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #213143;
    background-image: -moz-linear-gradient(top, #24364a, #1c2939);
    background-image: -ms-linear-gradient(top, #24364a, #1c2939);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#24364a), to(#1c2939));
    background-image: -webkit-linear-gradient(top, #24364a, #1c2939);
    background-image: -o-linear-gradient(top, #24364a, #1c2939);
    background-image: linear-gradient(top, #24364a, #1c2939);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#223347', endColorstr='#1a2735', GradientType=0);
    border-color: #1c2939 #1c2939 #030405;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #1c2939;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin-left: 5px;
    text-align: center;
    margin-top: 30px;
}
.rpsearch {
    display: block;
}
.rpsearch input[type="checkbox"] {
    display:none;
}
.rpsearch input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/checkbox.png) left 1px no-repeat;
    cursor:pointer;
}
.rpsearch input[type="checkbox"]:checked + label span {
    background:url(../images/checkbox.png) left -19px no-repeat;
}
.serchRow .proRow h2 {
    color: #333;
    font-weight: bold;
    font-size: 14px;
}
.srrc .dataTables_length, .srrc .dataTables_filter {
    display: none;
}
.addHead {
    font-size: 16px;
    margin: 40px 0 20px;
}
.headerTop .firstDrop {
    margin-right: 0;
    padding-right: 0;
}
.headerTop .firstDrop a {
    margin-right: 0;
    padding-right: 0 !important;
}
.leftPanel ul li a i {
    margin-right: 10px;
    width: 17px;
}
.leftPanel ul li a img {
    margin-right: 12px;
}
.leftPanel ul li a span {
    font-size: 15px;
}
.leftPanel ul li:hover, .leftPanel ul li.active {
    background-color: #081422;
}
.btyn {
    text-align:left; 
    padding: 0 !important; 
    font-size: 14px; 
    margin-top: 8px; 
    background-color: #ffe001!important;
}
.tch {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
}
.tch tr:nth-child(even) {
    background: #fafafa;
}
.tch th, .tch td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /*padding: 5px;*/
    padding:5px 0px 5px 0px;
    text-align: center;
}
.tch th {
    background: #eee; 
    border-bottom: 4px solid #ddd;
}
.tch th:last-child, .tch td:last-child {
    border-right: none;
}
.supplyOuter .fa-eye {
    color: #ff9503;
    margin-left: 5px;
}
.supplyOuter .fa-trash-o {
    color: #1f91f3;
    margin-left: 5px;
}
.export {
    float: right;
}
.headBar {
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #1f91f3;
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    width: 100%;
    margin-top: 20px;
}
.searchArea span {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}
.searchArea select, .searchArea input[type="text"] {
    display: inline-block;
    width: 200px;
    margin-right: 10px;
    height: 36px;
}
.searchArea .btn {
    display: inline-block;
    width: auto;
    margin-right: 5px;
    height: 34px;
    width: 100px;
}
.tch .proRow {
    margin: 10px;
}
.btn.yellow {
    color: white;
    text-shadow: none;
    background-color: #ffe001;
    color: #000;
    transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -khtml-transition: all ease-in-out 0.5s;
}
.btn.yellow:hover {
    background-color: #1f91f3;
    color: #fff;
}
.btn.blue {
    color: white;
    text-shadow: none;
    background-color: #1f91f3;
    transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -khtml-transition: all ease-in-out 0.5s;
}
.btn.blue:hover {
    background-color: #ffe001;
    color: #000;
}
.letter {
    text-align: center;
    padding: 8px 5px 5px;
}
.letter a {
    color: #000;
    text-decoration: none;
    margin: 0 8px;
}
.export .fa-external-link {
    color: #ff9503;
    font-size: 30px;
    margin-top: -4px;
}
.export img {
    width: 30px;
}
.proRow input[type="email"] {
    background-color: #fff;
    border: 1px solid #dadfe3;
    width: 100%;
    padding: 5px 10px;
    height: 40px;
}
.adStu {
    display: block;
}
.adStu.not {
    display: none;
}
.portlet {
    display: none;
}
.portlet.shot {
    display: block;
}
.portlet .form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}
.portlet .form-horizontal.form-bordered .control-group .controls {
    padding: 10px;
    position: relative;
    border-left: 1px solid #eee;
    margin-left: 180px;
}
.portlet.box .form .form-actions, .portlet.solid .form .form-actions {
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-bottom: -10px !important;
}
.form-actions {
    padding: 14px 20px 15px 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}
.form .form-actions {
    margin-top: 0px !important;
    margin-top: 40px;
    padding-left: 190px;
}
.portlet .headBar {
    margin-bottom: 20px;
}
.form-actions .btn {
    display: inline-block;
    width: auto;
    margin-right: 5px;
    height: 34px;
    width: 100px;
    font-size: 14px;
}
.viewArea {
    border: 1px solid #ddd;
    padding: 20px;
}
.viewArea table {
    width: 100%;
    border: none;
}
.viewArea table td {
    padding: 10px;
}
.viewArea table td:first-child {
    width: 250px;
}
.viewSchool {
    display: none;
}
.editSchool {
    display: none;
}
.proRow input[type="password"] {
    background-color: #fff;
    border: 1px solid #dadfe3;
    width: 100%;
    padding: 5px 10px;
    height: 40px;
}
.backesdl {
    margin-top: 22px;
}
.adMore {
    width: 40px;
    height: 40px;
    color: #333;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    margin-left: 6px;
    vertical-align: top;
    background: rgba(240,211,0,1);
    background: -moz-linear-gradient(top, rgba(240,211,0,1) 0%, rgba(255,224,1,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,211,0,1)), color-stop(100%, rgba(255,224,1,1)));
    background: -webkit-linear-gradient(top, rgba(240,211,0,1) 0%, rgba(255,224,1,1) 100%);
    background: -o-linear-gradient(top, rgba(240,211,0,1) 0%, rgba(255,224,1,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,211,0,1) 0%, rgba(255,224,1,1) 100%);
    background: linear-gradient(to bottom, rgba(240,211,0,1) 0%, rgba(255,224,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d300', endColorstr='#ffe001', GradientType=0 );
}
.del  {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    margin-left: 6px;
    vertical-align: top;
    background: #9d0000;
    margin-left: 10px;
}
.secc {
    width: calc(100% - 50px) !important;
    display: inline-block;
    vertical-align: top;
}
.sece {
    width: calc(100% - 100px) !important;
    display: inline-block;
    vertical-align: top;
}
.gapy {
    margin-top: 10px;
}
.secRow {
    margin-top: 10px;
}
.secRow input[type="text"] {
    width: calc(100% - 54px);
    display: inline-block;
    vertical-align: top;
}
.secRow textarea {
    width: calc(100% - 54px);
    display: inline-block;
    vertical-align: top;
}
.deel  {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    margin-left: 6px;
    vertical-align: top;
    background: #9d0000;
    margin-left: 10px;
} 
.svv {
    margin-right: 20px;
    margin-top: 21px;
    height: 40px;
    width: 94px;
    font-size: 15px !important;
}
.backesdl {
    height: 40px;
    width: 94px;
    font-size: 15px !important;
}
.backsldl {
    height: 40px;
    width: 94px;
    font-size: 15px !important;
}
.grayBar {
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #ddd;
    color: #000;
    padding: 7px 15px;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    width: 100%;
    margin: 20px 0;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
    border: 1px solid #ccc;
}
.quSec {
    width: 160px;
    height: 40px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.qu {
    width: 160px;
    height: 40px;
    display: inline-block;
    position: absolute;
    background-color: #1f91f3;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    left: 0;
    top: 0;
    pointer-events: none;
    color: #fff;
}
.quSec input[type="file"] {
    width: 160px;
    height: 40px;
    display: inline-block;
    border: none;
    opacity: 0;
}
.option {
    margin-top: 30px;
}
.option:first-child {
    margin-top: 0px;
}
.option .quSec {
    margin-top: 22px;
}
.copt {
    margin-top: 30px !important;
}
.pegi {
    margin-top: 3px;
    text-align: right;
}
.pegi .pagination {
    margin: 0
}
.imgqsSet {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    text-align: right;
}
.imgqsSet img {
    height: 40px;
}
.qus span {
    display: inline-block;
    vertical-align: middle;
    width: 68%;
    text-align: left;
}
.lft {
    text-align: left;
    max-width: 30%;
    width: auto;
    margin-right: 20px;
}
.spq {
    margin-top: 30px;
}
.ques span {
    display: inline-block;
    vertical-align: middle;
    max-width: 68%;
    text-align: left;
    margin-right: 4%; 
}
.ques .imgqsSet {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    text-align: left;
}
.anss span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.vpr.viewArea table td {
    vertical-align: top;
}
.vpr.viewArea table td:last-child table td:first-child {
    padding-top: 0;
}
.vpr.viewArea table td:first-child {
    width: 150px;
}



.educationLoginForm {
    width: 400px;
    display: inline-block;
    margin-top: 20px;
    text-align: left;
}
.educationRibbon {
    /*background-color: #009cff;*/
    background: #076dae; /* Old browsers */
    background: -moz-linear-gradient(left, #076dae 1%, #18a5ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #076dae 1%,#18a5ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #076dae 1%,#18a5ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076dae', endColorstr='#18a5ff',GradientType=1 ); /* IE6-9 */
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
    margin-top: 60px;
}
.educationRibbon h2 {
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.iconEducation {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
.secureEducation {
    float: left;
}
.form-label {
    font-family: 'Roboto', Arial, Tahoma, sans-serif;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    position: relative;
}
.input-group.psa {
    margin-bottom: 20px;
    margin-top: -1px;
    opacity: 0;
    transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -khtml-transition: all ease-in-out 0.5s;
}
.input-group.psa.gg {
    opacity: 1;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
    box-shadow: none;
    border: 1px solid #009cff !important;
    padding-left: 10px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 0 !important;
    height: 46px;
    font-size: 16px;
}
.input-group .input-group-addon {
    border: none;
    /*background-color: #009cff;*/
    background: #027ac6; /* Old browsers */
    background: -moz-linear-gradient(left, #027ac6 1%, #01879f 100%); /* FF3.6-15 */
    background: #027ac6; /* Old browsers */
    background: -moz-linear-gradient(left, #027ac6 1%, #18a5ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #027ac6 1%,#18a5ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #027ac6 1%,#18a5ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027ac6', endColorstr='#18a5ff',GradientType=1 ); /* IE6-9 */
    padding-left: 15px;
    font-weight: bold;
    width: 42px;
    border-top-left-radius: 5px !important;
    -moz-border-top-left-radius: 5px !important;
    -webkit-border-top-left-radius: 5px !important;
    -o-border-top-left-radius: 5px !important;
    -ms-border-top-left-radius: 5px !important;
    -khtml-border-top-left-radius: 5px !important;
    border-bottom-left-radius: 0 !important;
    -moz-border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -o-border-bottom-left-radius: 0 !important;
    -ms-border-bottom-left-radius: 0 !important;
    -khtml-border-bottom-left-radius: 0 !important;
    color: #fff;
}
.input-group.psa .input-group-addon {
    border-bottom-left-radius: 5px !important;
    -moz-border-bottom-left-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    -o-border-bottom-left-radius: 5px !important;
    -ms-border-bottom-left-radius: 5px !important;
    -khtml-border-bottom-left-radius: 5px !important;
    border-top-left-radius: 0 !important;
    -moz-border-top-left-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -o-border-top-left-radius: 0px !important;
    -ms-border-top-left-radius: 0px !important;
    -khtml-border-top-left-radius: 0px !important;
    position: relative;
}
.input-group.psa .input-group-addon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #0473ba;
}
.input-group.psa .form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 5px !important;
}
.emailArow {
    background: url(../images/arroww.png) left top no-repeat;
    width: 28px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    content: "";
    display: inline-block;
    right: 9px;
    top: 10px;
    z-index: 9;
    transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -khtml-transition: all ease-in-out 0.5s;
}
.emailArow:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.emailAroww {
    background: url(../images/arrow.jpg) left top no-repeat;
    width: 28px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    content: "";
    display: inline-block;
    right: 9px;
    top: 9px;
    z-index: 9;
    transition: all ease-in-out 60s;
     -moz-transition: all ease-in-out 60s;
     -webkit-transition: all ease-in-out 60s;
     -o-transition: all ease-in-out 60s;
     -ms-transition: all ease-in-out 60s;
     -khtml-transition: all ease-in-out 60s;
}
.emailAroww:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.emailAroww.round {
    -webkit-transform: rotate(24060deg);
    -moz-transform: rotate(24060deg);
    -o-transform: rotate(24060deg);
    -ms-transform: rotate(24060deg);
}
.passArow {
    background: url(../images/arroww.png) left top no-repeat;
    width: 28px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    content: "";
    display: inline-block;
    right: 9px;
    top: 10px;
    z-index: 9;
    transition: all ease-in-out 0.2s;
     -moz-transition: all ease-in-out 0.2s;
     -webkit-transition: all ease-in-out 0.2s;
     -o-transition: all ease-in-out 0.2s;
     -ms-transition: all ease-in-out 0.2s;
     -khtml-transition: all ease-in-out 0.2s;
}
.passArow:hover {
    width: 34px;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: 8px;
    position: absolute;
    z-index: 99;
    margin-right: 6px;
}
.fa-eye:before {
    content: "\f06e";
}
.eform-buttona {
    margin-bottom: 18px;
}
.btn22 {
    padding: 8px 20px;
    font-size: 14px;
    width: 100%;
    display: block;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    -o-border-radius: 4px; 
    -ms-border-radius: 4px; 
    -khtml-border-radius: 4px; 
    border-radius: 4px;
}
.btn-primary222 {
    background-color: #009cff;
    color: #fff !important;
}
.eform-buttona i {
    margin-left: 20px;
}
.wrapper {
    text-align: center;
}
.topText {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    color: #333;
    font-size: 22px;
}
.wrapper .headerTop {
    position: relative;
    text-align: left;
}
.LogoSec {
    display: inline-block;
    width: auto;
}
.loginBody {
    padding: 40px 20px 0;
    margin-top: -10px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-border-bottom-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px; 
    -o-border-bottom-left-radius: 5px; 
    -ms-border-bottom-left-radius: 5px; 
    -khtml-border-bottom-left-radius: 5px; 
    border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px; 
    -webkit-border-bottom-right-radius: 5px; 
    -o-border-bottom-right-radius: 5px; 
    -ms-border-bottom-right-radius: 5px; 
    -khtml-border-bottom-right-radius: 5px; 
    border-bottom-right-radius: 5px;
}
.loginBody.long {
    height: 152px;
}
.passArow a {
    width: 28px;
    height: 27px;
    display: inline-block;
}
.testRound {
    width: 100px;
    height: 103px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    -moz-box-shadow: 0 0 9px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 9px rgba(0,0,0,0.1);
    box-shadow: 0 0 9px rgba(0,0,0,0.1);
    border: 3px solid #fff;
}
.testRound img {
    width: 100%;
    height: 100%;
}
.testEdit {
    width: 130px;
    height: 132px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    -moz-box-shadow: 0 0 9px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 9px rgba(0,0,0,0.1);
    box-shadow: 0 0 9px rgba(0,0,0,0.1);
    border: 3px solid #fff;
}
.testEdit img {
    width: 100%;
    height: 100%;
}
.uploadd {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.fLeft {
    float: left;
    margin-top: 0;
}
.fRight {
    float: right;
    margin: 0;
}
.active, .inactive {
    display: inline-block;
    vertical-align: middle;
}
.active img, .inactive img {
    width: 15px;
}
.supplyOuter p {
    font-size: 14px;
    color: #333;
    text-align: left;
}
.supplyOuter p:last-child {
    border-bottom: none;
}
.ab {
    vertical-align: top;
}
.homeCont {
    margin-top: 10px;
}
.homeCont textarea {
    height: 70px;
}

/* css for 404 page */


.pgntFound {
    background: url(../images/blue-back.png) left top no-repeat;
    background-size: cover;
    padding: 70px;
}
.pgntFoundInner {
    background: #ffe001;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -o-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-orient: horizontal; /* the default, so not really necessary here */
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    box-pack: center;
    box-align: center;
    width: 100%;
}
.pgntFoundText {
    position: relative;
    text-align: center;
}
.pgntFoundImage {
    text-align: center;
}
.pgntFoundImage img {
    max-width: 100%;
    width: 300px;
}
.pgntFoundText h2 {
    margin-top: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #0083cd;
    -moz-text-shadow: 4px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 4px 1px 5px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 4px 1px 5px rgba(0, 0, 0, 0.3);
    text-shadow: 4px 1px 5px rgba(0, 0, 0, 0.3);
}
.pgntFoundText p {
    margin-top: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #575757;
    width: 540px;
    display: inline-block;
}
.butnArea {
    margin-top: 55px;
    text-align: center;
}
.greenGray {
    width: 150px;
    height: 48px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background: -moz-linear-gradient(0deg, rgba(21,138,21,1) 0%, rgba(0,163,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(21,138,21,1)), color-stop(100%, rgba(0,163,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(21,138,21,1) 0%, rgba(0,163,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(21,138,21,1) 0%, rgba(0,163,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(21,138,21,1) 0%, rgba(0,163,0,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(21,138,21,1) 0%, rgba(0,163,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158a15', endColorstr='#00a300',GradientType=1 ); /* ie6-9 */
    border: 3px solid #158a15;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px; 
    -o-border-radius: 7px; 
    -ms-border-radius: 7px; 
    -khtml-border-radius: 7px; 
    border-radius: 7px;
}
.blueGray {
    width: 150px;
    height: 48px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background: -moz-linear-gradient(0deg, rgba(0,96,167,1) 0%, rgba(0,131,205,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,96,167,1)), color-stop(100%, rgba(0,131,205,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(0,96,167,1) 0%, rgba(0,131,205,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(0,96,167,1) 0%, rgba(0,131,205,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(0,96,167,1) 0%, rgba(0,131,205,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(0,96,167,1) 0%, rgba(0,131,205,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060a7', endColorstr='#0083cd',GradientType=1 ); /* ie6-9 */
    border: 3px solid #0083cd;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px; 
    -o-border-radius: 7px; 
    -ms-border-radius: 7px; 
    -khtml-border-radius: 7px; 
    border-radius: 7px;
}
.formPageSetLeader {
    width: 100%;
}
.formPageSetLeader table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    table-layout: fixed;
}
.bacolrT {
    background-color: #00aaef;
}
.tableLeadBord th, .myScoreBord th {
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 20%;
    border: solid 1px #ccc;
    color: #fff;
}
.reportDetails .myScoreBord th, .reportDetails .myScoreBord td{
    width: 11%;
    padding: 10px 5px;
}
.reportDetails .myScoreBord th:first-child, .reportDetails .myScoreBord td:first-child {
    width: 18%;
    border-left: 1px solid #ddd;
}
.reportDetails .myScoreBord th:nth-child(6), .reportDetails .myScoreBord td:nth-child(6) {
    width: 5%;
}
.reportDetails .myScoreBord th:nth-child(7), .reportDetails .myScoreBord td:nth-child(7) {
    width: 9%;
}
.reportDetails .myScoreBord th:nth-child(8), .reportDetails .myScoreBord td:nth-child(8) {
    width: 10%;
}
.reportDetails .myScoreBord th:nth-child(9), .reportDetails .myScoreBord td:nth-child(9) {
    width: 8%;
}
.reportDetails .myScoreBord td {
    padding: 5px;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.reportDetails .myScoreBord th:nth-child(5), .reportDetails .myScoreBord tr:nth-child(5){
    width: 10%;
}
.standardRpt .myScoreBord th, .standardRpt .myScoreBord td{
    width: 16%;
}

.standardRpt .myScoreBord th:nth-child(5), .standardRpt .myScoreBord tr:nth-child(5){
    width: 20%;
}

.standardRpt {
    margin-top: 20px;
}
.standardRpt h3 {
    display: block !important;
    margin-top: 50px;
}
.scoreBackButton {
    text-align: center;
    margin-top: 20px;
}
.scoreBackButton .btn {
    margin-top: 0;
    width: 100px;
    text-transform: uppercase;
    padding: 10px !important;
    color: #fff;
    background-color: #1f91f3;
}
.openTable {
    display: none;
}
.myScoreBord.sbTable td {
    width: 20%;
    border: solid 1px #ccc;
    text-align: center;
    padding: 9px 10px;
}
.myScoreBord.sbTable th, .myScoreBord.sbTable td {
    width: 20%;
}
.myScoreBord.sbTable th:nth-child(5), .myScoreBord.sbTable tr:nth-child(5) {
    width: 19%;
}
.myScoreBord.sbTable th:nth-child(6), .myScoreBord.sbTable tr:nth-child(6) {
    width: 10%;
}
.remark {
    text-align: right;
    margin-top: 20px;
}
.remark ul {
    padding: 0;
    margin: 0;
}
.remark ul li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    padding-left: 25px;
}
.remark ul li:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    left: 0;
    top: 1px;
    background: #73ba00;
    border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.remark ul li:nth-child(2):before {
    background-color: #ff8500;
}
.remark ul li:nth-child(3):before {
    background-color: #02adef;
}
.remark ul li:nth-child(4):before {
    background-color: #9c0005;
}
.npm {
    background: #9c0005;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: inline-block;
}
.cdb {
    background: #02adef;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: inline-block;
}
.wd {
    background: #ff8500;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: inline-block;
}
.exl {
    background: #73ba00;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: inline-block;
}
.formPageSetLeader .reportDetails table {
    margin-top: 10px;
}
.barChart {
    display: inline-block;
    margin-right: 60px;
    vertical-align: top;
    margin-top: 30px;
}
.barChart img {
    max-width: 100%;
}
.barChartRight {
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
    text-align: left;
    font-size: 16px;
    margin-top: 48px;
}
.barChartRow {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 8px 10px;
    background-color: #ffe002;
}
.barChartRow:first-of-type {
    background-color: #20c401;
    color: #fff;
}
.barChartRow:nth-of-type(3) {
    background-color: #02aef0;
    color: #fff;
}
.barChartRow span {
    display: inline-block;
    vertical-align: top;
}
.barChartRow span:first-child {
    width: 300px;
}
.rank {
    margin-top: 40px;
}
.rank h4 {
    margin: 0;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
.rank span {
    display: inline-block;
    vertical-align: middle;
    background: #20c400;
    width: 80px;
    height: 80px;
    line-height: 74px;
    text-align: center;
    font-size: 35px;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0 0 20px;
    border: 3px solid #fff;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-border-radius: 5px;
}
.greenColor {
    background: #a7ff34;
    color: #000;
}

@media (max-width: 1199px){
    .pgntFoundImage img {
        width: 200px;
    }
    .pgntFoundText h2 {
        margin-top: 28px;
        font-size: 56px;
    }
    .pgntFoundText p {
        margin-top: 12px;
        font-size: 20px;
    }
    .butnArea {
        margin-top: 26px;
    }
}
@media (max-width: 560px){
    .pgntFoundText p {
        width: 100%;
    }
    .pgntFoundText h2 {
        margin-top: 24px;
        font-size: 40px;
    }
    .pgntFoundText p {
        margin-top: 6px;
        font-size: 18px;
        padding: 0 20px;
    }
    .butnArea {
        margin-top: 18px;
    }
    .blueGray {
        margin: 0 10px;
    }
    .greenGray {
        margin: 0 10px;
    }
}
@media (max-width: 400px){
    .pgntFoundImage img {
        width: 150px;
    }
    .pgntFoundText h2 {
        margin-top: 22px;
        font-size: 30px;
    }
    .pgntFoundText p {
        margin-top: 4px;
        font-size: 16px;
        padding: 0 10px;
    }
    .greenGray {
        margin: 0 30px 10px;
    }
}


/* css for 404 page */