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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a, a:focus, a:hover {
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
a, button {
   outline: 0;
}
a:active {
    outline: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-size:100%;
  padding-top:0px;
  padding-bottom:0px;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizeLegibility; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top:0 !important;
}
h2 {
	font-family: 'Montserrat', sans-serif   !important;
	color:#0070bc   !important;
	font-size:26px !important   !important;
	font-weight:400   !important;
	font-style:none   !important;
}
h3 {
	font-family: 'Montserrat', sans-serif   !important;
	color:#0070bc  !important;
	font-size:24px  !important;
	font-weight:500  !important;
	margin-bottom:0  !important;
	font-style:none   !important;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size:16px  !important;
	font-weight:500;
	font-style:none   !important;
}
a:hover {
	text-decoration:none;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#50595f;
	line-height:24px;
	text-align:justify;
}

.banner {
	position:relative;
}
.fo_rm {
	position:fixed;
	top:10%;
	left:30%;
	text-align:center;
	width:35%;
	background: rgba(0,0,0,.5);
    padding: 5%;
}


.check input, .check label {
	font-family: 'Montserrat', sans-serif !important;
	margin-right: 10px !important;
    font-size: 16px !important;
    color: #fff !important;
    margin-bottom: 15px !important;
}

#background-carousel{
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
}
.carousel,
.carousel-inner {
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}
.item {
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	z-index:0;
}
 
#content-wrapper {
	position:absolute;
	z-index:1 !important;
	min-width:100%;
	min-height:100%;
}
.logo_thumb {
	/*background:url(../images/login_logo.jpg) no-repeat;*/
	background:url(../images/ifive-logo.png) no-repeat;
    background-position-y: 35px;
	width: 110px;
    height: 110px;
    /*border-radius: 150px;*/
    display: inline-block;
    background-size: 100%;
    text-align: center;
    box-shadow: 0px 6px 5px rgba(0,0,0,.2);
}
.form_box {
	text-align:center;
	margin:5% auto;
}
.form_container {
	
}
.form_box h3 {
	margin:15px 0   !important;
	color:#fff   !important;
	font-weight:500   !important;
	font-family: 'Montserrat', sans-serif   !important;
	font-size:22px   !important;
	text-shadow: 0px 6px 5px rgba(0,0,0,.2)   !important;
}
input::placeholder {
	height:44px !important;
    font-family: 'Open Sans', sans-serif  !important;
    font-size:14px  !important;
    color:#495057  !important;
}
.email input::-webkit-input-placeholder {
height:44px !important;
    font-family: 'Open Sans', sans-serif  !important;
    font-size:14px  !important;
    color:#495057  !important;
}
/*.menu_box h3 {
    font-size:20px  !important;
}*/
.email input:-moz-placeholder { /* Firefox 18- */
height:44px !important;
    font-family: 'Open Sans', sans-serif  !important;
    font-size:14px  !important;
    color:#495057  !important; 
}
 
.email input::-moz-placeholder {  /* Firefox 19+ */
height:44px !important;
    font-family: 'Open Sans', sans-serif  !important;
    font-size:14px  !important;
    color:#495057  !important; 
}
 
.email input:-ms-input-placeholder {  
height:44px !important;
    font-family: 'Open Sans', sans-serif  !important;
    font-size:14px  !important;
    color:#495057  !important; 
}
.email input {
	font-family: 'Montserrat', sans-serif;
	margin:10px 0;
	height:50px;
	border-bottom:1px solid #fff;
	width:100%;
	color:#fff;
	font-size:16px;
	font-weight:400;
	border-top:none;
	border-left:none;
	border-right:none;
	padding:10px 30px;
	background:url(../images/mail.png) no-repeat left Transparent;
	background-size:5%;
}
.pass input::-webkit-input-placeholder {
color: #fff !important;
}
.log_btn {
    margin-top:0px;
}
.pass input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
.pass input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
.pass input:-ms-input-placeholder {  
color: #fff !important;  
}
.pass input {
	font-family: 'Montserrat', sans-serif;
	margin:10px 0;
	height:50px;
	border-bottom:1px solid #fff;
	width:100%;
	color:#fff;
	font-size:16px;
	font-weight:400;
	border-top:none;
	border-left:none;
	border-right:none;
	padding:10px 30px;
	background:url(../images/password.png) no-repeat left Transparent;
	background-size:5%;
}
.name input::-webkit-input-placeholder {
color: #fff !important;
}
 
