@import url(fonts.css);
@import url('https://fonts.googleapis.com/css?family=Barlow:400,700');
html{
    height: 100%;
}
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
    font-size: 14px !important;
    font-family: 'Barlow', sans-serif !important;
    /*font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;*/
    color: #333;
    height: 100%;
}
.errorlist{
    color: #ff1549;
}
section{
    margin-top: 24px;
}

.header {
    background: white;
    border-bottom: 2px solid #ddd;
    display: flex;
    align-items: center;
    padding: 18px calc(15% + 40px);
}
.header > * {
    margin: 0 5px;
}
.header:first-child {
    margin-left: 0;
}
.header:last-child {
    margin-right: 0;
}
.header .user-type-header {
    display: inline-block;
    font-size: 25px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.welcome-image{
    background: url("/static/images/welcome.png") no-repeat;
    background-size: 100% auto;
    height: calc(100% - 162px);
    margin-top: 80px;
    overflow-y: auto;
}
.form-1-image{
    background: url("/static/images/form_1.png") no-repeat fixed;
    background-size: 100% auto;
    height: 100%;
}
.welcome-box{
    font-family: 'Barlow', sans-serif;
    background: white;
    width: 45%;
    height: auto;
    margin: 0 0 0 15%;
    padding: 80px 150px 80px 100px;
}
.welcome-box h1 {
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 50px;
    color: #4d4d4d;
}
.welcome-box p{
    text-align: left !important;
    margin-bottom: 0 !important;
    font-size: 17px;
    color: #4d4d4d;
}
.welcome-box .text{
    margin-right: 20%;
}
.new-company, .new-place {
    color: #e71549;
    text-align: right;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    cursor: pointer;
}

.side-image {
    position: fixed;
    right: 70%;
    height: 100%;
}
.side-image img {
    height: 100%;
}

.form-container {
    margin-left: 30%;
    padding: 20px 15% 20px 80px;
    height: calc(100% - 82px);
    overflow-y: auto;
}
.form-container h2 {
    font-family: Barlow, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #4d4d4d;
}
.form-container label {
    color: #9f9f9f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
}
.form-container input, .form-container select, .form-container textarea {
    display: block;
    width: 100%;
    padding: 10px .75rem;
    font-size: 14px;
    line-height: 24px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bbb;
    border-radius: 2px;
}
.form-container input[type=checkbox] {
    display: inline-block;
    margin-left: 20px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.form-container select {
    height: 46px;
}
.form-container textarea {
    height: 70px;
}
.form-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.form-container li label {
    display: flex;
}
.form-container li input {
    width: 30px;
}
.form-container input#id_phone_number {
    width: 50%;
    flex-grow: 1;
    border: 0;
    outline: 0;
    line-height: 24px;
}
.form-container .phone-container {
    border: 1px solid #bbb;
    border-radius: 2px;
    display: flex;
}
.form-errors {
    color: #a00;
}

.home {
    margin-left: 30%;
    padding: 20px 15% 20px 80px;
    height: calc(100% - 80px);
    overflow-y: auto;
}
.buttons-area {
    display: flex;
}
.buttons-area button {
    margin: 0 5px;
}
.buttons-area button:first-of-type {
    margin-left: 0;
}
.buttons-area button:last-of-type {
    margin-right: 0;
}

.expertise{
    overflow-y: scroll;
    height: 104px;
}

.reviewer-lessons {
    padding-top: 40px;
}
.reviewer-lessons .card {
    margin-bottom: 20px;
    height: calc(100% - 20px);
    cursor: pointer;
}
.reviewer-lessons .card.card-disabled {
    cursor: default;
}
.cards{
    display: flex;
    flex-wrap: wrap;
    overflow-wrap: normal;
}
.card-disabled {
    background: #f6f6f6;
    color: #777;
}
.closed-class {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.login {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}


.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-red { background-color: #e71549; }

.border-bottom { border-bottom: 1px solid #e5e5e5; }

#branding {
    flex-grow: 1;
}
#branding > svg {
    height: auto;
    display: inline-block;
    padding: 0 10px 8px 0;
    vertical-align: middle;
    cursor: pointer;
}


.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}


.flex-separator {
    flex-grow: 1;
}

.btn-mude {
    color: #E71549;
    background: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border-radius: 4px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    outline: 0;
    cursor: pointer;
    text-align: center;
}
.btn-mude:hover {
    text-decoration: none;
    color: #E71549;
}

.btn-mude-primary {
    background: #E71549;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border-radius: 4px;
    padding: 10px 40px;
    box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1) inset;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.btn-mude-primary:hover {
    text-decoration: none;
    color: white;
}

.btn-mude-big {
    background: #E71549;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border-radius: 4px;
    padding: 20px 40px;
    box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.btn-mude-big:hover {
    text-decoration: none;
    color: white;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1) inset;
}
.btn-ok {
    background: #0b0;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border-radius: 4px;
    padding: 10px 40px;
    box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1) inset;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.btn-cancel {
    background: #c00;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border-radius: 4px;
    padding: 10px 40px;
    box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1) inset;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.form-container .input-group {
    width: 250px;
}
.form-container .input-group input {
    background: white;
}
.form-container .input-group input:focus {
    box-shadow: none;
    border-color: #bbb;
}

.select {
    display: inline-block;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
}
.select-value {
    width: 75px;
    height: 44px;
    padding-left: 45px;
    padding-right: 20px;
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 13px 50%;
    line-height: 44px;
    color: #aaa;
}
.select-options {
    display: none;
    z-index: 2;
    position: absolute;
    min-width: 70px;
    width: auto;
    background: white;
    border: 1px solid rgba(0,0,0, 0.3);
}
.select-option {
    height: 50px;
    padding-left: 45px;
    padding-right: 20px;
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 13px 50%;
    line-height: 50px;
}
.select-option:hover {
    background-color: #e71549;
    color: white;
}

.select2-container--default .select2-selection--single.select2-selection--single {
    border-radius: 2px;
    height: 46px;
}
.select2-container--default .select2-selection--single.select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}
.select2-container--default .select2-selection--single.select2-selection--single .select2-selection__arrow {
    height: 46px;
}

@media only screen and (max-width: 600px) {
    .header {
        padding: 18px 10px;
    }

    .welcome-image{
        background-size: cover;
    }
    .welcome-box{
        width: 100%;
        margin: 0;
        padding: 0 32px;
    }
    .welcome-box h1{
        font-size: 40px;
    }
    .welcome-box p{
        font-size: 15px;
    }

    .side-image {
        display: none;
    }
    .form-container {
        margin: 0;
        padding: 0 20px;
    }
    .form-container h2 {
        font-size: 23px;
    }


    .cards {
        display: block;
    }
    .form-1-image{
        display: none;
}
}
