﻿/*
UNCOMMENT TO SHOW GRID
div[class="row"] {
    border: 1px dotted rgba(0, 0, 0, 0.5);
    border-left: 1px dotted red;
    border-right: 1px dotted red;
}

div[class^="col-"] {
    background-color: rgba(255, 0, 0, 0.2);
}*/

/*.alert-danger, .text-danger{
    color: magenta !important;
}*/

.alert-danger {
  color: white !important;
  background-color: darkred !important;
  border-color: darkred !important; /*magenta*/
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
span.alert-danger{
    background-color: white !important;
    color: darkred !important;
}


.callout
{
    background-color: rgb(57, 180, 73);
    color: white;
}

body{
    font-family: Verdana, Trebuchet MS;
}

h1 {
    color: #0097e2;
    font-size: 19.86px;
    font-weight: 700;
    line-height: 1em;
    padding-top: 10px;
    text-transform: uppercase;
}

h2{
    border-bottom: 1px solid #0097e2;
    font-size: 1.4em;
    line-height: 1em;
    padding-bottom: 5px;
}

h3{
    text-transform: uppercase;
}

article {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 4px 8px #afafaf;
}

label, .label{
    color: black;
    padding-left: 0px;
    text-transform: uppercase;
}

.form-control{
    color:  #0097E2;
}

.RadPicker {
    display: block !important;
}

.navbar {
  background:url(../images/idt/bg_header.png) repeat-x;
  background-color: white;
  border-bottom-style: none;
  border-color: none;
}

.navbar-default, .navbar-inverse {
  background-color: white;
  border-color: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}

/* nav-blades - CUSTOM COMPONENT */
.nav-blades{
	border-bottom:#b3b3b3 solid 1px;
	border-top:#b3b3b3 solid 1px;
    color: black;
	background:url(../images/idt/bullet_arrow_blue.png) no-repeat 0 14px;
}

.nav-blades > li {
  float: left;
  width:100%;
}
.nav-blades > li > a {
    display:block;
    /*border-radius: 4px;*/
    border-bottom:#b3b3b3 solid 1px;
    border-top:#fff solid 1px;
    background:url(../images/idt/bullet_arrow_blue.png) no-repeat 0 14px;
    color: black;
}
.nav-blades > li + li {
  margin-left: 2px;
}
.nav-blades > li.active > a,
.nav-blades > li.active > a:hover,
.nav-blades > li.active > a:focus {
    color: black;
    display:block;
    background-color: white; /* #337ab7;*/

}

.nav-blades > .active > a > .badge {
  color: #337ab7;
  background-color: #2f467f;/* #fff;*/
}
.nav-blades > li > a > .badge {
  margin-left: 3px;
}

.fdbl-nav-top {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: transparent;
}

/** nav-tabs-inverse (custom, based on bootstrap .nav-tabs) ***************************************************************/
.nav-tabs-inverse {
    border-top: 1px solid #ddd;
}

.nav-tabs-inverse > li {
    float: left;
    margin-bottom: -1px;
}

    .nav-tabs-inverse > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 0 0 4px 4px;
    }

.nav-tabs-inverse > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs-inverse > li.active > a,
.nav-tabs-inverse > li.active > a:hover,
.nav-tabs-inverse > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-color: transparent;
}

.nav-tabs-inverse.nav-justified {
    width: 100%;
    border-top: 0;
}

.nav-tabs-inverse.nav-justified > li {
    float: none;
}

.nav-tabs-inverse.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs-inverse.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs-inverse.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs-inverse.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-inverse.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-inverse.nav-justified > .active > a,
.nav-tabs-inverse.nav-justified > .active > a:hover,
.nav-tabs-inverse.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-inverse.nav-justified > li > a {
        border-top: 1px solid #ddd;
        border-radius: 0 0 4px 4px;
    }

    .nav-tabs-inverse.nav-justified > .active > a,
    .nav-tabs-inverse.nav-justified > .active > a:hover,
    .nav-tabs-inverse.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
