/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */

body {
    background: #f8f8f8;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
}

.page-container {
    /*    margin: 20px auto 0 auto;*/
}

.lg-container {
    z-index: 0;
    width: 310px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -180px;
    /*	margin:50px auto;*/
    padding: 20px 20px;
    border: 1px solid #000000;
    background: rgba(0, 0, 0, .7);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 0 2px #aaa;
    -moz-box-shadow: 0 0 2px #aaa;
    box-shadow: 0 0 2px #aaa;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
}

.lg-container h1 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 5px;
}

.msg-container {
    z-index: 1;
    width: 260px;
    height: 280px;
    margin: auto;
    padding: 20px 20px;
    border: 1px solid #000000;
    background: rgba(255, 255, 255, .9);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 0 2px #aaa;
    -moz-box-shadow: 0 0 2px #aaa;
    box-shadow: 0 0 2px #aaa;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeffffff, endColorstr=#eeffffff);
}

h1 {
    font-size: 26px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

form {
    position: relative;
    width: 305px;
    margin: 15px auto 0 auto;
    text-align: center;
}

input,select {
    width: 240px;
    height: 22px;
    line-height: 20px;
    margin-top: 15px;
    padding: 10px 15px;
    background: #2d2d2d;
    /* browsers that don't support rgba */
    background: rgba(45, 45, 45, .15);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3d3d3d;
    /* browsers that don't support rgba */
    border: 1px solid rgba(255, 255, 255, .15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80454545, endColorstr=#80454545);
    background-color: transparent;
}

.select {
    width: 270px;
    height: 40px;    
    background: black;
}

.select:active {
    color:white;
}

input:-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder {
    color: #fff;
}

input::-webkit-input-placeholder {
    color: #fff;
}

input:focus {
    outline: none;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset,
    0 2px 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset,
    0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset,
    0 2px 7px 0 rgba(0, 0, 0, .2);
    background-color: transparent;
}

.button {
    cursor: pointer;
    width: 270px;
    height: 44px;
    margin-top: 10px;
    padding: 0;
    background: #F44336;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #F44336;
    -moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset,
    0 2px 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset,
    0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .25) inset,
    0 2px 7px 0 rgba(0, 0, 0, .2);
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

button:hover {
    -moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset,
    0 2px 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset,
    0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset,
    0 2px 7px 0 rgba(0, 0, 0, .2);
}

button:active {
    -moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset,
    0 2px 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset,
    0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1) inset,
    0 1px 4px 0 rgba(0, 0, 0, .1);

    border: 0px solid #ef4300;
}

.error {
    display: none;
    position: absolute;
    top: 27px;
    right: -25px;
    width: 40px;
    height: 40px;
    background: #2d2d2d;
    /* browsers that don't support rgba */
    background: rgba(45, 45, 45, .25);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.error span {
    display: inline-block;
    margin-left: 2px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}

.cl {
    text-align: right;
    top: 27px;
    height: 40px;
    /*    background: #2d2d2d; /* browsers that don't support rgba */
    /*    background: rgba(45,45,45,.25);*/
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.cl span {
    display: inline-block;
    cursor: pointer;
    margin-left: 2px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    color: black;
}

.msg {
    font-size: 11px;
    text-align: left;
    line-height: 15px;
    color: black;
}

.connect {
    width: 305px;
    margin: 35px auto 0 auto;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.connect a {
    display: inline-block;
    width: 32px;
    height: 35px;
    margin-top: 15px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.connect a.facebook {
    background: url(../img/facebook.png) center center no-repeat;
}

.connect a.twitter {
    background: url(../img/twitter.png) center center no-repeat;
}

.connect a:hover {
    background-position: center bottom;
}

.table {
}

.tablediv {
    width:700px;
    margin:0 auto;
}

td {
    color:black;
}

.row1 {
    text-align: center;
/*    line-height: 170px;*/
    font-size:35px;
}


.title {
    margin-top: 60px;
}

.row2 {
    height: 178px;
    width: 33%;
    float: left;
    padding-top: 2;
}

.row3 {
    width: 100%;
    height: 30px;
    float: left;
}

.row4 {
    float: left;
    height: 540px;
    padding-left: 100px;
    padding-top: 40px;
}

.item2 {
    font-size: 20px;
    line-height: 36px;
}

.item_zy_right {
    font-size: 20px;
    margin-top: 3px;
    margin-left: 230px;
}

.photo {
    margin-top: 10px;
    margin-left: 50px;
    max-width: 110px;
}

.print {
    border: 1px solid;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 150px;
    border-radius: 5px;
    background: chartreuse;
    cursor: pointer;
    float: left;
}

.item1 {
    font-size: 20px;
    line-height: 36px;
    margin-left: 100px;
}

.item_zy_left {
    
}

.zy_left {
    width: 130px;
    float: left;
    font-size: 20px;
    padding-left: 100px;
}

.memo {
    padding-right: 80px;
}

.memo_title {
    font-size: 18px;
    padding-bottom: 18px;
    font-weight: 600;
}

.memo_content {
    font-size: 20px;
    line-height: 30px;
}

.flag {
    float: right;
    padding-right: 20px;
    padding-top: 80px;
}
