﻿/*to reset all display of all browser*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0; /*border: 0;*/ /*font: inherit;*/ /*vertical-align: baseline;*/
}

body {
    /*	font-family:Tahoma;*/
    font-family: Arial;
    font-size: 12px;
}

/*
h3 {
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
*/
.topTitle1 {
    font: normal 20pt Times New Roman;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 20px 20px rgba(0,0,0,.15);
}

.topTitle {
    font: bold 18pt Arial; /* color:#ffffff; 	 text-shadow: 0 1px 0 #ccc,                0 6px 1px rgba(0,0,0,.1),                0 10px 10px rgba(0,0,0,.2),                0 15px 15px rgba(0,0,0,.15);*/
    color: #fa4a01;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    text-align: left;
    padding: 7px;
    line-height: 40px;
}

a {
    text-decoration: none;
    color: #0000e6;
}

    a:hover {
        color: #ff6633;
        text-decoration: underline;
    }

.topTable {
    /*background-color:#fa4a01;*/
    background-color: #83ba3b;
}

.login {
    color: #fff; /*padding:5px;*/
    text-align: center;
}

    .login a {
        color: #ffff00;
        text-decoration: none;
    }

        .login a:hover {
            color: #ffffff;
        }


/* login menu */
.loginMenu {
    padding: 0 0 0 0px;
    margin: 0;
    list-style: none;
    height: 28px;
    position: relative;
    z-index: 500;
    text-align: center;
    white-space: nowrap;
}

    .loginMenu li.top {
        display: block;
        text-align: center;
        position: relative;
        line-height: 27px;
        cursor: pointer;
    }
    /* Style the list OR link hover. Depends on which browser is used */
    .loginMenu a:hover {
        visibility: visible;
    }

    .loginMenu li:hover {
        position: relative;
        z-index: 200;
    }
    /* keep the 'next' level invisible by placing it off screen. */
    .loginMenu ul {
        border: solid 1px #f3f3f3;
        border-radius: 3px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .loginMenu ul, .loginMenu :hover ul ul, .loginMenu :hover ul :hover ul ul {
        position: absolute;
        left: -9999px;
        top: -9999px;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .loginMenu :hover ul.sub {
        left: 100px;
        top: 25px;
        background: #f3f3f3;
        padding: 0px;
        white-space: nowrap;
        width: 100px;
        height: auto;
        border-left: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
    }

        .loginMenu :hover ul.sub li {
            display: block;
            height: auto;
            position: relative;
            float: left;
            width: 99px;
            text-align: left;
            border-top: 1px solid #ffffff;
        }

            .loginMenu :hover ul.sub li a {
                display: block;
                font-size: 12px;
                font-family: Arial;
                height: auto;
                width: 100px;
                text-indent: 5px;
                color: #000000;
                text-decoration: none;
            }

                .loginMenu :hover ul.sub li a:hover {
                    background: #dddddd;
                    color: #000000;
                    width: 99px;
                }

    .loginMenu :hover ul :hover ul, .loginMenu :hover ul :hover ul :hover ul {
        left: 100px;
        top: -1px;
        background: #fa4a01;
        padding: 0px 0;
        white-space: nowrap;
        width: 100px;
        z-index: 200;
        height: auto;
        border-left: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
    }
/*===end login menu==*/
.logout {
    color: #fff;
    padding: 5px;
    text-align: right;
}

    .logout a {
        color: #fff;
        text-decoration: none;
    }

        .logout a:hover {
            color: #ff0;
        }

.topMenu {
    color: #ffffff;
    padding: 3px;
    font-weight: bold;
    float: left; /*border-right:solid 1px #ffffff;*/
}

    .topMenu a {
        color: #fff;
        text-decoration: none;
    }

        .topMenu a:hover {
            color: #ffff00;
        }

/*- LEFT MENU -*/
.leftMenuBox {
    text-align: left; /*color: #AD3400; nâu*/
    color: #2a2a2a;
    height: auto; /*   min-height: 300px;*/
    border-radius: 3px; /* -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);     box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);*/
    padding-top: 5px;
    box-sizing: border-box; /*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    background-color: #ffffff;
    overflow: scroll;
}

.leftMenu {
    font-weight: bold; /*height:28px;*/
    text-align: left; /*color: #AD3400; nâu*/
    color: #2a2a2a;
    height: auto; /*   min-height: 300px;*/
    border-radius: 3px; /* -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);     box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);*/
    padding-top: 0px;
    box-sizing: border-box; /*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

    .leftMenu ul {
        /*padding-left:5px;*/ /*width:180px;*/
        font-weight: normal;
        line-height: 26px;
        list-style: none;
        text-align: left;
        list-style: none;
        background-color: #ffffff;
        border-radius: 3px; /*-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);     box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);*/
        padding-top: 0px;
    }

        .leftMenu ul li {
            margin-left: 0px; /*border-bottom: solid 1px #cccccc;*/
        }

            .leftMenu ul li ul {
                margin-left: 5px; /*padding-right:5px;     padding-left:5px;*/
                list-style-image: url(../images/icon_arrow.png);
                list-style-position: inside;
            }

                .leftMenu ul li ul li {
                    border-bottom: solid 1px #ddd;
                    margin-right: 7px;
                    border-collapse: collapse;
                }

    .leftMenu a {
        color: #2a2a2a;
        text-decoration: none;
    }

        .leftMenu a:hover {
            color: #0000ff;
        }

.no-border-bottom {
    border-bottom: none;
}
/*== left menu auto hide==*/

.leftMenuHide {
    padding-left: 5px; /*width:190px;*/
    font-weight: normal;
    line-height: 26px;
    list-style: none;
    text-align: left;
    list-style-image: url(../images/icon_arrow.png);
    list-style-position: inside;
    background-color: #ffffff;
    position: relative;
}

    .leftMenuHide li {
        border-bottom: solid 1px #cccccc;
        margin: 0px 5px;
        cursor: pointer;
    }

        .leftMenuHide li ul {
            margin-left: 0px;
            border-bottom: solid 1px #cccccc;
            list-style-image: url(../images/arrow_right.gif);
            padding-left: 10px;
        }

        .leftMenuHide li a.top_link:hover ul {
            display: block;
            position: absolute;
            left: 10px;
            top: 10px;
            visibility: visible;
        }

        .leftMenuHide li ul li {
            font-style: italic;
            border-collapse: collapse;
        }

    .leftMenuHide a {
        color: #2a2a2a;
        text-decoration: none;
    }

        .leftMenuHide a:hover {
            color: #0000ff;
        }

.boxleft_top {
    /*background-color:#00CD00;*/ /*   background-color: #5f5f5f; xanh lá*/
    background-color: #f17904;
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
    border-radius: 3px 3px 0px 0px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); /*box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);*/
}


/*- END OF LEFT MENU -*/
/*
.leftContent
{
	text-align:left;
	}
	
.tbLeft
{
	
	vertical-align:top;
	}	
.leftMenu
{
	font-weight:bold;
	height:28px;
	text-align:left;

	background-color:#ffffff;
	color:#AD3400;	
	}

.leftMenu ul
{
	padding-left:5px;
	width:180px;
	font-weight:normal;
	line-height:26px;
	list-style:none;
	text-align:left;
	list-style-image:url(../images/icon_arrow.png);
	list-style-position:inside;
	}

.leftMenu ul li
{
	margin-left:0px;
	border-bottom:solid 1px #cccccc;
}

.leftMenu a
{
	color:#AD3400;
	text-decoration:none;
	}

.leftMenu a:hover
{
	color:#0000ff;
	}


.leftMenuHideTd
{
	font-weight:bold;
	height:28px;
	text-align:left;

	background-color:#ffffff;
	color:#AD3400;	
	}

.leftMenuHide 
{
	padding-left:5px;
	width:190px;
	font-weight:normal;
	line-height:26px;
	list-style:none;
	text-align:left;
	list-style-image:url(../images/icon_arrow.png);
	list-style-position:inside;
	background-color:#ffffff;
	
	position:relative;
	}
.leftMenuHide li
{
	border-bottom:solid 1px #cccccc;
	margin:0px 5px;
	}
.leftMenuHide li ul 
{
	margin-left:0px;
	border-bottom:solid 1px #cccccc;
	list-style-image:url(../images/arrow_right.gif);
}

.leftMenuHide li a.top_link:hover ul
{
	display:block;
	position:absolute;
	left:10px; top:10px;
	visibility:visible;
}

.leftMenuHide a
{
	color:#AD3400;
	text-decoration:none;
	}

.leftMenuHide a:hover
{
	color:#0000ff;
	}
	
.top_link
{
	cursor:pointer;
	}

.boxleft_top
{
	background-color:#00CD00;
	width:200px;height:28px;
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
	text-align:left;
	}
.boxleft_bg
{
	background-color:#ffffff;
	}
	
		*/
.album {
    width: 400px;
    height: 300px;
    padding: 2px;
    border: solid 1px #ccc;
    box-shadow: 5px 5px 5px #888888;
}

.albumName {
    font-family: Arno Pro;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #006600;
    text-align: center;
}
/*
.footer
{
	color:#ffffff;
	padding:0px;
	font-weight:normal;
	font-family:Arial;
	text-align:center;
	}
.footer a 
{
	text-decoration:none;
	color:#fff;
	}	
.footer a:hover
{
	color:#ff0;
	}*/

.cssButton {
    color: #fff;
    background-color: #04488d;
    border: 1px solid #04488d;
    border-radius: 10px;
    padding: 3px 15px !important;
    line-height: 22px;
    font-size: 12px;
}

    .cssButton a {
        color: #ffffff !important;
    }

.cssButtonBlue {
    color: #fff;
    background-color: #0040ff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 3px 15px;
    line-height: 22px;
    font-size: 12px;
}

.cssButtonGreen {
    color: #fff;
    background-color: #008000;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 3px 15px;
    line-height: 22px;
    font-size: 12px;
}

.cssButtonYellow {
    color: #fff;
    background-color: #f7a624;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 3px 15px;
    line-height: 22px;
    font-size: 12px;
}

.cssButtonRed {
    color: #fff;
    background-color: #ea241a;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 3px 15px;
    line-height: 22px;
    font-size: 12px;
}

.cssButtonGray {
    color: #000;
    background-color: #d9d9d9;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 3px 15px;
    line-height: 22px;
    font-size: 12px;
}

.cssButtonGroup {
    color: #fff;
    background-color: #0040ff;
    border-radius: 10px;
    padding: 3px 15px;
    line-height: 18px;
    font-size: 12px;
}

.cssButton:hover, cssButtonBlue:hover, cssButtonRed:hover, cssButtonGreen:hover, cssButtonYellow:hover, cssButtonGray:hover {
    color: #cccccc;
    opacity: 90%;
}

.btn {
    line-height: 22px !important;
    /* line-height:26px !important;height:32px;padding:3px 6px !important;*/
    height: 26px;
    padding: 2px 6px !important;
    font-family: Arial;
    font-size: 12px;
    font-weight: 500;
}

.cssGridView {
    padding: 7px;
    background-color: #f9f9f9;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .cssGridView th {
        text-align: center;
    }

    .cssGridView td {
        border: solid 1px #fff;
        padding: 5px;
    }

.cssGridViewPrint {
    padding-left: 5px;
    border-collapse: collapse;
    border: solid 1px #000;
}

    .cssGridViewPrint td {
        border: solid 1px #000;
        padding: 3px;
    }

.tableHeaderPrint {
    font-weight: bold;
    text-align: center;
    color: #000;
    background-color: #f0f0f0;
}

.cssAddList {
    text-align: right;
    padding-top: 20px;
    line-height: 26px;
}

.menuFoot {
    padding-top: 50px;
    color: #0000cc;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

    .menuFoot a {
        text-decoration: none;
        color: #0033ff;
    }

        .menuFoot a:hover {
            color: #006600;
        }
/* style for content */
.content {
    padding: 5px;
    margin: 5px; /* 	font-size:14px; 	background-color:#fff;*/
}

.title {
    font-size: 13px;
    color: #03C;
    padding: 10px 0px 20px 0px;
    font-weight: bold;
    text-align: center;
}

.title2 {
    font-size: 13px;
    color: #03C;
    padding: 5px 0px;
    font-weight: bold;
    text-align: center;
}

.tableHeader {
    /*color: #ffffff;*/
    text-align: center;
    background-color: #f0f0f0;
    border: solid 1px #cccccc;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 2px;
}

.titleFunction {
    font-size: 18px;
    text-align: center;
    color: Navy;
}

.red {
    color: Red;
}

.txtContent {
    background-color: #fff;
    text-align: justify;
    padding: 5px;
    color: #000; /*height: 900px;*/
}

.minheight {
    min-height: 350px;
}

.txtContent li {
    margin-left: 20px;
}

    .txtContent li li {
        margin-left: 30px;
    }

.txtContent p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.txtContent a {
    text-decoration: none;
}

    .txtContent a:hover {
        color: #fa4a01;
    }

.titleLeft {
    /*background-color:#e3efff;*/
    text-align: left;
    padding: 10px;
    color: #03C;
    font-size: 14px;
    font-weight: bold;
}

    .titleLeft a {
        font-size: 12px;
        color: #03C;
        text-decoration: none;
    }

        .titleLeft a:hover {
            color: #FF4500;
        }

.titleCenter {
    text-align: center;
    padding: 10px;
    color: #03C;
    font-size: 14px;
    font-weight: bold;
}

    .titleCenter a {
        font-size: 13px;
        color: #03C;
        text-decoration: none;
        padding-top: 6px;
        font-size: 14px;
        font-weight: bold;
    }

        .titleCenter a:hover {
            color: #FF4500;
        }
/* style for forms */
.formTitle {
    background-color: #e3efff;
    text-align: center;
    padding: 10px;
    color: #03C;
    font-size: 15px;
    font-weight: bold;
}

.formMenu {
    background-color: #557eb4;
    padding: 5px 7px;
    height: auto;
    min-height: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: right;
}

    .formMenu a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

        .formMenu a:hover {
            color: #ff0;
        }

.formView, .formViewBorder {
    background-color: #e3efff; /*text-align:justify;*/
    padding: 0px;
    color: #000;
    font-family: Arial;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .formView table tr td {
        /*border:solid 1px #fff;*/
        padding: 3px 5px;
    }

    .formView tr td {
        /*border:solid 1px #fff;*/
        padding: 3px 5px;
    }

    .formView ul {
        list-style: none;
        margin-left: 20px;
        line-height: 25px;
    }

    .formView a, .formViewBorder a {
        text-decoration: none;
    }

        .formView a:hover, .formViewBorder a:hover {
            text-decoration: underline;
            color: Red;
        }

    .formViewBorder td {
        border: solid 1px #fff;
        padding: 3px;
    }

.formViewBorderNoShadow {
    background-color: #e3efff; /*text-align:justify;*/
    padding: 0px;
    color: #000;
    font-family: Arial;
    padding: 5px;
    border-radius: 3px;
}

    .formViewBorderNoShadow td {
        border: solid 1px #fff;
        padding: 3px 5px;
    }

#divAdvanceSearch {
    position: relative;
    top: 0px;
    left: 0px;
    display: none; /*background-color:#f3f3f3;*/
    padding: 5px;
}

.tableContent {
    padding-top: 10px;
    font-size: 13px;
}

    .tableContent td {
        height: 22px;
        padding: 3px;
        font-size: 13px;
    }

    .tableContent a {
        text-decoration: none;
    }

        .tableContent a:hover {
            color: #0033cc;
            text-decoration: underline;
        }

.detailBg {
    background-color: #e3efff;
    padding: 5px;
}

.mainTitle {
    color: #993300;
    margin: 5px;
    padding-bottom: 3px;
    font-weight: bold;
    border-bottom: double #666;
}

    .mainTitle a {
        text-decoration: none;
        color: #993300;
        font-weight: bold;
    }

        .mainTitle a:hover {
            color: Green;
        }

.listMenu {
    padding: 5px;
    color: #0033ff;
    text-decoration: none;
    font-weight: bold;
}

    .listMenu a {
        color: #0033ff;
        text-decoration: none;
        font-weight: bold;
    }

        .listMenu a:hover {
            color: #ff0033;
        }
/*------*/
.tbxCss {
    text-align: center;
}

.cssTbx {
    text-align: center;
}

.list {
    list-style-image: url(../images/arrow_right.gif);
    padding-left: 10px;
    margin-left: 20px;
    line-height: 24px;
}

    .list a {
        text-decoration: none;
        color: #2554C7;
    }

        .list a:hover {
            color: #FF0000;
        }

.listTitle {
    font-weight: bold;
    margin-left: 5px;
}

.note {
    color: Red;
    font-size: 12px;
}

.paging {
    padding-top: 10px;
    color: Navy;
}

.tbHeader {
    text-align: center;
    font-weight: bold;
    color: Navy;
}

.cssErr {
    color: #ff3300;
}

.cssMsg {
    color: #0000EE;
}

.cssIcon {
    border: none;
    height: 20px;
    vertical-align: middle;
    padding-bottom: 3px;
}

.cssIconSmall {
    border: none;
    height: 10px;
    vertical-align: middle;
}

.cssIconBig {
    border: none;
    height: 20px;
    vertical-align: middle;
}

.introList {
    padding: 5px;
    font-family: Arial;
    font-size: 14px;
    margin-left: 10px;
    line-height: 20px;
}

    .introList li {
        font-weight: bold;
        padding-top: 7px;
        padding-bottom: 3px;
    }

        .introList li ul li {
            font-weight: normal;
        }

/* for report module*/
.reportMenu {
    padding: 5px;
    background-color: #ffffff;
    text-align: left;
}

    .reportMenu ul {
        padding-left: 0px; /*list-style-image:url(../images/arrow_right.gif);*/
        list-style-image: url(../images/bullet8.png);
        list-style-position: inside;
        line-height: 28px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .reportMenu li {
        padding-left: 5px;
        color: #003399;
        font-weight: normal;
        border-bottom: dotted 1px #ccc;
    }

        .reportMenu li a {
            color: #333333;
            text-decoration: none;
        }

            .reportMenu li a:hover {
                text-decoration: underline;
                color: #0033cc;
            }

.reportTitle {
    color: #993300;
    margin: 5px;
    padding-bottom: 3px;
    font-weight: bold;
    border-bottom: double #666;
}

    .reportTitle a {
        text-decoration: none;
        color: #993300;
        font-weight: bold;
    }

        .reportTitle a:hover {
            color: Green;
        }

.titlePrj {
    color: #990000;
    margin: 5px;
    padding-bottom: 3px;
    font-weight: bold;
}

    .titlePrj a {
        text-decoration: none;
        color: #990000;
        font-weight: bold;
    }

        .titlePrj a:hover {
            color: Green;
        }

.txtCTDT {
    display: table-cell;
    vertical-align: middle;
}

.verticaltext {
    filter: flipH() flipV();
    writing-mode: tb-rl;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    height: 120px;
}

.tableHeaderVertical {
    color: #ffffff;
    text-align: center;
    background-color: #336699;
    border: solid 1px #fff;
    font-weight: bold;
    text-decoration: none;
    filter: flipH() flipV();
    writing-mode: tb-rl;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    height: 160px;
}

/*===v3===*/
/* css create blank */
.blank-5 {
    padding-top: 5px;
    clear: both;
}

.blank-10 {
    padding-top: 10px;
    clear: both;
}

.clearfix {
    clear: both;
}



.boxNotify {
    padding: 5px;
    color: #000;
    border: solid 1px #cccccc;
    background-color: #fff;
    border-radius: 3px; /*-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);     box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);*/
}

    .boxNotify ul {
        list-style-position: inside;
        margin-left: 15px;
    }


/* css for form table*/
.cssTable tr td {
    border: none;
    padding: 3px;
}


.cssTableBorder {
    /*background-color: #f1f1f1;*/
    background-color: #fff;
    text-align: justify;
    padding: 0px;
    color: #000;
    font-family: Arial;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .cssTableBorder th {
        text-align: center;
    }

    .cssTableBorder tr td {
        /*border:solid 1px #fff;*/
        padding: 3px;
        border: solid 1px #ddd;
    }

.cssTable a, cssTableBorder a {
    text-decoration: none;
    color: #0000ff;
}

    .cssTable a:hover, cssTableBorder a:hover {
        text-decoration: underline;
        color: #0000cc;
    }

.cssTableHeader {
    background-color: #557eb4;
    padding: 7px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    border: solid 1px #fff;
}

    .cssTableHeader th {
        text-align: center;
    }

.cssForm {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 6px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    -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;
    /*  margin: 2px 2px 2px 0px;*/
}

    .cssForm:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .cssForm::-moz-placeholder {
        color: #999;
        opacity: 1;
        font-style: italic;
    }

    .cssForm:-ms-input-placeholder {
        color: #999;
        font-style: italic;
    }

    .cssForm::-webkit-input-placeholder {
        color: #999;
        font-style: italic;
    }

    .cssForm[disabled], .cssForm[readonly], fieldset[disabled] .cssForm {
        background-color: #eee;
        opacity: 1;
    }

    .cssForm[disabled], fieldset[disabled] .cssForm {
        cursor: not-allowed;
    }

textarea.cssForm {
    height: auto;
}

.cssFormDll {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0px;
    text-overflow: '';
    padding: 1px;
}

.cssSmall {
    font-size: 11px !important;
}

.cssView {
    /*font-weight: bold;
    color: #000099;*/
     font-weight: normal !important;
    color: #0000e6 !important;
}

    .cssView a {
        font-weight: normal;
        color: #0000e6;
    }

        .cssView a:hover {
            color: #0033cc;
        }

.cssViewSum {
    font-weight: bold;
    color: #800000;
}

    .cssViewSum a {
        font-weight: bold;
        color: #800000;
    }

        .cssViewSum a:hover {
            color: #0033cc;
        }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].cssForm, input[type=time].cssForm, input[type=datetime-local].cssForm, input[type=month].cssForm {
        line-height: 30px;
    }
}
/* end css for form */

.list-col {
    display: inline-block;
    float: left;
    padding-right: 3px;
}

.list-col1 {
    display: inline-block;
    width: 154px;
    float: left;
    padding-right: 3px;
}

.list-col2 {
    display: inline-block;
    width: 204px;
    float: left;
    padding-right: 3px;
}

.list-col3 {
    display: inline-block;
    width: 304px;
    float: left;
    padding-right: 3px;
}

/* make blank rows*/
.blank-5 {
    display: block;
    height: 5px;
    clear: both;
}

.blank-10 {
    display: block;
    height: 10px;
    clear: both;
}

.blank-20 {
    display: block;
    height: 20px;
    clear: both;
}

.blank-30 {
    display: block;
    height: 30px;
    clear: both;
}
/*-end of make blank rows-*/

.padding-10 {
    padding: 10px;
}

.margin-7 {
    margin: 7px;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.cssMain {
    line-height: 36px;
}



.cssTableLeft {
}

cssTableLeft tr td {
    text-align: left;
}

.cssTableCenter {
}

    .cssTableCenter tr td {
        text-align: center;
    }

.cssNote {
    font-size: 8px;
    font-style: italic;
}

.cssNoteMedium {
    font-size: 11px;
    font-style: italic;
}

.listTree {
    list-style: none;
}

    .listTree li ul {
        list-style: none;
        margin-left: 20px;
    }

.listBirthay {
    list-style-image: url(../images/arrow_right.gif);
    list-style-position: inside;
    padding-left: 10px;
    line-height: 24px;
}

.cssInfo {
    font-weight: bold;
}

.css2C {
    color: #0000FF;
}
/* responsive*/
/*
@media screen and (max-width: 480px) {
   #banner
   {
       display:none;
       }
}
*/

.cssListDM {
    list-style-image: url(/skin/images/arrow_right.gif);
    padding-left: 10px;
    margin-left: 20px;
    line-height: 24px;
}

.list a {
    text-decoration: none;
    color: #2554C7;
}

    .list a:hover {
        color: #FF0000;
    }

.cssLine {
    border-top: solid 1px #ffffff;
    padding-bottom: 10px;
}

.minWidth {
    min-width: 440px;
}

.birthdayBox {
    margin-top: 10px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #f3f3f3;
    padding: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.form-control {
    margin-left: 0px;
    height: 24px;
    padding: 2px 8px;
}

.tableHeader th {
    background-color: #e7e9eb !important;
}

input[type=checkbox], input[type=radio] {
    margin: 0px 0 0 !important;
}

a:hover {
    text-decoration: none;
    color: red;
}


.line {
    border-bottom: solid 1px rgba(191, 136, 34, 0.3);
}

.vks-container {
    padding: 0.01em 16px; /*padding-top:3px;*/
}
/*Slutt på "nullstilling"*/
@media (min-width: 1675px) {
    #main {
        width: 79%;
    }

    #right {
        width: 21%;
    }
}

@media (max-width: 992px) {
    /*.top {
        height: 100px;
    }*/

    .top img {
        display: block;
        margin: auto;
    }

    .top .vks-logo {
        position: relative;
        top: 0;
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .toptext {
        width: 100%;
        text-align: center;
    }

    #leftmenu {
        display: none;
        position: fixed;
        top: 0;
        height: 100%;
        width: 260px;
        padding-top: 144px;
    }

        #leftmenu h2 {
            font-size: 26px;
            width: 100%;
        }

        #leftmenu a {
            padding: 3px 2px 3px 24px;
        }

    #leftmenuinner {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        position: relative;
        width: auto;
        padding-top: 0;
        background-color: #f1f1f1;
    }

    #leftmenuinnerinner {
        overflow-y: scroll;
    }

    .bottomad {
        float: none;
        text-align: center;
    }

    #skyscraper {
        min-height: 60px;
    }
}