.name input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
.name input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
.name input:-ms-input-placeholder {  
color: #fff !important;  
}
.name input {
	font-family: 'Montserrat', sans-serif;
	margin:10px 0;
	height:50px;
	border-bottom:1px solid #fff;
	width:100%;
	color:#fff;
	font-size:16px;
	font-weight:400;
	border-top:none;
	border-left:none;
	border-right:none;
	padding:10px 30px;
	background:url(../images/user_ic.png) no-repeat left Transparent;
	background-size:5%;
}
.select select {
	font-family: 'Montserrat', sans-serif;
	margin:10px 0;
	height:50px;
	border-bottom:1px solid #fff;
	width:60%;
	color:#fff;
	background:none;
	font-size:16px;
	font-weight:400;
	border-top:none;
	border-left:none;
	border-right:none;
	padding:10px 30px;
}
.select select option {
	font-family: 'Montserrat', sans-serif;
	color:#0070bc;
	font-size:16px;
	box-shadow: 0px 6px 5px rgba(0,0,0,.2);
	transition:2s;
}
span.input-group-addon {
    display: inline-block;
    width: 4%;
    background: no-repeat;
    color: #fff;
    border: none;
	font-size:16px;
}
.safe_btn {
    border:1px solid #0070bc !important;
	padding:5px 20px !important;
	font-family: 'Oswald', sans-serif !important;
	color:#0070bc !important;
	font-weight:300 !important;
	text-align:center !important;
	background:#fff !important;
	font-size:15px !important;
}
.reg_btn button {
	border:1px solid #fff;
	padding:10px 30px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-weight:400;
	text-align:center;
	background:none;
	margin-bottom:15px;
	margin-top:15px;
}
.reg_btn button:hover {
	color:#0070bc;
	background:#fff;
	transition:1s;
}
.log_btn span {
	display:inline-block;
	margin-left:15px;
}
.log_btn span a {
	border:1px solid #fff;
	padding:12px 30px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-weight:400px;
	text-align:center;
	background:none;
	margin-bottom:15px;
	margin-top:15px;
}
.log_btn span a:hover {
	color:#0070bc;
	background:#fff;
	transition:1s;
}
.log_btn button {
	border:1px solid #fff;
	padding:10px 30px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-weight:400px;
	text-align:center;
	background:none;
	margin-bottom:15px;
}
.log_btn button:hover {
	color:#0070bc;
	background:#fff;
	transition:1s;
}
.forget a {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:16px;
}
.forget a:hover {
	font-family: 'Open Sans', sans-serif;
	color:#0070bc;
	font-size:16px;
	transition:1s;
	
}
footer {
	text-align:center;
	margin-top:30px;
	z-index:9999;
	position:fixed;
	bottom:0;
	width:100%;
}
footer p {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:16px;
	text-align:center;
}
.form_box section {
	background:rgba(0,0,0,.2);
	padding:2%;
	width:35%;
	margin:2% auto;
}
/*Quality Inspection*/
.header {
	padding-top:5px;
	border-bottom:1px solid #ccc;
	padding-bottom:0px;
	background:rgba(255,255,255, 1);
	transition:1s;
	position:sticky;
	top:0;
	width:100%;
	z-index:+999;
	height:60px;
}
.content_container {
	position:relative;
	width:100% !important;
}
.slide_menu {
	text-align:left;
}
.slide_menu a {
	display:block;
	margin-top:5px;
}