/* nav-mobile - modified bootstrap component */
.icon-my-account{
    background-image: url("/images/icons/idt-sprite-white.png");
    background-repeat: no-repeat;   
    background-position:0px 0px ; 
    border-image-width: 0px !important;
    width: 48px; 
    height: 48px;
}

.icon-assessments{
    background-image: url("/images/icons/idt-sprite-white.png");
    background-repeat: no-repeat;   
    background-position:-406px 0px ; 
    width: 48px; 
    height: 48px;
}

.icon-advice{
    background-image: url("/images/icons/idt-sprite-white.png");
    background-repeat: no-repeat;   
    background-position:-348px 0px ; 
    width: 48px; 
    height: 48px;
}

.icon-information{
    background-image: url("/images/icons/idt-sprite-white.png");
    background-repeat: no-repeat;   
    background-position:-580px 0px ; 
    width: 48px; 
    height: 48px;
}

.icon-companies{
    background-image: url("/images/icons/idt-sprite-white.png");
    background-repeat: no-repeat;   
    background-position:-58px 0px ; 
    width: 48px; 
    height: 48px;
}

.icon-admin{
    background-image: url("/images/icons/idt-sprite-white.png");
    background-repeat: no-repeat;   
    background-position:0px 0px ; 
    width: 48px; 
    height: 48px;
}

.icon-settings{
    background-image: url("/images/icons/idt-sprite-white.png");
    background-repeat: no-repeat;   
    background-position:-290px 0px ; 
    width: 48px; 
    height: 48px;
}

.icon-questions{
    background-image: url("/images/icons/idt-sprite-white.png");
    background-repeat: no-repeat;   
    background-position:-232px 0px ; 
    width: 48px; 
    height: 48px;
}

.icon-help{
    background-image: url("/images/icons/idt-sprite-white.png");
    background-repeat: no-repeat;   
    background-position:-174px 0px ; 
    width: 48px; 
    height: 48px;
}

.icon-log-out{
    background-image: url("/images/icons/idt-sprite-white.png");
    background-repeat: no-repeat;   
    background-position:-116px 0px ; 
    width: 48px; 
    height: 48px;
}

div.nav-mobile > div.panel
{
    border-top: 1px solid white;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-bottom: 0px;
}

div.nav-mobile > div.panel-default
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px;
}

div.nav-mobile > div.panel > div.panel-heading
{
    background-color: #2f467f;
    color: white;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-image-width:0px;

}

div.nav-mobile > div.panel > div.panel-heading > h4.panel-title
{
    background-color: #2f467f;
    border: 0px;
    color: white;
    border-image-width:0px;
}

div.nav-mobile > div.panel > div.panel-heading:hover,
div.nav-mobile > div.panel > div.panel-heading > h4.panel-title:hover,
div.nav-mobile > div.panel > div.panel-heading > h4.panel-title > a:hover
{
    color: white;
    background-color: #0097E2;
    cursor: pointer;
}

div.nav-mobile > div.panel > div.panel-collapse > div.panel-body
{
    padding-top: 0px;
    padding-bottom: 0px;
}

div.nav-mobile > div.panel > div.panel-collapse > div.panel-body > ul
{
    margin-left: -50px;
}

div.nav-mobile > div.panel > div.panel-collapse > div.panel-body > ul > li
{ 
    display:block;
    border-bottom:#b3b3b3 solid 1px;
    border-top:#fff solid 1px;
    /*background:url(../images/idt/bullet_arrow_blue.png) no-repeat 0 20px; */
    padding-left: 15px;
    color: black;
    line-height: 50px;
}

div.nav-mobile > div.panel > div.panel-collapse > div.panel-body > ul > li:hover,
div.nav-mobile > div.panel > div.panel-collapse > div.panel-body > ul > li:focus,
div.nav-mobile > div.panel > div.panel-collapse > div.panel-body > ul > li > a:hover,
div.nav-mobile > div.panel > div.panel-collapse > div.panel-body > ul > li > a:focus
{
    background-color: rgb(244, 244, 244);
    color: black;
    cursor: pointer;
}

