﻿
body {background-color:white;margin:0px;}
/*width:220px;height:22px;*/
select{outline:0px;border:1px solid lightgray;}
input.txtcenter {    
    border: 1px solid lightgray;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    text-align: center;    
    border-radius: 6px;
    margin: auto;
    outline:0px;
}
input.btnact {
    margin-left: 0px;
    Width: 86px;
    Height: 37px;
    background-color: silver;
    text-align: center;
    border: solid 1px;
    border-color: lightgray;
    border-radius: 4px;
}
input.btnactsel {
    margin-left: 0px;
    Width: 86px;
    Height: 37px;
    background-color:rosybrown
    text-align: center;
    border: solid 1px;
    border-color: lightgray;
    border-radius: 4px;
}

.headactivation {
    background-color: gray;
    color: white;
    font-weight: bold;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    width: 100%;
    height: 25px;    
}
input.txtcmp {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    text-align:left;
    border: solid 1px;
    border-color: lightgray;
    border-radius: 4px;
    width: 100%;
    height:26px;
    margin:2px;
}
.txterr {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;    
    color:red;  
    text-align:left;
    padding-left:10px;    
    width: 100%;
    height: 26px;
    margin: 2px;
}

 input.txtcenter:hover {
        border-color: aquamarine;
    }
    input.txtcenter:focus {
        border-color: aquamarine; background-color: beige;
    }

input.btn {
    margin-left: 0px;
    Width: 70px;
    Height: 37px;
    text-align: center;
    border: solid 1px;
    border-color: lightgray;
    border-radius: 4px;
}
input.btn:hover{background-color:darkgray;}
.headerdiv {
    background-color: white;
    width: 100%;
    height: 83px;
    border-bottom: 1px inset;
    border-color: lightgray;
    position: fixed;
    top =0px;
    left: 0px;
    z-index: 1;
}
.content {    
    width: 100%;
}
.dashboard {
    width: 100%;
    float: left;
    visibility: visible;
    overflow:hidden;
}
.dashboardmenu {
    width: 20%;
    visibility: hidden;
    float:left;
    height: 500px;    
}


.dashcols {
    float: left;
    width: 98%; /** 420px;*/
    height: 98%px;
    border: solid 1px;
    border-color: lightgray;
    border-radius: 10px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow:hidden;    
}

.trhead {
    background-color:black;
    color:white;
}
.tr1 {
    background-color:white;border-bottom:solid;border-bottom-color:gray
}
.tr2 {
    background-color:aliceblue;
    border-bottom: solid;
    border-bottom-color: gray
}
.chartdiv {
    margin: auto;
    width: 300px;    
    padding: 0px;
}
.chart {
    margin: auto;
    width: 98%; /** 420px;*/
    height: 98%;
    margin: 2px;
}

.heading {
    background-color: gray;
    color: white;
    font-weight: bold;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    width: 100%;
    height: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.logo {
    background-image: url(../Images/logo.png);
    height: 80px;
    background-repeat: no-repeat
}

input.signout {
    position: fixed;
    top: 38px;
    right: 5px;
    height: 20px;
    width: 60px;
    color: blue;
    font-weight: bold;
    text-decoration: underline;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: right;
}

input.dts {
    position: fixed;
    top: 55px;
    right: 5px;
    height: 20px;
    width: 140px;
    color: black;
    border: none;
    font-weight: bold;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: right;
}

input.profile{
    position: fixed;
    top: 5px;
    right: 36px;
    background-image: url('../Images/icons/profile.gif');
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
input.menu {
    position: fixed;
    top: 5px;
    right: 2px;
    background-image: url('../Images/icons/menu.png');
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dtdash {
    z-index: 1; /* Sit on top */
    position: fixed;
    top: 74px;
    right: 5px;
    background-color: white;
    width: auto;
    height: auto;
}
.errheading {
    background-color:red;
    color: white;
    font-weight: bold;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    width: 100%;
    height: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.errorback {
    z-index: 1; /* Sit on top */
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color:darkgray;
    opacity: 80%;
}

.errormain {
    /**z-index: 1; /* Sit on top */
    position: relative;
    left: 50% - 200;
    top: 150px;
    width: 400px;
    height: 250px;
    border: 1px solid;
    border-width: 1px;
    border-color: lightgrey;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
}

.errorbox {
    width: 400px;
    height: 230px;
    border: 0px;
    font-size:10px;
    font-weight:normal;
    border-width: 1px;        
    background-color: white;
    color:red;
    overflow-y: scroll;
    overflow-x: hidden;
}


/*style="text-align:center; width:220px;height:22px;border:solid 1px;border-color:lightgray;border-radius:4px;"*/




@media only screen and (min-width: 800px) {
    /* For tablets: */
    /*.dashcols {
       width: 99%;        
    }*/
   /* .dashboard {
        width: 100%;
    }    
    .dashboardmenu {
        visibility:hidden;
    }*/
}

@media only screen and (min-width: 1200px) {
    /* For tablets: */
    /*.dashcols {
        width: 32.5%;
    }
   /* .dashboard {
        width: 85%;
    }
    .dashboardmenu {
        width: 15%;
        visibility: visible;
    }*/
}

@media only screen and (min-width: 1600px) {
        /* For tablets: */     
       /* .dashcols {
            width: 24%;
        }/*
    .dashboard {
        width: 85%;
    }
    .dashboardmenu {
        width: 15%;
        visibility: visible;
    }*/
  }