﻿.InfoDiv {
    z-index: 999999;

}
a:link {
    text-decoration: none;
}

.ErrorDiv {
    z-index: 999999;
}

.loading {
    z-index: 999999;
    opacity: 0.5;
}

.Validation {
    color: red;
}
.myAlert-bottom {
    position: fixed;
    bottom: 5px;
    left: 5%;
    width: 90%;
}

.myActionButton {
    width: 160px;
  
}

table.dataTable thead {
    background-color: #337ab7;
    color: white;
}

table.dataTable {
    border-collapse: separate;
    border: solid black 1px;
    border-radius: 6px;
}

button:hover {
    cursor: pointer;
}
.myAlert-bottom-info {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid black;
    width: 400px;
    height: 200px;
    opacity: 0.85;
    border-radius: 30px;
}

.myAlert-bottom-warning {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid black;
    width: 400px;
    height: 200px;
    opacity: 0.85;
    border-radius: 30px;
}


.subject-info-box-1,
.subject-info-box-2 {
    float: left;
    width: 25%;
    height: 200px;
    padding: 0;
}


.subject-info-arrows {
    float: left;
    width: 10%;
}



html,
body {
    margin: 0;
    height: 100%;
}

body {
    min-height: 100%;
}

#header-BG {
    height: 100%;
    background: white;
}



@media (min-width: 576px) {
    .rounded-nav {
        border-radius: 50rem !important;
    }
}

@media (min-width: 576px) {
    .rounded-nav .nav-link {
        border-radius: 50rem !important;
    }
}

/* With arrow tabs */

.with-arrow .nav-link.active {
    position: relative;
}

    .with-arrow .nav-link.active::after {
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #2b90d9;
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }

/* lined tabs */

.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}

    .lined .nav-link:hover {
        border: none;
        border-bottom: 3px solid transparent;
    }

    .lined .nav-link.active {
        background: none;
        color: #555;
        border-color: #2b90d9;
    }

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/


.nav-pills .nav-link {
    color: #555;
}

.text-uppercase {
    letter-spacing: 0.1em;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.label-class {
    display: flex;
    align-items: center;
}

#just-line-break {
    white-space: pre-line;
}

#cvText {
    white-space: pre-line;
}


