﻿/*  ________________________________  Ella Styles ___________________________________*/

body {
    /*background-color: #3A80B2;*/
    background-position: left top;
    /*background-color: rgb(42,98,139);*/
    /*background-color: #e9e9e9;*/
    font-family: Arial, Helvetica, sans-serif !important;
    /*background-image: url('../Images/background_book.png');*/

    background-color: #86a6b7!important;
}
.temp body{
     background: rgb(233,233,233); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(233,233,233,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#dddddd',GradientType=0 );
}
.loginform {
    padding: 30px;
    /*background-image: url('../Images/LoginFormRound.png');*/
    background-image: url('../img/LoginFormWithBlue.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 430px;
    /*height: 350px;*/
    padding-top: 70px;
    text-align: center;
    margin: 10px auto;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
    height:100%;
    display:block
}

.error { 
    color: #FF0000; 
    font-weight:bold;
    /*text-shadow: 0 -2px 0 #fff;*/
 
}

.central {
    vertical-align: middle;
    text-align: center;
    width:100%;
}
.ui-input-shadow {
    padding: 0px; /*0.4em 0px 0.4em;*/ /*width: 90%;*/
    margin: 30px auto;
    background-image: none;
    position: relative;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2) inset;
    background-clip: padding-box;
    border-radius: 0.6em;
    border: 1px solid #AAA;
    color: #333; /*text-shadow: 0px 1px 0px #FFF;*/
    background: linear-gradient(#F9F9F9, #EEE) repeat scroll 0% 0% #F9F9F9;
    box-sizing: border-box;
}
/*.ui-input-shadow  :focus, .ui-input-shadow :active, div.ui-input-shadow :hover {
    box-shadow: 0 0px 12px #387BBE;
}*/
.ui-input-shadow :focus,  .ui-input-shadow :active, .ui-input-shadow :hover {
    box-shadow: none;
}

 .ui-input-shadow input {
        border: medium none;
        width: 90%;
        margin: 0px;
        display: inline;
        background: none repeat scroll 0% 0% transparent;
        outline: 0px none !important;
        /*min-height: 1.4em;
        line-height: 1.4em;*/
        font-size: 16px;
        color: #333;
        /*text-shadow: 0px 1px 0px #FFF;*/
        padding: 0.4em; /*0.6em;*/
        /*border-radius: inherit;
        box-sizing: padding-box;*/
    
    }

.LoginButton {
    /*background:url('../Images/LoginBtn.png') no-repeat 0px 50px;*/ /*background-image: url('../Images/LoginBtn.png');
    background-repeat: no-repeat;
    background-position: left top;*/
    border-radius: 6px;
    height: 40px;
    width: 180px;
   
    color: #FFFFFF;
    font-size: 18px;
        background: rgb(42,98,139); /* Old browsers */
background: -moz-linear-gradient(top, rgba(42,98,139,1) 1%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(42,98,139,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a628b', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  
}
.LoginButton:hover {

background: rgb(125,185,232); /* Old browsers */
background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(42,98,139,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(99%,rgba(42,98,139,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(42,98,139,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(42,98,139,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(42,98,139,1) 99%); /* IE10+ */
background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(42,98,139,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#2a628b',GradientType=0 ); /* IE6-9 */
}
.LogoutButton {
    padding: 2px 10px;
    font-size: 14px;
  
   
}
   
/* style icon */
.glyphicon {
    position: relative;
    margin: 10px 5px 10px 5px;
    /*display: inline;*/
    float: left;
}
#page nav
{
	display: none;   
     
}
#page.mm-page   {
     /*width: 100%;*/
  min-height:100%;

  /*min-height:800px;*/
    /*overflow-y:auto;*/
   /* height:2000px;*/
}
#content, .content {
    /*padding: 5%;*/
   max-width:100%;
    margin: 0 auto;
    
}
#content {
    max-width: 1200px;

    /*padding-top: 60px;*/
    padding-left: 60px !important;
    margin: 0;
}
.ajaxBusy {
    display: none;
    /*background-color: rgba(154,199,255,0.3);*/
    background-color:rgba(255,255,255,0.9);
    opacity: 0.9;
    margin: 0px;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 130px;
    left: 40%;
  
    top: 20%;
   
    /*width:100%;
    height:100%;*/
    border-radius: 15px;
    text-align: center;
    z-index: 11111111111;
}

.previous ajaxBusy {
    background: rgb(252,255,244); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(179,190,173,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(179,190,173,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252,255,244,1) 0%,rgba(179,190,173,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

.ajaxBusyimg {
    padding: 5px;
    /*position: absolute;*/
    color: #313886;
    /*left: 50%;
    top: 30%;
    position:absolute*/
}


 .line {
    /*margin: 0 auto;
    
    border-style: none;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(42, 98, 139, 0.57);
    -moz-box-shadow: 0px 4px 7px 0px rgba(42, 98, 139, 0.57);
    box-shadow: 0px 4px 7px 0px rgba(42, 98, 139, 0.57);
   
    color: #336699;
    border-radius: 10px 10px 0 0;
    
    background-color: #FAFAFA;*/
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 2px 2px 20px;
    background-position: left bottom;
    min-height: 60px;
    background-image: url('../Images/BluStripe.png');
    color: #fff;
    margin: 10px -10px 10px -30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.temp-header {
    background: rgb(35,83,117); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(35,83,117,1) 1%, rgba(77,160,223,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(35,83,117,1)), color-stop(100%,rgba(77,160,223,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(35,83,117,1) 1%,rgba(77,160,223,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(35,83,117,1) 1%,rgba(77,160,223,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(35,83,117,1) 1%,rgba(77,160,223,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(35,83,117,1) 1%,rgba(77,160,223,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#235375', endColorstr='#4da0df',GradientType=0 ); /* IE6-9 */
}
#header {
    font-size: 14px;
    font-weight: bold;
    color: #313886; /*text-align: center;*/
    line-height: 40px;
    height: 50px; /*padding: 0 50px;*/
    position: fixed;
    width: 100%;
    z-index: 99;  


}

    #header a, .header a {
        background: transparent no-repeat center center;
        /*background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );*/
       
        z-index: 999;
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        /*background-image: url('../Images/menublue3.png');*/
    }
.dashboard_div .row {
    
    padding: 10px;
    background-color: #FAFAFA; /*border: 1px solid #808080;*/
    border-radius: 10px;
    margin-top: 15px!important;
    vertical-align: middle; /*-webkit-box-shadow: 7px 7px 5px 0px rgba(142, 142, 142, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(142, 142, 142, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(142, 142, 142, 0.75);*/
    -webkit-box-shadow: 3px 3px 5px 0px rgba(142, 142, 142, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(142, 142, 142, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(142, 142, 142, 0.75);
    text-align: center;
    
}
.dashboard_div .col-md-12 { 
   
    text-align: left;
}
 .dashboard_div h6{
    color: #313886;
    font-size: 16px;
   }
 .dashboard_div .col-md-5 {
    text-align: center;
    vertical-align: middle;
    /*width: 48%;*/
}
.chartdiv {
    margin: 0 auto;
    /*margin-top: 15px;*/
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    max-width: 100%;
}
  .chartdiv g text {
  text-align:center;
}
.tablediv {
    text-align: center;
    max-width: 100%;
}
.tablediv th {
    text-align: center;   
} 
    .tablediv .google-visualization-table-td-number {
    text-align: center;
}
.topdiv {
    padding:10px 5px 5px 65px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    text-align: center;
}
    .topdiv img {
        max-height:50px;
        /* max-width:350px;*/
        display:inline-block;
    }
/*.container {
    text-align: center;
    float:none;
}*/
#header .leftmenu {
    right: auto;
    /*left:0;*/
    left: 210px;
    /*left: 10px;*/
    /*right: 1%;*/
    /*background-color: #7eae0a;
    72a009
    7eae0a*/
    /*  left: 50px;*/
    /*background-color: #6d9f02;
    background-image: linear-gradient( #6d9f02 , #92c40d 100%);
     background-image: -ms-linear-gradient( #6d9f02 , #92c40d 100%);
        background-image: -o-linear-gradient( #6d9f02 , #92c40d 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #6d9f02), color-stop(1, #92c40d));
        background-image: -webkit-linear-gradient( #6d9f02 , #92c40d 100%);*/
}


.gridstyle {
    /*width: 90%;*/
    width: 100%;
    /*margin: 5px auto;*/
    margin: 0;
    background-color: #F5F5F5;
    box-shadow: 10px 10px 5px #F5F5F5;
    border-radius: 10px;
    color: #313886;
    text-align: center;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(129, 136, 168, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(129, 136, 168, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(129, 136, 168, 0.75);
    font-size: 14px;
    border-radius: 2px 2px 10px 10px;
    max-width:100%;
}

.mypanel {
    background: none;
    border: none;
    width: 100%;
    box-shadow: none;
    /*margin: 5px auto;*/
    /*overflow: inherit;*/
    overflow: auto;
    margin: 20px auto;
}
 .well {
         background-color: transparent;
    border-style: none;
    }
.xoverflow {
   overflow-x:  auto;
    width: 100%;
    padding-bottom: 5px;
    scrollbar-track-color: #246EA7;
    scrollbar-face-color: #74A6C9;
    /*width: 95%;
    margin:5px auto*/
}
  .gridstyle td {
        
        vertical-align: middle;
        text-align: left;
        border-style: none;
        padding: 0 5px;
        /*padding-left: 5px;*/
        
    }
     .gridstyle  td:first-child, .gridstyle  th:first-child {
       padding-left: 0px;
    }

.row-seleced {
    background-color:#F2F6EA;
}

    .gridstyle th {
        font-size: 12px;
        margin: 10px;
        padding: 5px;
        vertical-align: middle;
        text-align: left;
    


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff3f9+0,417091+100 */
background: #eff3f9; /* Old browsers */
background: -moz-linear-gradient(top,  #eff3f9 0%, #417091 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eff3f9 0%,#417091 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eff3f9 0%,#417091 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f9', endColorstr='#417091',GradientType=0 ); /* IE6-9 */



/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff3f9+0,bacad6+100 */
background: #eff3f9; /* Old browsers */
background: -moz-linear-gradient(top,  #eff3f9 0%, #bacad6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eff3f9 0%,#bacad6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eff3f9 0%,#bacad6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f9', endColorstr='#bacad6',GradientType=0 ); /* IE6-9 */

        }

    .gridstyle .btn {
        font-size: 11px;
        border-radius: 2px;
        /*color: #666699;*/
        color:black;
        /*margin: 5px auto;*/
        padding: 2px;
        vertical-align: middle;
        text-align: center;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
       

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff3f9+0,417091+100 */
background: #eff3f9; /* Old browsers */
background: -moz-linear-gradient(top,  #eff3f9 0%, #417091 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eff3f9 0%,#417091 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eff3f9 0%,#417091 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f9', endColorstr='#417091',GradientType=0 ); /* IE6-9 */


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff3f9+0,bacad6+100 */
background: #eff3f9; /* Old browsers */
background: -moz-linear-gradient(top,  #eff3f9 0%, #bacad6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eff3f9 0%,#bacad6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eff3f9 0%,#bacad6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f9', endColorstr='#bacad6',GradientType=0 ); /* IE6-9 */

    }

        .gridstyle .btn:hover {
            -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
            box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
            background: rgb(179,190,173); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(179,190,173,1) 0%, rgba(252,255,244,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,190,173,1)), color-stop(100%,rgba(252,255,244,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(179,190,173,1) 0%,rgba(252,255,244,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(179,190,173,1) 0%,rgba(252,255,244,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(179,190,173,1) 0%,rgba(252,255,244,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(179,190,173,1) 0%,rgba(252,255,244,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3bead', endColorstr='#fcfff4',GradientType=0 ); /* IE6-9 */
            text-shadow: none;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9ebdd3+0,eff3f9+100 */
background: #9ebdd3; /* Old browsers */
background: -moz-linear-gradient(top,  #9ebdd3 0%, #eff3f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #9ebdd3 0%,#eff3f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #9ebdd3 0%,#eff3f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ebdd3', endColorstr='#eff3f9',GradientType=0 ); /* IE6-9 */

        }
.gridstyle .checkbox {
    margin: 2px auto;
}
.gridstyle .checkbox input[type="checkbox"] {
    position: relative;
margin: 2px auto;

}
    .gridstyle th a:link {
        font-weight: bold;
        color: #313886;
    }

        .gridstyle th a:link:hover {
            background-color: transparent;
            color: #0099CC;
        }
.modalPopup {
    background-color: #FFFFFF;
    width: 90%;
    max-width: 500px;
    border: 3px solid #0DA9D0;
    border: 1px solid rgb(202, 211, 195);
    border-radius: 10px;
    box-shadow: 2px 2px 2px 0px rgba(129, 136, 168, 0.75);
     border-radius: 10px;
    border: 1px solid rgb(0, 96, 169);
    /*display: none;*/
    position: absolute;
    z-index: 111111111111111111;
    left: 0px;
    top: 0px;
    padding:10px;
    /*display:none;*/
}

    .modalPopup .header {
        background-color: #6D9F02;
        /*height: 30px;*/
        color: White;
      
        text-align: left;
        font-weight: bold;
        box-shadow: 0px 3px 3px 0px rgba(129, 136, 168, 0.75);
        border-radius: 10px 10px 0px 0px;
        padding:10px;

    min-height:40px;
            /*background: linear-gradient(to bottom, #C8DFCA 0%, #B3BEAD 100%) repeat scroll 0% 0% transparent;*/
              background: linear-gradient(to bottom, #EFF3F9 0%, #9EBDD3 100%) repeat scroll 0% 0% transparent;
            
            color: #313886;
              width: 100%;
z-index: 2147483647;
    }

    .modalPopup .body {
        /*  min-height: 50px;
        line-height: 30px;*/
        text-align: center;
        padding: 15px;
         /*padding: 0;*/
    }
    .modalPopup .dialog-title {
        float:left;
    }
.modalPopup .button {
    margin: 5px;
   
    border-radius: 5px;

}
div input[type="submit"] {
    float: right;
    margin-bottom: 10px;
}
/*.contact input, textarea, select {
    background-color: #FFF;
    border: 1px solid #C6C6C6;
    color: #3E3E3E;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 6px;
    margin-left: 6px;
    padding: 3px;
    width: 60%;
    border-radius: 5px 5px 5px;
}*/
 .button {
    background-color: #8BBA1E;
    border: 0px none;
    color: #FFF;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    font-weight: bold;
    margin: 0px 0px 0px 142px;
    padding: 0px;
    text-align: center;
    width: 60px;
     border-radius: 2px;

background: rgb(125,185,232); /* Old browsers */
background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(42,98,139,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(99%,rgba(42,98,139,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(42,98,139,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(42,98,139,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(42,98,139,1) 99%); /* IE10+ */
background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(42,98,139,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#2a628b',GradientType=0 ); /* IE6-9 */
}
.btn-gradient {
    background: rgb(125,185,232); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(42,98,139,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(99%,rgba(42,98,139,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(42,98,139,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(42,98,139,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(42,98,139,1) 99%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(42,98,139,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#2a628b',GradientType=0 ); /* IE6-9 */
}
.btn-gradient:hover{
    background: rgb(42,98,139); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(42,98,139,1) 1%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(42,98,139,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a628b', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
 .button:hover
{
         background: rgb(42,98,139); /* Old browsers */
background: -moz-linear-gradient(top, rgba(42,98,139,1) 1%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(42,98,139,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a628b', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

 .modalPopup .closebtn {
    /*margin: 5px;*/
    background-position: center center;
    /**/
    /*padding: 5px;*/
    height: 20px;
    margin: 0;
    width: 20px;
    background-color:transparent;
    background-image: url('../Images/close-button205.png');
    background-repeat: no-repeat;   
    /*position: fixed;
    z-index:11111111;*/
    
}
 .modalPopup .closebtn:hover {
        /*transform:scale(1.08) rotate(-25deg);*/
        transform:rotate(-115deg);
        background-color:transparent;
    }
.divclose {
float: right;
 padding-right:20px;
 /*position:absolute;*/
 
}
.modalPopup td {
    text-align: left;
}

.modalPopup label, .poplable {
    font-size: 12px;
    font-weight: bold;
    width: auto;
    margin: 3px;
    /* padding:0px;*/
    color: #313886;
}
 .modalPopup .linedivider {
    background: linear-gradient(to bottom, #FCFFF4 0%, #B3BEAD 100%) repeat scroll 0% 0% transparent;
    height: 5px;
    margin: 5px 0;
}
  .modalPopup .spanlab {
  
   color: #ffffff;
}
.modalPopup .centre {
    text-align: center;
}

 .modalPopup button {
    margin: 10px;
}

.modalPopup .tabMain {
    width: 100%;
    vertical-align: top;
    text-align: left;
    margin-top: 10px;
}
.gridstyle2 {
    width: 100%;
    /*margin: 10px auto ;*/
    background-color: #F5F5F5;
    box-shadow: 10px 10px 5px #F5F5F5; /*border-radius: 3px;*/
    color: #313886;
    text-align: left;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(129, 136, 168, 0.75);
    -moz-box-shadow: 2px 2px 2px 0px rgba(129, 136, 168, 0.75);
    box-shadow: 2px 2px 2px 0px rgba(129, 136, 168, 0.75);
    font-size: 14px;
    border-radius: 2px 2px 5px 5px;
}
 .gridstyle2 th {
        font-size: 12px;
        margin: 10px;
        padding: 5px;
        vertical-align: middle;
        text-align: left;       
       
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff3f9+0,bacad6+100 */
background: #eff3f9; /* Old browsers */
background: -moz-linear-gradient(top,  #eff3f9 0%, #bacad6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eff3f9 0%,#bacad6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eff3f9 0%,#bacad6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f9', endColorstr='#bacad6',GradientType=0 ); /* IE6-9 */

    }
   .gridstyle2 td {
        padding-left: 5px;
      
    }
    .gridstyle2  caption{
      font-weight:bold;
      color: #313886;
      text-align: left;
       margin: 10px auto ;
    }
 /*input, textarea, select {
    background-color: #FFF;
    border: 1px solid #C6C6C6;
    color: #3E3E3E;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 6px;
    margin-left: 6px;
    padding: 3px;
    width: 60%;
    border-radius: 5px 5px 5px;
}*/
 .divSearch input[type="submit"] {
    margin: 0px;
    float: none;
}
 input.w50 {
    width: 50%;
    padding: 0px 1px 0px 5px;
    height: 24px;
}
 .gridstyle td,.gridstyle th  {
            text-align: left;
            /*border: 1px solid #C8DFCA;*/
            border: 1px solid #96BED9;
        }
  .gradientline, .btn-default {
            /*background: linear-gradient(to bottom, #FCFFF4 0%, #B3BEAD 100%) repeat scroll 0% 0% transparent;*/
            background: linear-gradient(to bottom, #EFF3F9 0%, #9EBDD3 100%) repeat scroll 0% 0% transparent;
        }
        .gradientline span {
          color:#313886;
          font-weight:bold;
        }
        .gradientline a {
          text-decoration:none;
          font-weight:bold;
        }
        .gradientline td, .gradientline th {
 
    border: none;
}
.lightgreen {
    background-color: #FAFCFA;
    /*background-color: #EFF6F0;*/
}
.row-selected .lightgreen {
    color: #333333;
    background-color: #C8DFCA;   
    font-weight: bold;
}
#liempty {
   width: 80px;
}
ul.unstiled {
    list-style: none;
    padding: 0;
}
.width100{
    min-width:100%;
   
}
.btn.width100 {
    min-width: 100%;
    float: none;
}
.white{
    color:#fff;
}
.projectsList {
    text-align: left !important;
}
.max400 {
    max-width: 400px;
    overflow: hidden;
}

.contact {
    margin-top: 10px;
    margin-left: 5px;
}
#content .row {
    margin: 0;
    display: block;
}
#content .mypanel{
    display:none;
}
.dashboard_div {
    display: inline-block;
    margin: 0 5%;
    max-width: 100%;
    width: 90%;
}
#searchgroup {
    /*max-width: 95%;*/
    max-width: 600px;
}

.marg0{
    margin:0;
}
.error2 {
    color: #FF0000;
    font-weight: bold;
    background: #eaf8ff;
    display: block;
    border-radius: 4px;
    padding: 6px;
}
.rowselected{
    background-color:aliceblue!important;
}
@media screen and (max-width: 1300px) {
    #header temp {
            background: rgb(42,98,139); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(42,98,139,1) 1%, rgba(125,185,232,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(42,98,139,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(42,98,139,1) 1%,rgba(125,185,232,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a628b', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
        }
    }

    @media screen and (max-width: 900px) {
    }

    @media (min-width: 601px) {
    }
.popuptab{
    width:100%;
}
    .popuptab tr {
        border-bottom: 1px solid rgba(0,0,0,0.03);
    }
