﻿/*KPBOGNOT CSS 4/8/2013*/

/*Defaults*/

body {
    background: #e6e6e6;
    font-size: .80em; /*.85em;*/
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #36242d;
    /*width: 100%;*/
}

/*colors the link buttons including grids
a:link, a:visited
{
    color: #034af3;
}*/

a:hover {
    text-decoration: none;
}

a:active {
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #3C3C3C;
    font-weight: bold;
    font-family: Segoe UI;
    margin: 0;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5{
    font-size: 1em;
}
h6 {
    font-size: 12px !important;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/*HEADER*/
#bodylayout {
    position: fixed;
    width: 100%;
    z-index: 106;
}

#showhide {
    height: 47px;
}

#spacer1 {
    height: 47px;
}

.outpw {
    visibility: hidden;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: white;
    background-color: #282828;
    border:none;
    /*border: 1px solid white;*/
    height: 30px;
    width: 67px;
    position: fixed;
    margin-top: 5px;
    top: 5px;
    right: 35px;
    z-index: 104;
    -ms-opacity: 0.8;
    opacity: 0.8;
    padding: 2px 0;
}

    .outpw:hover {
        -ms-opacity: 1;
        opacity: 1;
    }

.topHeaderLayout {
    height: 47px;
    width: 100%;
    background: #000000;
    z-index: 103;
    position: absolute;
    display: block;
    border-bottom: 2px solid #474747;
}

table.headerlayout {
    max-width: 1600px;
    height: 40px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    z-index: 103;
}

    table.headerlayout td {
        /*border: 1px solid red;*/
        width: auto;
        white-space: nowrap;
    }

        table.headerlayout td:nth-child(1) {
            min-width: 20px;
        }

        table.headerlayout td:nth-child(3), table.headerlayout td:nth-child(5), table.headerlayout td:nth-child(7),
        table.headerlayout td:nth-child(9), table.headerlayout td:nth-child(11) {
            padding-right: 35px;
            padding-left: 3px;
        }

        table.headerlayout td:nth-child(12) {
            width: 25%;
        }

        table.headerlayout td:nth-child(13) {
            padding-right: 40px;
        }

hr.headerhr {
    height: 0;
    width: 100%;
    position: absolute;
    z-index: 103;
    top: 39px;
    border: 0;
    margin: 0;
    background: black;
}

table.headerlayout h6 {
    font-family: Segoe Ui;
    color: white;
    text-align: left;
    margin: auto;
}

.headerbutton {
    visibility: visible;
    border-radius: 4px;
    color: white;
    background-color: #1daf1c;
    /*border: 1px solid white;*/
    border:none;
    height: 30px;
    width: 27px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 104;
    opacity: 0.8;
}

    .headerbutton:hover {
        opacity: 1;
    }

/*END*/

/*SUBHEADER*/
div.shlayout {
    color: gray;
    background: #282828;
    -ms-background-size: auto 100%;
    background-size: auto 100%;
    display: block;
    height: 50px;
    width: 100%;
    z-index: 102;
}

.shmenu {
    background: transparent;
    height: 100%;
    max-width: 1360px;
    display: inline-block;
    border: 0;
    font-weight: bold;
    font-size: 12px;
    color: #707070;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 auto;
}

.shparent {
    background: transparent;
    opacity: 0.9;
    color: white;
    height: 100%;
    -moz-min-width: 146px;
    -ms-min-width: 146px;
    -o-min-width: 146px;
    -webkit-min-width: 146px;
    min-width: 146px;
    width: auto;
    max-width: 170px;
    text-align: center;
}

.k-menu .k-item > .k-link {
    padding-top: 10px;
    padding-bottom: 15px;
}

.shparent:hover {
    background: #10aa0f;
    /*background: #60c160;*/ /*url("../Content/Images/Login/Subheader.png") center*/
    color: white;
}

.shchild {
    background: black;
    -ms-opacity: 0.9;
    opacity: 0.9;
    color: white;
    font-weight: normal;
    height: auto;
    -moz-min-width: 146px;
    -ms-min-width: 146px;
    -o-min-width: 146px;
    -webkit-min-width: 146px;
    min-width: 146px;
    width: auto;
    text-align: left;
}

    .shchild:hover {
        /*background: #60c160;*//*url("../Content/Images/Login/Subheader.png") center*/ 
        background-color: #10aa0f;  
        color: white;
    }

#text a {
    color: gray;
}

    #text a:hover {
        color: white;
    }

a.amllite {
    display: inline-block;
    z-index: 105;
}

#menu {
    display: block;
    height: 100%;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    z-index: 103;
}

    #menu #addonlinks {
        position: relative;
        top: -60px;
        z-index: 102;
        float: right;
        right: 300px;
    }
/*END*/

/*FOOTER*/
.footer {
    width: 100%;
    height: 20px;
     background-color: #2a2a2a;
    /*background: #131D20;*/
    position: fixed;
    bottom: 0;
    vertical-align: middle;
    font-family: Segoe Ui;
    font-size: 12px;
    color: white;
    padding-top: 2px;
    /*border-top: 2px solid #03C03C;*/
    margin: 0 auto;
    z-index: 106;
}
/*END*/

