﻿html { 
  overflow-y: scroll; 
}

body
{
    background: #ffffff;
    font-family: 'Open Sans' , sans-serif;
    font-size: 12px !important;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    /*
    background-image: url('../Images/Main_BG.jpg');
    background-repeat: repeat-x;
    */
}
a{
	color: #3271b2;	
	text-decoration: none !important;
}

a:hover
{
    text-decoration: underline !important;
    color: #1c5999;
}

a:hover,a:active,a:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6
{      
    color: #3a4f63;
}

.page-header-title
{
    padding-top: 15px;
}

.header{
	margin: 0px;
    padding: 10px 0px 10px 0px; 
}
.ie .header
{
    margin: 0px;
    padding: 0px;
    display:inline;
}

/* Icons */
.icon-color-blue
{
    color: #3271b2;
}
.icon-color-red
{
    color: #b40e23;
}
.icon-color-white
{
    color: #ffffff;
}

/* Containers */
.doc-container
{
    padding-left: 15px;
}

/* LIST TABLES */
/**************************************************************************************************/

.table-td-align-right
{
     text-align:right;
}


/* Side notes for calling out things
-------------------------------------------------- */
 
/* Base styles (regardless of theme) */
.bs-callout 
{
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}
.bs-callout h4 
{
    margin-top: 0;
}
.bs-callout p:last-child 
{
    margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight 
{
    background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger 
{
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}
.bs-callout-warning 
{
    background-color: #fefbed;
    border-color: #f1e7bc;
}
.bs-callout-info 
{
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}


/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}



/* Loading Panel */
.loginPanel_processing
{
    padding: 0 0 0 0px;
    margin: 0;
    list-style: none;
    height: 22px;
    line-height: 22px;
}

.loginPanel_processing li
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #515151;
    text-align: left;
}

.loginPanel_processing li.icon
{
    background-position: 3px 3px;
    float: left;
    width: 30px;
    height: 17px;
    background-image: url('../../Resources/Images/Login_Loading.gif');
    background-repeat: no-repeat;
}

.loginPanel_processing li.text
{
    float: left;
    font-weight: normal;
    font-size: 12px;
    color: #515151;
    width: 100px;
    line-height: 17px;
}


.loginPanel_login_msg
{
    padding: 0 0 0 0px;
    margin: 0;
    list-style: none;
    height: 22px;
    line-height: 22px;
}

.loginPanel_login_msg li
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #515151;
    text-align: left;
}

.loginPanel_login_msg li.icon
{
    background-position: 1px 1px;
    float: left;
    width: 25px;
    height: 25px;
    background-image: url('../../Resources/Images/Login_Error_Icon.png');
    background-repeat: no-repeat;
}

.loginPanel_login_msg li.text
{
    float: left;
    font-weight: normal;
    font-size: 12px;
    color: #bb323c;
    width: 300px;
    line-height: 17px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.loginPanel_process_msg
{
    padding: 0 0 0 0px;
    margin: 0;
    list-style: none;
    height: 22px;
    line-height: 22px;
}

.loginPanel_process_msg li
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #008000;
    text-align: left;
}

.loginPanel_process_msg li.icon
{
    background-position: 1px 1px;
    float: left;
    width: 25px;
    height: 25px;
    background-image: url('../../Resources/Images/Success_Icon.png');
    background-repeat: no-repeat;
}

.loginPanel_process_msg li.text
{
    float: left;
    font-weight: normal;
    font-size: 12px;
    color: #008000;    
    line-height: 17px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

/* Success message format for validation */
.loginPanel_validate_success_msg
{
    padding: 0 0 0 0px;
    margin: 0;
    list-style: none;
    height: 22px;
    line-height: 22px;
}

.loginPanel_validate_success_msg li
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #008000;
    text-align: left;
}

.loginPanel_validate_success_msg li.icon
{
    background-position: 1px 1px;
    float: left;
    width: 25px;
    height: 25px;
    background-image: url('../../Resources/Images/Correct.png');
    background-repeat: no-repeat;
}

.loginPanel_validate_success_msg li.text
{
    float: left;
    font-weight: normal;
    font-size: 12px;
    color: #008000;    
    line-height: 17px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

/* Failed message format for validation */
.loginPanel_validate_failed_msg
{
    padding: 0 0 0 0px;
    margin: 0;
    list-style: none;
    height: 22px;
    line-height: 22px;
}

.loginPanel_validate_failed_msg li
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #b40e23;
    text-align: left;
}