.user_box {
	text-align:right;
}
.user_ic i {
	margin-right:15px;
	float:left;
	margin-top:5px;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	color:#0070bc;
}
.user_ic img {
    width:100px;
    height:50px;
    float:right;
    border-radius:6px;
}
.user_ic i b {
	display:block;
	padding-top:5px;
	color:#ccc;
	font-weight:400;
}
.user_ic span {
	display:inline-block;
	background:url(../images/prof_pic.jpg) no-repeat;
	border-radius:10px;
	height:40px;
	width:40px;
	background-size:100%;
}
.user_ic span img {
	width:40px;
	height:40px;
	display: inline-block;
}
.user_ic {
	display:inline-block;
}
.notify {
	width:26px;
	height:26px;
	background:url(../images/noti.png) no-repeat;
	margin-bottom: 6px;
    margin-right: 10px;
	display:inline-block;
}

.st_name h3 {
	padding-top:5px;
}
.emp_pic {
	float:right;
}
.emp_pic img {
	display:block;
	width:100%;
	height:100%;
	border:1px solid #ccc;
}
.emp_info {
	text-align:right;
	float:right;
}
.emp_info h3 {
	display:inline-block;
	
}
.emp_info h4 {
	display:inline-block;
	margin-right:20px;
}
.emp a {
	display:inline-block;
	margin-left:15px;
}
.emp a span {
	display:block;
	color:#0070bc;
	font-weight:700;
	text-align:right;
}
.emp a i {
	display:block;
	text-align:right;
}
.emp_details_mob {
	display:none;
}
.para_head h3 {
	display: inline-block;
    margin-top: 0px;
    font-size: 18px !important;
}
.emp {
	display:inline-block;
}
.emp_prof .form-group {
        margin-bottom: 5px !important;
}
.emp_prof .form-control {
    height:34px !important;
}
.emp_prof .form-group label {
        padding-bottom: 5px
}
.st_name {
    padding: 5px 0 !important;
    border-bottom: 1px solid #ccc;
    /* background: #f8fcff; */
}
.para_head {
	    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed !important;
    z-index: +99;
    background: #fff;
    top: 173px;
    width: 100% !important;
}
.para_list {
	margin-top:15px;
	margin-bottom:15px;
}
.para_list section {
	border:1px solid #ccc;
	box-shadow:5px 5px 5px rgba(0,0,0,.1);
	border-radius:5px;
	margin:15px 0;
}
.para_title p {
	padding:15px;
	background:#0070bc;
	color:#fff;
	border:1px solid #ccc;
}
.para_title p:hover {
	background:#F8F8F8;
	color:#0070bc;
	border:1px solid #0070bc;
}
.para_title {
	padding-top:15px;
	padding-bottom:15px;
}
.para_title:hover {
	background:#F8F8F8;
	transition:2s;
}
.para_title a {
}
.ok img, .not_ok img {
	width:100%;
	display:block;
}
.ok i {
	color:#06B92B;
	background:#fff;
	border:1px solid #06B92B;
	padding:5px;
	text-align:center;
	font-size:15px;
	font-weight:600;
	display:block;
	margin-top:5px;
}
.not_ok i {
	color:#DB1317;
	background:#fff;
	border:1px solid #DB1317;
	padding:5px;
	text-align:center;
	font-size:15px;
	font-weight:600;
	display:block;
	margin-top:5px;
}
.camera i {
	color:#0070bc;
	background:#fff;
	border:1px solid #0070bc;
	padding:5px;
	text-align:center;
	font-size:15px;
	font-weight:600;
	display:block;
	margin-top:5px;
}
.modal-dialog figure img {
	width:100%;
	display:block;
	height:100%;
}
.check_btns {
}
.act_btns {
	margin-bottom:15px;
}
.status_ok {
	background:url(../images/ok_ic.jpg) no-repeat;
	display:inline-block;
	width:32px;
	height:32px;
	margin-right:15px;
}
.status_not {	
	background:url(../images/not_ok_ic.jpg) no-repeat;
	display:inline-block;
	width:32px;
	height:32px;
}
.camera img {
	width:100%;
	display:block;
}
.mob_emp {
	display:none;
}
.emp_pc {
	display:inline-block;
}
.navbar-nav>li.active>a {
	color:#0070bc;
}
footer p.inner_foot {
    font-family: 'Open Sans', sans-serif;
    color: #39aff4;
    font-size: 16px;
    text-align: center;
	padding:5px 0;
	border-top:1px solid #ccc;
	background:#eceff5;
	margin-bottom:0;
}
.float_plus {
	background:url(../images/plus.png) no-repeat;
	width:22px;
	height:22px;
	display:inline-block;
}
.list_count p {
	padding: 0 0 10px 0;
	text-align:center;
}
.para_cont {
	padding:15px;
}
.check_btns label {
	display:block;
	color: #0070bc;
	font-size:18px;
	text-align:left;
	margin-bottom:10px;
	font-family: 'Montserrat', sans-serif;
}
.check_btns input {
	border:1px solid #0070bc;
	width:100%;
	height:48px;
	padding:0 15px;
	margin-bottom:15px;
}
.main_menu{
    width:17% !important;
}
.menu_box {
	background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,.1);
    height: 150px;
    margin-bottom: 25px;
}
.menu_box figure {
	width:50%;
	text-align:center;
	margin:0 auto;
	margin-bottom:0px;
}
.menu_box h3 {
    font-size:15px  !important;
}
/*.menu_box {
	background: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,.1);
    height: 230px;
    margin-bottom: 25px;
}*/
/*.menu_box figure {
	width:60%;
	text-align:center;
	margin:0 auto;
	margin-bottom:20px;
}*/
.menu_box span {
	width:20%;
	margin:0 auto;
	display:block;
	height:3px;
	border-radius:10px;
	background:#0070bc;
	margin-top:15px;
}
.sub_menu_box {
	background:#fff;
	border-radius:10px;
	padding:30px;
	text-align:center;
	box-shadow:5px 5px 5px rgba(0,0,0,.1);
	height:310px;
}
.sub_menu_box.high {
	margin-bottom:30px;
	padding:15px;
}
.sub_menu_box h3 {
	text-align:center;
	font-family:22px;
}
.high h3 {
	font-size:20px;
	line-height:24px;
	text-align:center;
}
.high figure {
	width:80%;
}
.top {
    top:10% !important;
}
.sub_menu_box figure {
	width:60%;
	text-align:center;
	margin:0 auto;
	margin-bottom:20px;
}
.sub_menu_box figure img {
	display:block;
	width:100%;
}