div.nav-mobile > div.panel > div.panel-collapse > div.panel-body > ul > li:last-child
{
    border-bottom: none;
}

/* nav-strongline - CUSTOM COMPONENT */
.LeftNav{
    padding-right: 0px;
}

#ResponseUI3Col_Section_Right{
    padding-bottom: 15px;
    padding-top: 20px;
}

#ResponseUI3Col_Section_Middle > article{
    padding-bottom: 15px;
}

.nav-strongline{
    color: black;
}
.nav-strongline > li {
    color: black;
    float: left;
}
.nav-strongline > li > a {
    color: black;
}

.nav-strongline > li > a {
  position: relative;
  display: block;
  padding: 3px 15px;
  background-color: none;
}

.nav-strongline > li > a.dropdown-menu {
    color: black;
    border-radius: 0px;
    box-shadow: none;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom-style: none;
    text-align: center;
    min-width: 0px;
}


.nav-strongline > li > ul.dropdown-menu > li.active > a {
    background-color: #0097e2; /*blue*/
    color: white;
    font-weight: bold;
}

.nav-strongline > li > ul.dropdown-menu > li > a:hover {
    background-color:  #0097e2;/*blue*/
    color: white;
}

.nav-strongline > li + li {
  margin-left: 2px;
}

/*.nav-strongline > li > a,*/
.nav-strongline > li > a:hover,
.nav-strongline > li > a:focus {
    background-color: none;
    border-bottom:rgba(57, 180, 73, 1) solid 2px;
}

.nav-strongline > li.active > a,
.nav-strongline > li.active > a:hover,
.nav-strongline > li.active > a:focus {
  color: black;
  font-weight: bold;
  border-bottom: #0097e2 solid 2px;/*blue*/
}

.logo_fragomen_main {
    float: left;
	margin:10px 18px 0px 15px;
}

