﻿html  
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    background-color: #EDEDED;
}

/* Used for the ModernUI IE to work in responsive mode */
@-ms-viewport {
	width: device-width;
}

img, embed, object, video { max-width: 100%;  height:auto !important;}
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }
.ie7 img, .ie7 embed, .ie7 object, .ie7 video { width: 100%;  max-width: inherit;}
.ie8 img, .ie8 embed, .ie8 object, .ie8 video { width: 100%;  max-width: inherit; }

a:focus {
	outline: none;
}

#preContent
{
    display: none;
}

/* ckEditor LayoutManager */
.container-fluid div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    overflow: hidden;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.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
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0;
    float: left;
}

.col-lg-12 {
    width: 100%
}

.col-lg-11 {
    width: 91.66666667%
}

.col-lg-10 {
    width: 83.33333333%
}

.col-lg-9 {
    width: 75%
}

.col-lg-8 {
    width: 66.66666667%
}

.col-lg-7 {
    width: 58.33333333%
}

.col-lg-6 {
    width: 50%
}

.col-lg-5 {
    width: 41.66666667%
}

.col-lg-4 {
    width: 33.33333333%
}

.col-lg-3 {
    width: 25%
}

.col-lg-2 {
    width: 16.66666667%
}

.col-lg-1 {
    width: 8.33333333%
}

@media screen and (max-width: 700px)
{
    .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 {
        float: none;
        width: 100%;
    }
}

/* END ckEditor LayoutManager */

body {
  font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #484949;
  }


h1, h2, h3, h4, h5, h6 {
    color: #007acc;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 22px;
    margin-bottom: 5px;
}

h2 {
    font-size: 18px;
    line-height: 1.2;
    
}

h3 {
    font-size: 15px;
    line-height: 1.2;
}
  
p
{
    margin: 0;
    padding: 0 0 17px 0;
}

p:last-child
{
    margin: 0;
    padding: 0;
}
    
ul { list-style-type: disc; margin-left: 1.618em; margin-top: 0.6em;margin-bottom: 0.9em;}
ol { list-style-type: decimal; margin-left: 1.618em; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0;}

b, strong { font-weight: 700; }
i, em { font-style: italic; }
small { font-size: 80%; }

a, a:visited 
{
    outline: none;
    color: #007acc;
    text-decoration:underline; 
}  
a:hover { outline: none; text-decoration:underline; color:#33A1EA; }  
a:active, a:focus { outline: none; }


hr
{
    border-bottom: 0 none;
    border-top: 1px dotted #C6BCB1;
    border-left: none;
    border-right: none;
    height: 1px;
    margin: 20px 0 20px 0;
}

table p
{
    margin: 0;
    padding: 0;
}


.hide {display:none;}


/* Buttons*/

.button
{
    background-color: #007acc;
    border-radius: 4px;
    padding: 3px 10px;
    color: #E5E5E5;
    text-decoration: none;
}

.button:visited
{
    text-decoration: none;
    color: #E5E5E5;
}

.button:hover
{
    text-decoration: none;
    color: #fff;
    background-color: #33A1EA;
}

/* Main site */

#mainForm
{
    position: relative; 
    margin: 0 auto; 
	max-width: 1200px;
}

#container 
{
    position: relative;
    background-color: #fff;
    margin: 30px 0 20px 0;
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.9);
}

.ie6 #container, .ie7 #container, .ie8 #container
{
    width: 1110px;
}

#outerContainer
{
    display: none;
}

#navigationHeader,
#contentIntroWrap
{
    display: none;

}

#contentTop {display: none;}

#breadcrumbs
{
    margin: 10px 0 0 45px;
    font-size: 12px;
}

.breadcrumbPreText
{
    margin-right: 10px;
}

.breadcrumbDelimiter
{
    height: 13px;
    width: 5px;
    position: relative;
    display: inline-block;
    vertical-align: sub;
    margin: 0 2px 0 14px;
}

