﻿ 
.BusyPanel {
    position: absolute;
    background-color: #ffffff;
    z-index: 2147483647 !important;
    opacity: 0.95;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 400%;
    width: 100%;
    padding-top: 20%;
    display: inline;
}

.BusyPanelHidden {
    position: absolute;
    background-color: #ffffff;
    z-index: 2147483647 !important;
    opacity: 0.95;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
    display: none;
} 
 
.my-menu {
    width: 150px;
    height: 24px;
    line-height: 2em;
    text-align :center;
}

.menuitem img {
    width: 40px;
    height: 40px;
}
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}

.hover_row {
    background-color: #A1DCF2;
    cursor: pointer;
}

.rowheight32
{
    height:38px;
}

.rowheight0 {
    height: 0px;
}

.inputbox {
    
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    
}


.bootstraptxt2 {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}


@media screen and (min-width: 1024px) {
    .bootstraptxt {
        width: 200px;
        height: 26px;
        padding: 3px 6px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
    }
    .ParentDiv {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        min-width: 700px;
        box-shadow: 4px 0 5px -2px rgba(31, 73, 125, 0.8), -4px 0 3px -2px rgba(31, 73, 125, 0.8);
    }

    .Col1 {
        width :45%;
        text-align:right;
    }
    .Col2 {
        padding-left: 15px;
        width: 55%;
        text-align: left
    }

    .Col3 {
        
        text-align: center 
    }
    .TitleCol1 {
        width: 45%;
        text-align: right;
    }

    .TitleCol2 {
        width: 55%;
        text-align: left
    }
    .snav
    {
        display :none ;
    }
    .menubutton
    {
        display:none;
        border :none ;
        outline :none;
    }
    .hideonmobile 
    {
        display: block ;
    }
    .hideondesktop {
        display: none;
    }

    .Grdpadding {
        padding-left: 10px;
        padding-right: 10px;
    }

}

/*###Tablet(medium)###*/
@media screen and (min-width : 768px) and (max-width : 1023px) {
    .bootstraptxt {
        width: 200px;
        height: 26px;
        padding: 3px 6px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
    }
    .ParentDiv {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .Col1 {
        width: 30%;
        text-align: right;
            }

    .Col2 {
        padding-left: 3px;
        width: 70%;
        text-align: left
    }

    .Col3 {
        text-align: center
    }
    .TitleCol1 {
        width: 40%;
        text-align: right;
    }

    .TitleCol2 {
        width: 60%;
        text-align: left
    }

    .snav {
        display :none ;
    }
    .menubutton {
        display: block;
        border: none;
        outline: none;
    }
    .hideonmobile {
        display: none;
    }
    .hideondesktop {
        display: block;
    }
    .Grdpadding {
        padding-left: 1px;
        padding-right: 1px;
    }
}

/*### Smartphones (portrait and landscape)(small)### */
@media screen and (min-width : 0px) and (max-width : 767px) {
    .bootstraptxt {
        width: 200px;
        height: 26px;
        padding: 3px 6px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
    }
    .ParentDiv {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .Col1 {
        width: 30%;
        text-align: right;
    }

    .Col2 {
        padding-left: 3px;
        width: 70%;
        text-align: left
    }

    .Col3 {
        text-align: center
    }

    .TitleCol1 {
        width: 40%;
        text-align: right;
    }

    .TitleCol2 {
        width: 60%;
        text-align: left
    }
    .snav {
        display: none;
    }
    .menubutton {
        display: block;
        border: none;
        outline: none;
    }
    .hideonmobile {
        display: none;
    }
    .hideondesktop {
        display: block;
    }
    .Grdpadding {
        padding-left: 1px;
        padding-right: 1px;
    }
}