﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
.Tutor-Registration {
    box-shadow: #111111;
    width: 60%;
}

input[type=text], select, textarea, input[type=password], input[type=email], input[type=text], input[type=number], input[type=date], textarea, input[type=datetime-local], input[type=time], select, option, input[type=tel] {
    width: 100%;
    padding: 12px 13px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box
}



.btn-Register, btnLogin {
    background-color: #147CB9;
    border-radius: 8px;
    padding: 12px;
    border: none;
    color: white !important;
    width: 25%;
}

    .btn-Register:hover, btnLogin:hover {
        background-color: #1898e2;
        width: 30%;
    }

.btnApprove {
    background-color: #147CB9;
    padding: 12px;
    border: none;
    border-radius: 8px;
    color: white
}

    .btnApprove:hover {
        background-color: #1898e2;
        cursor: pointer;
    }

@media screen and (max-width:700px) {
    .btn-Register, btnLogin {
        width: 100%;
    }

    .Tutor-Registration {
        width: 98%;
    }
}

.block {
    padding: 12px;
    border-radius: 8px;
    margin: 1%;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 2px 0 rgba(0, 0, 0, 0.19);
}

#tutTable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

    #tutTable td, #tutTable th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #tutTable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #tutTable tr:hover {
        background-color: #ddd;
        cursor: pointer;
    }

    #tutTable th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #147CB9;
        color: white;
    }

.sidebar2 {
    margin: 0;
    padding: 0;
    width: 20%;
    background-color: #1D262D;
    color: white;
    position: fixed;
    height: 100%;
    overflow: auto;
}

    .sidebar2 a {
        display: block;
        color: white;
        padding: 6px;
        text-decoration: none;
    }

.active22 {
    background-color: #147CB9;
}

    .active22:hover {
        color: white;
        text-decoration: none;
    }

.sidebar2 a:hover:not(.active22) {
    background-color: rgb(24, 152, 226, 0.20);
    color: white;
    text-decoration: none;
}

div.content {
    margin-left: 21%;
    padding: 1px 16px;
    height: 1000px;
    overflow-y: auto !important;
}

