﻿@font-face
{
    font-family: VNI-Thufap1;
    src: url(../../Content/reak/fonts/VNI-HLTHUPHAP.TTF);
}


html, body
{
    height: 100%;
}

body
{
    background: #F7F7F7; /*background-image: url('../../Content/images/bg/bg_tet_2016.png');     background-size: cover;     */
}

#body-wrapper
{
    min-height: 100%;
    position: relative;
}

#main
{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: relative;
    padding: 20px 0px 180px 0px;
    font-family: Tahoma;
}

#form
{
    margin: 0 auto;
    width: 70%;
    padding: 14px;
    background-color: #EFF7FF;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */


.notice
{
    font-size: 17px;
    font-family: Tahoma;
    background-color: White;
    opacity: 0.9;
    color: White;
    min-height: 300px;
    max-width: 70%;
    padding: 15px;
    border: 2px dashed #0061AD;
    margin-left: auto;
    margin-right: auto;
}

.notice-tittle
{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px dashed #0061AD;
}

.banner
{
    width: 100%;
    height: 70px; /*width: 100%;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    font-family: Tahoma; /*transition: all 0.5s ease;*/
    -webkit-background-size: cover; /*background-size: cover;*/
    -ms-background-size: cover;
    vertical-align: middle;
    padding: 15px 0px 15px 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; /* IE8 */ /*font-family:.TMC-Ong Do;*/ /* Safari 4-5, Chrome 1-9 */ /* Can't specify a percentage size? Laaaaaame. */
}

.banner-left
{
    margin-left: 15px;
    float: left;
}

.banner-center
{
    margin-left: 15px;
    float: left;
}

.banner-right
{
    right: 15px;
    position: absolute;
}

.footer
{
    width: 100%;
    background-color: #0061AD;
    color: #fff;
    font-family: Tahoma;
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#footer1
{
    margin-left: 10px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: normal;
    color: #0061AD;
    font-family: Tahoma;
}

.background
{
    width: 100%; /*height:800px;*/ /*background: -webkit-linear-gradient(top, #6BBEFF, #fff);*/ /*color: #696969;*/
}

.header
{
    position: relative;
    top: 0px; /*left: -57px;*/ /*width: 1202px;*/
    border-bottom: 3px solid #0061AD;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em; /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 32px !important;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    /*  width: 200px;*/
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}


.splitter
{
    position: fixed;
    top: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#1a82f7), to(#6B69AD)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #1a82f7, #6B69AD); /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #1a82f7, #6B69AD); /* IE 10 */
    background: -ms-linear-gradient(left, #1a82f7, #6B69AD); /* Opera 11.10+ */
    background: -o-linear-gradient(left, #1a82f7, #6B69AD);
}

.splitter-b
{
    background: -webkit-gradient(linear, left top, right top, from(#0061AD), to(#CEE7EF)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #0061AD, #CEE7EF); /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #0061AD, #CEE7EF); /* IE 10 */
    background: -ms-linear-gradient(left, #0061AD, #CEE7EF); /* Opera 11.10+ */
    background: -o-linear-gradient(left, #0061AD, #CEE7EF);
}


/* TABLE
----------------------------------------------------------*/

table
{
    /*border: solid 1px #e8eef4;*/
    border-collapse: collapse;
}

table td
{
    padding: 5px; /*border: solid 1px #e8eef4;*/
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4; /*border: solid 1px #e8eef4;*/
}

table tr
{
    vertical-align: middle;
}

.tr-collapse-1
{
    display: none; /*     visibility: collapse;     -webkit-visibility: collapse; */
}

.tr-collapse-0
{
    visibility: visible;
    -webkit-visibility: visible;
}


#master-theme
{
    /*display: none;*/
    background-repeat: no-repeat;
    position: fixed;
    top: -10px;
    left: 6%;
    z-index: 1000;
    -webkit-transform-origin: 50% -40px;
    -moz-transform-origin: 50% -40px;
    -webkit-animation: oscillate 3s linear infinite alternate;
    -moz-animation: oscillate 3s linear infinite alternate;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#master-theme:hover
{
    cursor: pointer;
    top: -5px;
}

/* BUTTON */

.r-btn
{
    background-color: #0082C7;
    color: White;
    font-weight: bold;
    border-radius: 5px;
    width: 100px;
    height: 3em;
    text-transform: uppercase;
}

.r-btn:hover
{
    opacity: 0.95;
    cursor: pointer;
}

.button-wrap
{
    float: left;
    width: auto;
    height: auto;
    padding: 5px;
}

.home:hover
{
    cursor: pointer;
}

.submit-button, .edit-button, .save-button, .logout-button, .home-button, .home-button-white
{
    float: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: thin;
}

.edit-button
{
    width: 100px;
    height: 25px;
    border: none;
    background-image: url('../../Content/images/button/SimpleEditIcon.png');
    box-shadow: 6px 2px 6px #ADAEAD;
}

.save-button
{
    background-image: url('../../Content/images/button/Icon-Disk01-Blue.png');
}

.logo-button
{
    display: block;
    width: 100px;
    height: 45px;
    border-style: none;
    background-image: url('../../Content/images/image.png');
}

.home-button, .home-button-white, .logout-button
{
    display: block;
    width: 30px;
    height: 30px;
    border-style: none;
}

.home-button
{
    background-image: url('../../Content/images/button/home_button.png');
}

.home-button-white
{
    background-image: url('../../Content/images/button/home_button_white.png');
}

.logout-button
{
    background-image: url('../../Content/images/button/power-button.png');
}


.save-button:hover, .logout-button:hover, .home-button:hover
{
    cursor: hand;
    cursor: pointer;
}

.sp-tab-3
{
    text-indent: 3em;
}

.sp-tab-6
{
    text-indent: 6em;
}

.r-line
{
    background: url('../../Content/images/divider_line.gif') bottom repeat-x;
    margin-bottom: 5px;
}
