﻿

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* Global Styles */
*
{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul li
{
    list-style-type: none;
}
a
{
    text-decoration: none !important;
}
div:after
{
    content: '';
    display: block;
    clear: both;
}
img
{
    vertical-align: middle;
    max-width: 100%;
}
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.text-right
{
    text-align: right;
}
.wrapper
{
    min-height: 100vh;
    background:#ececec;
}
.wrapperIndex {
    min-height: 100vh;
    background:#fff;
}
.smallButton {
    border-radius: 4px;
    font-size: 10px !important;
    padding: 3px 7px !important;
    margin-right: 5px;
    font-weight: 400;
    color: #fff !important;
    margin-left:5px;
    display:inline-block !important;
}
.smallButton-danger:hover {
    background: #f83657 !important;
}
.smallButton-danger {
    background: #ff5370;
}
.smallButton-success {
    background: #2ed8b6;
}
.smallButton-success:hover {
    background: #22cfac !important;
}
.containermain
{
    width: 90%;
    margin: 0 auto;
}
.container-banner
{
    width: 80%;
    margin: 0 auto;
}
.col-20
{
    width: 20%;
    float: left;
    
    
}
.col-25
{
    width: 25%;
    float: left;
    
    
}
.col-30
{
    width: 30%;
    float: left;
    
}
.col-33
{
    width: 33%;
    float: left;
    
}
.col-40
{
    width: 40%;
    float: left;
    
}
.col-50
{
    width: 50%;
    float: left;
    
}
.col-50-auto
{
    width: 50%;
    margin: 0 auto;
    
}
.col-60
{
    width: 60%;
    float: left;
    
}
.col-70
{
    width: 70%;
    float: left;
    
}
.col-70-auto
{
    width: 70%;
    margin: 0 auto;
    
}
.col-80
{
    width: 80%;
    float: left;
    
}
b, strong {
    font-weight: 700;
}
.text-center {
    text-align: center !important;
}
body
{
font-family: 'Open Sans', sans-serif !important;
font-size: 16px;
font-weight: 400;
color: #777;
line-height: 28px;
}
p 
{
   color: #777;
}
/* Preheader */
.preHeader
{
    height: 40px;
    line-height: 40px;
        background: #167ce9;
background: -moz-linear-gradient(45deg,#074384 0%,#79efb4 100%);
background: -webkit-gradient(left bottom,right top,color-stop(0%,#074384),color-stop(100%,#79efb4));
background: -webkit-linear-gradient(45deg,#074384 0%,#79efb4 100%);
background: -o-linear-gradient(45deg,#074384 0%,#79efb4 100%);
background: -ms-linear-gradient(45deg,#074384 0%,#79efb4 100%);
background: linear-gradient(45deg,#074384 0%,#79efb4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#167ce9',endColorstr='#79efb4',GradientType=1 );
}
.homeLink a, .loginLink a
{
    font-size: 14px;
    line-height: 40px;
    position: relative;
    z-index: 1001;
    color: #fff;
}
.homeLink a:hover, .loginLink a:hover
{
    color: #50b5c4;
}

/* Header Section */

.headerSection
{
    transition: background 0.2s ease-in-out 0s, margin 0.6s ease-in-out 0s;
   
    padding:10px 0;

box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
position:relative;
border-bottom: 1px solid rgba(120, 130, 140, 0.13);
background: #fff !important;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.loginLink a {
    font-size: 14px;
    line-height: 40px;
    position: relative;
    z-index: 1001;
    color: #fff;
}
.btn-blue, .btn-blue:focus {
    background-color: #5db2ff !important;
    border-color: #5db2ff;
    color: #fff;
}
.loginlinkButton {
    font-size: 14px;
    line-height: 40px;
    position: relative;
    z-index: 1001;
    color: #333 !important;
    background-color: #fff;
}
.loginlinkButton {
    padding:5px 10px;
    color: #fff;
    border-radius: 25px;
}
.loginlinkButton:hover {
background-color:#15588a;
color:#fff;
}
.loginlinkButton a:hover {
color:#fff !important;
}
/** banner **/
.bannerSection 
{
    
    background-image:url('../images/1.jpg') !important;
    background-attachment:fixed;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position:relative;
    z-index:1;
    padding:100px 0 100px;
}
.overlay 
{
    position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #167ce9;
background: -moz-linear-gradient(45deg,#167ce9 0%,#79efb4 100%);
background: -webkit-gradient(left bottom,right top,color-stop(0%,#167ce9),color-stop(100%,#79efb4));
background: -webkit-linear-gradient(45deg,#167ce9 0%,#79efb4 100%);
background: -o-linear-gradient(45deg,#167ce9 0%,#79efb4 100%);
background: -ms-linear-gradient(45deg,#167ce9 0%,#79efb4 100%);
background: linear-gradient(45deg,#167ce9 0%,#79efb4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#167ce9',endColorstr='#79efb4',GradientType=1 );
opacity:.901010;
} 
.aboutSection 
{
    position:relative;
       z-index:3;
       padding: 0 30px;
       font-family: 'Poppins', sans-serif;
       text-align:center;
}
.aboutSection h2{
    font-size: 48px;
    color: white;
font-weight: 600;
line-height: 1;
text-shadow: 1px 1px 1px #416de7;
padding-bottom: 10px;
}
.aboutSection h2 strong{
    font-size:70px;
    color: white;
font-weight: 600;
line-height: 1;
text-shadow: 1px 1px 1px #416de7;
text-transform:uppercase;
}
.aboutSection p 
{
       color: #fff;
font-size:14px;
font-weight: 100;
letter-spacing: 0.5px;
line-height: 1.6;
text-shadow: 0 0 5px #215b96;
margin-bottom:20px;
}
.headingBorder {
    content: "";
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    height: 1px;
    width: 80px;
    display: inline-block;
        margin-bottom: 20px;
        color:#fff;
}
.btnBanner 
{
border: 4px solid rgba(255, 255, 255, 0.9);
border-radius: 50px;
padding:5px 20px;
background-repeat: no-repeat;
background-size: 100%;
background-clip: padding-box;
position: relative;
color: #FFF;
background-image: linear-gradient(90deg, #7b81ec, #3bd1d3);
display:inline-block;
}

.btnBanner:hover {
background-image:linear-gradient(90deg, #6269e1, #26bec0);
color:#fff !important;
}

.btnBanner i 
{
    color:#fff;
}
.btnBanner:hover i {
    color:#fff;
}
/* Section */
.section 
{
    position:relative;
    padding:35px 0;
     z-index:2;
}
.serviceIconimage 
{
    position:relative;
    z-index:3;
}
.section h2 
{
    margin-top:0;
    margin-bottom:30px;
}

/************* Important Links ****************/

.linkBox {
    background: #f9f9fd;
    padding:40px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


.linkBox:hover {
    background: #fff;
-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
-moz-box-shadow: 0 5px 20px rgba(0,0,0,.1);
box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.linkBox h3 {
    color: #222;
    font-size: 15px !important;
    font-weight: 700;
    text-transform: uppercase;
}
.linkBox i 
{
    font-size:5em;
    padding:20px 0;
}
.linkBox p {
    color: #777;
    font-size:13px;
}
/**** Address ******/
.contactSection 
{
    background-color:#f9f9fd;
    
}

.into-icon {
width:10%;
    float:left;
}
.info-text 
{
    width:90%;
    float:left;
}

.into-icon i {
    font-size: 20px;
    color: #244cfd;
    margin-right: 20px;
}



.info-text h3 {
    text-transform: inherit;
    font-size:15px;
    margin:0;
    padding:0;
}

.info-text p {
word-wrap: break-word;}










/* Login Section */
.loginSection 
{
 padding: 30px 40px;
    background-color: #ffffff !important;
    position:relative;
    z-index:3;
}
.loginSection h2 {
    font-family: Saira;
    line-height: 37px;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    color: #074575;
    font-size: 25px;
        text-align: center;
        margin-bottom:10px;
}
.loginSection input[type="text"], .loginSection input[type="password"],
.loginSection input[type="email"]
{
    padding: 10px;
    outline: none !important;
    border-radius: 3px;
    margin: 0 0 15px 0;
    width: 100%;
    display: block;
    color: #6d8190;
    line-height: 1.6;
    border: 1px solid #d5e1e4;
    background: #ffffff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.loginSection input[type="text"]:hover,
.loginSection input[type="text"]:focus,
.loginSection input[type="password"]:hover,
.loginSection input[type="password"]:focus
.loginSection input[type="email"]:hover,
.loginSection input[type="email"]:focus
{
    border:1px solid #0597ce;
}
.btnLogin 
{
    width:100%;
    background-color: #07a7e3;
        font-size: 13px;
    padding: 10px 20px;
        border:none;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase!important;
    color: #FFF;
        font-weight: 500;
        margin-top:0px;
}
.btnLogin:hover 
{
    background-color: #092f50;
}
.instructionList 
{
    padding-left:20px !important;
}
.instructionList li
{
    list-style-type:circle;
    font-size:14px;
}

/*** Footer ***/
.footerSection
{
    background: #167ce9;
background: -moz-linear-gradient(45deg,#074384 0%,#79efb4 100%);
background: -webkit-gradient(left bottom,right top,color-stop(0%,#074384),color-stop(100%,#79efb4));
background: -webkit-linear-gradient(45deg,#074384 0%,#79efb4 100%);
background: -o-linear-gradient(45deg,#074384 0%,#79efb4 100%);
background: -ms-linear-gradient(45deg,#074384 0%,#79efb4 100%);
background: linear-gradient(45deg,#074384 0%,#79efb4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#167ce9',endColorstr='#79efb4',GradientType=1 );
    color: #fff;
    font-size:13px;
    position:relative;
    padding: 10px 0;
}










@media screen and (max-width: 999px) {
.container-banner {
    width: 95%;
    margin: 0 auto;
}
.col-50, .col-50-auto, .col-70-auto, .col-60, .col-70, .col-80, .col-20, .col-25, .col-30, .margin-auto 
{
    width:100%;
    margin-top:20px;
}

table td 
{
    width:100% !important;
    margin-top:-1px;
}
.table4 td
{
    width:100%;
    display:block;

}
.pctable td {
    display: block;
    width: 100%;
    margin-top: -1px;
}
.LoginInput_small_input1 
{
    width:100% !important;
}
.btnBanner 
{
    margin-top:10px;
}
.leftLogin 
{
    display:none;
}
.loginBox 
{
    width:100% !important;
}
.mpoLogo 
{
    display:none;
}

}







/* User Login Css */
.userProfile 
{
    
 border-top: 3px solid #1e88e5;
padding:20px;
background-color:#fff;
border-radius: 5px;
-webkit-box-shadow: 0 0 5px 0 rgba(43,43,43,.1),0 11px 6px -7px rgba(43,43,43,.1);
box-shadow: 0 0 5px 0 rgba(43,43,43,.1),0 11px 6px -7px rgba(43,43,43,.1);
border: none;
margin-bottom: 30px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.page-titles {
  background: #ffffff;
padding:10px;
line-height: 2.3;
-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}

.page-titles h3 
{
   margin:0;
   padding:0;
    line-height: 30px;
    font-size: 21px;
}
.userProfile .profileTable 
{
    width:100%;
   border-collapse: collapse;
border-spacing: 0;
font-size: 1em;
}
.userProfile .profileTable td 
{
padding:10px;
border:1px solid rgba(120, 130, 140, .1) !important;
font-size: 14px;
}
.profileTable4 td 
{
    width:25%;
 float:left;
}
.profilePic 
{
    width:120px; height:70px; margin:0 auto;
}
.profilePic img
{
    width:100%;
}
/* Outer Box */
.outerBox 
{margin: 20px 0 0;
border-radius: 5px;
-webkit-box-shadow: 0 0 5px 0 rgba(43,43,43,.1),0 11px 6px -7px rgba(43,43,43,.1);
box-shadow: 0 0 5px 0 rgba(43,43,43,.1),0 11px 6px -7px rgba(43,43,43,.1);
border: none;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
padding: 20px;
background-color: #fff;

}
.card 
{
    margin:0 10px 30px;
 border-radius: 5px;
-webkit-box-shadow: 0 0 5px 0 rgba(43,43,43,.1),0 11px 6px -7px rgba(43,43,43,.1);
box-shadow: 0 0 5px 0 rgba(43,43,43,.1),0 11px 6px -7px rgba(43,43,43,.1);
border: none;
margin-bottom: 30px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
background-color: #fff;

}
.card ul
{
padding-left: 10px;    
}
.card ul li 
{
list-style-type: circle;
    
}
.card ul li a
{
    padding: 5px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
display: block;
text-decoration: none;
color: #455a64;
font-size: 14px;
text-align:left;

}
.card ul li a:hover
{
 background: #f2f4f8;

}
.card-heading 
{
        -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:15px;
    
}
.card-body {
   
    padding:0 1.25rem;
}
.card-title
{
    font-weight:lighter;
    font-size:17px;
    margin:0 !important;
}
.bginfo 
{
    background-color: #1e88e5 !important;
}
.text-white 
{
    color:#fff;
}



.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table th {
    font-weight: 500;
    vertical-align: bottom;
    padding:10px !important;
    font-weight:700;    
}
.table td{
  padding:6px !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
        border-top-color: rgb(222, 226, 230);
        font-size: 14px;
}
.table td, .table th {
    border-color: #f3f1f1;
}

.table4 td
{
    width:25%;

}
.form-group {
    margin-bottom: 0 !important;
}
.btn-group 
{
    padding:10px;
   
}
.btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size:13px !important;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
   margin:0 5px;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
    
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group 
{
    margin:0 5px;
}
.btn i 
{
    margin-right:5px;
}
.table .btn-group 
{
    margin:0 auto;
   display:block;
}
/****** Notification **/
.notecard-title
{
    font-weight: lighter;
font-size: 17px;
}
.notecard-body {
    padding:10px;
}
.bgc-grey {
    background-color: #d8ecfe !important;
}
/* Counts */
/* Counts */
.special-card{
    background-color: #fff;
    transition-duration: 0.5s;
    box-shadow: -0px 5px 10px #ddd;
    border-radius: 5px 10px 10px 5px;
    min-height:108px;
    z-index:99;

}

.border_1 {
    border-left: 6px solid #3ab1bb;
}
.border_2 {
    border-left: 6px solid #df9255;
}
.border_3 {
    border-left: 6px solid #62cdab;
}
.border_4 {
    border-left: 6px solid #f6c33d;
}

.special-card:hover{
     box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
     background-color:#ecf9ff;
     cursor:pointer;
}
.card-content p{
    color#969595;
    font-size: 13px;
}
.card-icon-box{
    display: inline-block;
    height: 80px;
    width: 80px;
    left: 0;
    right: 0;
}
.card-icon-box-inner{
    width:100%;
    height:100%; 
    background-color:#4c9ae1;
    position:relative;
    display:table;
    border-radius: 50%;
}
.card-icon-box .card-icon-box-inner i{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 35px;
}
.countPlace {
    color: #333;
    padding: 5px 10px;
    font-size: 1.8em;
     border-bottom:1px solid #dadada;
    font-style: italic;
    text-align:left;
}
.special-card-outer{
    margin-top: 10px;
    margin-bottom: 10px;
    
}

.feature-box p {
    padding: 0px 20px;
}
.card-content h3 {
margin: 0;
padding: 6px 0 6px 10px;
border: none;
font-size:14px;
line-height:1.4;
font-weight:lighter;
text-align:left;
transition:.3s all;
}
.card-content h3:hover {
    margin: 0;
    padding: 6px 0 6px 13px;
}
.main_headg2g {
    width: 100%;
    margin: 0;
    padding: 10px 14px;
    font-size: 25px;
}
/*breadCrum  */
.breadcrumbs ul{
 padding: 0px;
	list-style: none; 
	overflow: hidden; 
  margin-bottom: 0px;
  margin-left: 0px;
}
.breadcrumbs li { 
	float: left; 
	background-color:#D4D4D4;
}

.breadcrumbs li a {
color: #333;
text-decoration: none;
padding: 3px 0 3px 39px;
    padding-left: 39px;
position: relative;
display: block;
text-transform: uppercase;
font-size:13px;
}
.breadcrumb_last{
  display:none;
}
.breadcrumbs li a:before,.breadcrumbs li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           
	border-bottom: 50px solid transparent;
  border-left: 30px solid;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
}
.breadcrumbs li a:after { 
  border-left-color: #D7D7D7;
  z-index: 2; 
}
.breadcrumbs li a:before { 
  border-left-color: white;
  margin-left: 3px;
  z-index: 1; 
}
.breadcrumbs li:first-child a,.breadcrumbs li a:hover {
  background: #71b6f0;
  color:#fff;
}
.breadcrumbs li:first-child a{
  padding-left: 15px;
}
.breadcrumbs li:first-child a:after,.breadcrumbs li a:hover:after {
  border-left-color: #71b6f0;
}








@media (max-width: 768px) {









  .breadcrumbs{
    font-size:12px;
  }
  /*.breadcrumbs>span>span>a{display:none;}*/
  .breadcrumbs li a {
	  padding: 5px 0px 5px 18px;
  }
 .breadcrumbs li a:before,.breadcrumbs li a:after { 
	border-top: 20px solid transparent;           
	border-bottom: 20px solid transparent;
  border-left: 10px solid;
	margin-top: -20px; 
}
  .breadcrumbs li:first-child a {
  padding-left: 8px;
}
.breadcrumbs li a:after { 
  border-left-color: #D7D7D7;
}
 .breadcrumbs li:not(:first-child):not(:last-child){
  display:none;
} 
}
/* modal popup */
.modal-body input[type="text"]
{
    width:33%;
padding: 6px;
border: 1px solid #ddd;
border-radius: 3px;
float:left;
}
.captchaOuter 
{
    float:left;
    width:23%;
    margin:0 20px;
}
/* Table format */
.wrapper h2
{
    padding: 30px 0 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
}
.pctable
{
    width: 100%;
    margin: 0 0 10px;
    border-collapse: collapse;
    margin: 20px 0 0;
}
.pctable th
{
    padding: 8px;
    background-color: #e3eaef;
    border: #ddd 1px solid;
    font-size: 1.2em;
    color: #333;
    margin: 0 0 0 0;
    font-weight:400;
    text-align: left;
}
.pctable td
{
    padding: 8px;
    border: #ddd 1px solid;
    text-align: left;
    font-size: 1em;
    
}
.pctable tr
{
    background: #fafafa;
}
.pctable tr:nth-child(odd)
{
    background: #FBFBFB;
}
.pctable tr:nth-child(even)
{
    background: #f7f7f7;
}
.pctable2 td
{
    width:50%;
}
.pctable4 td
{
    width: 25%;
}
.pctable5 td
{
    width: 20%;
}
.pctable6 td
{
    width: 16.66%;
}
/* fields */
.pctable td input[type="text"]
{
    width: 95%;
    margin: 0 !important;
    padding: 7px !important;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
.pctable td input:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #ddd;
    border: #ddd 1px solid;
}
.pctable td input:hover
{
    border-radius: 5px;
}
.pctable td select
{
    width: 95%;
    margin: 0 !important;
    padding: 7px !important;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
.pctable td select:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border: #ddd 1px solid;
}
.pctable td select:hover
{
    border: #ddd 1px solid;
}
.pctable td textarea
{
    width: 95%;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
.pctable td textarea:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #ffd0b4;
    border-color: #ffd0b4;
}
textarea:hover
{
    border: 1px solid #ffd0b4;
    border-radius: 5px;
}
.pctable td input[type="radio"] { margin:0 5px;}
.margin-auto 
{
    margin:0 auto !important;
}


/******** Popup Instructions **************/
.popupInst ul li
{
    list-style-type:circle;
    list-style-position:inside;
    padding:3px;
    line-height:1.5;
    font-size:14px;
}
/*********** Error pages 13.02.2019 **********/
.errorScreen {
 background-color:#fff;
    min-height: inherit;
    margin:3% auto 0 auto;
    padding:10px 0;
    width:70%;
    
}
.errorScreen h5 {
    padding-top: 10px;
    font-size:18px;
}
a.goback-btn 
{
 color:#fff !important;
 font-weight:100;
}
.goback-btn 
{
    border-radius:3px;
    display:inline-block;
    margin-top:10px;
    padding:10px 30px;
    background-color:#38bca1;
      transition:0.3s ease-in-out;
  box-shadow:0 15px 20px -10px rgba(0,0,0,0.5);
}
.goback-btn:hover{
  box-shadow:0 35px 20px -20px rgba(0,0,0,0.3);
  transform:translateY(-2px);
  outline:none;
}
.goback-btn:focus{

  outline:none;
}


/* Login Box */
.loginBox 
{
    width:50%;
    margin:0 auto;
    background-color:#fff;
    border-radius:5px;
    padding:10px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.2);
box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.2);
}
.leftLogin 
{
    background-color:#fafafa;
    padding:0 30px;
    min-height: 330px;
}
.loginFields 
{
    padding:20px 20px;
    min-height: 330px;
}
.loginFields h3 
{
    
}
.loginFields input[type="text"], .loginFields input[type="password"] 
{
    width:100%;
    margin:5px;
    padding:7px;
    border:1px solid #ddd;
    font-size:13px;
    border-radius:5px;
}
.loginFields input[type="text"]:hover,
.loginFields input[type="text"]:focus,
.loginFields input[type="password"]:focus, 
 .loginFields input[type="password"]:hover

{

    border:1px solid #b6f1ff;
    box-shadow:0 0 4px #ddd;

}
.captchaloginBox 
{
        width:100%;
    margin:5px;
    padding:7px;
    font-size:13px;
    border:1px solid #ddd;
    height:100px;
    text-align:left;
}
.loginFields .loginbtn
{
    width:100%;
    margin:5px;
    padding:7px;

}
.forgotLink 
{
    
    font-size:13px;
    color:#26a5ec;
}


/* User Details */
.userDetails 
{
    font-size:13px;
}
.userDetails a 
{
    font-size:13px;
}


/* Logout Screen */
.loggedOut h5 {
    padding-top: 10px;
font-size: 1.25rem;}
.loggedOut ul li {
    font-size: 15px;
}

.special-card-link 
{    margin-top: 10px;
    margin-bottom: 10px;
}
.special-card-link i 
{
    float:left;
    margin:0 20px 0 5px;
     font-size: 22px;
}
.special-card-link .special-card
{  
    min-height:100%;
    padding:15px;
}
.special-card-link .card-title {
    font-weight: lighter;
    font-size: 17px;
    color: #272727;
    float:left;
}
.special-card-link .card-title:hover {
    color: #459fc9;
}
.td-head {
    background-image: url('/portal/Services/PHARMACY//Images/box_03.png');
    width: 313px;
    height: 39px;
    margin: 0 0 0 20px;
}
.td-head p {
    padding: 0 0 0 60px;
    margin: 0 0 0 0;
    color: #fff;
    font-size: 22px;
    font-family: Calibri;
}
.td-body {
    background-image: url('/portal/Services/PHARMACY/Images/box_06.png');
    font-family: Calibri;
    vertical-align: top;
}
.td-ftr {
    background-image: url('/portal/Services/PHARMACY/Images/box_08.png');
    height: 22px;
}
.validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px left;
    text-align: left;
    font: 13px Tahoma, sans-serif;
}
.SuccessInfo {
    border: 1px solid #b0c291;
    margin: 5px 0px;
    padding: 5px 5px 5px 5px;
    background-repeat: no-repeat;
    text-align: left;
    font: 12px Tahoma, sans-serif;
    font-weight: bold;
    color: #275420;
    background-color: #eff9e3;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/Quick Links/FDA/Images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('/Quick Links/FDA/Images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/Quick Links/FDA/Images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #f2d7d7;
    background-image: url('/Quick Links/FDA/Images/validation.png');
}
.validation {
    color: #D63301;
    background-color: #f2d7d7;
    background-image: url('/Quick Links/FDA/Images/validation.png');
    /*border-color: #DF8F8F;     background: #FFD7D7;*/
}



.serverName {

    position: absolute;
    bottom: 26px;
    width: 100px;
    padding: 7px;
    right: 34px;
    background-color: #4c9ae1;
    color: #fff;
    border-radius: 3px 3px 0 0;
}
.serverName i {

    margin-right:5px;
}

@media screen and (min-width:350px) and (max-width:767px) {

.pctable th {
display:block !important; width:100%!important;
}

    .userProfile .profileTable td {
        display: block;
        width: 100%;
    }




}


/* Tracker 08.07.2020 */

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #ececec;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container-tracker {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-tracker::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid #57BBA6;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
 .container-tracker.activated::after {
    border: 4px solid red;
}
/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #ececec;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ececec;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #ececec;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ececec transparent #ececec;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -13px;
}

/* The actual content */
.content {
  padding: 10px 10px;
  background-color: #fafafa;
  position: relative;
  border-radius: 6px;
}
.content h2{
   font-size:1.1rem;
   margin:0;
   padding:5px;
}
.content p{
   margin:0;
   padding:5px;
   font-size:.9rem;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container-tracker {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container-tracker::before {
  left: 60px;
  border: medium solid #ececec;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ececec transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 18px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
  .timeline::before {
   display:none;
}
}


