﻿body {
    background-color: #C8C8C8;
}

.overlay {
    position: fixed;
    display: none;
    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */
    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#loginform {
    z-index: 9000;
    width: 500px;
    height: 250px;
    /*margin-top:100px;*/
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #424242;
    box-sizing: border-box;
    font-family: helvetica;
    visibility: hidden;
    display: none;
    background-color: #CBCFCF;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.head_log {
    background-image: url('../img/swl.png');
    background-repeat: no-repeat;
    background-position: center center;
    /*background-color:#1A9DA2;*/
    background-color: #006F93;
    height: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#loginform #close_login {
    width: 15px;
    height: 15px;
}

#loginform p {
    margin-top: 40px;
    font-size: 22px;
    color: #E6E6E6;
}

#loginform #login {
    width: 250px;
    height: 40px;
    border: 2px solid silver;
    border-radius: 3px;
    padding: 5px;
}

#loginform #password {
    margin-top: 5px;
    width: 250px;
    height: 40px;
    border: 2px solid silver;
    border-radius: 3px;
    padding: 5px;
}

#loginform #dologin {
    margin-left: -5px;
    margin-top: 10px;
    width: 250px;
    height: 40px;
    border: none;
    border-radius: 3px;
    color: #E6E6E6;
    background-color: grey;
    font-size: 20px;
}
/****************/
.button-link {
    padding: 5px 15px;
    background: #006a87;
    color: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #25333b;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    /*user-select:none;*/
}
.button-link:hover {
    color:#d9eded;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
    color:White;
}

.btn {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 16px 32px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.btn:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.btn:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.clistitem
{	
	background-color:White;
	color: #636363;
	font-weight:bold;
}

.hlistitem
{
	/*background-color: #479fab;*/
	/*background-color :#1b5086;*/
	background-color:#78BBE6;
}
.clist
{
	width:450px;
	height:200px;
	overflow:auto;
	border: 1px solid #333;
	background-color:#78BBE6;
	/*background-color: #78bbe6;*/
	margin: 0;
	padding: 0;
	text-align: left;
	
}
.popUpStyle
{
    font: normal 11px auto "Trebuchet MS" , Verdana;
    background-color: #ccc;
    color: #4f6b72;
    padding: 6px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    width: 980px;
    height:500px;
}
.popUpStyle1
{
    font: normal 11px auto "Trebuchet MS" , Verdana;
    background-color: #ffffff;
    color: #4f6b72;
    padding: 6px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    width: 400px;
     height:500px;
}
.drag
{
    background-color: #fff;
    cursor: default;
    border: solid 1px gray;
}

/*=============Modal Popup===================*/
.modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }
    .modalPopup
    {
        background-color: #FFFFFF;
        border: 3px solid #0DA9D0;
        border-radius: 12px;
        padding:0
      
    }
    .modalPopup .header
    {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .modalPopup .body
    {
        min-height: 50px;
        line-height: 30px;
        text-align: justify;
        font-weight: bold;
        text-align:left;
    }
    .modalPopup .footer
    {
        padding: 6px;
    }
    .modalPopup .footer
    {
        padding: 6px;
    }
    .modalPopup .yes, .modalPopup .no
    {
        height: 40px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }
    .modalPopup .yes
    {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
        width:60px;
    }
    .modalPopup .no
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }
    .link1
    {
    	font-size:15px;
    	text-decoration:underline;
    }
    .link1:hover
    {
        font-weight:bold;
    }