﻿/*
    Basic elements
----------------------------------------------------------------------------------*/

html, body, #form1 {
    width: 100%;
    height: 100%
}

body {
    background: #f1f1f1;
    color: #808080;
}

textarea {
    resize: none
}

a {
    color: #808080
}



hr {
    margin: 10px;
    padding: 0
}

/*
    Header elements
----------------------------------------------------------------------------------*/

.logo {
    width: 200px;
    margin: auto;
    margin-top: 30px
}

    .logo img {
        width: 200px
    }


/*
    Section elements
-------------------------------------------------------------------------------- */

.bankAds {
    background: #ffffff;
    border: solid 1px #cacaca;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px
}


.bankAdsNew {
    background: #ffffff;
    border: solid 1px #cacaca;
    box-sizing: border-box;
    margin-bottom: 10px
}

    .bankAdsNew > div:last-child {
        padding: 10px;
    }

#bankAdsTable {
    margin-bottom: 0;
}

    #bankAdsTable > thead > tr > td, #bankAdsTable > tbody > tr > td {
        border-top: none !important;
        padding: 0 !important;
        /*padding-top: 4px !important;*/
        text-align: left !important;
    }

    section {
        margin-top: 20px
    }



/* breadcrumb menu */
#breadcrumbs {
    display: none
}

.headingbox {
    margin-top: 20px
}

    .headingbox > div {
        text-align: center;
    }

        .headingbox > div > h2 > a {
            text-decoration: underline
        }

        .headingbox > div > ul {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }

            .headingbox > div > ul li {
                font-size: 18px
            }

                .headingbox > div > ul li a {
                    text-decoration: underline
                }

.subheading {
    display: block;
    margin: 7px 0
}

/*list --------------- */


.list > div {
    margin-bottom: 10px;
}

.listbox {
    height: 250px;
    background: #ffffff;
    border: solid 1px #cacaca;
    padding: 10px;
    box-sizing: border-box;
}

.list a, .list a:hover {
    text-decoration: none;
    color: #808080;
}

.listbox-sm {
    height: 220px
}

.listbox-me {
    height: 250px
}

.listlogo {
    width: 64px;
    height: 64px;
    margin: auto;
    margin-top: 40px
}

    .listlogo span {
        font-size: 70px;
        color: #808080
    }

    .listlogo img {
        width: 64px;
        height: 64px;
    }

.listimg {
    width: 180px;
    height: 180px;
    margin: auto;
    margin-top: 10px;
}

    .listimg img {
        max-width: 180px;
        max-height: 180px;
    }

.listname {
    margin-top: 30px;
    text-align: center;
    height: 55px;
    word-wrap: break-word;
    color: #808080;
}

.listtools {
    margin-top: 30px;
    padding: 20px 0px;
    border: solid 0px #cacaca;
    border-top-width: 0px
}

    .listtools > table {
        width: 100%
    }

        .listtools > table tr td {
            text-align: center
        }

.ltt {
    margin-top: 0;
    padding: 0
}

.list-group-heading {
    background: #f5f5f5
}

    .list-group-heading ul {
        padding: 0;
        margin: 0
    }

        .list-group-heading ul li {
            display: inline
        }

            .list-group-heading ul li::before {
                content: " - ";
            }

            .list-group-heading ul li:first-child:before {
                content: "";
            }


.itemslist {
}

    .itemslist > div {
        margin-bottom: 10px;
    }

.item {
    height: 600px;
    background: #ffffff;
    border: solid 1px #cacaca;
    padding: 10px;
    box-sizing: border-box;
}

    .item:hover {
        cursor: pointer
    }

.itemthumb {
    width: 100%;
    text-align: center
}

    .itemthumb img {
        width: 100%
    }

.itemtext {
    padding-top: 10px;
    font-size: 12px
}





#syswrap {
    margin-top: 50px
}

.sysitem {
    background: #ffffff;
    border: solid 1px #cacaca;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px
}

.uploadbox {
    width: 350px
}

.bm-uploadbox-wrap {
    position: relative;
    margin: auto;
    width: 190px;
    height: 150px;
    border: solid 0px #F00
}

.bm-uploadbox-icon {
    position: absolute;
    width: 190px;
    height: 150px;
    text-align: center
}

    .bm-uploadbox-icon img {
        width: 150px;
        height: 150px;
    }

.bm-uploadbox-form {
    position: absolute;
    width: 190px;
    height: 150px;
}

