@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Antic';font-size: 1em;
}


/* ============== 
	TYPOGRAPHY 
 ================ */

h1 { color: #00056b;}
h5 { color: #00056b;}

p { 
	font-weight: 500;
	line-height: 1.6em;
	text-align: justify; }


/* ============== 
	CARDS 
 ================ */

.box-part{
    background:#FFF;
    border-radius:0;
    padding:60px 10px;
    margin:30px 0px;
}
.text{
    margin:50px 0px;
	font-size: 2em;
}

.fa-lock {color: #00056b;}
.fa-registered {color: #00056b;}
.fa-question-circle {color: #00056b;}
.title h4 {color: #00056b;}

/* ============== 
	QUESTIONS 
 ================ */

.card-text {font-size: 1.2em;}
.card-header { background-color: #c4d3f6;}

input[type="checkbox"], input[type="radio"]{
	position: absolute;
	right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	color: #2980b9;
	animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}

@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}

.questions {text-align: left; }

.progress {height: 25px;}

/* ============== 
	GENERAL 
 ================ */

.jumbotron {background-color: #c4d3f6;}

.breadcrumb {background-color: #fff;}

.btn {
    white-space: normal;
}

/* ==============
    UPLOAD FILES
 ================ */

.it .btn-orange
{
	background-color: blue;
	border-color: #777!important;
	color: #777;
	text-align: left;
     width:100%;
}
.it input.form-control
{
	
	border:none;
     margin-bottom:0px;
	border-radius: 0px;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
}
.it .form-control:focus
{
	border-color: #ff4d0d;
	box-shadow: none;
	outline: none;
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}



/* ============== 
	BUTTONS 
 ================ */

.btn-primary { background-color: #00056b;}
.btn-outline-primary { border: thin solid #00056b; text-decoration: none; color: #00056b!important;}
.btn-outline-primary:hover { border: thin solid #C7C4C4; background-color: #C7C4C4; color: #00056b!important;}
.btn-danger { background-color: #ff0000;}
.btn-basic { background-color: #fbda06; border: #C7C4C4 thin solid; width: 200px; border-radius: 8px; font-family: Arial;}
.btn-basic:hover { background-color: #fb9606; color: #fff; }
.btn-basic:link {color: #000;}
.btn-light { background-color:  #fb9606; color: #fff; border: #C7C4C4 thin solid; width: 200px; border-radius: 8px; font-family: Arial;}
.btn-light:hover { background-color:  #fb9606; color: #fff; }
.btn-outline-info { border: #00056b thin solid; color: #00056b!important; }
.btn-outline-info:hover { border: #c4d3f6 thin solid; background-color:  #c4d3f6; color: #00056b; }
.btn-outline-info:a { background-color: aqua; text-decoration: none!important; }
.btn-outline-light {border: thin solid #00056b; color: #00056b;}
.btn-outline-light:hover {border: thin solid #fff; color: #fff; background-color: #00056b; text-decoration: none;}
/*.btn-outline-light {border: thin solid #00056b; color: #fff; background-color: #00056b;}
.btn-outline-light:hover {border: thin solid #00056b; color: #00056b; background-color: #fff; text-decoration: none;}*/


/* ============== 
	BACKGROUND 
 ================ */

.bg-basic {background-color: #f4f4f4;}
.bg-primary {background-color: #00056b!important;}
.bg-info {background-color: #c4d3f6!important;}


/* ============== 
	TABLES 
 ================ */

th, td {
    text-align: center;
    vertical-align: middle;
}

th {background-color: #6c7ae0;}

.name {color: #000; text-align: left; }
.name a {color: #000;}

tbody {background-color: #fff;}

 .table-hover tbody tr:hover td { background-color: #ececff;}

address { text-align: center; font-size: 2em; color: #00056b;}


.table-outline-light:table-hover {border: thin solid #00056b; color: #00056b;}


/* ============== 
	LOGIN SCREEN 
 ================ */

.login {
	border: 1px solid;
	padding: 10px 15px;
	box-shadow: rgba(0, 0, 0, 0.5)7px 7px 20px 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	max-width: 80%;
	background-color: #fff;
	margin: auto;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

img.center {
display: block;
margin-left: auto;
margin-right: auto;
}


/* ==============
ON / OFF SWITCHES
================= */

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.slider:after
{
 content:'FAIL';
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 60%;
 font-size: 14px;
 font-family: Verdana, sans-serif;
}

input:checked + .slider:after
{  
 content:'PASS';
 left: 40%;    
}


/* ============== 
	FOOTER 
 ================ */

footer {
	/*border-top: #D5D3D3 thin;
	margin-top: 35px;
	position: relative;bottom: 0; left: 0; */
	margin-top: 85px;
	position: relative;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #fff;
   color: #000;
   text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
}

footer p { text-align: right; padding-right: 15px; font-size: 14px;}


@media (min-width: 476px) {
  /*.login {
    max-width: 640px;
  }*/

.btn-basic { width: 125px;}
.btn-basic:hover { width: 125px;}
.btn-light { width: 125px;}
.btn-light:hover { width: 125px;}
}	


@media (min-width: 576px) {
  /*.login {
    max-width: 640px;
  }*/
	
.btn-basic { width: 125px;}
.btn-basic:hover { width: 125px;}
.btn-light { width: 125px;}
.btn-light:hover { width: 125px;}
}	

@media (min-width: 768px) {
  /*.login {
    max-width: 720px;
  }*/	
.btn-basic { width: 125px;}
.btn-basic:hover { width: 125px;}
.btn-light { width: 125px;}
.btn-light:hover { width: 125px;}
}

@media (min-width: 992px) {
  /*.login {
    max-width: 960px;
  }*/
.btn-basic { width: 170px;}
.btn-basic:hover { width: 170px;}
.btn-light { width: 170px;}
.btn-light:hover { width: 170px;}
}

@media (min-width: 1200px) {
  /*.login {
    max-width: 1140px;
  }*/
.btn-basic { width: 200px;}
.btn-basic:hover { width: 200px;}
.btn-light { width: 200px;}
.btn-light:hover { width: 200px;}	
}
