/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

body{
margin: 0px 0px 0px 0px;
}

*{	
	 font-family: 'helvetica_neueregular';
	
}

html,
button,
input,
select,
textarea {
    color: #222;
    font-size:13px;
}


@font-face {
    font-family: 'helvetica_neueregular';
    src: url('../fonts/helvetica-webfont.eot');
    src: url('../fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-webfont.woff') format('woff'),
         url('../fonts/helvetica-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neuebold';
    src: url('../fonts/helveticabold-webfont.eot');
    src: url('../fonts/helveticabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticabold-webfont.woff') format('woff'),
         url('../fonts/helveticabold-webfont.ttf') format('truetype'),
         url('../fonts/helveticabold-webfont.svg#helvetica_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'helvetica_neueregular';
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.cwrap {
	margin-bottom: 180px;
}
.mb {
	margin-bottom: 100px;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.helveReg { font-family: 'helvetica_neueregular'; }
.helveBold { font-family: 'helvetica_neuebold'; }

/*borders*/
.grayBorder { border: 1px solid #e0e0e0; }

/*font sizes*/
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }
.f18 { font-size: 18px; }
.f20 { font-size: 20px; }
.f22 { font-size: 22px; }
.f24 { font-size: 24px; }
.f28 { font-size: 28px; }
.f40 { font-size: 40px; }
.f60 { font-size: 60px; }

.fLeft{ float: left; }
.fRight { float: right; }

/*colors*/
.white { color: #fff; }
.colorCCC { color: #cccccc; }
.color999 { color: #999999; }
.colorGreen { color: #9cc263; }
.color63 { color: #666666; }
.colorRed { color: #cc0000; }
.colorOrange { color: #fa6900; }
.color444 { color: #444e39; }
.colorBlue { color: #0066cc; }

/* bgs */
.blueBG { background-color: #003366; }
.grayDBG { background-color: #e3e4e5; }
.grayLBG { background-color: #f6f6f6; font-size:16px;}
.blue2BG { background-color: #336699; }

a { text-decoration: none;}
.over { overflow: hidden; }
.relative { position: relative; }

/* margins */
.mT20 { margin-top: 20px; }
.mB10 { margin-bottom: 10px; }
.mB15 { margin-bottom: 15px; }
.mB20 { margin-bottom: 20px; }
.margRight20 { margin-right: 50px; }
.mR18 { margin-right: 17px; line-height: 43px;}
.mR18a { margin-right: 17px; }

/* padding */
.pTB10 { 
	padding-top: 10px;
	padding-bottom: 10px; 
}

.pTB30 { padding: 30px 0px 60px; }
.pTB35 { padding: 30px 0px 30px; }
.pTB20 { padding: 20px 0px; }


/*lines*/
.grayLine { border-bottom: 1px solid #cecece; }

.center { text-align: center; }

.wrapper{
    width: 100%;
}

.stdWidth{
    width: 1072px;
    /*width:83%;*/
    margin: 0px auto;
    min-width: initial;
	/*width: 1109px;*/
}

.header {
    height: 100px;
    position: fixed;
	z-index: 3;
	left: 0;
	width: 100%;
}

.navi > ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.navi > ul > li{
    /*float: left;
    position: relative;
    height: 34px;
    padding: 10px 7px 0px;
    border-left: 1px solid #004276;
    border-right: 1px solid #004276;*/
    float: left;
	position: relative;
	height: 34px;
	padding: 10px 7px 0px;
	border-right: 1px solid #004276;
}

.navi > ul > li .drp {
    background: url('../images/drp.png') no-repeat right;
    padding-right: 15px;
    display: inline-block;
	cursor: pointer;
}

.navi > ul > li:last-child {
    border-right: 0px;
}

.navi > ul > li > a{
    color: #fff;
    cursor: pointer;
}



.navi > ul > li > .drop{
    position: absolute;
    display: block;
    top: 44px;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 1010;
    background: url('../images/menuDropBg.png');
    width: 140px;
    padding: 15px 15px 5px;
}

.navi > ul > li > .drop > ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.navi > ul > li > .drop > ul > li{
    margin-bottom: 5px;
}

.navi > ul > li > .drop > ul > li a{
    color: #fff;
}

.navi > ul >  li:hover > .drop {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.navi > ul > li.lastLi {
    padding: 13px 0px 0px; /*replaced by Ara 09/28/2016 ; orig padding: 13px 7px 0px;*/
    height: 30px;
    width: 200px;
    text-align: right;
}

.tArea{
    overflow: hidden;

}

.logo{
    float: left;
    display: block;
    width: 348px;
    height: 54px;
    text-indent: -9999px;
    background: url('../images/logo.png');
    margin-top: 25px;
}

.sS{
    float: right;
    width: 222px;
}

.socialMedia{
    float: right;
    margin-bottom: 10px;
    margin-top: 15px;
}

.fbM{
    display: inline-block;
    background: url('../images/fb.jpg') no-repeat;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

.twitterM {
    display: inline-block;
    background: url('../images/twitter.jpg') no-repeat;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

.pinterestM {
    display: inline-block;
    background: url('../images/pinterest.jpg') no-repeat;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

.googlepM {
    display: inline-block;
    background: url('../images/gplus.jpg') no-repeat;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

.searchTxt{
    float: left;
    width: 166px;
    height: 38px;
    background-color: #f5f5f5;
    font-size: 16px;
    border: 0px;
    padding-left: 10px; 

}

.submitBtn{
    float: left;
    width: 44px;
    height: 40px;
    background: url('../images/search.jpg');
    border: 0px;
}

.flashbox{
    /*width: 800px;*/
    width: 77%;
    height: 407px;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.panel {
    width: 221px;
    height: 24px;
    background: url('../images/accordionDef.png');
    color: #fff;
    padding: 6px 0px 0px 15px; 
}

.panelSel {
    width: 221px;
    height: 24px;
    background: url('../images/accordionSel.png');
    color: #fff;
    padding: 6px 0px 0px 15px; 
}

.con{
    padding-left: 10px;
    padding-top: 15px;
    /*background-color: #edecea;*/
    background-color: #E3E4E5;
    overflow: hidden;
    height: 340px;
}

.pText {
    padding: 5px 5px;
    font-family: 'helvetica_neuebold';
    font-size: 12px;
}

.pTextHP {
    padding: 5px 5px;
    font-family: 'helvetica_neuebold';
    font-size: 16px;
}

.pText1 {
    font-family: 'helvetica_neuebold';
    font-size: 12px;
    font-weight: bold;
    color: black;
}


.txtD{
    border: 0px;
    width: 200px;
    background-color: #fff;
}

.subBtn{
    margin: 0px auto;
    width: 86px;
    height: 27px;
    background: url('../images/submit.png');
    border: 0px;
}

.clickBtn{
    margin: 0px auto;
    width: 86px;
    height: 27px;
    background: url('../images/clickhere.png');
    border: 0px;
}

.tabs { padding: 19px 0px; }

.horizontal{ list-style: none; padding: 0px; margin: 0px; font-family: 'helvetica_neuebold'; font-size: 14px; overflow: hidden;  }
.horizontal li { float: left; padding: 10px 0px; background-color: #f5f5f5; width: 173.5px; text-align: center; margin: 1px; }
.horizontal li.SelT { background-color: #ffffff; }
.horizontal li a{ color: #666666; }
.horizontal li:nth-child(6n+6) { margin-right: 0px; }
.horizontal li:nth-child(7n) { margin-left: 0px; }
.horizontal li:nth-child(1n) { margin-left: 0px; }
.tabM { height: 230px; background-color: #ccc; background-color: #ffffff; width: 100%; position: relative; }

.tabText {
	list-style: none outside none;
	margin: 0px;
	overflow: hidden;
	padding: 16px 20px;
	height: 200px;
}

.ct { padding-right: 15px; }

.floatMeLink { position: absolute; bottom: 0; margin-left: 460px; }
.floatMeLink > a {cursor: pointer;}

.tabText > li { 
	float: left;
	width: 480px;
	margin-bottom: 19px;
	margin-right: 21px;
	overflow: hidden;
	height: 83px;
	font-size:12px;
}
.clearfix { clear: both; }


/* gallery */
.galleryImages{
    list-style: none;
    margin: 0px;
}

.galleryImages li{
    float: left;
    width: 320px;
    height: 250px;
}


.image-container {
    position: relative;
    width: 320px;
    height: 250px;
    overflow: hidden;
}

.image-container .pic {
    position: absolute;
    top: 0;
    left: 0;
}

.image-container .hoverpic {
    position: absolute;
    top: 150px;
    left: 0;
    width: 320px;
    height: 250px;
    background: url('../images/galbg.png');
    font-size:12px;
}

.image-container .hoverpic > span {
    font-family: 'helvetica_neueregular';
    font-size: 14px;
    color: #ffffff;
    padding-top: 60px;
    padding-left: 10px;
    display: block;
    max-height:100px;
    overflow: hidden;
}


.image-container .titleHov{
    position: absolute;
    top: 25px;
    left: 0;
    width: 320px;
    height: 250px;
    
}

.image-container .titleHov > span {
    font-family: 'helvetica_neueregular';
    font-size: 18px;
    color: #ffffff;
    padding-top: 20px;
    padding-left: 0px;
    max-height:50px;
    overflow: hidden;
    display: block;
}

.linkNews{
    position: absolute;
    bottom: 20px;
    right: 48px;
}

/* footer */
.fColumn{
    float: left;
}

.fColumn ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.fColumn ul > li{
    color: #666666;
    font-family: 'helvetica_neueregular'; 
    font-size: 12px;
    margin-bottom: 3px;
}

.fColumn ul > li.head{
    color: #666666;
    font-family: 'helvetica_neuebold'; 
    font-size: 12px;
    margin-bottom: 10px;
}

.fColumn ul > li.subF{
    padding-left: 10px;
}

.fColumn ul > li > a{
    color: #666666;
}


.footer div{
    font-family: 'helvetica_neueregular'; 
    font-size: 11px;
    color: #666666;
}


.floatingHeader {
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: 1005;
}

.boxLink{
    /*float: left;
    padding: 10px;
    background-color: #fff;*/
    float: left;
	padding: 10px;
	background-color: #FFF;
	vertical-align: middle;
}

.boxLink > a{
    display: block;
    height: 38px;
	width: 172px;
    /*background: url('../images/downBlue.png') no-repeat right;*/
	text-align: center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
       /* text-decoration: underline;*/
    }
	/*
    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#charter{
	text-align: center;
	margin-right: 5%;
}

#charter img{
	margin-right: 15px;
}


.tableTR{
	text-align: center; 
}

.tableTR th{
	padding:12px;
	background-color:#536FA3;
}

.tableProp{
	margin-bottom:25px;
}

/*  Define the background color for all the ODD background rows  */
.tableProp tr:nth-child(odd){ 
	background: #EDECEA;
}

/*  Define the background color for all the EVEN background rows  */
.tableProp tr:nth-child(even){
	background: #F6F5F3;
}

.tBodyTR{
	font-size:12px;
	text-align:center;
}

.tBodyTR td{
	padding:5px;
}


/* Menu Styles */

.third-level-menu
{
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.third-level-menu > li
{
  	position: relative;
    margin-bottom: 5px;
}
.third-level-menu > li:hover {  }

.second-level-menu
{
    position: absolute;
    top: 30px;
    left: 0;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu > li
{
    position: relative;
    margin-bottom: 5px;
}
.second-level-menu > li a { color: #FFF; cursor: pointer; }

.top-level-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-level-menu > li
{
    position: relative;
    float: left;
    height: 30px;
}


.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}

.drop{
	
    z-index: 1010;
    background: url('../images/menuDropBg.png');
    width: 140px;
    padding: 15px 15px 5px;	
}

#tabMText{
	overflow: hidden; 
	height: 189px;
}

.titleHov > a {
	color: #ffffff;
}

#listView > a{
	color: #06C;
}

#listView > a:hover{
	color: #06C;
	text-decoration: underline;
}

/*Ara*/
#ieVer{
	color: gray;
	text-decoration: underline;
}
#ieDiv > #ieVer > a:hover{
	color: #06C;
}

#titleArticle{
	color: #06C;
}

#titleNews {
	max-height: 79px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #FFF;
	margin-top: 40px;
	padding-left:10px;
}

#titleDesc:hover{
	color: #FFF;
	cursor: pointer;
}

#logoutDiv{
	margin-bottom: 10px;
	margin-top: 16px;
	color: #F00;
	cursor: pointer;
	float: left;
}

.wlp-bighorn-book-content > div{
	width:1042px;
	margin: 0px auto;
}

.tableBorder {
	border: 1px solid silver;
    top:  225px;
    right: 818px;
}

.carouselImg{
	width: 100% !important;
}

#iframeFlashBox{
	width: 104%;
	height: 417px;
	overflow:hidden;
	margin-top: -6px;
	margin-left: 10px;
	margin: 0px auto;
	frameBorder: none;
}
.carouselBtn{
	height:20px;
	cursor: pointer;
}

#btnControl{
	float: right;
	margin-top: -22px;
	margin-right: 24%;
}

.flashbox > img{
	width: 825px !important;
	height: 400px !important;
}


#empProfile > tbody > tr >td{
 margin-bottom:10px;
}

a:hover {
	/*text-decoration: underline;*/
	color: #33CCFF;
}

a:active {
	/*text-decoration: underline;*/
	/*color: blue;*/
}

.navi > ul > li > ul > li a:hover{
    color: #33CCFF;
}

.navi > ul > li > a:hover{
    color: #33CCFF;
    cursor: pointer;
}

.required{
	color: red;
	font-size:11px;
}

.intruction{
	font-weight: bold;
	font-size:11px;
}

.headermenu{
	font-weight: bold;
}

.feildname{
	font-weight: bold;
	font-size:10px;
}

.format{
	font-size:9px;
}

.mB21{
	margin-bottom: 5px;
}

#branchDetails{
	margin-top: -30px;
	overflow-y: auto;
	font-size: 12px;
	height: 173px;
	width: 770px; 
	/*font-family:arial;*/
}

.orange_text{
	color: #06C;
	font-size: 15px;
}

.style981{
	float:right;
}

.style1452{
	color: black;
	cursor: initial;
}

.style1453{
	color: red;
	cursor: pointer;
}


.techmytable{
	border-collapse:collapse;
	border-color:#cccccc; 
	border-style:solid; 
	border-width:1px;
}
.techmytable td {
	border-color:#cccccc; /*grey*/
	border-style:solid; 
	border-width:1px;
}

table .techTSpace td {
	background: #536fa3;
}	

.techstyleMH {
	 font-style: italic;
	 font-family: Verdana;
	 font-size: 11pt;
}

.techstyleCM {
	 font-style: italic;
	 font-family: Verdana;
	 font-size: 11pt;
}

.techstyleMM {
	 font-family: Verdana;
	 font-size: 11pt;
}

.techmemInfo {
	font-family: Verdana;
	font-size: 14px;
}

.techTitleHeader {
	font-family: Verdana;
	font-size: 12pt;
	color: black;
}

.techTDisplay td {
	color: #0084c6;
	font-family: Verdana;
	font-size: 8pt;
}

.technotes {
	font-size: 11pt;
}

.techheaderTable {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	background-color:#6591f7;
}

table .techTHeadDetails th {
	font-size: 10pt;
	text-align:center;
	background-color:#8baaf0;
	color:#000000;
}	

.techstatement {
	font-size: 11pt;
	color: blue;
	font-weight: bold;
	font-style: italic;
}

/* Added by GT 07-02-2018 */
table .TSpace td {
	background: #536fa3;
}

table .TitleH td {
	font-size: 12pt;
}

table .TitleS td {
	font-size: 10pt;
}

input#ssnum, input#tranid, input#reqdt, select#statall, select#statreq {
	padding: 3px 3px;
	display: inline-block;
	border: 1px solid #ccc;
	width: 110px;
}

.mytable
{
	border-collapse:collapse;
	border-color:#cccccc; 
	border-style:solid; 
	border-width:1px;
}

.mytable td
{
	border-color:#cccccc; /*grey*/
	border-style:solid; 
	border-width:1px;
}

.mytable1
{
	border-collapse:collapse;
	border-color:#cccccc; 
	border-style:solid; 
	border-width:1px;
}

.mytable1 td
{
	border-color:#cccccc; /*grey*/
}

.headerTable {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color:#6591f7;
}

table .THeadDetails th {
	font-size: 12px;
	text-align:center;
	background-color:#8baaf0;
	color:#000000;
}

table tr.data0 td
{
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	background-color: white;
}

table tr.data1 td
{
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	background-color: #e0ecfe;
}

table tr.error td
{
	font-family: Verdana;
	font-size: 10pt;
	color: red;
}

table tr.norec td
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

table tr.headerDet td
{
	font-family: Verdana;
	font-size: 10pt;
}

		
#a0
{
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	background-color: white;
}

#a1
{
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	background-color: #D4DBE1;
}

.classForlabelPntn{
	color: #0066cc;
	cursor: pointer;
}

#tablePagination_paginater { 
	margin: 0;
}
#tablePagination_paginater { 
	float: right; 
}

#tablePagination { 
	font-size: 0.8em; 
	padding: 0px 5px; 
	height: 20px
}

#tablePagination_paginater { 
	margin: 0;
}

#tablePagination_perPage { 
	float: left; 
}

#tablePagination_paginater { 
	float: right; 
}

/* End Added by GT 07-02-2018 */

/* End Added by GT 10-25-2019 */
.tech_b{
	border-bottom: 2px solid #536fa3;
}

.tech_t{
	border-top: 2px solid #536fa3;
}

.tech_s{
	border-top: 1px solid #DDDDDD;
}

.tech_n {
	color: #5587e3;
}

.tech_loading{
	position: fixed;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	transform: translate(-50%, -50%)
	
}

.tech_content{
	position: relative;
}
/* End Added by GT 10-25-2019 */

/* Added by GT 04/10/2020 | WASE */

#titleFieldset{ 
    text-align: left;
    border: 2px solid #ffffff;
    padding:10px;    
    width:90%;    
    line-height:1.8;    
    margin: 0 auto;         
    border-radius: 10px;
    overflow-y:hidden;
    
}

.TitleHeader {
    font-family: Verdana;
    font-size: 12pt;
    color: black;
}

/*tab buttons - start*/
div.tabswase a{
    color: #FFF;
    background-color: #77a8eb;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 15px;
    transition: 0.3s;
    border-radius: 10px 10px 0px 0px;
    text-decoration: none;
    font-family: Verdana;
    font-size: 10pt;
}
div.tabswase a:hover {
    background-color: #b0c4de;
    color: #000;
}
div.tabswase a.active {
    background-color: #3c72bb;
    color: #FFF;
    box-shadow: 0 2px #27496d;
    transform: translateY(4px);
}

div.tabswase{
    border-bottom: 8px ridge #3c72bb;
    height: 31px;
}
/*tab buttons - start*/
/*div.wrapper{
    height: 370px;
    margin-bottom:100px;
}*/
div.containerwase{
    border-bottom: 1px solid #3c72bb;
    border-left: 1px solid #3c72bb;
    border-right: 1px solid #3c72bb;
    box-shadow: 0 5px 2px #27496d;
}
div.alert{
    height: 370px;
}

table tr.data0 td
{
    font-family: Verdana;
    font-size: 10pt;
    color: black;
    background-color: white;
}

table tr.data1 td
{
    font-family: Verdana;
    font-size: 10pt;
    color: black;
    background-color: #e0ecfe;
}

.tableDatawase {
    font-family: Verdana;
    font-size: 10.5pt;
	font-weight: bold;
    color: black;
}

 
#topBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 5px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #77a8eb;
    color: white;
    cursor: pointer;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
}


/* End Added by GT 04/10/2020*/