.main {
    width: 98%;
    max-width: 1600px;
    position: absolute;
    margin: 50px auto 0;
    left: 0;
    right: 0;
    display: block;
    padding: 2px 2px 0;
}
    .main h3 {
        color: white;
        font-family: Estrangelo Edessa;
        text-transform: uppercase;
        background: #282828;
        padding: 5px 10px 5px;
        font-size: 16px;
        margin-top: 10px;
    }
    .main h4 {
        padding: 5px 10px 5px;
        margin-top: -2px;
        color: #3C3C3C;
        font-size: 1.3em;
        font-weight: bold;
    }
    .main .formtable {
        margin: 25px;
        width: 43%;
    }
    .main .formtablecontainer {
        margin: 5px;
        width: 100%;
    }
    .main .formtable table {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 0;
    }

    /* Changes*****************************/
    .main table {
        width: 100%;
        display: inline-table;
    }

/*full screen*/

.main2 {
    -moz-box-flex: 2.0; /* Firefox */
    -webkit-box-flex: 2.0; /* Safari and Chrome */
    -ms-flex: 2.0; /* Internet Explorer 10 */
    /*box-flex:2.0;*/
    background-color: #fff;
    border: 1px solid #496077;
    margin: 5px 10px 0 5px;
    height: 100%;
    max-width: 95%;
    /*display: block;*/
}

    .main2 h3 {
        background: #6E7B8B;
        padding: 5px 10px 5px;
        margin-top: -2px;
        color: #fff;
        font-size: 1.5em;
        font-weight: bold;
    }

    .main2 .formtable {
        margin: 25px;
    }

        .main2 .formtable table {
            width: 100%;
            margin: 0 auto 0;
        }

    .main2 table tr td {
        margin: 0 15px 10px 5px;
    }


.leftAlignToolBar {
    text-align: left;
    padding: 0 0 0 10px;
    font-weight: bold;
}

.leftAlign {
    text-align: left;
    padding: 0 0 0 10px;
}

.leftText {
    text-align: left;
}

.rightAlign {
    text-align: right;
    padding: 0 10px 0 0;
    /*font-weight: bold;*/
    padding-bottom: 5px;
}

.centerAlign {
    text-align: center;
}

.main2 .tstrip {
    width: 1315px;
}

.userinfo {
    width: 180px;
    position: fixed;
    top: 5px;
    right: 30px;
    z-index: 102;
    /*float: right;*/
    color: #fff;
}

#userAccnt {
    color: #36242D;
}

.userinfo ul {
    list-style: none;
    display: inline-table;
    position: relative;
    color: #fff;
    padding: 0 0 0 5px;
    margin: 15px 0 0 0;
}

    .userinfo ul ul {
        display: none;
    }

    .userinfo ul li:hover > ul {
        display: block;
        top: -10px;
        width: 170px;
        text-wrap: none;
        background: #fff;
        color: #10c4b2;
        font-size: .85em;
        border: thick;
        border-color: #000;
        box-shadow: 0 3px 3px #C0C0C0;
    }

    .userinfo ul ul li {
        /*border-top: 1px solid #f0f0f0;
		border-bottom: 1px solid #e6e6e6;*/
        position: relative;
    }

        .userinfo ul ul li a {
            color: #10c4b2;
            font-size: 1em;
            padding-bottom: 15px;
        }

    .userinfo ul:after {
        content: "";
        clear: both;
        display: block;
    }

/*-----Misc---*/
.clear {
    clear: both;
}

.title {
    display: block;
    margin-top: -110px;
    margin-left: 250px;
    width: auto;
}

#taskpanel {
    height: 800px;
    width: 100%;
    overflow-y: scroll;
    overflow-style: marquee-line;
}

#blanket {
    background-color: #111;
    /*opacity: 0.65;*/
    position: absolute;
    z-index: 9001;
    top: 0px;
    left: 0px;
    width: 100%;
}


#popUpDiv {
    position: absolute;
    background-color: #ffffff;
    width: 300px;
    height: 100px;
    /*height:300px; original <jzp>*/
    z-index: 9002;
    /*added properties*/
    border: 1px solid #00ced1;
}

    #popUpDiv a {
        position: absolute;
        top: 5px;
        left: 250px;
    }

    #popUpDiv p {
        position: absolute;
        top: 30px;
        left: 80px;
    }

#overlaybackground {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100000;
}

#overlayContent {
    width: 150px;
    margin: 300px auto;
    background-color: #fff;
    border: 1px solid red;
    opacity: 100;
    padding: 15px;
    text-align: center;
    z-index: 200000;
}

#overlay {
    background-color: black;
    opacity: 0.5;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 500%;
    text-align: center;
    z-index: 50000;
}

/*HOME*/
.hometable td {
    border: 1px solid red;
    width: auto;
}

    .hometable td:nth-child(even) {
        border: none;
        width: 7px;
    }