@media screen and (max-width: 700px) {
    .sidebar2 {
        width: 100%;
        height: auto;
        position: relative;
    }

        .sidebar2 a {
            float: left;
        }

    div.content {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .sidebar2 a {
        text-align: center;
        float: none;
    }
}

.btnlogout2 {
    background-color: transparent !important;
    color: white;
    border: none;
}

.btn-Assign {
    background-color: #147CB9;
    border-radius: 8px;
    padding: 12px;
    border: none;
    color: white;
}



    .btn-Assign:hover {
        background-color: #1898e2;
        color: lavender;
        cursor: pointer;
    }


.btn-red {
    background-color: red;
    width: 100%;
    border-radius: 8px;
    padding: 12px;
    border: none;
    color: white;
}



    .btn-red:hover {
        background-color: #d54646;
        color: lavender;
        cursor: pointer;
    }

.select-con {
    width: 50%;
}

@media screen and (max-width:600px) {
    .select-con {
        width: 90%;
    }
}

.icon {
    position: relative;
    top: 5px;
    margin: 5px;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

.btnGetStarted {
    background-color: #147CB9;
    padding: 20px;
    border-radius: 8px;
    color: white;
}

    .btnGetStarted:hover {
        background-color: #1898e2;
        padding: 19px;
        border-radius: 8px;
        color: white !important;
    }

.getStarted {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px;
}

@media screen and (max-width:700px) {
    .getStarted {
        top: 0%;
        text-align: center;
    }

    .btnGetStarted {
        padding: 5px !important;
    }

    .iconCon {
    }
}


.iconCon {
}

.aboutContainer {
    width: 90%;
}

.p {
    color: white !important;
}

.iconContainer {
    background-color: #147CB9;
    border-radius: 50%;
    width: 50%;
    padding: 20px;
}

    .iconContainer:hover {
        color: black;
        background-color: #1898e2;
        cursor: pointer;
    }

.num {
    background-color: #147CB9;
    border-radius: 100%;
    color: white;
    padding: 20px;
    font-size: larger;
}

    .num:hover {
        background-color: #1898e2;
        color: white;
        cursor: pointer;
    }

.easy {
    font-size: large;
    color: #147CB9;
}

.align-left {
    text-align: left !important;
}

.img-Tutor {
    border-radius: 20px;
}

.preContainer {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.19);
    height: 270px;
    padding: 9px;
    border-radius: 12px;
    vertical-align: central;
    margin: 2%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.offer {
    border-bottom: 4px solid #147CB9;
    width: fit-content;
}

.option {
    background-color: rgb(10, 94, 137, 0.1);
    border: 1px solid #147CB9 !important;
}

    .option:hover {
        cursor: pointer;
    }

    .option:focus {
        color: #147CB9 !important;
        background-color: transparent;
        cursor: pointer;
    }

.bgContainer {
    background-image: url('../images/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: white !important;
}

.trInput_all {
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none !important;
    }

.btn-reg {
    background-color: #147CB9;
    padding: 3px;
    border-radius: 8px;
    color: white;
}

    .btn-reg:hover {
        background-color: #1898e2;
        padding: 2px;
        color: white;
    }

.tableMobile {
    display: none;
}



@media screen and (max-width:700px) {
    .tableMobile {
        word-break: break-word;
        display: block;
    }

    .tableDesktop {
        display: none;
    }
}


/*Accordion*/

.accordion2, .accordion3 {
    background-color: #147CB9;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 50%;
    border: none;
    border-radius: 8px;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    text-align: center;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.19);
}

    .active2, .active3, .accordion2:hover {
        background-color: #1898e2;
    }

    .accordion2:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active2:after {
    content: "\2212";
}

.accordion3:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active3:after {
    content: "\2212";
}

.panel2, .panel3 {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.btn-copy {
    background-color: transparent !important;
}

.hideText {
    display: none;
}

.btn-Assign2 {
    width: 100%;
    background-color: #147CB9;
    color: white;
    border-radius: 8px;
    padding: 8px;
    border: none;
}

    .btn-Assign2:hover {
        background-color: #1898e2;
    }

.linkDiv {
    width: 50%;
}

@media screen and (max-width:700px) {

    .linkDiv {
        width: 98%;
    }
}


.Topbar {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #147CB9;
    color: white !important;
}

.topNavLink a {
    color: white !important;
}

    .topNavLink a:hover {
        color: black !important;
    }



.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
/* Caption text */
.text {
    color: #ffffff;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
    color: #ffffff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active,
    .dot:hover {
        background-color: #111111;
    }
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.icon2 {
    font-size: 500px;
    color: white;
}

.iconContainer2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 250px;
    padding: 9px;
    border-radius: 12px;
    vertical-align: central;
    margin: 2%;
    background-color: white;
}

.pc:hover {
    box-shadow: 0 1px 2px 0 #147CB9, 0 2px 2px 0 #147CB9;
    cursor: pointer;
}

.btn-tut {
    background-color: #147CB9;
    border-radius: 8px;
    color: white !important;
    border: none;
}

.grSelect:focus {
    background-color: #147CB9;
    border: 1px solid #147CB9 !important;
    color: white !important;
}


.container3 {
    overflow: hidden;
}

.filterDiv1 {
    display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
}

/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #147CB9;
    cursor: pointer;
}

    /* Add a light grey background on mouse-over */
    .btn:hover {
        background-color: #ddd;
    }

    /* Add a dark background to the active button */
    .btn.activef {
        background-color: #666;
        color: white;
    }



.td1 {
    width: 100% !important;
}

.container-form {
    width: 40%;
    padding: 9px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width:700px) {
    .container-form {
        width: 98%;
    }
}





.date {
    list-style-type: circle;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}


    .rating > input {
        display: none;
    }

    .rating > label {
        position: relative;
        width: 1.1em;
        font-size: 5vw;
        color: #FFD700;
        cursor: pointer;
    }

        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0;
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important;
        }

    .rating > input:checked ~ label:before {
        opacity: 1;
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4;
    }

.rating-container {
    width: 40%;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.19);
    padding: 12px;
    border-radius: 12px;
}


.success {
    padding: 12px !important;
    width: 40% !important;
}

@media screen and (max-width:700px) {
    .rating-container, .success {
        width: 90% !important;
    }
}

.btn-normal {
    background-color: #147CB9;
    color: white;
    border-radius: 8px;
    padding: 12px;
    border: none;
    width: 100%;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
}

.btn-normal-orange {
    background-color: #c4c06c;
    color: white;
    border-radius: 8px;
    padding: 12px;
    border: none;
    width: 100%;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
}