.mainContent{
    background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #e5e5e5 0%, #fff 400px);
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #fff 400px);
    background-image: linear-gradient(#e5e5e5, #fff);
    background: linear-gradient(#e5e5e5, #fff);
    padding-top: 20px !important;
    padding-bottom: 20px;
}

.page-header{
    margin-top: 0px;
}

.hdr_nav {
	display:block;
	float:left;
	clear:both;
	margin:24px 0 0 24px;
}

.nav_main {
	width:100%;
}

.nav_menu {
	float:left;
	text-align:left;
	width:auto;
	font-size:1.4em;
	line-height:1.2em;
	margin:0 28px 0 0;
}

.nav_main li {
	float:left;
	text-align:left;
	width:auto;
	font-size:1.4em;
	line-height:1.2em;
	margin:0 28px 0 0;
}

.nav_main li a {
	display:block;
	color:#333;
}

.nav_main li a:active, .nav_main li a:hover, .nav_main li a.active {
	border-bottom:#0097E2 solid 2px;
}


.nav_secondary li.selected a.selected {
    background-color: white;
}


.nav_secondary li.selected {
    background-color: white;
}


.welcome_page_banner {
	background:url(../images/idt/welcome_page_banner.jpg) no-repeat;
    background-position: 50% 70%;
	background-size:cover;
	width:96%;
	height:180px;
	margin:6px 2% 10px;
	float:left;
}

.hero_instructions {
	background:url(../images/idt/iStock_000019297331_Small.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:180px;
	/*margin:6px 2% 10px;*/
	float:left;
}

.important_info_banner {
	background:url(../images/idt/important_info_banner.jpg) no-repeat;
    background-position: 50% 70%;
	background-size:cover;
	width:100%;
	height:180px;
	/*margin:6px 2% 10px;*/
	float:left;
}

.traveler_details_banner {
	background:url(../images/idt/traveler_details_banner.jpg) no-repeat;
    background-position: 50% 15%;
	background-size:cover;
	width:100%;
	height:180px;
	/*margin:6px 2% 10px;*/
	/*float:left;*/
}

.trip_details_banner {
	background:url(../images/idt/trip_details_banner.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:180px;
	/*margin:6px 2% 10px;*/
	float:left;
}

.your_activities_banner {
	background:url(../images/idt/your_activities_banner.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:180px;
	/*margin:6px 2% 10px;*/
	float:left;
}

.special_rules_banner {
	background:url(../images/idt/special_rules_banner.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:180px;
	/*margin:6px 2% 10px;*/
	float:left;
}

.purpose_of_travel_banner {
	background:url(../images/idt/purpose_of_travel_banner.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:180px;
	/*margin:6px 2% 10px;*/
	float:left;
}

.btn-primary {
    background-color: #39b549;/*green*/ /*#0097e2; blue*/
    color: white;
}

.btn-secondary {
    background-color: #0097e2; /*blue*/
    color: white;
}

.panel-info{
    padding: 5px;
}

.panel-info, .panel-info article {
	background:#39b549;/*green*/
    color: white;
    box-shadow: none;
    border: none;
	/*padding:14px 0 8px;*/
}

.panel-info h2{
    font-family: Verdana, Trebuchet MS;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    /*padding-top: 14px;
    padding-bottom: 8px;*/
}

.di_disclaimer {
	background:url(../images/idt/icon_disclaimer.png) no-repeat;
    padding-left: 46px;
}

.di_exec {
	background:url(../images/idt/icon_exec.png) no-repeat;
    padding-left: 46px;
}

.di_important {
	background:url(../images/idt/icon_important.png) no-repeat;
    padding-left: 46px;

}

.di_instructions {
	background:url(../images/idt/icon_instructions.png) no-repeat;
    padding-left: 46px;
}

.di_note {
	background:url(../images/idt/icon_note.png) no-repeat;
    padding-left: 46px;
}

.di_privacy {
	background:url(../images/idt/icon_privacy.png) no-repeat;
    padding-left: 46px;
}

.di_quest {
	background:url(../images/idt/icon_quest.png) no-repeat;
    padding-left: 46px;
}

.di_terms {
	background:url(../images/idt/icon_terms.png) no-repeat;
    padding-left: 46px;
}

.di_tip {
	background:url(../images/idt/icon_tip.png) no-repeat;
    padding-left: 46px;
}

.data{
    color: #0097e2;
}

.radio-button-list input{ margin-right: 5px; }
.radio-button-list td > label, .radio-button-list td > span[disabled="disabled"] > label{ margin-right: 15px; }

.navbar .btn-default{
    color: rgb(254, 254, 254);
    border: none;
    background-color: transparent;
}

h3.results {
	/*font-size:4.0em;*/
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	margin-top:40px;
}

h4.results {
	font-size:1.8em;
	text-transform:uppercase;
	text-align:center;
	/*margin:14px 14px 0;*/
	padding:20px 0;
	color:#FFF;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

h2.results {
	font-size:1.3em;
	text-transform:uppercase;
	text-align:center;
	margin:14px 14px 0;
	padding:20px 0;
	color:#FFF;
}

.permit_no {
	background:#0097E2;
}

.permit_yes {
	background:#d02b66;
}


.panel-default > .panel-heading{
    border-bottom: 1px solid #0097e2;
}

.panel-danger {
    border-color: rgb(220, 220, 220);
}

.panel-danger > .panel-heading{
    background-color: rgb(245, 245, 245);
    border-bottom: 1px solid #0097e2;
    color: red;
    font-weight: bold;
}

.results ul{
    list-style: none;
}

.results a:visited, .results a:link{
    font-weight: bold;
    color: #39b549;
}

.results a:hover{
    font-weight: bold;
    text-decoration: underline;
}

h2 img.flag32{
    margin-left: 5px; 
    margin-bottom: 5px;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.clickable {
    cursor: pointer;
}    
.page-break-after{
    page-break-after: always;
}