.breadcrumbDelimiter:before,
.breadcrumbDelimiter:after {
	position: absolute;
	width: 2px;
	height: 50%;
	background: #007ACC;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.breadcrumbDelimiter:before
{
    right: 25%;
    -webkit-transform: translateX(-50%) rotate(-140deg);
	transform: translateX(-50%) rotate(-140deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.breadcrumbDelimiter:after
{
    right: 25%;
    top: 50%;
	-webkit-transform: translateX(-50%) rotate(-220deg);
	transform: translateX(-50%) rotate(-220deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}


#innerContainer
{
    clear: both;
    position: relative;
}

#wrap 
{
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

/*** Content ***/

#leftColumns
{
   clear: both;
   float: left; 
   margin: 25px 0 0 45px;
   width: 200px;
}

#rightColumns
{
   float: right;
   margin: 25px 15px 0 0;
   width: 200px;
}

#rightColumns.columnLeftFloating
{
    clear: both;
    float: left;
    margin: 25px 0 0 25px;
}

#leftColumns.columnNonFloating,
#rightColumns.columnNonFloating
{
    float: none;
    width: auto;
    overflow: hidden;
    padding: 0 15px 0 25px;
    margin-left: 0;
    margin-top: 0;
}

#content
{
    position: relative;
    padding: 0 35px 0 45px;
    text-align: left;
    margin: 25px 0 0 0;
    overflow: hidden;
    word-wrap: break-word;
}

#content.noRightSideContent
{
    margin-right: 0;
    border-right: none;
}

#content img
{
    margin: 5px 15px 0 0;
}


/*----------- ComplexForm -----------*/

.ComplexFormTable
{
    margin-top: 20px;
}

.ComplexFormTable h2
{
    padding-top: 20px;
}

.ComplexFormTable p
{
    padding: 0;
    margin: 0;
}

.ComplexFormTD1
{
    padding-right: 5px;
}

.ComplexFormTD2
{
    min-width: 80px;
    width: 300px;
}

.ComplexFormTD2 input
{
    border: 1px solid #acacac;
    border-radius: 3px;
    height: 22px;
    padding-left: 5px;
    width: 100%;
    margin-bottom: 3px;
}

.ComplexFormTD2 select
{
    border: 1px solid #acacac;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 3px;
    
}

.ComplexFormTable textarea
{
    border: 1px solid #acacac;
    border-radius: 3px;
    height: 120px !important;
    margin-bottom: 3px;
    width: 101%;
}

.ComplexFormRadioButtonCell2 input
{
    width: auto;
    vertical-align: top;
    background-color: inherit;
    padding: 0;
    margin: 0 5px 0 0;
}

.ComplexFormRadioButtonCell2 label
{
    margin: 0 10px 0 0;
    vertical-align: top;
}


.ComplexFormTD2 .requestedValueSet
{
    background-color: #E6E6E6 !important;
}

.ComplexFormTD2 .requestedValueNotSet
{
    background-color: #FFA08C !important;
}

.ComplexFormTD4
{
    padding-left: 8px;
}

.ComplexFormLabel
{
}

#ComplexFormButtonsDiv
{
    margin-top: 20px;
}

#ClearButton
{
    display: none;
}

.ComplexFormSendButton
{
    padding: 2px 4px 2px 4px;
}

#ComplexFormStatus
{
    color: #FF0000;
    position: relative;
    top: 5px;
}

/* jquery validation */
#complexformContent  input.error,
#complexformContent  textarea.error
{
    background-color: #FFA08C;
}

#complexformContent  select.error
{
    background-color: #FFA08C;
}

.hideComplexFormTR
{
    display: none;
}

#complexformContent label.error
{
    background-color: #AAB5C4;
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 11px;
    margin: 2px 2px 4px 0;
    padding: 0 4px;
    position: relative;
    z-index: 100;
}

#complexformContent label.error:before{
    border: solid;
    border-color: #AAB5C4 transparent;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    top: -5px;
    content: "";
    left: 3px;
    position: absolute;
    z-index: 99;   
}

#complexformContent .ComplexFormDropDownCell2 label.error
{
    display: none !important;
}

#complexformContent .ComplexFormDropDownCell2 label.error:before
{
    display:none;
}

#complexformContent .ComplexFormRadioButtonCell2 label.error
{
    display: none !important;
}

#complexformContent .ComplexFormRadioButtonCell2 label.error:before
{
    display:none;
}

#complexformContent .ComplexFormRadioButtonCell2.error
{
    background-color: #FFA08C;
}




/*-------------- Footer-Navigation -------------------------------------------------*/

#footer 
{
    padding-top: 20px;
}

#contentFooter
{	
    display: none;
}

#navigationFooter 
{	
    position: absolute;
    margin-top: 5px;
}

#navigationFooter a
{	
    color:#AFAFAF;
    font-size: 0.8em;
    text-decoration:none;
}

#navigationFooter a:hover 
{
    color:#444444;
	text-decoration:underline;
}

/* ------------  scroll-to-top  ----------------------- */	

.scroll-to-top 
{
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9675309;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scroll-to-top::before,
.scroll-to-top::after {
	position: absolute;
	height: 50%;
	width: 3px;
	background: #007ACC;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.scroll-to-top:hover::before,
.scroll-to-top:hover::after {
	width: 5px;
}

.scroll-to-top::before
{
    left: 25%;
    -webkit-transform: translateX(-50%) rotate(30deg);
	transform: translateX(-50%) rotate(30deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.scroll-to-top::after
{
    left: 25%;
    top: 50%;
	-webkit-transform: translateX(-50%) rotate(-30deg);
	transform: translateX(-50%) rotate(-30deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.scroll-to-top .fa-angle-up
{
  display: none;
}


@media screen and (max-width: 1200px) {

    html  
    {
        background-color: #fff;
    }

    #container
    {
        margin-top: 0;
        box-shadow: none ;
    }

    #footer {
        padding-top: 50px;
        margin-left: 45px;
    }
}

@media screen and (max-width: 1050px) {
    #rightColumns #SideContentContent:first-child {
        border-top: 1px dotted #c6bcb1;
        margin-top: 30px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 850px) {

    #container
    {
        margin-top: 50px;
    }

    #breadcrumbs
    {
        margin: 10px 0 0 25px;
    }

    .breadcrumbPreText
    {
        display: none;
    }  

    #content {
        padding: 0 25px 0 25px;
    }

    #footer {
        margin-left: 25px;
    }
    
    #leftColumns.columnNonFloating,
    #rightColumns.columnNonFloating {
      padding: 0 15px 0 25px;
  }
    
    #leftColumns #SideContentContent:first-child {
        border-top: 1px dotted #c6bcb1;
        margin-top: 30px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 500px) {

    /* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
		height: inherit !important;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
    tr { 
		margin-bottom: 10px;
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
        width: 100% !important;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

    .ComplexFormTD2
    {
        width: 100%;
        max-width: 250px;
    }

    #content img
    { 
        max-width: 100%;
        height:auto !important;
        float: none !important;
        display: block;
        margin: 0 0 10px 0 !important;
    }
}