.vks-right {
    float: right !important;
}

.vks-wide {
    font-family: "Segoe UI",Arial,sans-serif;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
}

.vks-logo {
    font-family: fontawesome;
    text-decoration: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 33px;
    letter-spacing: 1.5px;
    color: #ED3237;
    display: block; /*position:absolute;*/
    padding-top: 6px;
    padding-bottom: 0px; /*text-align:center;*/ /*padding-left:60px;*/ /*padding-left:0px;*/
    font-weight: bold;
}

    .vks-logo:hover {
        color: #555555;
        text-decoration: none;
    }

.header-user {
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    font-family: "Segoe UI",Arial,sans-serif;
    line-height: 1.4;
    color: #f5c809;
}

/*.page {
    width: 98%;
    margin: auto;
    min-height:520px;
    padding:5px 0px 10px 0px;
    background-color: #FFF;
    box-shadow: 0px 10px 20px 3px #d3d3d3;
    text-align: left;
}*/
.page {
    width: 98%;
    /* margin: auto;*/
    padding: 5px 0px 10px 0px;
    min-height: 525px;
    background-color: #FFF; /*box-shadow: 0px 10px 20px 3px #d3d3d3;*/
    text-align: left;
}

.topnav {
    position: relative;
    z-index: 10;
    background-color: #5f5f5f;
    color: #f1f1f1;
    width: 100%;
}
/*------------------------------------------------------------------------*/
/* Set height of the grid so .sidenav can be 100% (adjust if needed) */
/*.row.content {height: 1500px}*/

