﻿/* Mobile Styles */
@media only screen and (max-width: 400px) {
    body {
        /*background-color: #F09A9D;  Red */
        background-color: #B2D6FF; /*Blue*/ 
        /*background: linear-gradient(-180deg, rgb(178, 214, 255), rgb(254, 254, 254));*/
        padding-top: 50px;
        height: 100%;
    }
}

/* Tablet Styles */
        @media only screen and (min-width: 401px) and (max-width: 960px) {
            body {
                /*background-color: #F5CF8E; /* Yellow */
                background-color: #B2D6FF;  /*Blue*/ 
        /*background: linear-gradient(-180deg, rgb(178, 214, 255), rgb(254, 254, 254));*/
                padding-top: 50px;
                height: 100%;
            }
        }
        /* Desktop Styles */
        @media only screen and (min-width: 961px) {
            body {
                background-color: #B2D6FF; /* Blue */
        /*background: linear-gradient(-180deg, rgb(178, 214, 255), rgb(254, 254, 254));*/
                padding-top: 50px;
                height: 100%;
            }
        }
        /*body {
  padding-top: 50px;
  height:100%;
}*/
        #titleLabel {
    box-shadow: 1px 1px 20px red;
}

.titleLabel2 {
    font-weight:bolder;
    font-size:30px;
}

#headerTitleCss {
    /*background: linear-gradient(-180deg, rgb(178, 214, 255), rgb(254, 254, 254));
    border-bottom: groove;*/
    background-color: yellow;
}


#LeftMenu {
    padding: 10px;
    border-right-style:outset;
    border-right-width: 2px;
    /*background-color: #222;*/
    /*border-right-color: black;
    border-right-width: 100px;*/
    /*border-right: outset;*/
    height: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    background: linear-gradient(-180deg, rgb(178, 214, 255), rgb(254, 254, 254));
}


#info {
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

    #info img {
        width: 100%;
    }

.slideout-container {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.dx-field-label {
    width: 70%;
}


#slideOutView {
    height: auto;
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 100%;
}

.informer {
    font-weight: bold;
    font-size: 10px;
    /*height: 70px;
        width: 130px;
        text-align: center;
        color: #fff;*/
}

#HeaderTitle {
    /*background-color: transparent;*/
    /*padding: 5px;*/
    /*padding-top: 0px;
    padding-bottom: 0px;*/
    /*border-bottom: inset;*/
    /*border-bottom-color:black;*/
    /*text-shadow: 1px 1px 5px white;*/
    background-color: Highlight;
    color: HighlightText;
    border-bottom: inset;
}

    #PageFooter {
        background-color: #222;
        padding: 5px;
        /*border-top: outset;*/
        border-top-color: black;
    }

/*Navigation Bar*/
.navbar-collapse.collapse {
    display: block !important;
}

.navbar-nav > li, .navbar-nav {
    float: left !important;
}

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px !important;
    }

.navbar-right {
    float: right !important;
}
/*end Navigation Bar*/

/*#gridView {
    height: auto !important;
    max-height: 600px !important;
}*/


/*Responsive Box*/
#responsiveBox p {
    font-size: 16px;
    padding-top: 10px;
    /*text-align: center;*/
}

.header {
    background: #ffffff;
    text-align: left;
}

.content {
    background: #f5e5a6;
}

.footer {
    background: #7b9bcf;
}
/*End of Responsive Box*/

.full {
    width:100%;
}


/*Form-Layout*/
.form-layout {
    margin-bottom:200px;
}

.bodyBackground {
    background-color: #B2D6FF; /* Blue */
    /*background: linear-gradient(-180deg, rgb(178, 214, 255), rgb(254, 254, 254));*/
}

.gradientBackground {
    background: linear-gradient(-180deg, rgb(178, 214, 255), rgb(254, 254, 254));
}

.boxHeaderStyle {
    font-size:small;
    font-weight:500;
}

.boxShadowStyle {
    /*padding-left: 10px;
    padding-right: 10px;*/
    /*padding:10px;*/
    /*height: 100%;*/
    /*padding:0px;*/
    /*background-color: #efefef;*/
    /*border-radius: 10px 10px;*/
    /*border-radius: 7px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 20px 0 rgba(0, 0, 0, 0.19);*/
    /*border-radius: 10px 10px;*/
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);

    border:0.5px;
    border-style:solid;
    border-color:lightgray;

    background-color:white;
}

.boxShadowFormStyle {
    /*padding-left: 10px;
    padding-right: 10px;*/
    /*padding:10px;*/
    /*height: 100%;*/
    /*padding:0px;*/
    /*background-color: #efefef;*/
    /*border-radius: 10px 10px;*/
    padding-top:15px;
    padding-bottom:15px;
    border-radius: 5px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 20px 0 rgba(0, 0, 0, 0.19);
}

.boxShadowGridStyle {
    /*padding-left: 10px;
    padding-right: 10px;*/
    /*padding:10px;*/
    /*height: 100%;*/
    /*padding:0px;*/
    /*background-color: #efefef;*/
    /*border-radius: 10px 10px;*/
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right:10px;
    border-radius: 5px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 20px 0 rgba(0, 0, 0, 0.19);
}




.boxShadowStyle2 {
    /*padding-left: 10px;
    padding-right: 10px;*/
    /*padding:10px;*/
    /*height: 100%;*/
    /*padding-bottom:20px;*/
    /*background-color: #efefef;*/
    /*border-radius: 10px 10px;*/
    border-radius: 7px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 20px 0 rgba(0, 0, 0, 0.19);
}

.boxShadowStyleTab {
    /*padding-left: 10px;
    padding-right: 10px;*/
    /*padding:10px;*/
    /*height: 100%;*/
    padding: 0px;
    background-color: #efefef;
    /*border-radius: 10px 10px;*/
    border-radius: 3px;
    /*box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 20px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
    background-color: whitesmoke;
}

.boxStyleZeroPadTab {
    padding: 0px;
}

    .boxStyle {
        overflow-x: hidden;
        background-color: rgba(255, 255, 255, 0.75);
        width: 100Px;
        float: left;
        /*height: 330px;*/
        border: 1px solid #e3e3e3;
        -moz-box-shadow: 0 13px 16px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 13px 16px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 13px 16px rgba(0,0,0,0.5);
    }

.toasttemplate {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-stretch: expanded;
    font-family: Microsoft YaHei;
}

.rightaligntext {
    text-align: right !important;
}