.loginPanel_validate_failed_msg li.icon
{
    background-position: 1px 1px;
    float: left;
    width: 25px;
    height: 25px;
    background-image: url('../../Resources/Images/Invalid.png');
    background-repeat: no-repeat;
}

.loginPanel_validate_failed_msg li.text
{
    float: left;
    font-weight: normal;
    font-size: 12px;
    color: #b40e23;    
    line-height: 17px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
}


/* Search Box */

.header .search
{    
    margin: 20px auto 12px auto;
}

.header .search > form > .input-group > input
{
    background: #f3f4fe;
    font-size: 12px;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #3c3c3c;
} 

.header .search > form > .input-group > .input-group-btn > button{
	background: #f3f4fe;
	border: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}

.header .search > form > .input-group > .input-group-btn > button i:hover{
	color: #999;
} 


/* Search Page */
.searchPage-subtitle
{
    font-size: 20px;
    color: #3271b2;
}
.searchPage-search-str
{
    font-size: 20px;
    color: #3271b2;
    font-style: italic;
}
.searchPage-row
{
    margin-bottom: 20px;
}
.searchPage-result-title
{
    font-size: 15px;
    font-weight: 700;
}
.searchPage-result-desc
{
    color: #666666;
}

/* Careers Page */
.careers-job-heading
{
    font-size: 15px;
    padding-left: 5px;
}
a.careers-job-heading:link 
{
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
}
a.careers-job-heading:hover
{
    font-size: 15px;
    text-decoration: underline !important;
    color: #FFFFFF;
}

/* Sitemap Page */
.sitemap-main-wrapper
{
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 10px;
}


.sitemap-main-wrapper h4 a
{
    color: #3a4f63;
    text-decoration: none;    
}
.sitemap-main-wrapper h4 a:link
{
    color: #3a4f63;
    text-decoration: none;
}
.sitemap-main-wrapper h4 a:hover
{
    color: #3a4f63;
    text-decoration: underline !important;
}

.logo-main
{
    /*margin: 0px 0px 15px 20px;*/
    width: 162px;
    height: 70px;
    background-image: url('../Images/Logo_Main_NewUI.png');
    
    
}
.ie .logo-main
{
    width: 242px;
    height: 60px;
    background-image: url('../Images/Logo_Main_NewUI.png');
    background-repeat: no-repeat;
    position: relative;
    margin-top: 25px;
}

.logo-title1
{
    margin: 5px 0px 0px 0px;
    font-size: 12px;
    color: #3c3c3c;
    font-weight:400;
}
.logo-title2
{
    padding: 0px;
    margin: -5px 0px 0px 0px;
    font-size: 13px;
    color: #3c3c3c;
}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

::-moz-focus-inner {
	border:0;
}

fieldset
{
    border: 1px solid #6C82D0 !important;    
    margin-top: 2px !important;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea,
form button,
.btn{	
	box-shadow: none !important;
}

form input[type="text"], form input[type="email"], form input[type="password"], form textarea
{    
    background-color: #f8f9ff !important;
}




.form-memo
{
    font-size: 12px;
    color: #808080;
}

.dx-form-title
{
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}
.dx-form-input
{
    
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555555;
      vertical-align: middle;
      background-color: #ffffff;
      background-image: none;
      border: 1px solid 3a4f63;
}



/* Sub pages  */
.subpage-content-wrapper
{
    padding: 40px 20px 40px 20px;
    background-color: #ffffff;
    min-height:300px;
}
.subpage-main-img
{
    padding: 0px !important;
    margin: 0px !important;
}
.subpage-sidenav-wrapper
{
    margin-top: 20px;
}



#sidenav.affix-top
{
    position: relative;
    margin-top: 40px;
   
}  
#sidenav.affix
{
    position: fixed;
    top: 50px;
    
}
#sidenav li.active a
{
    background-color: #3271b2;
    color: #FFFFFF;
}
#sidenav li.active a:hover
{
    background-color: #1c5999;
    color: #FFFFFF;
}
#sidenav li a:hover
{
    background-color: #1c5999;
    color: #FFFFFF;    
}



/* About SAGT */
.history-stage-text
{
    color: #3a4f63;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
}
.customer-logo
{
    padding-top: 0px;
}

/* Contact Us */
.contact-company-name
{
    font-size: 20px;
    font-weight: bold;
}
.contact-mandatory-text
{
    color: #3271b2;
    font-style: italic;
}


/* styles for back to top icon */
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);            
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 2000;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #ebebeb;
}
        
.back-to-top:hover {    
    background-color: rgba(255, 255, 255, 0.90);
    color:#ffffff !important;
    text-decoration:none;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #747de5;
}
.back-to-top_icon
{
    background-image: url('../Images/Icon_Back_To_Top.png');
    background-repeat: no-repeat;
    width:35px;
    height:26px;            
}

