/*!
 * EDU720
 */
html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
    font-family: 'Raleway','Montserrat', sans-serif;
    text-align: center;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
 }
.login-name {
    padding-top: 43px;
    margin-bottom: 26px;
}
.navbar-nav {
    margin: 0;
}
.wrapper {
    margin-top: 50px;
}

.timer {
    background: #605375;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border: 1px solid #aaaaaa;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    font-size: 28px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 2.2em;
}
/*-- OVO BRISATI --*/
.checkbox, .radio {
    text-align: left;
}
input[type="radio"] {
  display: none;
  vertical-align: middle;
}

input[type="radio"] + label {
    color: #292321;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 350;
    width: 100%;
    vertical-align: middle;
}
.radioPolje{
    vertical-align: middle;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.radioPolje:hover{
    background-color: #F7F7F7;
}

input[type="radio"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -5px 8px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

input[type="radio"] + label span {
    background-color: #FFFFFF;
    border: 1px solid;
}
input[type="radio"]:checked + label span {
    background-color: #85CAFB;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}



footer.text-center {
    margin-top: 100px;
}
li.navbar-right.login-name a {
    padding: 0;
    color: white;
}
li.navbar-right.login-name a:hover {
    padding: 0;
    color: white;
    opacity: 0.6;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}
.mojlink {
    padding: 0;
    color: white;
}
.transparent-btn {
    color: white;
    padding: 9px;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
.transparent-btn:hover {
    color: white;
    opacity: 0.6;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}
.edu-nbr {
    width: 60px;
    height: 60px;
    background: #00A65A;
    color: white;
    border-radius: 30px;
    padding: 17px;
    position: relative;
    margin: 0px auto;
    margin-top: -80px;
    margin-right: 50px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}
.edu-nbr-red {
    width: 60px;
    height: 60px;
    background: #F0524A;
    color: white;
    border-radius: 30px;
    padding: 17px;
    position: relative;
    margin: 0px auto;
    margin-top: -80px;
    margin-right: 50px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}
.education-now {
    max-width: 262px;
    margin: 26px auto;
}
.wrapper {
    min-height: 100%;
    position: static;
    overflow: hidden;
}

.sub-wrapper {
    overflow: hidden;
}
.footer-below {
    background: #00A8FF;
    clear: both;
    height: 100px;
    margin-top: -100px;
    padding-top: 0;
    position: relative;
    width: 100%;
}

.footer-below {
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    text-align: center;
    text-decoration: none;
}
 .logo-login {
    max-width: 180px;
 }
.navbar-default {
    background-color: #433a52;
    border-radius: 0px;
}
.navbar {
	margin-bottom: -1px;
}
.footer {
    padding: 30px;
}
.footer-logo {
    max-width: 100%;
    height: auto;
    width: 70px;
}
.logo {
	max-width: none;
    width: 70px;
    margin: 0 auto;
    display: none;
}
a.home-btn {
    color: white!important;
    font-weight: 300;
    background: #00A65A;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 18px;
}
.quiz-btn a {
    color: white!important;
    font-weight: 300;
    background: #00A65A;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 18px;
}

.submit-btn {
	max-width: 300px;
    min-width: 140px;
}
.btn-blue {
    background: #208dde;
    border: #208dde;
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    margin-top: 30px;
}
.answered-p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
li.navbar-right.login-name {
    padding-bottom: 10px;
}
button.btn.btn-lg.btn-primary.btn-block {
    margin-top: 13px;
    border-radius: 30px;
}
.btn:focus {
    outline: none;
}

.h5, h5 {
    font-size: 18px;
}
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}
.separator {
    text-align: left;
    color: white;
    background: #00a8ff;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 1px;
    font-weight: 600;
    font-size: 17px;
}


  .separatorRight {
    text-align: left;
    color: white;
    background: #00a8ff;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 1px;
    font-weight: 600;
    font-size: 17px;
    margin-top: 3px;
  }

@media screen and (-webkit-min-device-pixel-ratio:0) { 
     .separatorRight {
        text-align: left;
        color: white;
        background: #00a8ff;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 1px;
        font-weight: 600;
        font-size: 17px;
        margin-top: 0px;
      }
  );} 

@media screen and (-webkit-min-device-pixel-ratio:0) { 
     ::i-block-chrome,.separatorRight {
        text-align: left;
        color: white;
        background: #00a8ff;
        padding-left: 30px;
        padding-top: 11px;
        padding-bottom: 1px;
        font-weight: 600;
        font-size: 17px;
        margin-top: 0px;
      }
  } 

}


.btn-primary {
    color: #fff;
    background-color: #00A8FF;
    border-color: #00A8FF;
}
.left-part {
	padding: 0;
}
.educations {
    background: #433a52;
    color: #9bc4f3;
    border: 1px solid #00A8FF;
    height: 225px;
    width: 50%;
    font-weight: 600;
}

.education-history {
    background: #3A3542;
    color: white;
    border: 1px solid rgb(0, 168, 255);
    min-height: 450px;
}

.educations span {
    font-size: 30px;
    color: white;
    font-weight: 300;
}
.center-div-always {
	position: absolute;
    height: auto;
    max-width: 100%;    
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.inner-info {
    background: #433a52;
    margin: 10px 0px 10px 0px;
    padding: 10px;
}
.fa-check-circle {
    color: #00a65a;
    font-size: 55px;
    text-align: center;
    padding-top: 3px;
}
.fa-times-circle {
    color: #f0524a;
    font-size: 55px;
    text-align: center;
    padding-top: 3px;	
}
table {
	width: 100%;
	font-weight: 600;
}
.tables {
	padding: 0;
}
td span {
    font-weight: 300;
}
.play-button {
	padding: 3px;
}
.left-part a {
    font-weight: 400;
    padding-bottom: 21px;
    padding-top: 10px;
    display: block;
    font-size: 18px;
    color: #00A8FF;
}
.left-part a:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
.quit_link {
    font-weight: 400;
    font-size: 14px;
    color: white;
}
.quit_link:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
.extrah1 {
    padding-top: 5px;
    padding-bottom: 4px;
    color: #27A7D1;
    font-weight: 200;
    font-size: 24px;
}
.extrah1_smaller {
    padding-top: 5px;
    padding-bottom: 4px;
    color: #27A7D1;
    font-weight: 400;
    font-size: 28px;
}
.btn-primary {
    width: 115px;
    float: left;
    margin-left: 15px;
    font-size: 15px;
}
.login-name {
	color: white;
}

/* -------------------------------Percentages-------------------------------- */

.stat-group {
  position: relative;
  display: inline-block;
  height: 150px;
  width: 150px;
}
.stat-group .per {
    position: absolute;
    height: 0;
    line-height: 0;
    width: 100%;
    top: 50%;
    font-size: 2em;
    text-align: center;
    color: #FFF;
    font-weight: 300;
    opacity: 0.8;
}

.rerun {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  padding: 1em;
  background-color: #ccc;
  color: #fff;
  border-radius: 0 0 0 .5em;
  transition: background-color 300ms;
}
.rerun:hover {
  background-color: #249daa;
}
svg.svg {
    max-width: 100%;
}
/* ------------------------------- Modal -------------------------------- */

.input-group {
    margin-top: 25px;
}
.modal-dialog {
    max-width: 400px;
    width: calc(100% - 10px);
    margin: 0 auto;
    margin-top: 50px;
}
.modal-btn {
	max-width: 185px;
    margin: 25px auto;
}
.modal-content {
	background: rgba(189, 189, 189, 0.84);
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
}
.modal-footer {
	border: none;
	padding-top: 45px;
}
.modal-header {
	border: none;
}
.modal-title {
    text-align: left;
    font-weight: 300;
}
/*
.modal-body {
    padding-top: 25px;
}
*/
button.btn.btn-default {
    width: 100%;
    border-radius: 25px;
    background: transparent;
    border: 1px solid white;
    color: white;
    float: left;
    padding: 11px 16px;
}
.modal-btn-green {
    margin: 0;
}
::-webkit-input-placeholder {
    color: white!important;
}
:-moz-placeholder {
    /* FF 4-18 */
    color: white!important;
}
::-moz-placeholder {
    /* FF 19+ */
    color: white!important;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: white!important;
}
/* ------------------------------- REPORT SPECIFIC -------------------------------- */
.table-responsive td {
	text-align: left;
}
.display-numbers {
    display: block;
    margin: 20px -9px;
}
.display-numbers p {
	padding-top: 5px;
}

.display-numbers .dropdown-control {
	padding:0;
	width: 70px;
}
.report-row tr:nth-child(odd) {
	background: #433a52;
}
.report-row tr:nth-child(even) {
	background: #342e3e;
}
.table-responsive th {
    vertical-align: middle!important;
    border: none!important;
    color: white;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.table-responsive .fa-times-circle, .table-responsive .fa-check-circle{
	font-size: 40px;
}
/* ------------------------------- QUIZ -------------------------------- */
.questionbox, .qeustionbox h3{
    text-align: left;
    padding-left: 20px;
}

.questionbox-red {
    border: 1px solid #f0524a;
    background: #f0524a;
}
.questionbox-green {
    border: 1px solid #0dbe6d;
    background: #0dbe6d;
}
.questionbox-blue {
    border: 1px solid #85cafb;
    background: #85cafb;
}
.quiz {
    padding: 0;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 50px;
}
.red {
    border: 1px solid #F0524A;
}
.blue {
    border: 1px solid #85cafb;
}
.green {
    border: 1px solid #0dbe6d;
}
.quiz label.checkbox {
    text-align: left;
    padding: 15px;
    padding-left: 20px;
}

.quiz label.input-helper.input-helper-checkbox {
    color: black!important;
}

.quiz .input-helper-checkbox:before {
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #4C4C4C;
    border-radius: 50%;
}
.quiz input[type="checkbox"]:checked + label:before {
    background: #3189c8;
}
.quiz label.input-helper.input-helper-checkbox {
    color: black!important;
    padding-left: 45px;
    font-size: 22px;
}

/* -------------------------------Login Page--------------------------------- */

#login body {
	color: white;
}
body.login-bg {
    background: url("../images/unsplash.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 60px;
}

.input-helper {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.input-helper:before {
  content: '';
  display: block;
  position: absolute;
}
.input-helper-checkbox {
  padding-left: 20px;
}
.input-helper-checkbox:before {
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

label.input-helper.input-helper-checkbox {
    padding-left: 30px;
    color: white!important;
}

input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label:before {
  background: #222;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label:before {
  background: #0DBE6D;
}
input.form-control, .input-group-addon{
    background: transparent;
    border: none;
    box-shadow: none;
    color: white;
}
.form-control:focus {
    border-color: #none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.input-group:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.input-group {
	border-bottom: 1px solid white
}
.input-group-addon {
	padding: 0px;
	font-size: 19px;
}
.btn-success {
    background-color: #0dbe6d;
    border-color: #0dbe6d;
    border-radius: 24px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 15px;
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
    background-color: #0A9857;
    color: white;
}
label.checkbox {
    margin-top: 20px;
}
.frgt-psw {
	text-align: center;
	margin-top: 30px;
}
.frgt-psw-error {
	text-align: center;
	margin-top: 15px;
	background: rgba(49, 137, 200, 1);
	color: yellow;
    border-radius: 5px;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#login h4 {
    margin-top: 0px;
    margin-bottom: 30px;
    color: white;
}
#login a {
    color: #FFFFFF;
}
#login a:hover {
	color:white;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
.modal .btn-success {
    background-color: #0dbe6d;
    border-color: #0dbe6d;
    margin-top: 0px;
    border-radius: 24px;
}

/* ------------------------------- MEDIA QUERY -------------------------------- */
@media screen and (max-width: 768px) {
    .navbar-brand {
        display: none!important;
    }
    .login-name {
        padding-top: 17px;
        margin-bottom: 7px;
    }
    .extrah1 {
        padding-top: 5px;
        padding-bottom: 4px;
        color: #27A7D1;
        font-weight: 140;
        font-size: 18px;
    }
    .extrah1_smaller {
        padding-top: 5px;
        padding-bottom: 4px;
        color: #27A7D1;
        font-weight: 400;
        font-size: 16px;
    }
    .educations span {
        font-size: 22px;
        color: white;
        font-weight: 260;
    }
    input[type="radio"] + label {
        color: #292321;
        font-family: Arial, sans-serif;
        font-size: 14px;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 3px;
        margin-top: 3px;
        font-weight: 350;
        width: 100%;
        vertical-align: middle;
    }
    h3 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 15px;
    }

    .table-responsive .fa-times-circle, .table-responsive .fa-check-circle{
        font-size: 24px;
        vertical-align: middle;
    }

}
@media screen and (min-width: 320px) and (max-width: 768px) {
	.navbar button.btn.btn-lg.btn-success {
        margin-top: -22px;

    }
    .col-md-8.text-center.col-md-push-4 {
        padding: 0;
    }
    .table-responsive .fa-times-circle, .table-responsive .fa-check-circle{
        font-size: 24px;
        vertical-align: middle;
    }


}
@media screen and (min-width: 320px) {

	#login h2{
		color:white;
		text-align: left;
		font-weight: 300;
	}
	#login h3 {
	    text-align: center;
	    color: white;
	    font-family: 'Montserrat', sans-serif;
	}
	#login p {
	    color: white;
	    text-align: center;
	    font-size: 12px;
	}
	.left-login {
	    background: rgba(49, 137, 200, 1);
	    height: 400px;
	    padding: 40px;
	}
	#login span {
	    color: #BDBDBD;
	    margin-left: 20px;
	    font-family: 'Raleway', sans-serif;
	    font-weight: 300;
	}
	#login input[type=checkbox] {
		margin-left: 0px;
	}
	.right-login {
		background: rgba(0, 0, 0, 0.25);
	    height: 400px;
	    padding: 40px;
	}
}
@media (min-width: 768px) {
    .home-btn {
        display: none!important;
    }
	.modal-dialog {
	    width: 600px;
	    margin: 50px auto;
	}
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-nav > li.navbar-right {
    float: right !important;
    width: 400px;
    text-align: right;
    padding-right: 40px;
  }
  .navbar-nav > li.navbar-center {
    float: center !important;
    width: 150px;
  }
li.navbar-right.quiz-btn {
    padding-top: 25px;
    margin-right: 50px;
}
.wrapper {
    margin-top: 100px;
}
}