.sub_menu_box span {
	width:20%;
	margin:0 auto;
	display:block;
	height:3px;
	border-radius:10px;
	background:#0070bc;
	margin-top:15px;
}
.search {
    display: inline-block;
    text-align: right;
    float: right;
    width: 20%;
}
.search input {
	color:#0070bc;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
input::placeholder {
	color:#0070bc !important;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}
.para_accord {
	margin-top:144px;
}
.save_box {
    text-align:center;
    margin-top:30px;
    margin-bottom:80px;
}
.emp_details_pc {
	position:fixed;
	top:98px;
	width:100%;
	z-index:+99;
	background:#fff;
}
.panel-title {
	background:#0070bc;
    color: #fff;
	padding: 0px 15px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	border-radius:3px;
}

.panel-title a {
    display: block;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#fff !important;
	padding-top:15px;
	padding-bottom:15px;
}
.panel-group .panel {
	margin:15px 0;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
.menu_box figure img {
	width:60%;
}
.panel-heading {
	padding:15px;
}
/*Quality Inspection Main Screen Parameter Created Page List*/

.para_created_list {
	margin-top:55px;
}
.para_list_box {
	background:url(../images/list_bg.jpg) repeat;
	margin:15px 0;
	padding:15px;
	border-radius:5px;
	box-shadow:5px 5px 5px rgba(0,0,0,.2);
}
.para_list_box ul {
	background:rgba(255,255,255,1);
	border-radius:4px;
	padding:15px;
	border:1px solid rgb(255,255,255,.4);
}
.prod {
	float:left;
	width:25%;
}
.prod i {
	font-size:15px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
	display:block;
	font-weight:500;
}
.prod p {
	color:#000;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
}


.fab {
	float:left;
	width:10%;
}
.fab i {
	font-size:15px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
	display:block;
	font-weight:500;
}
.fab p {
	color:#000;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
}
.ins {
    float:left;
    width:12%;
}
.ins i {
	font-size:15px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
	display:block;
	font-weight:500;
}
.ins p {
	color:#000;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
}
.rev {
    float:left;
    width:12%;
}
.rev i {
	font-size:15px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
	display:block;
	font-weight:500;
}
.rev p {
	color:#000;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
}
.las {
    float:left;
	width:21%;
}
.las i {
	font-size:15px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
	display:block;
	font-weight:500;
}
.las p {
	color:#000;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
}
.status {
	float:left;
	width:10%;
}
.status i {
	font-size:15px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
	display:block;
	font-weight:500;
}
.status p {
	color:#000;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
}

.actions {
	float:left;
	width:10%;
}
.actions i {
	font-size:15px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
	display:block;
	font-weight:500;
}
.actions p {
	color:#000;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
}
.actions p span {
	margin-right:15px;
}
.head_logo a img {
    /*width:45% !important;*/
    width:28% !important;
    width:28% !important;
    margin-top: 5px;
}
.head_logo {
    padding-left:0 !important;
}
.slide_menu {
    width:5%  !important;
    margin-top:10px  !important;
}
/*Dashboard*/
.dash_head {
	padding: 8px 0;
    background: #0070bc;
    position:fixed;
    top: 60px;
    width:100%;
    z-index:+99;
}
.bread {
    margin-top:55;
}
.reg_head {
	padding:10px 0;
	background:#0070bc;
	text-align:center;
	width:100%;
	position:fixed;
	top:0px;
	z-index:999;
}
.reg_title h3 {
    text-align:center;
    color:#fff;
}


.nav>li>a:focus, .nav>li>a:hover {
	background:none;
	color:#0070bc;
}
.navbar-nav>li {
	float:none;
}
.navbar-nav>li>a {
    color: #9d9d9d;
}
.dash_title h3 {
	color:#fff !important;
	text-align:center;
	margin:0;
	font-size:20px !important;
}
.dash_title p {
    padding:0;
    margin:0;
    text-align:center;
}
.dash_title p a {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:14px;
	margin-top:0;
	display:inline-block;
}
.dash_title p i {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:14px;
	margin-top:0;
	display:inline-block;
	padding:0 10px;
}
.dash_content {
	margin:30px 0 30px 0;
}
.dash_box {
	margin:15px 0;
}
/*.dash_wrap {
	background: url(../images/dash_box_bg.png) no-repeat;
    background-size: 100%;
    position: relative;
    padding: 30px;
    border-left: 5px solid #0070bc;
    box-shadow: 5px 0px 10px rgba(0,0,0,.1);
    height: 200px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}*/
.dash_wrap {
    background: url(../images/dash_box_bg.png) no-repeat;
    background-size: 100%;
    position: relative;
    padding-top: 15px;
    padding-left: 35px;
    width: 273px;
    /* border: 5px solid #0070bc; */
    border-left: 8px solid #0070bc;
    border-right: 8px solid #0070bc;
    border-bottom: 1px solid #0070bc;
    border-top: 1px solid #0070bc;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.26);
    height: 149px;
    border-top-right-radius: 55px;
    border-bottom-left-radius: 55px;
    cursor:pointer;
}

.dash_wrap:hover {
   
    border-left: 1px solid #0070bc;
    border-right: 1px solid #0070bc;
    border-bottom: 8px solid #0070bc;
    border-top: 8px solid #0070bc;
    transition: border-color 10s ease-out 17.5s;
   
}
/*.dash_ic {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 64px;
    height: 64px;
}*/
.dash_ic {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 50px;
    height: 64px;
}
.dash_rht {
    float:left;
    width:65%;
    margin-left:10%;
    margin-top: 7%;
}
.dash_ic img {
    width:100%;
    display:block;
    padding-top:93%;
}
.dash_wrap span {
	background: #0070bc;
    border-radius: 5px;
    height: 3px;
    width: 60px;
    display: inline-block;
    margin-bottom: 25px;
}
.dash_ic img {
}
.dash_wrap h4 {
	margin-bottom: 10px;
    margin-top: 15px;
    color: #0070bc;
    font-size:24px;
}
/*.dash_wrap p {
	font-family: 'Montserrat', sans-serif;
	font-size: 46px;
    font-weight: 500;
    text-transform: uppercase;
}*/
.dash_wrap p {
	font-family: 'Montserrat', sans-serif;
	font-size: 29px;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-inverse {
	background:#fff;
	border-bottom:none;
	padding:0;
	margin:15px 0;
}
.navbar-brand {
	padding-bottom:7%;
	height:auto;
}
.navbar-nav>li>a {
	color:#2d424a;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:500;
	padding:10px 0;
	display:block;
}
.navbar-nav>li>a i {
	width:18px;
	height:18px;
	display:inline-block;
	margin-right:10px;
}
.navbar-nav>li>a i img {
	width:100%;
	display:block;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color:#0070bc;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:500;
	background:none;
}



.navbar-nav>li.nested_menu>ul>li>a {
	color:#2d424a;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	font-weight:500;
	padding:8px 0 8px 10px;
	display:block;
}
.navbar-nav>li.nested_menu>ul>li>a i {
	width:18px;
	height:18px;
	display:inline-block;
	margin-right:10px;
}
.navbar-nav>li.nested_menu>ul>li>a i img {
	width:100%;
	display:block;
}
.navbar-inverse .navbar-nav>li.nested_menu >ul>li>a:focus, .navbar-inverse .navbar-nav>li.nested_menu>ul>li>a:hover, .navbar-inverse .navbar-nav>li.nested_menu>ul>li.active>a, .navbar-inverse .navbar-nav>li.nested_menu>ul>li.active>a:focus, .navbar-inverse .navbar-nav>li.nested_menu>ul>li.active>a:hover {
	color:#0070bc;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:500;
	background:none;
}

.dash_box {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
}





.dec_form {
	padding-top:0px;
	padding-bottom:30px;
}

.form-group {
	
}
.form-group label {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#2d424a;
	padding-bottom:10px;
	margin-bottom:0 !important;
}
.ename input {
	float:left;
	width:48%;
}
.ename input:nth-of-type(2) {
	float:right !important;
}

.exp label {
	float:right;
	width:10%;
}
.exp1 p {
	padding:15px 0;
}
.exp1 p span {
	display:inline-block;
	width:80%;
}
.exp1 p input {
	width: 2%;
    text-align: left;
    margin-right: 7%;
	position:inherit;
}
.sub_btn {
	background:#fff !important;
	font-family: 'Montserrat', sans-serif;
	font-size:15px !important;
	font-weight:400 !important;
	color:#0070bc !important;
	border:1px solid #0070bc !important;
}
.report_table {
	padding-top:100px;
	padding-bottom:30px;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	background:#2d424a !important;
	font-family: 'Montserrat', sans-serif;
	font-size:16px !important;
	font-weight:500 !important;
	color:#fff !important;
}
.navbar-nav {
    padding-bottom:65%;
}
.center {
	text-align:center;
}

.reg_form {
	padding:30px 0;
}
.reg_form1 {
	padding:60px 0;
}
.reg_button {
    margin-bottom:30px;
}
.left_menu {
	padding-top:30px !important;
	padding-bottom:30px !important;
	position:fixed !important;
	top:91px !important;
	overflow-y:scroll !important;
	height:100% !important;
}
.card {
    border:none;
}
.reg_form  .card-body {
    padding:0px !important;
}
.card-body {
    padding:0px !important;
}
.form-control {
    /*height:44px !important;*/
    font-family: 'Open Sans', sans-serif  !important;
    font-size:14px  !important;
    color:#495057  !important;
}
.colr>.form-control {
    color:#fff  !important;
    border-radius:0;
}
.form-control:focus {
    background:rgba(0,0,0,0)  !important;
}
.clearfix {
    clear:both;
    float:none;
}
.saveregister, .clear {
    background:#0070bc !important;
	font-family: 'Montserrat', sans-serif;
	font-size:15px !important;
	font-weight:400 !important;
	color:#fff !important;
}
.pq-grid {
    margin-top:30px !important;
}
.pq-grid-title {
    display:none !important;
}
.pq-theme .ui-state-default, .pq-theme .ui-button {
    background:#000 !important;
    font-family: 'Oswald', sans-serif !important;
    font-size:14px !important;
    color:#fff !important;
    font-weight:300 !important;
    border:none  !important;
    padding:5px 15px !important;
    width:auto !important;
    margin:0 15px 0 0 !important;
}
div.pq-toolbar {
    background:#fff !important;
    padding:0 !important;
}
.pq-grid-center-o {
    padding-top:0px !important;
}
.pq-theme > .pq-grid-top {
    background:#fff !important;
}
.pq-theme .ui-button .ui-button-text {
    font-size:14px !important;
}
.pq-theme > .pq-grid-top {
    padding-bottom:10px;
}
.pq-theme .ui-button .ui-button-text {
    padding-top:7px;
}
.form-group {
}
.reg_form1 .form-group {
    padding-left:15px !important;
}
.form-group th {
    padding-right:15px !important;
    padding-bottom:15px !important;
}
.form-group td {
    padding-right:15px !important;
    padding-bottom:15px;
}
.information tr td {
    padding-right:30px !important;
}
.form-check-input {
     position: inherit !important; 
     margin-top: 0 !important; 
     margin-left: 0 !important;
}
.checkpoint {
    height: 20px !important;
}
.mar_30 {
    margin-top:50px;
}
.dropdown-anchor {
    display:none !important;
}
.ui-menu .ui-menu-item {
    font-family: 'Oswald', sans-serif !important;
    font-size:14px !important;
    color:#495057 !important;
    font-weight:400 !important;
    border:none  !important;
    padding:5px 5px !important;
}
.ui-widget.ui-widget-content {
    border:1px solid rgba(0,0,0,.05) !important;
    box-shadow:5px 5px 5px rgba(0,0,0,.05) !important;
}
.dropdown-menu ul li>a:not(.grey):hover, .dropdown-menu ul li>a:hover, .dropdown-menu ul li label:not(.grey):hover, .dropdown-menu ul li label:hover {
    background-color:#0070bc !important;
}
/**Grid**/
.ui-widget.ui-widget-contentergrid, .ui-widget.ui-widget-content {
    margin-bottom: 5%  !important;
}
.pq-header-outer .pq-cont-inner {
    background: linear-gradient(to bottom, #b3d2ff 1%,#ffffff 100%) !important;
}
.pq-no-wrap>.pq-grid-row>.pq-grid-cell, .pq-no-wrap>.pq-grid-row>.pq-grid-col>.pq-td-div {
    text-align:left !important;
}
.pq-no-wrap>.pq-grid-row>.pq-grid-col>.pq-td-div>.pq-title-span {
    font-family: 'Oswald', sans-serif !important;
    color: #000 !important;
    font-size: 14px !important;
    text-shadow: 1px 1px 1px #fff !important;
    font-weight:400 !important;
    text-align:left !important;
    padding:0 0 0 10px !important;
}
/*.pq-grid-row {*/
/*        background-color: #f7fbff !important;*/
/*}*/
.pq-grid-row.pq-striped {
    background-color: #fff !important;
}
.pq-td-border-right > .pq-grid-row > .pq-grid-cell {
    font-family: 'PT Sans Narrow', sans-serif !important;
    color: #05234e !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
}
.pq-grid-center {
    border:1px solid #6997c2 !important;
}
.ui-widget-content, .ui-widget.ui-widget-content {
    border:none !important;
}
div.pq-theme {
    background:#fff !important;
}
.pq-grid-row {
    background: #fff !important;
}
input[type=radio].ok {
    box-sizing: border-box;
    padding: 0;
    width: 22px !important;
}
.ok:active, .not_ok:active, .ok:visited, .not_ok:visited, .ok:hover, .not_ok:hover, .ok:focus, .not_ok:focus {
    background:#0070bc;
}
.form_hr {
    display:inline-block;
    width:20% !important;
}
.form_time {
    display:inline-block;
    width:39% !important;
}
.st {
    float:left;
}
.font-lato {
    display:none !important;
}
.bread_box {
    margin-top:10px;
    margin-bottom:15px;
}
.sub_btn {
    margin-top:6%;
}
.save_btn {
    background:#fff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #0070bc !important;
    border: 1px solid #0070bc !important;
    
}
.search_btn {
    background:url(../images/search.png) no-repeat;
    display:block !important;
    width:100% !important;
    margin-top: 36% !important;
    padding:22% !important;
}
    
/**Print**/
@media print { 
.left_menu {
    display:none;
}
.content_box {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left:0 !important;
}
.dash_head {
    width: 100% !important;
}
.sub_btn {
    display:none !important;
}
.header {
    position:inherit !important;
}
footer {page-break-after: always;}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.form_box section {
    width:80%;
}
.log_btn span {
    display: block;
    margin-left: 15px;
    margin-top: 15px;
}
.forget {
    margin-top: 15px;
    padding-bottom: 35px;
}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
.form_box section {
    width:80%;
}
.log_btn span {
    display: block;
    margin-left: 15px;
    margin-top: 15px;
}
.forget {
    margin-top: 15px;
    padding-bottom: 35px;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {

}
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
@media only screen and (min-width: 960px) and (max-width: 1170px) {
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */


.checkbox label .toggle,
.checkbox-inline .toggle {
	margin-left: -20px;
	margin-right: 5px;
}

.toggle {
	position: relative;
	overflow: hidden;
}
.toggle input[type="checkbox"] {
	display: none;
}
.toggle-group {
	position: absolute;
	width: 200%;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left 0.35s;
	-webkit-transition: left 0.35s;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.toggle.off .toggle-group {
	left: -100%;
}
.toggle-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-handle {
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	width: 0px;
	border-width: 0 1px;
}

.toggle.btn { min-width: 59px; min-height: 34px; }
.toggle-on.btn { padding-right: 24px; }
.toggle-off.btn { padding-left: 24px; }

.toggle.btn-lg { min-width: 79px; min-height: 45px; }
.toggle-on.btn-lg { padding-right: 31px; }
.toggle-off.btn-lg { padding-left: 31px; }
.toggle-handle.btn-lg { width: 40px; }

.toggle.btn-sm { min-width: 50px; min-height: 30px;}
.toggle-on.btn-sm { padding-right: 20px; }
.toggle-off.btn-sm { padding-left: 20px; }

.toggle.btn-xs { min-width: 35px; min-height: 22px;}
.toggle-on.btn-xs { padding-right: 12px; }
.toggle-off.btn-xs { padding-left: 12px; }

.textareas{
    height:60px !important;
}
