.no-resize {
    resize: none!important;
}

/* List Tables */
.panel>.table-bordered, .panel>.table-responsive>.table-bordered{
    border:inherit !important;
}

.panel>.table thead tr th {
    background-color: #f1f4f7;
}

/* pager */
.pager .pagination{
    float:left;
}

.pager .pagination li>a, .pager .pagination li>span {
    padding: 5px 10px;
}

/** utilities **/
.margin-top-24{
    margin-top: 24px;
}
.margin-top-25 {
    margin-top: 25px!important;
}


.swal2-container
{
    z-index: 888888 !important;
}





/*  bus route UI draggable */
.display-inline
{
    display: inline;
}
.hide-me
{
    display: none!important;
}
.padding-right-10pre
{
    padding-right: 10%;
}
.dd3-content
{
    padding: 0 0 0 0!important;
    padding-left: 42px!important;
}
.custom-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.min-width-40pre
{
    min-width: 40%;
}

.teachers-bg
{
  background-color: #c0e5df!important;
}


.text-red
{
    color: red!important;
    font-weight: bold;

}


/***************************/
.padding-left-20
{
    padding-left: 20px !important;
}

.padding-20
{
    padding: 20px !important;
}


.width-75
{
    width: 75px!important;
}

/****************************** Statistics ************************************/
.bc-green
{
    background-color: #92d050!important;
}
.bc-orange
{
    background-color: #ffc000!important;
}
.bc-skin
{
    background-color: #f8cbad!important;
}
.bc-blue
{
    background-color: #00b0f0!important;
}
.bc-blue-light
{
    background-color: #00ffff !important;
}
.bc-red
{
    background-color: red!important;
    color: white!important;
}
.bc-light-skin
{
    background-color: #fff2cc!important;
}
.bc-dark-skin
{
    background-color: #2f353b !important;
    color:#ffffff;
}

.bc-yellow
{
    background-color: #ffff00 !important;
}

.red-row
{
    background-color: red !important;
}

ol.mainsections li{
    text-align: center;
    list-style-position: inside;
    font-size: 24px;
    font-weight: 700;
}

ul.subsections{
    padding-top: 20px;
    list-style: square;
}

ul.subsections li{
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}

ul.subsubsections{
    padding-top: 10px;
    padding-bottom: 20px;
    list-style: none;
}

ul.subsubsections li{
    text-align: left;
    font-weight: normal;
    font-size: 16px;
}

.mainsectionsTable{

}
.mainsectionsTable tr{

}
.mainsectionsTable tr td{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding-top: 35px;
}

.subsectionsTable{
    margin-top: 25px;
}
.subsectionsTable tr{
    
}
.subsectionsTable tr td{
    text-align: left;
    font-size: 20px;
    padding-top: 20px;
}

.subsubsectionsTable{
    margin-top: 10px;
    border: 1px solid black;
}
.subsubsectionsTable tr{
    border-bottom: 1px solid black;
}
.subsubsectionsTable tr td{
    padding: 5px 15px;
}
.subsubsectionsTable tr td.subchoices{
    width: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-right: 1px solid black;
}
.subsubsectionsTable tr td.subchoices label{
    font-weight: bold;
}
.subsubsectionsTable tr td.subsectionname{
    font-size: 16px;
    font-weight: normal;
    padding-left: 15px;
    text-align: left;
}