.btn-normal:hover {
    background-color: #1898e2;
    cursor: pointer;
}

.btn-normal-black {
    background-color: #3ab678;
    color: white;
    border-radius: 8px;
    padding: 12px;
    border: none;
    width: 100%;
}

    .btn-normal-black:hover {
        background-color: #1898e2;
        cursor: pointer;
    }



/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    top: 5%;
    margin-left: 25%;
    width: 30%;
    padding: 20px;
    border-radius: 8px;
    border: 3px solid #f1f1f1;
    z-index: 9;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
}

.form-popup3 {
    display: none;
    top: 5%;
    margin-left: 2.5%;
    width: 95%;
    padding: 20px;
    border-radius: 8px;
    border: 3px solid #f1f1f1;
    z-index: 9;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
}

@media screen and (max-width:700px) {
    .form-popup {
        width: 95%;
        margin: 1%;
    }
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}

.btn-cancel {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #147CB9;
    border: none;
    border-radius: 50px;
}

    .btn-cancel:hover {
        background-color: red;
        cursor: pointer;
    }

.reason, .dd {
    color: black !important;
    margin: 1%;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}

.form-normal {
    background-color: #FFFFFF;
    width: 40%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
    padding: 12px;
}

@media screen and (max-width:700px) {
    .form-normal {
        width: 90%;
    }
}

.float-right-icon {
    position: absolute;
    right: 15%;
}


.sidebar-wrapper {
    background-color: #282828;
    color: white;
    height: 100px;
}

.nav-link {
    color: white !important;
}

.content-holder {
    width: 98%;
}

.nav-link-b {
    color: black !important;
}

.th-group {
    background-color: #222222 !important;
}

.btnDisa {
    background-color: #c34141 !important;
}

    .btnDisa:hover {
        background-color: #7d2e2e !important;
    }

.form-big {
    display: table;
    overflow: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 2px 0 rgba(0, 0, 0, 0.19);
}

.col-Dash {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
    margin: 0.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

    .col-Dash:hover {
        cursor: pointer;
        box-shadow: 0 1px 2px 0 #147CB9, 0 2px 2px 0 rgba(0, 0, 0, 0.19);
    }

@media screen and (max-width:700px) {
    .col-Dash {
        width: 90%;
        margin: 5%;
    }
}

.img-icon {
    width: 70px;
}

.form-dash {
    width: 95%;
}

.td-h {
    text-align: left !important;
}

.dash-left1 {
    width: 25% !important;
    float: left !important;
    padding: 15px;
    border: 1px solid red;
}

.dash-right1 {
    width: 75% !important;
    float: left !important;
    padding: 15px;
    border: 1px solid red;
}

.empty {
    width: 10%;
}


.col-Dash2 {
    overflow-y: scroll;
    min-height: 300px;
    padding: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
}

.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

.blocks-normal {
    padding: 1%;
}

.tableSmall {
    font-size: 12px;
    width: 100% !important;
    overflow-x: scroll;
}

.col-Dash-a {
    overflow-y: scroll;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
}

.form-normal-big {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
    padding: 5px;
}
.form-normal-med {
    width:70%;
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
    padding: 15px;
    border-radius:5px;
    text-align:left!important;
}

.money_Icon {
    width: 10%;
}

.panel-scroll {
}

.panel-big {
    overflow-y: scroll;
}

.click {
    color: white;
}

.date-color {
    color: #dfba35;
}

.form-small {
    width: 50%;
}

.country {
    width: 10%;
}

.cCell {
    width: 5% !important;
}

/* width */
::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1898e2;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b39238;
    }

@media screen and (max-width:700px) {
    .text-logo {
        font-size: 13px;
    }
}


.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #147CB9;
}


.lbl-float-left{
    float:left!important;
}

.about{
    height:100px !important;
    word-break:break-all !important;
    
}

.ProfilePic {
    width: 20%;
}

    .ProfilePic img {
        border-radius: 50%;
        height:auto;
    }

.text-warning-info{
    padding:2px;
    background-color:antiquewhite;

}

.docs-icon{
    color:#147CB9 !important;
    font-size:50px !important;
}

.file-docs{
    width:30% !important;
}

@media screen {
    div.footer {
        display: none;
    }
}

@media print {
    div.footer {
        position: fixed;
        bottom: 0;
    }
}

.line-underline{
    height:2px;
    width:20%;
    background-color:#147CB9;
}