.bm-uploadbox-fup {
    width: 190px;
    height: 150px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.uploadimagesgo {
    text-align: center;
    margin-top: 20px
}


.panel-footer > table {
    width: 100%
}

    .panel-footer > table tr td:last-child {
        text-align: right
    }

.slide {
    width: 100%
}

.slidebtn {
    margin: 10px 0;
    text-align: left
}

.slidetext {
    padding-top: 10px
}

.col-sm-2 {
    text-align: right
}

.rating tr th:nth-child(2) {
    text-align: center
}

.rating tr td:nth-child(2) {
    text-align: center
}

.teachers tr td:nth-child(3) {
    text-align: right;
    width: 40px
}

.teachers tr td:nth-child(4) {
    text-align: right;
    width: 40px
}

.classes tr th:nth-child(2) {
    text-align: center;
    width: 80px
}

.classes tr td:nth-child(2) {
    text-align: center;
    width: 80px
}

.futureraidslide {
    margin-top: 10px
}

.frtable > tbody > tr > td {
    width: 33.3%
}

.tools table {
    width: 100%;
    margin-top: 20px
}

    .tools table tr td {
        text-align: center
    }

        .tools table tr td .btn {
            width: 90%
        }

.nname {
}

    .nname table {
        height: 100%;
        width: 100%
    }

        .nname table tr td {
            text-align: center
        }

.subcatetags {
    margin: 0;
    padding: 0;
    display: inline;
}

    .subcatetags li {
        display: inline;
        text-transform: capitalize;
    }

        .subcatetags li::after {
            content: ", "
        }

        .subcatetags li:first-child {
            font-weight: bold;
        }

            .subcatetags li:first-child:after {
                content: ""
            }

        .subcatetags li:last-child:after {
            content: ""
        }

.cblname {
    padding: 5px;
    width: 160px;
    display: inline-block;
    margin-right: 10px
}

.chkChoice input {
    margin-left: -30px;
}

.chkChoice td {
    padding-left: 30px;
}

#mediaitem div {
    text-align: left
}

    #mediaitem div span {
        font-weight: bold;
        padding: 20px 0 5px 0;
        display: inline-block
    }

    #mediaitem div:first-child span {
        padding-top: 0px;
    }

.item {
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {

    /* breadcrumb menu */
    #breadcrumbs {
        display: block
    }

    #mobilnav {
        display: none
    }

    .item {
        height: 300px;
    }

    .list > div {
        margin-bottom: 30px
    }

    .listbox-me {
        height: 220px;
    }

    .listimg {
        max-width: 135px;
        height: 135px;
        margin: auto;
        margin-top: 10px;
    }

        .listimg img {
            max-width: 135px;
            max-height: 135px;
        }


    .uploadimagesgo {
        margin-top: 10px
    }

    .bm-uploadbox-wrap {
        width: 140px;
        height: 135px;
    }

    .bm-uploadbox-icon {
        width: 140px;
        height: 135px;
    }

        .bm-uploadbox-icon img {
            width: 135px;
            height: 135px;
        }

    .bm-uploadbox-form {
        width: 140px;
        height: 135px;
    }

    .bm-uploadbox-fup {
        width: 140px;
        height: 135px;
    }

    .slidetext {
        padding-top: 0px
    }

    .slidebtn {
        text-align: right
    }

    .tools table {
        width: 100%;
        margin-top: 0
    }

        .tools table tr td .btn {
            width: 50px
        }

    .nname table tr td {
        text-align: left
    }

    .item:hover {
        -webkit-box-shadow: 0px 0px 41px -17px rgba(0,0,0,0.50);
        -moz-box-shadow: 0px 0px 41px -17px rgba(0,0,0,0.50);
        box-shadow: 0px 0px 41px -17px rgba(0,0,0,0.50);
    }

    #mediaitem div span {
        padding-top: 0px;
    }
}


@media screen and (min-width: 992px) {
    .listbox:hover {
        -webkit-box-shadow: 0px 0px 41px -17px rgba(0,0,0,0.50);
        -moz-box-shadow: 0px 0px 41px -17px rgba(0,0,0,0.50);
        box-shadow: 0px 0px 41px -17px rgba(0,0,0,0.50);
    }

    .item:hover {
        -webkit-box-shadow: 0px 0px 41px -17px rgba(0,0,0,0.50);
        -moz-box-shadow: 0px 0px 41px -17px rgba(0,0,0,0.50);
        box-shadow: 0px 0px 41px -17px rgba(0,0,0,0.50);
    }

    .listbox:hover h3 {
        color: #000000 !important;
    }

    .listbox-nohover:hover {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }

    .uploadimagesgo {
        margin-top: 10px
    }

    .item {
        height: 450px;
    }


    #mediaitem div span {
        padding-top: 0px;
    }
}

div.product {
    background-color: #fff;
    margin: 0;
    margin-bottom: 2px;
    border: solid 1px #cacaca;
    box-sizing: border-box;
}

    div.product span {
        color: #000000
    }

    div.product > div {
        padding: 10px;
    }

    div.product .btn {
        padding: 0 10px;
    }


.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
