﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}


.validation-summary-errors ul, .validation-summary-errors li {
    list-style: none;
    /*display: inline;*/
    padding-bottom: 5px;
    font-weight: bold;
}

.marTB10 {
    margin-top: 5px;
    margin-bottom: 5px;
}


.form-group-space {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}


.checkbox label, .radio label {
    padding-left: 0px !important;
    padding-right: 50px !important;
}

.alert {
    padding: 5px !important;
}

    .alert .close {
        right: 0 !important;
        opacity: 0.6 !important;
    }

.alert-danger .CusAlert .pull-right {
    float: unset !important;
}

@media screen and (max-width: 900px) {
    .CtrPad{
        padding-top:10px
    }

    .alert .close {
        right: 0 !important;
        top: -23px;
        opacity: 0.6 !important;
    }
}

    .alert h4, h5, h6 {
        margin-top: 5px;
        margin-bottom: 0px !important;
        font-size: 15px !important;
    }


.sutratextalign {
    text-align: center;
}

.checkbox-label input[type=checkbox], .checkbox-label input[type=radio] {
    margin: 2px;
}

.checkbox-label label {
    margin: 2px 15px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .sutratextalign {
        text-align: center;
    }

    .content-wrapper, .right-side, .main-footer {
        width: 100% !important;
        margin-left: 0px;
    }
}

.mycheckbox input[type="checkbox"] {
    margin-right: 10px;
}

.main-footer1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 44px;
}

.asp_pagination {
    display: flex !important;
}

.tableWidth tbody asp_pagination {
    display: flex !important;
}

.table {
    margin-bottom: 0;
    width: 98%;
    word-break: break-all;
}

    .table tr td {
        width: auto !important;
    }

.sidebar-Height {
    overflow-y: scroll;
    overflow-x: hidden !important;
    height: 100vh;
}

.content-header:not(#cph_ScheduleAdd_secAddSchedule,.NoHeaderPadding, .AddPad, #cph_AcademicYearInfo_secAddAcdemicYear) {
    padding-top: 60px;
}

.main-header {
    width: 100%;
    position: fixed;
}

.content-wrapper {
    width: 88%;
    min-height: 930px !important;
}

@media only screen and (max-width:745px) {
    .sidebar-Height {
        overflow-y: scroll;
        overflow-x: hidden !important;
        height: 100vh;
    }

    .sidebar-Height {
        padding-bottom: 150px;
    }

    .content-wrapper {
        top: 100px;
    }

    .content-header {
        padding-top: 5px !important;
    }

    .alert-danger .CusAlert .pull-right {
        float: unset !important;
    }
}



.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}



.sidebar-menu {
    background-color: #222d32
}

.content-wrapper {
    position: fixed;
    width: -moz-available;
    width: -webkit-fill-available;
    min-height: 930px !important;
}


.main-footer {
    width: -moz-available !important;
    width: -webkit-fill-available !important;
}


.ckbWidth #cph_SessionActivities_chkTopics {
    width: 100%;
}

.btnDel {
    padding-bottom: 15px
}


#cph_AcademicYearInfo_secAddAcdemicYear {
    margin-top: 10px
}


table:not(.ui-datepicker-calendar, .ui-datepicker) th {
    min-width: 80px;
}



.email-pos {
    margin-top: -20px;
}

.cusPaddingBut {
    margin-left : 40px
}

@media (max-width:767px){

    .cusPaddingBut {
        margin-left: 0px
    }
}

.CusAlert .pull-right button {
    padding: 0px 4px;
    background: transparent;
    border: transparent;
}

.CusAlert {
    display: flex;
    justify-content: space-between
}

#cph_SessionActivities_chkTopics li{
    display:flex
}