@media screen and (min-width: 992px) {
    .left-part .center-div-always p {
        font-size: 18px;
    }
	body.login-bg {
		padding-top: 70px;
	}
	#login h2 {
		text-align: left;
		margin-bottom: 30px;
	}
	.left-login {
	    border-radius: 10px 0px 0px 10px;
	}
	.right-login {
	    border-radius: 0px 10px 10px 0px;
	}
	.center-div {
		position: absolute;
	    height: auto;
	    max-width: 100%;    
	    left: 50%;
	    top: 50%;
		transform: translate(-50%, -50%);    
	    -webkit-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	}
	.left-part {
		border-right: 1px solid #00A8FF;
	}
	tbody {
	    text-align: left;
	}
	tr > td {
	    padding-left: 20px;
	}
@media screen and (min-width: 1200px) {
    .tablecontainer {
        width: 80%;
    }
}

}



/* ============================================================
  PULSE
============================================================ */
.cmn-t-pulse {
  padding: 0;
  -webkit-animation: pulse 1.8s ease infinite;
  -moz-animation: pulse 1.8s ease infinite;
  -ms-animation: pulse 1.8s ease infinite;
  -o-animation: pulse 1.8s ease infinite;
  animation: pulse 1.8s ease infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }

  25% {
    -moz-transform: scale(1.1);
  }

  50% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }

  25% {
    -ms-transform: scale(1.1);
  }

  50% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }

  25% {
    -o-transform: scale(1.1);
  }

  50% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
