
@font-face {
    font-family: Selekcija;
    src: url(/fonts/selekcija.woff);
}

.selekcija_icons_font{
  font-family: Selekcija;
  font-size:18px;
  line-height: 18px;
}

.popUpContainer{
  display:none; 
  background-color: rgba(64, 64, 64, 0.5);
  z-index:10000;
}

#pageHeader{

  background-color: #1f4ea1;
  height:81px;
  margin-bottom: 25px;

  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(0.19, #1f4ea1),
    color-stop(0.9, #367DCC)
  );
  background-image: -o-linear-gradient(top, #1f4ea1 19%, #367DCC 95%);
  background-image: -moz-linear-gradient(top, #1f4ea1 19%, #367DCC 95%);
  background-image: -webkit-linear-gradient(top, #1f4ea1 19%, #367DCC 95%);
  background-image: -ms-linear-gradient(top, #1f4ea1 19%, #367DCC 95%);
  background-image: linear-gradient(to top, #1f4ea1 19%, #367DCC 95%);
  
}

.headerSecondContainer{
  /*margin-top: 30px;*/
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.searchAssessmentsContainer{
  margin-top: 30px;
}

.headerThirdContainer{
  margin-top: 30px;
}
.headerThirdContainer > ul{
  list-style: none;
}

#headerTitle{
  margin-left: 8%;
  display: inline-block;
}

#headerTitle > p{
  display: inline;
  color: white;
  font-size: 14px;
  font-weight: 300;
}

#searchAssessCand{
  background-color: transparent;
  width: 85%;
  border: none;
  box-shadow:none;
  border: 1px solid #74abee;
  color: black!important;
  padding: 10px;
  height: 20px;
  display: inline-block;
  padding-right: 30px;
}

#searchAssessments{
  background-color: transparent;
  width: 85%;
  border: none;
  box-shadow:none;
  border-bottom: 1px solid #74abee;
  color: white!important;
  padding: 0px;
  height: 20px;
  display: inline-block;
  padding-right: 30px;
}



.frmElemBorder{
  border:1pt solid #d9e1e9
}

input#searchAssessments::-webkit-input-placeholder {color:#FFFFFF;}
input#searchAssessments::-moz-placeholder          {color:#FFFFFF;}
input#searchAssessments:-moz-placeholder           {color:#FFFFFF;}
input#searchAssessments:-ms-input-placeholder      {color:#FFFFFF;}

#searchIcon{
  position: relative;
  top: 0px;
  right: 20px;
  padding-left:2px; 
  font-size: 12px;
  color:white;
  background-color: #74abee;
  padding: 4px 10px 3.8px 10px;
  max-height: 20px;
}

#searchAssessmentsIcon{
  position: relative;
  right: 12px;
  padding-left:2px; 
  font-size: 12px;
  color:#74abee;
}

.header{
  background-color:#ebf0f6;
  border-radius: 0px;
}

.header > th {
    color: black;
    border-color:#ebf0f6!important;
    font-weight: normal;
}

.header > th{
  padding-top: 20px;
  padding-bottom: 20px;
}

.popUpHeader{
  background-color: #1B5FAA;
  color: white;
  padding:6px;
  padding-top: 12px;
  height: 46px;
}

.popUpHeader > h3{
  color: white;
  padding-left: 10px;
}

.candidateImage{
  border-radius: 50%;
}

#menuRight{
  /*display: inline-block;*/
  /*float: right;*/
  /*position: relative;
  top: 15px;
  right: 100px;*/

}