/*FAQ*/

.answer {
    min-height: 400px;
}

.answer td:first-child {
    width: 25%;    
    border-right: 3px solid #03C03C;
    vertical-align: top;
}

.answer td:last-child {
    padding: 0 30px;
    vertical-align: top;
}

.menuitems.k-treeview span.k-in {
    padding: 3px 3px;
}

.icon {
    height: 410px;
}

.icon td {
    /*border: 1px solid red;*/
    position: relative;
    height: 60px;
}

.icon span {
    width: auto;
    height: 15px;
    color: #131d20;
    position: absolute;
    left: 50px;
    top: 30px;
    text-transform: uppercase;
    font-size: 7.5pt;
    text-align: left;
}

.icon td a {
    width: 40px;
    height: 30px;
    float: left;
}

/*MEDIA*/
@media only screen and (max-width:1245px) {
    .shparent {
        max-width: 110px;
        min-width: 110px;
        font-size: 7pt;
    }
}

@media only screen and (max-width:1180px) {
    table[class=headerlayout] td:nth-child(12) {
        display: none !important;
    }
}

@media only screen and (max-width:1110px) {
    table[class=headerlayout] td:nth-child(12) {
        display: none !important;
    }
}

@media only screen and (max-width:1015px) {
    a[class="amllite"] {
        visibility: hidden;
    }

    .shmenu {
        left: 130px;
    }
}


@media only screen and (max-width:980px) {
    table[class=headerlayout], td {
        width: auto;
    
    }

        table[class=headerlayout] td:nth-child(12), table[class=headerlayout] tr:nth-child(1) td:nth-child(2),
        table[class=headerlayout] td:nth-child(4), table[class=headerlayout] td:nth-child(6), table[class=headerlayout] td:nth-child(8),
        table[class=headerlayout] td:nth-child(10) {
            display: none !important;
        }
}


@media only screen and (max-width:925px) {
    .shparent {
        max-width: 90px;
        min-width: 90px;
        font-size: 6pt;
    }

    a[class="LogoSys"] {
        margin-right: 5px;
    }
}

@media only screen and (max-width:815px) {
    /*HEADER*/
    table[class=headerlayout], td {
        width: 100% !important;
        text-align: center;
        /*border: 1px red solid;*/
    }

    #bodylayout {
        position: static;
    }

    #showhide {
        height: 160px;
    }

    #spacer1 {
        height: 0;
        display: none;
    }

    table[class=headerlayout] tr:nth-child(1) td:nth-child(2), table[class=headerlayout] td:nth-child(4),
    table[class=headerlayout] td:nth-child(6), table[class=headerlayout] td:nth-child(8),
    table[class=headerlayout] td:nth-child(10), table[class=headerlayout] td:nth-child(12) {
        display: none !important;
    }

    table[class=headerlayout] td:nth-child(13) {
        height: 30px;
        margin: auto;
        text-align: center;
    }

    td {
        display: block !important;
        margin-bottom: 5px;
    }

    table.headerlayout h6 {
        margin: auto;
        text-align: center;
    }

    .topHeaderLayout {
        height: 160px;
        position: absolute;
        background: #131d20;
    }

    hr.headerhr {
        top: 97%;
        position: absolute;
    }

    /*SUBHEADER*/

    div[class="shlayout"] {
        height: 80px;
    }

    a[class="LogoSys"] {
        height: 60%;
        margin-bottom: 2px;
    }

    a[class="amllite"] {
        visibility: hidden;
    }

    a[class="icnChangePW"] {
        left: 5%;
    }

    a[class="icnLogout"] {
        right: 5%;
    }

    .shmenu.k-menu .k-item > .k-link {
        padding: 0;
        height: auto;
        font-size: 8pt;
        padding-bottom: 3px;
        padding-top: 3px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .shmenu {
        height: auto;
        display: block;
        width: 100%;
        border-top:0;
        border-radius: 0;
    }

    .shparent {
        min-width: 100%;
        background-color: #fff;
        color: white;
        opacity: 1;
        text-align: left;
    }
    /*MAIN*/
    .main {
        margin: 98px auto 0;
    }
    /*END*/

    .icon span {
        top: 8px;
    }

    .k-calendar td {
        display: table-cell !important;
    }

    .homebulletin .quotes {
        visibility: hidden;
    }

    .homebulletin .bulMessage{
        padding: 0 !important;
		height: 220px !important;
    }

    .homebulletin .BGgreen{
        visibility: hidden;        
    }

    .borsign td {
        width: auto !important;
        display: table-cell !important;
        text-align: left !important;     
    }

    .pendtask {
        overflow-x: scroll !important;
        white-space: nowrap !important;
    }
	
	.inputTB td{
		padding: 0 !important;
		min-height: 0 !important;
		margin: 0 0 3px 0;
	}

    .inputTB td:nth-child(even) {
        margin: 0 0 15px 0;
    }
        .inputTB td label {
            word-wrap: break-word;
            white-space: nowrap;
        }

}