/* styles for wow slider */
#wowslider-container1 { 
	zoom: 1; 
	position: relative; 
	max-width:1200px;
	margin:0px auto 0px;
	z-index:90;
	border:none;
	text-align:left; /* reset align=center */
	font-size: 10px;
}
* html #wowslider-container1{ width:1200px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:auto;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	width:1%;
	line-height:0; /*opera*/
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	width:100%;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;	
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
}
#wowslider-container1  .wsl{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}

#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}

#wowslider-container1 { 
	border-left: 0px;
	border-right: 0px;
} 
#wowslider-container1  .ws_bullets { 
	padding: 15px;	
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws_bullets a { 	
	width:12px;
	height:12px;
	background: url(../Images/WowSlider/bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:6px;
	color:transparent;
}
#wowslider-container1 .ws_bullets a:hover, #wowslider-container1 .ws_bullets a.ws_selbull{ 
	background-position: 0 100%;
}	
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-3.2em;
	z-index:60;
	height: 6.5em;
	width: 6.5em;
	background-image: url(../Images/WowSlider/arrows.png);
	background-size: 200%;
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:0;
}
#wowslider-container1 a.ws_prev {
	left:0;
	background-position: 0 0;
}
#wowslider-container1 a.ws_next:hover{
	background-position: 100% 100%;
}
#wowslider-container1 a.ws_prev:hover {
	background-position: 0 100%; 
}
* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {display:block}

/*playpause*/
#wowslider-container1 .ws_playpause {
	display:none;
    width: 6.5em;
    height: 6.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3.2em;
    margin-top: -3.2em;
    z-index: 59;
}

#wowslider-container1:hover .ws_playpause {
	display:block;
}

#wowslider-container1 .ws_pause {
    background-image: url(../Images/WowSlider/pause.png);
	background-size: 100%; 
}

#wowslider-container1 .ws_play {
    background-image: url(../Images/WowSlider/play.png);
	background-size: 100%; 
}

#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
    background-position: 100% 100% !important;
}/* bottom right */
#wowslider-container1  .ws_bullets {
    bottom: 0px;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	bottom: 2em;
	left: 0; 
	margin-right:2em;
	padding:0.6em;
	background:#979cb6;
	color:#FFFFFF;
	z-index: 50;
	font-family:'Noto Sans',Helvetica,Arial,sans-serif;
	text-transform: none;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-ms-border-radius:0 5px 5px 0;
	-o-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;	
}
#wowslider-container1 .ws-title div{
    padding-top: 0.4em;
	font-size: 1.5em;
}
#wowslider-container1 .ws-title span{
	font-size: 3em;
}


#wowslider-container1  .ws_logo{
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: url(../Images/WowSlider/loading.gif) 50% 50% no-repeat;
}
#wowslider-container1  img.loading{
	width:120px;
	height:48px;
	background: url(../Images/WowSlider/loading.gif) 50% 50% no-repeat;
} 


