.empty-image {
    width: 200px;
    height: auto;
}

.input-group .input-group-text {
    margin-bottom: 0;
}

.input-group .input-group-addon {
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.list-group-item label {
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.icon-edit {
    margin-left: -8px;
}

.icon-success {
    margin-left: 16px;
}

.scroll-area-lg {
    height: 410px;
    overflow-x: hidden;
}

.right {
    text-align: right;
}

.click {
    padding: 8px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #e0f2f1;
}

.click:hover {
    background-color: #b2dfdb;
}


/**************************************************************/

.zoom {
    background-color: white;
    transition: transform .2s;
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.3);
}

.form-group.botoom {
    margin-bottom: 48px;
}

.img-content {
    width: 100%;
    height: auto;
    padding: 0 64px;
    opacity: 0.8;
}

.student {
    color: rgb(2, 73, 70);
    height: 38px;
    margin: 0;
}

select.student {
    background-image: linear-gradient(45deg, transparent 50%, blue 50%), linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
    background-position: calc(100% - 20px) calc(0.8em + 2px), calc(100% - 15px) calc(0.8em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.2em 2.2em;
    background-repeat: no-repeat;
}


/**************************************************************/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
*:focus {
    outline: none;
}

#login-box {
    position: relative;
    margin: 5% auto;
    width: 600px;
    height: auto;
    background: #FFF;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

#login-box.content-lg {
    margin-top: 0px;
    width: 900px;
}

.left {
    box-sizing: border-box;
    padding: 40px;
    width: auto;
    height: auto;
}

.header-content h1 {
    color: #0c5b61;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
    margin: -10px 0px 30px 0px;
}

.help-block {
    margin-left: 2px;
    font-size: 0.9em;
    display: block;
    margin-top: 5px
}

.hide_element {
    display: none;
}

.help-block.danger {
    color: #a94442;
    display: none;
}

.help-block.info {
    color: #0c5b61;
}

.upper-case {
    text-transform: capitalize;
}

.input-group-text.item-student {
    margin-bottom: 0;
}

.edit-item {
    margin-bottom: 0 !important;
    width: 80% !important;
    display: inline !important;
}

input[type="pin"] {
    display: block;
    text-align: center;
    padding: 4px;
    width: 100%;
    height: 32px;
    font-size: 18px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 4px;
    width: 100%;
    height: 32px;
    border: none;
    border-bottom: 1px solid #AAA;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    transition: 0.2s ease;
}

.amount {
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 4px;
    width: 100%;
    height: 32px;
    border: none;
    text-align: end !important;
    border-bottom: 1px solid #AAA;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    transition: 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border-bottom: 2px solid #16a085;
    color: #16a085 !important;
    transition: 0.2s ease;
}

.amount:focus {
    border-bottom: 2px solid #16a085;
    color: #16a085 !important;
    transition: 0.2s ease;
}

input[type="pin"]:focus {
    color: #0c5b61;
    border: 1px solid #0c5b61;
}

.invalid {
    border-bottom: 2px solid #a94442 !important;
    color: #a94442 !important;
}

input[type="submit"] {
    margin-top: 28px;
    width: 120px;
    height: 32px;
    background: #16a085;
    border: none;
    border-radius: 2px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.1s ease;
    cursor: pointer;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    opacity: 0.8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transition: 0.1s ease;
}

input[type="submit"]:active {
    opacity: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    transition: 0.1s ease;
}

.label-text {
    color: #063033;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
}


/**************************************************************/

#icon-dropdown {
    color: #16a085;
    padding: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -4px;
    top: 8px;
}

.icon-flags {
    position: absolute;
    right: 2px;
}

label.field {
    display: block;
    /*padding: 4px;*/
    width: 100%;
    opacity: 0;
    color: #727171;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition-property: opacity;
    z-index: 1;
}

label.field span {
    display: block;
    font-size: 15px;
    pointer-events: none;
    position: absolute;
    transform: scale(1) translateY(0);
    z-index: 1;
}

.error {
    color: #a94442;
    font-size: small;
    font-weight: 400;
}

.psuedo_select .options {
    padding: 8px 0;
}

label.field .psuedo_select {
    position: relative;
    width: 100%;
    height: 32px;
    border: none;
    border-bottom: 1px solid #AAA;
    cursor: pointer;
    outline: 0;
    z-index: 1;
}

.psuedo_select.invalid {
    border-bottom: 1px solid #a94442;
}

