﻿.show-grid {
    margin-top: 10px;
    margin-bottom: 20px;
}

.hiddenRow {
    visibility: collapse;
}

.itemRow {
}

.ExtraLarge {
}

.ItemHeader {
}


.NumericUpDown {
    width: 30px;
    font-size: 20px;
}

.tableValues {
    text-align: center !important;
}

.DateFilter {
    zoom: 1.8;
}

.DateHeader {
}

.push-back {
    z-index: 100;
}

.itemnumUpDown {
    position: relative;
    padding: 0px;
    bottom: -6px;
    width: 30px;
    font-size: 20px;
    margin-top: -7px;
    margin-bottom: 0px !important;
    zoom: 0.9;
}

.custom-Large .modal-dialog {
    max-width: 1000px;
    max-height: 800px;
}

.Sessionbtn {
    text-align: center;
    min-width: 100px;
    max-width: 200px;
    min-height: 100px;
    max-height: 100px;
}

.SessionSelection {
    justify-content: center;
    align-items: center;
}

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.3);
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
}

    .form-signin input[type="text"], .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
    }


.sign-in-body {
    padding-top: 40px;
    padding-bottom: 40px;
    /*background-color: #f5f5f5;*/
}

.logoContainer {
    height: 140px;
    width: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% auto;
    background-color: #fff;
    margin-right: 20px;
    margin-top: 15px;
}

.logo {
    width: 140px;
}

.thumbnail-image {
    width: 300px;
    height: 200px;
}

.connectedSortable {
    min-height: 300px;
    max-height: 500px;
    overflow: scroll;
}

.panel {
    margin-bottom: auto;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: inherit;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-default {
    border-color: #ddd;
}

.mobilesidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #d9edf7;
    overflow-x: hidden;
    transition: 0.1s;
    /*padding-top: 60px;*/
    box-shadow: 0 0px 5px rgba(0, 0, 0, .5)
}

    .mobilesidebar .linkcontainer {
        transition: margin-top .5s
    }

    .mobilesidebar a {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.1s;
    }

    .mobilesidebar .logo {
        height: 60px;
        width: 60px;
    }

    .mobilesidebar a:hover {
        background-color: #adc2cc;
    }

    .mobilesidebar a:active {
        background-color: #adc2cc;
    }

    .mobilesidebar .closebtn {
        position: absolute;
        top: 0;
        right: 0px;
        font-size: 36px;
        margin-left: 50px;
        color: white;
    }

    .mobilesidebar .dropdowncontainer {
        display: none;
        transition: 0.2s;
        /*height:0;*/
        background-color: yellowgreen;
        padding-left: 8px;
        width: 100%;
    }

        .mobilesidebar .dropdowncontainer a {
            width: 100%;
        }

    .mobilesidebar .Heading {
        display: block;
        height: 60px;
        background-color: #52799c;
    }

    .mobilesidebar .dropdown-toggle {
        display: block;
    }

    .mobilesidebar .Title {
        text-decoration: none;
        font-size: 25px;
        color: white;
        display: inline;
        vertical-align: middle;
    }

    .mobilesidebar lb {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 25px;
        /*color: #818181;*/
        color: white;
        display: block;
        background-color: cornflowerblue;
    }

.simple_stock_table_head {
    display: block;
    margin-bottom: 10px;
}

.simple_stock_table {
    display: table;
    width: 100%;
}

.simple_stock_table_head .row.FSMrow {
    background-color: #6cb2e2;
}

.simple_stock_table_head .row {
    display: table-row;
    background-color: #b8ddf7;
    height: 30px;
}

.simple_stock_table_head .cell {
    display: table-cell;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 10px;
    width: 100px;
}



    .simple_stock_table_head .cell.name {
        width: 445px;
    }


    .simple_stock_table_head .cell.Cost {
        width: 150px;
        padding-left: 41px;
    }

    .simple_stock_table_head .cell.col3 {
        width: 150px;
        padding-left: 12px;
        padding-right: 6px;
    }

    .simple_stock_table_head .cell.col4 {
        width: 140px;
        padding-right: 19px;
        padding-left: 12px;
    }

    .simple_stock_table_head .cell.col5 {
        width: 101px;
        padding-right: 26px;
        padding-left: 20px;
    }

    .simple_stock_table_head .cell.col6 {
        width: 160px;
        padding-right: 16px;
    }

    .simple_stock_table_head .cell.col7 {
        width: 108px;
        padding-right: 23px;
    }

    .simple_stock_table_head .cell.col8 {
        width: 150px;
        padding-right: 30px;
    }

    .simple_stock_table_head .cell.col9 {
        width: 150px;
    }

    .simple_stock_table_head .cell.col10 {
        width: 150px;
    }

    .simple_stock_table_head .cell.stock {
        width: 99px;
    }


    .simple_stock_table_head .cell.participation {
        width: 100px;
    }



    .simple_stock_table_head .cell.stockupdate {
        /* background-color: purple;*/
        width: 100px;
    }