/* Set gray background color and 100% height */
.sidenav {
    background-color: #f1f1f1;
    height: 100%;
}

.bg-grey {
    background-color: #f6f6f6;
}
/* Set black background color, white text and some padding */
footer {
    background-color: #0066cc;
    color: white;
    padding: 15px;
}

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #ffff00;
        }
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
}

/*end-----------------------------------------------*/
/*-page title-*/
.page-title {
    display: block;
    width: 100%;
    border-bottom: #dde4e9 solid 1px;
    margin-bottom: 10px;
    padding: 0px 0px 6px 15px;
}

.page-title-left {
    color: #f17904;
    font-weight: bold;
    padding: 5px 15px 7px 15px;
    font-family: Tahoma;
    border-bottom: #f17904 solid 2px;
    text-transform: uppercase;
}
/*-end page title-*/

/*-page panel title-*/
.page-panel-title {
    display: block;
    clear: both;
    margin-bottom: 5px;
    /*border-bottom: #ccc solid 1px;*/
    padding-bottom: 7px;
    padding-top: 4px;
}

    .page-panel-title .page-panel-title-left {
        font-family: Tahoma; /*font-weight: bold;*/
        color: #fff;
        font-size: 14px;
        text-transform: uppercase; /*background-color: #5cb85c ;*/
        background-color: #04488d;
        margin-left: 0px;
        padding: 5px 15px 9px 15px;
        letter-spacing: 0.4px; /*border-radius: 4px 4px 0px 0px;*/
        border-radius: 0px 10px 0px 0px;
    }

