/* start settings box  */

.settings-box {
    position: fixed;
    left: -350px;
    top: 0;
    background-color: #fff;
    width: 350px;
    min-height: 100vh;
    z-index: 1000;
    transition: .3s;
}

.open {
    left: 0;
}

.settings-box .toggle-settings {
    width: 56px;
    height: 54px;
    cursor: pointer;
    background: #fff;
    border-radius: 0 5px 5px 0;
    right: -56px!important;
    position: absolute;
    top: 250px;
    text-shadow: 0 0 0;
    font-weight: 400;
    opacity: 1;
    z-index: 0;
    color: #333;
    box-shadow: 4px 0 7px 1px rgba(0, 0, 0, .14);
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding-top: 5px;
    display: block;
}

.fa-gear {
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    color: #057cda;
    display: block;
}


/*.settings-box .setting-container {
     setting
}
 */

.settings-logo {
    height: 75px;
    text-align: center;
    border-bottom: 1px solid #c5c4c4;
}

.settings-logo img {
    height: 100%;
}

.setting-category {
    margin: 10px;
    padding: 8px;
    text-align: center;
    border: 1px solid #cccbcb;
    box-shadow: 2px 1px 5px 0px;
}

.setting-category h4 {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #eae8e8;
    padding-bottom: 13px;
    margin-bottom: 15px;
    color: #ff9800;
}


/* End settings box  */

.carousel .schools {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/alexreg.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/alexreg.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/alexreg.jpg) no-repeat;
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/alexreg.jpg) no-repeat;
    height: 350px;
    background-size: cover;
}

.carousel-caption h3 {
    font-family: 'Droid Arabic Kufi';
}

.rowcontent {
    background-color: blueviolet;
    margin-bottom: 10px;
}

.categorytitle {
    background-color: #d3f7be;
    color: #000;
    font-size: 1.7rem;
    font-weight: bold;
    position: relative;
    padding-left: 40px;
}

.titlecontent {
    margin: 10px;
    padding: 7px;
}

.categorytitle:hover {
    background-color: #79d145;
    cursor: pointer;
}

.categorytitle::before {
    content: "";
    background-color: #f604f6ee;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    border-right: 40px solid #fff;
}

.categorycontrol {
    background-color: #e2c02b;
    color: #000;
    font-size: 1.7rem;
    font-weight: bold;
    position: relative;
    padding: 8px;
    text-align: center;
}

.bulit {
    display: block;
    background-color: #f604f6ee;
    position: absolute;
    width: 69px;
    left: 0px;
    height: 100%;
    border-right: 5px solid #fff;
}

.pagebg {
    background-color: #000000a8;
}

.inputitem {
    width: 87%;
    line-height: 40px;
    border: 1px solid #e0e2e3;
    border-radius: 3px;
    color: #000;
    padding-left: 10px;
}

.inputitem:focus {
    border: 1px solid #00c4ff;
}

.form-group input[type=text]:focus {
    border: 1px solid #00c4ff;
}

.form-group label {
    width: 85px;
    font-size: 1.3rem;
    color: #000;
    font-weight: bold;
}

.groupSelect {
    width: 87%;
    line-height: 40px;
    border: 1px solid #e0e2e3;
    border-radius: 3px;
    color: #000;
    padding: 12px 20px;
    padding-left: 10px;
    margin-left: 4px;
    font-size: 1.4rem;
}

.groupSelect select option {
    margin: 15px;
}

.file-upload {
    /* padding-left: 75px; */
    display: inline;
}

#file-upload {
    /* padding-left: 75px; */
    display: inline;
}

.btn {
    text-decoration: none;
}

.imgcontainer {
    text-align: center;
    color: #fdb208;
}

.imgcontainer h2 {
    margin-bottom: 5px;
    line-height: 28px;
    margin-top: 8px;
    border-bottom: 1px solid #f5f3f5ee;
    padding-bottom: 13px;
}