label.field .psuedo_select::after {
    background: url("data:image/svg+xml;utf8,<svg fill='#666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
    content: "";
    height: 24px;
    width: 24px;
    position: absolute;
    top: 0;
    right: 0;
    transition-property: background;
}

label.field .psuedo_select .selected {
    opacity: 0;
    color: black;
    position: absolute;
    transform: translateY(8px);
    transition-property: opacity, transform;
    will-change: transform;
}

label.field .psuedo_select ul {
    background: #fff;
    box-shadow: 1px 2px 5px #999;
    display: block;
    list-style: none;
    opacity: 0;
    overflow-y: scroll;
    overflow: hidden;
    padding-left: 0;
    pointer-events: none;
    transition-property: height, opacity;
    width: 100%;
    z-index: 2;
}

label.field .psuedo_select ul li {
    height: 32px;
    padding-left: 16px;
}

label.field .deselect {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: -1;
}

label.field.focused {
    color: #16a085;
}

label.field.focused .psuedo_select {
    border-color: #16a085;
}

label.field.focused .psuedo_select ul {
    opacity: 1;
    pointer-events: all;
}


/**************************************************************/

.autocomplete {
    width: 100%;
    height: 32px;
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items strong {
    color: #16a085;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}


/*when hovering an item:*/

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}


/*when navigating through the items using the arrow keys:*/

.autocomplete-active {
    background-color: #0c5b61 !important;
    color: #ffffff;
}


/**************************************************************/

.select-checkbox {
    background-color: #e0f2f1 !important;
}

.checkbox-label {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

input[type="number"] {
    text-align: center;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.summation {
    width: auto;
    height: auto;
    display: flex;
}

.counter {
    width: 32px;
    background: white;
    border: none;
    color: #0c5b61;
    font-size: 18px;
}

.counter:hover {
    color: white;
    background-color: #16a085;
}

.counter:active {
    background-color: #0c5b61;
    transform: translateY(2px);
}

.num {
    height: 100%;
    width: 50%;
    display: flex;
    border: none;
    font-size: 18px;
}

.info-label {
    font-weight: 600;
    font-size: 1.8rem;
}


/**************************************************************/

@media (max-width: 1107px) {
    .container {
        padding: 80px 0;
    }
    #login-box.content-lg {
        margin-top: 30px;
        width: 700px;
    }
    .zoom {
        margin: 0 -70px;
        width: 110%;
    }
}

@media (max-width: 778px) {
    .container {
        padding: 50px 0;
    }
    #login-box {
        width: 80%;
    }
    #login-box.content-lg {
        margin-top: 30px;
        width: 600px;
    }
    .zoom {
        margin: 0 -70px;
        width: 110%;
    }
}

@media (max-width: 632px) {
    .container {
        padding: 20px 0;
    }
    #login-box {
        width: 90%;
    }
    #login-box.content-lg {
        margin-top: 20px;
        width: 100%;
    }
    .zoom {
        margin: 0 -70px;
        width: 120%;
    }
    .img-content {
        padding: 0 32px;
    }
}

@media (max-width: 539px) {
    .container {
        padding: 0;
    }
    #login-box {
        width: 100%;
    }
    #login-box.content-lg {
        margin-top: 10px;
        width: 100%;
    }
    .zoom {
        margin: 0 -40px;
        width: 120%;
    }
    .img-content {
        padding: 0 16px;
    }
}

@media (max-width: 364px) {
    .zoom {
        width: 130%;
    }
    .zoom:hover {
        transform: scale(1.7);
    }
    .img-content {
        padding: 0 8px;
    }
}


/***************************************************************************/

.checkbox {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 16px;
}

.checkbox {
    position: relative;
}

.label-check label {
    padding-left: 36px;
}

.label-check input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}

.label-check input[type="checkbox"]:focus {
    outline: none;
}

.label-check input[type="checkbox"]:focus+label:after {
    border-color: #2196f3;
}

.label-check input[type="checkbox"]+label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: -10px;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
    border: 2px solid #666666;
    border-radius: 2px;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

.label-check input[type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -3px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.label-check input[type="checkbox"]:checked+label:after {
    background-color: #2196f3;
    border-color: #2196f3;
}

.label-check input[type="checkbox"]:disabled+label:after {
    border-color: #bbbbbb;
}

.label-check input[type="checkbox"]:disabled:checked+label:after {
    background-color: #bbbbbb;
    border-color: transparent;
}


/*******************************************************************************************************************/

@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }
    to {
        border-color: #3e97eb;
    }
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed;
}

.magic-radio+label,
.magic-checkbox+label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
}

.magic-radio+label:hover:before,
.magic-checkbox+label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

.magic-radio+label:before,
.magic-checkbox+label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0;
}

.magic-radio+label:after,
.magic-checkbox+label:after {
    position: absolute;
    display: none;
    content: '';
}

.magic-radio[disabled]+label,
.magic-checkbox[disabled]+label {
    cursor: not-allowed;
    color: #e4e4e4;
}

.magic-radio[disabled]+label:hover,
.magic-radio[disabled]+label:before,
.magic-radio[disabled]+label:after,
.magic-checkbox[disabled]+label:hover,
.magic-checkbox[disabled]+label:before,
.magic-checkbox[disabled]+label:after {
    cursor: not-allowed;
}

.magic-radio[disabled]+label:hover:before,
.magic-checkbox[disabled]+label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}

.magic-radio[disabled]+label:before,
.magic-checkbox[disabled]+label:before {
    border-color: #e4e4e4;
}

.magic-radio:checked+label:before,
.magic-checkbox:checked+label:before {
    animation-name: none;
}

.magic-radio:checked+label:after,
.magic-checkbox:checked+label:after {
    display: block;
}

.magic-radio+label:before {
    border-radius: 50%;
}

.magic-radio+label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3e97eb;
}

.magic-radio:checked+label:before {
    border: 1px solid #3e97eb;
}

.magic-radio:checked[disabled]+label:before {
    border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled]+label:after {
    background: #c9e2f9;
}

.magic-checkbox+label:before {
    border-radius: 3px;
}

.magic-checkbox+label:after {
    top: 2px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked+label:before {
    border: #3e97eb;
    background: #3e97eb;
}

.magic-checkbox:checked[disabled]+label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}


/**********************************************************************************************/

.switch {
    position: relative;
    display: block;
    width: 100px;
    height: 30px;
    padding: 3px;
    float: right;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: #16a085;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked~.switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}


/* Transition
========================== */

.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}