/* Lightbox for Bootstrap 3 by @ashleydw CSS */
/*=========================================================================================================*/      

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  padding-top: 45%;
  font-size: 30px;
  color: #333333;  
  
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left
{
    left: 0;
    float: left;
    padding-left: 15px;
    text-align: left;    
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.ekko-lightbox-row-padding
{
    padding-top: 15px;
}


.ekko-lightbox-img-frame
{
    padding: 10px;
    background-color: #c3ccf0;
}
.ekko-lightbox-img-frame:hover
{
    background-color: #94a3dc;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;    
}




.modal-backdrop.in {
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  background-color: #333333;
}
.ekko-lightbox .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.ekko-lightbox .modal-header {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.ekko-lightbox .modal-header .close {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: #fff;
  text-shadow: 0;
  font-weight: 100;
  margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
  font-weight: 100;
  color: #fff;
  padding: 0;
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .modal-footer {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 0;
  color: #fff;
  font-weight: 100;
  padding: 0;
}
.ekko-lightbox-nav-overlay a {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  text-shadow: none;
}


.modal-open{overflow:hidden;}
.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out;}
.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}
.modal-dialog{position:relative;margin-left:auto;margin-right:auto;width:auto;padding:10px;z-index:1050;}
.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);background-clip:padding-box;outline:none;}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000000;}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0);}
.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50);}
.modal-header
{
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
    color: #FFFFFF;
    background-color: #3271b2;
}
.modal-header .close{margin-top:-2px;}
.modal-title{margin:0;line-height:1.428571429;color: #FFFFFF;}
.modal-body
{
    position: relative;
    padding: 20px;
    background-color: #e2e5ff;
}
.modal-footer
{
    margin-top: 0px;
    padding: 10px 20px 15px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background-color: #cacefa;
}.modal-footer:before,.modal-footer:after{content:" ";display:table;}
.modal-footer:after{clear:both;}
.modal-footer:before,.modal-footer:after{content:" ";display:table;}
.modal-footer:after{clear:both;}
.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0;}
.modal-footer .btn-group .btn+.btn{margin-left:-1px;}
.modal-footer .btn-block+.btn-block{margin-left:0;}
@media screen and (min-width:768px){.modal-dialog{width:600px;padding-top:30px;padding-bottom:30px;} .modal-content{-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.9;filter:alpha(opacity=90);}



/* Footer Copy right CSS */

.footer
{
    color: #3a4f63;
    margin: 5px 0 20px 0;
    font-size: 12px;
}
.footer a{
	color: #ff9c3c;
}
.footer a:hover
{
    border: 0;
    color: #f58c26;  
    text-decoration: underline !important;
}
.footer-ctext
{
    text-align: left; 
    padding-top: 5px;   
}
.footer-links
{
    text-align: right;    
}
.footer-verisign-seal
{
    padding-left: 10px;
}
.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}
.social i {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #1824a9;
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover { /* round facebook icon*/
    background: #4060A5;
}
.social .fa-twitter:hover { /* round twitter icon*/
    background: #00ABE3;
}
.social .fa-linkedin:hover { /* round linkedin icon*/
    background: #0094BC;
}
.social .fa-instagram:hover { /* round instagram icon*/
    background: #375989;
}



/* Responsive CSS */
/*=========================================================================================================*/

/* Mobile phones */
@media (max-width: 480px)
{    
		
}

@media (max-width: 550px)
{
    
    .container
    {
        padding: 0px 15px 0px 15px;
    }
    
    .customer-logo
    {
        padding-top: 20px;
    }
    
    #sidenav.affix
    {
        position: relative;
        top: 10px;              
    }
    #sidenav
    {
        position: relative;
        top: 10px;
        width: 100% !important;
    }
    
    .sitemap-main-wrapper
    {
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 5px;
    }
    
    .footer-ctext
    {
        text-align: center !important;
        padding-top: 5px !important;	
    }
    .footer-links
    {
        text-align: center !important;	
    }
			
}

/* Tablets */
@media (max-width: 767px){
	
	.container
    {
        padding: 0px 15px 0px 15px;
    }
    
    .header
    {
        margin: 0px;
        padding: 25px 0px 10px 0px;
    }	
	.header
	{
	    text-align: center !important;
	}
	.header .row .col-md-9 .logo-main{
		text-align: center !important;
		float: none;
        margin: 0 auto;        
	}
	
	
	.subpage-content-wrapper
    {
        margin: 10 auto;
    }
    .subpage-sidenav-wrapper
    {
        margin-top: 5px;
    }
    	
	
	#sidenav.affix
    {
        position: relative;
        top: 10px;              
    }
    #sidenav
    {
        position: relative;
        top: 10px;
        width: 100% !important;
    }    
    
    
    .sitemap-main-wrapper
    {
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 5px;
    }
    
    .footer-ctext
    {
        text-align: center !important;
        padding-top: 5px !important;	
    }
    .footer-links
    {
        text-align: center !important;	
    }
		
	
}

/* Desktop */
@media (min-width: 768px) and (max-width: 991px){
	
	#sidenav.affix-top
    {
        position: relative;
        margin-top: 40px;
        width: 150px;
    }  
    #sidenav.affix
    {
        position: fixed;
        top: 50px;
        width: 150px;
    }
    .footer-ctext
    {
        text-align: center !important;	
    }
    .footer-links
    {
        text-align: center !important;	
    }
	
}

@media (min-width: 990px) and (max-width: 1200px){
    
    #sidenav.affix-top
    {
        position: relative;
        margin-top: 40px;
        width: 200px;
    }  
    #sidenav.affix
    {
        position: fixed;
        top: 50px;
        width: 200px;
    }
	
}

@media (min-width: 1201px){
    
    #sidenav.affix-top
    {
        position: relative;
        margin-top: 40px;
        width: 250px;
    }  
    #sidenav.affix
    {
        position: fixed;
        top: 50px;
        width: 250px;
    }
	
}

.btn-primary {
    border: 1px solid #f58c26 !important;
    color: #ffffff;
    background-color: #ff9c3c !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #f58c26 !important;
    border-color: #f58c26 !important;
}