.msgBtn {
    text-align: center;
}

#p-Name {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    /* font-weight: bold; */
    color: #000;
    font-family: 'Droid Arabic Kufi', Arial, serif;
}

.itemno {
    position: absolute;
    /* display: inline-block; */
    top: 9px;
    /* margin-right: 20px; */
    /* padding-right: 20px; */
    /* border: 1px solid #000; */
    padding: 10px;
    left: 0px;
}

.contactview p {
    display: inline-block;
    font-size: 1.7rem;
    color: #787775;
    height: 26px;
}


/* Login Page */

.loginimg {
    border-left: solid #337ab7 4px;
    border-left: dashed #f9f9f9 2px;
    text-align: center;
}

.loginitem {
    padding: 25px 10px;
}

.btnlogincontainer {
    text-align: end;
}

.dashedborder {
    border: dashed #f9f9f9 1px;
}

.adminbtn {
    margin-right: 90px;
}

.login-content {
    margin: 10px auto;
    border: 9px solid #ffffff;
    padding: 25px;
    background-color: #c0c0c0;
    border-radius: 14px;
}

.logout img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: 15px;
    box-shadow: 0px 0px 10px 8px;
    border: 2px solid #fff;
}

.logout span {
    display: block;
    font-size: 1.7rem;
    color: #fff;
    margin-top: 5px;
    /*background-color: #b7b4b4;*/
}

.logout a {
    font-size: 1.7rem;
    color: #fff;
    text-decoration: none;
}


/* Dash Board */

.cpanelicon a {
    text-decoration: none;
}

.cpanelitem {
    position: relative;
    margin-top: 25px;
    /* overflow: hidden;
    padding-right: 16px;*/
}

.cpaneldesc {
    display: block;
    position: absolute;
    /*left: 10px;*/
    bottom: 0;
    color: #fff;
    background-color: #000;
    width: 100%;
    padding-left: 10px;
    text-align: left;
}

.cpaneldesc i {
    float: right;
    padding-right: 10px;
    padding-top: 4px;
}

.listitem {
    /*width: 30%;*/
    color: #fff;
    display: block;
    position: relative;
    height: 130px;
    border-radius: 7px;
    /*margin: 10px;*/
    font-size: 2rem;
    text-decoration: none;
}

.listitem i {
    font-size: 60px;
    float: left;
    padding: 10px;
}

.listitem a {
    padding-right: 10px;
    font-size: 23px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Droid Arabic Kufi', Arial, serif;
    display: block;
}

.listitem h3 {
    text-align: right;
    padding-right: 12px;
    padding-top: 10px;
}

.dash-static {
    position: absolute;
    text-align: center;
    right: 50px;
    top: 50px;
}

.dash-static p {
    font-size: 1.4rem;
}

.category {
    background-color: #fd4b01;
}

.exam {
    background-color: #dd01fd;
}

.result {
    background-color: #8bc34a;
}

.faq {
    background-color: #10c2ff;
}

.attend {
    background-color: #4aabc3;
}

.users {
    background-color: #1cd61c;
}

.sayes {
    background-color: #f8d408;
}

.contactus {
    background-color: #2e0247;
}

.adminbaner {
    /* height: 100%; */
    /* width: 100%; */
    top: 52%;
    left: 40%;
    position: absolute;
    text-align: center;
    /* margin: 20px auto; */
    /* display: block; */
    color: #020202;
    z-index: 1000;
}

.adminbaner h3 {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 120%;
    color: rgb(7, 37, 167);
}

.adminbaner p {
    margin-top: 10px;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.7em;
    line-height: 1.4;
}

.logout {
    display: block;
    padding: 6px 15px;
    margin: 0px;
    font-family: 'Droid Arabic Kufi', Arial, serif;
    font-size: 1rem;
    color: #337ab7;
    text-align: center;
}

.carousel-caption {
    min-height: 595px !important;
    padding-top: 6.5em;
    text-align: center;
}