.instructionText{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.f-dropdown li a{
  color: white!important;
}

.menuRightIcon{
  width: 20px;
  color: #74abee;
}

/*#menuRight > ul{
  list-style: none;
}*/


.removeCellBorder{
  display: none;
}

.mainTable,.mainContainer, .employeeSections{
  -webkit-box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow:    0px 3px 9px 0px rgba(50, 50, 50, 0.35);
  box-shadow:         0px 3px 9px 0px rgba(50, 50, 50, 0.35);
  border: none;
  border-radius: 0px;
}

.employeeSections{
  margin: 10px; 
}

.mainContainer{
  padding-left:30px;
  padding-right:30px;
  margin-left:20px;
  margin-right: 20px;
  margin-top:30px;
  padding-top:20px;
  margin-bottom: 30px; 
  padding-bottom: 20px;
}

.arrowHeadContainer{
  font-size: 10px;
  padding-left: 2px;
  color: #b3b3b3;
}

.wrongDataInput{
    border:1px solid red!important;
  }

.ordNumMain{
  
  background-color: #44cca3;
  color:white;
  font-size: 30px;
  display: block;
  width: 55px;
  height: 50px;
  text-align: center;
  padding-top: 18px;

}

.ordNumNotEdited{
  background-color: #ebf0f6;
  color:#b7c1cb;
}


button,input[type="submit"],input[type="button"]{
  border: none;
  border-radius: 0px!important;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  border:none!important;
  border-color: transparent!important;
  font-size: 14px;
  height: 46px!important;
  font-family: "Roboto", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  display: inline;
  margin: auto;
  white-space: nowrap;
}

button:disabled,input[type="submit"]:disabled,input[type="button"]:disabled{
  background-color: #ebf0f6;
}

button:active,input[type="submit"]:active,button:focus,input[type="submit"]:focus,input[type="button"]:active,input[type="button"]:focus{
  box-shadow: none!important;
  border:none!important;
  border-color: transparent!important;
  outline: none;
}


.btnGreen{
  background: #44cca3;
  min-width: 100px;
}
.btnGreen:hover,.btnIcoGreen:hover, .btnIcoGreenSmall:hover{
  background-color: #6ce4c0;
}
.btnGreen:active,.btnGreen:focus,.btnIcoGreen:focus,.btnIcoGreen:active, .btnIcoGreenSmall:focus{
  background-color: #40bf99;
}

/*.btnBlue{
  background: #5b93e9;
  min-width: 100px;
}
.btnBlue:hover,.btnIcoBlue:hover, .btnIcoBlueSmall:hover{
  background-color: #74a9fa;
}
.btnBlue:active,.btnBlue:focus,.btnIcoBlue:focus, .btnIcoBlueSmall:focus{
  background-color: #4883dc;
}*/

.btnBlue{
    background: #4883dc;
    min-width: 100px;
  }
  .btnBlue:hover,.btnIcoBlue:hover, .btnIcoBlueSmall:hover{
    background-color: #5b93e9;
  }
  .btnBlue:active,.btnBlue:focus,.btnIcoBlue:focus, .btnIcoBlueSmall:focus{
    background-color: #1b5faa;
  }

.uppercase{
  text-transform: uppercase;
}

.btnOrange{
  background: #fbb234;
  min-width: 100px;
}

.btnOrange:hover,.btnIcoOrange:hover{
  background-color: #fec86a;
}
.btnOrange:active,.btnOrange:focus,.btnIcoOrange:focus,.btnIcoOrange:active{
  background-color: #f3a621;
}

.btnPurple{
  background: #c689ed;
  min-width: 100px;
}
.btnPurple:hover,.btnIcoPurple:hover{
  background-color: #d49cf8;
}
.btnPurple:active,.btnPurple:focus,.btnIcoPurple:active,.btnIcoPurple:focus{
  background-color: #b574df;
}

.btnIcoBlue, .btnIcoBlueSmall{
  background: #5b93e9;
}
.btnIcoGreen, .btnIcoGreenSmall{
  background: #44cca3;
}
.btnIcoOrange{
  background: #fbb234;
}
.btnIcoPurple{
  background: #c689ed;
}
.btnIcoNoData{
  background: #d9e1e9!important;
}


button[disabled]:hover,button[disabled]{
  background: #d9e1e9;
}


.green{
  color:#44cca3!important;
}
.blue{
  color:#5b93e9!important;
}
.orange{
  color:#fbb234!important;
}
.purple{
  color:#c689ed!important;
}

.green-background{
  background-color:#44cca3!important;
}
.blue-background{
  background-color:#5b93e9!important;
}
.orange-background{
  background-color:#fbb234!important;
}
.purple-background{
  background-color:#c689ed!important;
}
.inactive-background{
  background-color:#b7c1cb!important;
}

.green-arrow{
  /*border-top:solid 5px #44cca3!important;*/
  border-top-color:#44cca3!important;
}
.blue-arrow{
  /*border-top:solid 5px #5b93e9!important;*/
  border-top-color:#5b93e9!important;
}
.orange-arrow{
  /*border-top:solid 5px #fbb234!important;*/
  border-top-color:#fbb234!important;
}
.purple-arrow{
  /*border-top:solid 5px #c689ed!important;*/
  border-top-color:#c689ed!important;
}
.white-arrow{
  /*border-top:solid 5px white!important;*/
  border-top-color:white!important;
}
.inactive-arrow{
  /*border-top:solid 5px #b7c1cb!important;*/
  border-top-color:#b7c1cb!important;
}



.btnDisabled{
  background-color: #ebf0f6!important;
  color: #b7c1cb!important;
}

.btnIcoBlue, .btnIcoOrange, .btnIcoGreen, .btnIcoPurple{
  padding-left: 45px!important;
  text-align: left;
  height: 46px!important;
  cursor: pointer;

}

.btnIcoBlue > svg, .btnIcoOrange > svg, .btnIcoGreen > svg, .btnIcoPurple > svg, .btnIcoNoData > svg{
  position: absolute;
  left:15px;
  bottom: 12px;
  width: 20px;
}


.btnIcoBlue > svg > g > g > path, .btnIcoBlue > svg > g > path, .btnIcoBlue > svg > path, .btnIcoBlue > span:first-child{
  /*fill: #e3ecf9!important;*/
  fill: #1b5faa!important;
  color: #1b5faa;
}
.btnIcoGreen > svg > g > g > path, .btnIcoGreen > svg > g > path, .btnIcoGreen > svg > path, .btnIcoGreen > span:first-child{
  /*fill: #d8f2ea!important;*/
  fill: #0e9c72!important;
  color: #0e9c72;
}
.btnIcoPurple > svg > g > g > path, .btnIcoPurple > svg > g > path, .btnIcoPurple > svg > path, .btnIcoPurple > span:first-child{
  fill: #935ab6!important;
  color: #935ab6;
}
.btnIcoOrange > svg > g > g > path, .btnIcoOrange > svg > g > path, .btnIcoOrange > svg > path, .btnIcoOrange > span:first-child{
  fill: #ec8d06!important;
  color: #ec8d06;
}
.btnIcoNoData > svg > g > g > path, .btnIcoNoData > svg > g > path, .btnIcoNoData > svg > path.btnIcoNoData > span:first-child{
  fill: #b7c1cb!important;
  color: #b7c1cb;
}



.btnIcoBlue > span:first-child, .btnIcoGreen > span:first-child, .btnIcoPurple > span:first-child, .btnIcoOrange > span:first-child{
  display:inline-block;
  position:absolute;
  left: 15;
  /*color:#ec8d06;*/
  font-weight: 400;
  font-size: 20px;
  top:16px;
}

span.prefix{
  background: #ebf0f6!important;
}

.iconContainer{
  padding: 5px; 
  /*background-color: #ebf0f6;*/
  max-width: 30px;
}




.noAction{
  cursor: default;
}


/* icons*/
.commentIcon{
  /*fill:#a365ca;*/
  fill: white;
}
.questAnswIcon{
  /*fill:#935ab6!important ;*/
  fill: white;
}
.advantagesIcon{
  fill: white;
}
.disadvantagesIcon{
  fill: white;
}
.cvIcon{
  /*fill:#1B5FAA!important;
  stroke: #1B5FAA!important;*/
  fill: white;
  stroke: white;
}
.cvOnlineIcon{
  /*fill:#1B5FAA!important;*/
  fill: #ffffff;
}

.videoIcon{
  fill: #ffffff;
}

.testsResultIcon{
  /*fill: #0e9c72!important;*/
  fill:white;
}

.tableIcon{
  /*fill: #0e9c72!important;*/
  fill: white;
}

.commentIcon{
  /*fill: #935ab6!important;*/
  fill:white;
}

.iconLight{
  /*fill: #b7c1cb;*/
  fill: #ffffff;
}
/* icons*/

.inactive{
  color: #b7c1cb;
}

/*messages icon color*/

.sendedMessage{
  fill: #fbb234!important;
}

.deliveredMessage{
  fill: #5b93e9!important;
}

.openedMessage{
  fill: #44cca3!important;
}

.errorMessage{
  fill: #ff0000!important;
}

svg.messageIcons{
  width: 12;
}

/*messages icon color*/



/**/
.bigBtn{
  width: 170px!important;
}
/**/





.checkbox-colored, .radio-colored {
    opacity: 0;
    position: absolute;   
    display: none;
}

.checkbox-colored, .checkbox-colored-label, .radio-colored, .radio-colored-label {
    /*display: inline-block;*/
    vertical-align: middle;
    margin: 5px!important;
    cursor: pointer;
    line-height: 1;
}

.checkbox-colored-label, .radio-colored-label {
    position: relative;
}

.checkbox-colored + .checkbox-colored-label:before, .radio-colored + .radio-colored-label:before {
    content: '';
    background: #fff;
    /*border: 1px solid #b3b3b3;/*#ddd;*/ 
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-colored + .checkbox-colored-label:before{
  border: 1px solid #cccccc;
  } 
.radio-colored + .radio-colored-label:before {
  border: 1px solid #b3b3b3;
}

.checkbox-colored:checked + .checkbox-colored-label:before {
    /*content: "\f00c";
    font-family: 'FontAwesome';*/
    content: "H";
    font-family: 'Selekcija';
    background: #5b93e9;
    color: #fff;
    border: 1px solid #5b93e9;
}

.radio-colored + .radio-colored-label:before {
    border-radius: 50%;
}

.radio-colored:checked + .radio-colored-label:before {
    content: "H";
    font-family: 'Selekcija';
    background: #5b93e9;
    color: #fff;
    border: 1px solid #5b93e9;
}

.green:checked + .green:before {
  background: #44cca3;
  border: 1px solid #44cca3;
}

.orange:checked + .orange:before {
  background: #fbb234;
  border: 1px solid #fbb234;
}

.purple:checked + .purple:before {
  background: #c689ed;
  border: 1px solid #c689ed;
}

.testsNav{
  text-decoration: none;
  font-weight: 700;
  color: black;
}
.testsNav:hover{
  text-decoration:none;
}

.testPresContainer{
  padding: 5px;
}
.testPresContainer > div{
  background-color: #ebf0f6;
  padding: 5px;
}
.testQuestAndTime{
  background-color:#d9e1e9!important;
  height: 46px;
  min-height: 46px;
  padding:15px;
  padding-top: 15px;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}

.testDescriptionContainer{
  text-align: justify;
}








/*sučelje za kandidate*/

.welcomeHeader{
  background-color: #ebf0f6;
  padding: 10px;
}

.employeeTitle{
  font-size: 16px;
  color: #1f4ea1;
  font-weight: 700;
}
.employeeSidebarTitle{
  font-size: 14px;
  font-weight: 400;
  color: #414141;
  text-transform: uppercase;
}

.welcomeSteps{
    /*margin-top: 0px;*/
}

@media only screen and (max-width: 40em) {
  .welcomeSteps{
    /*margin-top: 30px;*/
  }
}



.btnIcoBlueSmall, .btnIcoGreenSmall{
  padding-left: 35px!important;
  text-align: left;
  height: 30px!important;
  display: inline;
  float: right;
  margin-top: 5px;
  line-height: 5px;

}
.btnIcoBlueSmall > svg, .btnIcoGreenSmall > svg{
  position: absolute;
  left:10px;
  bottom: 7px;
  width: 15px;
}
.btnIcoBlueSmall > svg > g > g > path, .btnIcoBlueSmall > svg > g > path, .btnIcoBlueSmall > svg > path, .btnIcoBlueSmall > span:first-child{
  fill: #1b5faa!important;
  color: #1b5faa;
}
.btnIcoGreenSmall > svg > g > g > path, .btnIcoGreenSmall > svg > g > path, .btnIcoGreenSmall > svg > path, .btnIcoGreenSmall > span:first-child{
  fill: #0e9c72!important;
  color: #0e9c72;
}

.btnIcoBlueSmall > span, .btnIcoGreenSmall > span{

  font-size: 12px;
  color: white;
  position: relative;
}




#allowedInvitations{
  font-weight: 700;
}
#allowedInvitationsNumber{
  /*color: green;*/
  font-weight: 700;
}

.hasAllowedInvitations{
  color: #0e9c72;
}
.beforeEndAllowedInvitations{
  color: #ec8d06;
}
.noAllowedInvitations{
  color: red;
}