.page-panel-title-left a {
    color: #fff;
}

    .page-panel-title-left a:hover {
        color: #ffff00;
    }
/*-end page panel title-*/
/*=========================
authen-warning
=========================*/

.authen-warning {
    color: #ED3237;
    font-size: 24pt;
    text-align: center;
    padding-top: 0px;
    font-weight: bold;
}

    .authen-warning img {
        width: 128px;
        height: 128px;
    }


.label-note {
    color: #f17904;
    font-size: 15px;
    text-align: center; /*padding-left:30px;*/
    font-weight: bold;
}

.red {
    color: red;
}

.exp {
    background-color: #f1f1f1;
    padding: 0.01em 5px; /*border-radius: 5px;*/
    margin: 20px 0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16),0 5px 15px 0 rgba(0,0,0,0.12) !important;
}

.header {
    /*background:#c9302c;*/
    background: #51a505;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 50px;
    opacity: 0.8;
    font-size: 25pt;
}

.modal-footer {
    background: #dddddd59;
}

.row {
    margin: 0px;
}
/*Edit boostrap*/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-vote {
    background: linear-gradient(#115eab, #04488d);
    border-color: #ccc;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #0679eb;
}

a {
    color: #04488d;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}

.container-fluid {
    padding: 0px 5px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    font-size: 13px;
    padding: 2px;
    color: #000;
}
/*End edit boostrap*/
.list-app-icon {
    position: relative;
    padding: 5px 0; /*margin: 0 10px;*/
    float: left;
    height: 65px;
    text-align: center;
    /*width: 90px;*/
    min-width: 85px;
}

    .list-app-icon a {
        display: block;
        height: 60%;
        background-position: center;
        background-repeat: no-repeat;
        line-height: 32px;
        text-decoration: none;
    }

.link-app {
    vertical-align: super;
    font-size: 12px;
    line-height: 32px;
    top: 32px;
    color: #fff;
    position: RELATIVE;
}

.titlebanner {
    /*font-weight:bold;*/
    padding-top: 10px;
    padding-left: 5px;
    color: #fff;
    line-height: 26px;
}

.menuLeft {
    background: #f0f0f0;
    min-height: inherit;
    vertical-align: baseline;
    height: 100%;
    width: 100%;
    min-width: 120px;
    table-layout: fixed;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.nopadding {
    padding: 0px;
}

.padding-5 {
    padding: 5px;
}

.listNotify {
    font-weight: normal;
    line-height: 28px;
    list-style: square;
    list-style-image: url(/skin/images/bullet.png);
    list-style-position: inside;
    text-align: left;
    border-radius: 3px; /*-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);     box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);*/
    padding-top: 0px;
}

.spanketqua {
    color: red;
}

.rightMenuTop {
    color: #ffffff;
    line-height: 24px;
    font-size: 13px;
}

}

.rightMenuTop a {
    color: #ffffff !important;
    font-size: 16px;
}

.cssPageNote {
    color: navy;
}

.rightMenuTop a {
    color: #ffffff !important;
    font-size: 16px;
}

.cssShadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.boxMenuHome {
    background-color: #f9f9f9;
}

    .boxMenuHome ul li {
        list-style: none;
        padding: 5px;
        border: solid 1px #fff;
        background-color: #0095ff;
        border: 1px solid transparent;
        border-radius: 3px;
        box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        /*font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;*/
        font-size: 13px !important;
        font-weight: 500;
        line-height: 1.15385;
        margin: 0;
        outline: none;
        padding: 8px 16px;
        position: relative;
        text-align: left;
        text-decoration: none;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        vertical-align: baseline;
        white-space: nowrap;
        width: 100%;
    }

    .boxMenuHome ul li {
        color: #ffffff;
    }

        .boxMenuHome ul li a {
            color: #ffffff;
        }

        .boxMenuHome ul li:hover,
        .boxMenuHome ul li:focus {
            background-color: #07c;
        }

        .boxMenuHome ul li:focus {
            box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
        }

        .boxMenuHome ul li:active {
            background-color: #0064bd;
            box-shadow: none;
        }

.leftMenuAdminTop {
    border: solid 1px #fff;
    /*background-color: #0095ff;*/
    background-color: #115eab;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 500;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    width: 100%;
    min-width: 100%;
    margin-bottom: 5px;
    color: #ffffff;
}

    .leftMenuAdminTop a {
        color: #fff !important;
    }

.leftMenuAdmin {
    line-height: 24px;
}

    .leftMenuAdmin ul li {
        list-style: none;
        background-color: #f3f3f3;
        color: #000000;
    }

    .leftMenuAdmin ul li {
        color: #000000;
    }
    /*.leftMenuAdmin ul li a {
            color: #fff;
}*/

    .leftMenuAdmin li a {
        color: #000000;
    }

    /*.leftMenuAdmin li a:hover {
     color:#04488d !important;
    background-color:#f0f0f0;
   
}*/

    .leftMenuAdmin li:hover,
    .leftMenuAdmin li:focus {
        /*  background-color: #ccc;*/
    }

    .leftMenuAdmin li:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .leftMenuAdmin li:active {
        background-color: #0064bd;
        box-shadow: none;
    }

    .leftMenuAdmin ul li ul {
        background-color: #f3f3f3;
        color: #000000;
        margin-bottom: 10px;
    }

        .leftMenuAdmin ul li ul li {
            background-color: #f3f3f3;
            color: #000000;
        }

            .leftMenuAdmin ul li ul li a {
                background-color: #f3f3f3;
                color: #000000;
            }

                .leftMenuAdmin ul li ul li a:hover {
                    /*background-color: #f3f3f3;*/
                    color: #000000;
                    font-weight: bold;
                }

.cssInline {
    display: inline !important;
}

.myRbl label {
    margin-right: 15px;
}