.simple_stock_table_body {
    display: block;
    overflow: auto;
    height: 538px;
    /*  width: 800px;*/
    padding-right: 10px;
}




    .simple_stock_table_body .row {
        display: table-row;
        background-color: #ddd;
    }



        .simple_stock_table_body .row:nth-child(odd) {
            display: table-row;
            background-color: #ffffff;
        }





        .simple_stock_table_body .row .cell {
            display: table-cell;
            width: 100px;
            padding-left: 10px;
        }



.simplestock_name {
}



.simplestock_stock {
}



.simplestock_partisipation {
    height: 20px;
    vertical-align: middle;
    position: relative;
    width: 20px;
}



.simplestock_spinner {
    height: 15px;
    width: 50px;
    vertical-align: middle;
    position: relative;
}




.simple_stock_table_body .cell.name {
    width: 450px;
}



.simple_stock_table_body .cell.stock {
    width: 100px;
}



.simple_stock_table_body .cell.participation {
    width: 100px;
}

.simple_stock_table_body .cell.Cost {
    width: 150px;
}

.simple_stock_table_body .cell.col3 {
    width: 150px;
}

.simple_stock_table_body .cell.col4 {
    width: 150px;
}

.simple_stock_table_body .cell.col5 {
    width: 150px;
}

.simple_stock_table_body .cell.col6 {
    width: 150px;
}

.simple_stock_table_body .cell.col7 {
    width: 150px;
}

.simple_stock_table_body .cell.col8 {
    width: 150px;
}

.simple_stock_table_body .cell.col9 {
    width: 150px;
}

.simple_stock_table_body .cell.col10 {
    width: 150px;
}

.herounit {
    line-height: 0px;
    padding: 10px !important;
    margin: 0px;
    min-width: 1000px;
}

.maincontainer {
    width: 1500px;
}

.herounit_content {
    position: relative;
    top: 5px;
    z-index: 2;
}

.herounit_schoolDetail {
    position: relative;
    bottom: 10px;
    left: 20px;
    z-index: 1;
}

.herounit_schoollogo {
    margin-right: 10px;
    margin-top: 5px;
    width: 60px;
    height: 60px;
}

.herounit_schoolName {
    word-wrap: break-word;
}

.herounit_msg {
    line-height: 15px;
    position: relative;
}

.topmsg {
    top: -10px;
    right: -17px;
}

.fullmsg {
    top: -11px;
    right: -17px;
}

.reducemsg {
    top: 13px;
    right: -18px;
}

.balTotal {
    font-size: 17.5px;
    padding: 4px 19px;
}



/************************MenuTable************************/

.MenuCheckbox {
    margin: 0px !important;
}



.MenuTable_table {
    width: 1300px;
    display: inline-flex;
}

    .MenuTable_table .statictable {
        display: table;
        width: 500px;
        float: left;
        height:20px;
    }

.MenuTable_table_static {
    display: block;
    width: 500px;
}

.MenuTable_table_selection_block {
    display: inline-block;
    width: 100%;
    overflow: auto;
}

.MenuTable_table .table {
    display: table;
    width: 800px;
}

.MenuTable_table .row.header {
    background-color: #b8ddf7;
}

.MenuTable_table .row.FSMrow {
    background-color: #6cb2e2;
}

.MenuTable_table .row {
    display: table-row;
    background-color: yellow;
}


.MenuTable_table .row.body {
    background-color: #ddd;
}

.MenuTable_table .row.body:nth-child(odd) {
   background-color: #ffffff;
}



.MenuTable_table .cell {
    display: table-cell;
    height: 30px;

}


.MenuTable_table .cellcontent {
    max-height: 30px;

}

.MenuTable_table .headcell {
    display: table-cell;
    height: 40px;
}

.MenuTable_table .cell.header {
    display: table-cell;
    font-weight: bold;
}

.MenuTable_table_static .cell.name {
    width: 450px;
}

.MenuTable_table_static .cell.stock {
    width: 100px;
}

.MenuTable_table_static .cell.participation {
    width: 100px;
}

.MenuTable_table_static .cell.Cost {
    width: 150px;
}

.MenuTable_table .cell.col3 {
    width: 150px;
    padding-left: 12px;
    padding-right: 6px;
}

.MenuTable_table .cell.col4 {
    width: 140px;
    padding-right: 19px;
    padding-left: 12px;
}

.MenuTable_table .cell.col5 {
    width: 150px;
    padding-right: 26px;
    padding-left: 20px;
}

.MenuTable_table .cell.col6 {
    width: 150px;
    padding-right: 16px;
    padding-left: 12px;
}

.MenuTable_table .cell.col7 {
    width: 150px;
    padding-right: 4px;
    padding-left: 4px;
}

.MenuTable_table .cell.col8 {
    width: 150px;
    padding-right: 30px;
    padding-left: 30px;
}

.MenuTable_table .cell.col9 {
    width: 150px;
}

.MenuTable_table .cell.col10 {
    width: 150px;
}

.MenuTable_table .cell.stock {
    width: 99px;
}


.MenuTable_table .cell.participation {
    width: 100px;
}



.MenuTable_table .cell.stockupdate {
    /* background-color: purple;*/
    width: 100px;
}


.cellitem {
    display: block;
    overflow: auto;
    height: 30px;
    text-overflow: ellipsis;
}


.Cost {
    height: 54px;
    display: block;
}	