﻿
.contracttype {
    text-align: left;
    border: 1px solid #dad9d9;
    margin-bottom: 2px;
    border-radius: 0.2rem;
    padding-bottom: 5px;
}

.contractdetails {
    text-align: center;
    border: 1px solid #dad9d9;
    margin-bottom: 2px;
    border-radius: 0.2rem;
}

.studydetails {
    border: 1px solid #dad9d9;
    margin-bottom: 2px;
    border-radius: 0.2rem;
}


fieldset {
    border: none;
   
}

fieldset input[type="text"],  fieldset input[type="password"], fieldset input[type="email"] {
    border: 1px solid #dad9d9;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    height: 1.9rem;
    line-height: 2;
    margin-bottom: 0.2rem;
    width: 100%;
    padding: 0.2rem 0.75rem;
    border-radius: 0.2rem;
    cursor: pointer;
    font-size: 0.9375rem;
    font-family: houschka_headmedium;
}



fieldset select {
    font-size: .9375rem;
    line-height: 1.40625rem;
    border-radius: .4rem;
    box-shadow: 0 1px 1px 0 #b2b2b2;
    border: none;
    cursor: pointer
}

fieldset select {
    padding: 0.7rem .5rem;
    width: 100%;
    margin-bottom: .9rem
}


fieldset select:disabled {
    opacity: .5;
    cursor: not-allowed
}


fieldset select:last-of-type {
    margin-bottom: 0
}

@media (min-width:34rem) {
    
    fieldset select {
        padding: .5rem .6rem
    }
}

fieldset {
    display: inline-block;
}

fieldset .dropdown {
     background: #fff;
    border-radius: 4px;
    display: block;
    position: relative;
    z-index: 0;
    border: 1px solid #dad9d9;
    margin-bottom: 0.2rem;
}

fieldset .dropdown select {
     padding: 2px;
    background: 0 0;
    border: none;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: 0
}


fieldset .dropdown select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #444
}


fieldset .dropdown select::-ms-expand {
    display: none
}

fieldset  .dropdown:after {
    background-color: #fff;
    color: #ed1c24;
    content: '\f078';
    font-family: FontAwesome;
    right: 5px;
    top: 6px;
    position: absolute;
    width: 35px;
    padding: 0 0 3px;
    text-indent: 12px;
    z-index: -1
}


fieldset .dropdown select {
    padding: 4px 10px 5px 10px;
   
}

form label {
    font-size: 1rem;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Browse..';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 2px 5px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 400;
  font-size: 1rem;
}
.custom-file-input:hover::before {
  border-color: #444444;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.languageheader {
    border: 1px solid #dad9d9;
    font-weight: 200;
    height: 20px;
    line-height: 2;
    text-align: center;
   
}

.languagelevel {
    font-weight: bold;
    height: 20px;
    line-height: 2;
    text-align: center;
}

.languagedescription {
    padding-left: 10px;
    vertical-align: middle;
    width: 30%;
   
}


.languageradiobuttons {
    height: 20px;
    padding-top: 7px;
    text-align: center;
    width: 10%;
}

.btnOK {
    background-color: transparent;
    background-image: url("/img/btnOK.png");
    background-repeat: no-repeat;
    border: medium none;
    min-height: 20px;
    padding-right: 25px;
}

.btnDelete {
    background-color: transparent;
    background-image: url("/img/btnDelete.png");
    background-repeat: no-repeat;
    border: medium none;
    min-height: 20px;
    padding-right: 25px;
}

.ui-datepicker {
    background-color: #ed1c24;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-family: houschka_headmedium;
    font-size: 0.9em;
    border: solid 1px #ed1c24 !important;
}

.ui-widget-header {
    background:  #ed1c24 !important;
    border: 1px solid #ed1c24 !important;
    color: #ffffff;
    font-weight: 300;
}


.ui-datepicker .ui-datepicker-title {
    font-family: houschka_headmedium;
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 0.8rem;
    margin: 1px 0;
    font-family: houschka_headmedium;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
     font-family: houschka_headmedium;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 0.8rem;
    text-align: center;
}

#ServervalidationErrors li {
    color: #ed1c24;
}

.btn.btn--apply.disabled, .btn.btn--apply.disabled.active, .btn.btn--apply.disabled:active, .btn.btn--apply.disabled:focus, .btn.btn--apply.disabled:hover, [disabled].btn.btn--apply, [disabled].btn.btn--apply.active, [disabled].btn.btn--apply:active, [disabled].btn.btn--apply:focus, [disabled].btn.btn--apply:hover, fieldset[disabled] .btn.btn--apply, fieldset[disabled] .btn.btn--apply.active, fieldset[disabled] .btn.btn--apply:active, fieldset[disabled] .btn.btn--apply:focus, fieldset[disabled] .btn.btn--apply:hover
{
    background-color:#999;
    border-color:#999;
    cursor: not-allowed;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width:34rem) {
    .container {
        max-width: 34rem;
        padding-left: 0;
        padding-right: 0;
    }
    fieldset {
        margin: 0;
        padding: 0;
        width: 90%;
    }
    
}
