﻿body {
    background-color: #777777;
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;   
    margin: 0; 
}

.panel-login {
    left: 50%;
    margin-right: -50%;
    top: 20px;
    transform: translate(-50%, 0);
    background-color: #ffffff;
    box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    border-color: #ddd;
    margin-bottom: 20px;
    border: 1px solid transparent;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
    width:535px;
}

.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    
    padding-left:40px;
	background-image:url(../imgs/ltick.png);
	background-repeat:no-repeat !important;
	background-position:15px center !important;    
}

.panel-footer {
    color: #333;
    background-color: #f5f5f5;
    padding: 15px;
    border-top: 1px solid #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    
    padding-left:40px;
    text-align:right !important;
}


.logo {
    height:100px;
    margin-top:10px;
    margin-bottom:10px;
    padding-left:40px;
	background-image:url(../imgs/login_logo.png) !important;
	background-repeat:no-repeat !important;
	background-position:70px center !important;    
}

.hide {display:none;}
.cnt {
    margin-left: auto;
    margin-right: auto;
}
.tcnt {
    text-align:center;
    margin-left: auto;
    margin-right: auto;    
}
.m_hnd {cursor:pointer;}

.s1 {width:100px;}
.s2 {width:150px;}
.s3 {width:200px;}
.s4 {width:250px;}
.s5 {width:335px;}
.s6 {width:350px;}
.s102 {
    width: 600px;
    padding: 10px 10px 10px 10px;
}

.btn:hover, .btn2:hover, .btn3:hover, .btn4:hover, .btn5:hover {
    background: #ab2424;
    background-image: -webkit-linear-gradient(top, #ab2424, #b92929);
    background-image: -moz-linear-gradient(top, #ab2424, #b92929);
    background-image: -ms-linear-gradient(top, #ab2424, #b92929);
    background-image: -o-linear-gradient(top, #ab2424, #b92929);
    background-image: linear-gradient(to bottom, #ab2424, #b92929);
    text-decoration: none;
}

.btn5 {
    background: #444;
    background-image: -webkit-linear-gradient(top, #444, #666);
    background-image: -moz-linear-gradient(top, #444, #666);
    background-image: -ms-linear-gradient(top, #444, #666);
    background-image: -o-linear-gradient(top, #444, #666);
    background-image: linear-gradient(to bottom, #444, #666);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 3px #999;
    -moz-box-shadow: 0px 1px 3px #999;
    box-shadow: 0px 1px 3px #999;
    font-family: Calibri, Arial, Helvetica, Verdana, Tahoma, sans-serif;
    color: #e3e3e3;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 20px 7px 20px;
    text-decoration: none;
    cursor: pointer;
}

input {
    display: block;
    height: 20px;
    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,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    width:256px;
}

td 
{
    padding:3px;
    text-align:right;
    }
    
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;   
    margin-bottom:10px; 
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.pad25 {
    padding: 25px 25px 25px 25px !important;
}
.ta_justify {
    text-align: justify;
}
.c17 {
    color: red;
}