/*  TRAVEL INFINITI THEME  */


/*  WEB FONTS  */

@import url(//fonts.googleapis.com/css?family=Ubuntu:700,700italic|Roboto:300,300italic,500,500italic);
@import url(//fonts.googleapis.com/css?family=Roboto:700,700italic|Roboto:300,300italic,500,500italic);

/*  DEFAULT DECLARATIONS  */
HTML {
	height: 100%;
}

/*  Set default attributes for all pages on the site. */
BODY {
    font-family: Roboto,Sans-serif;
	background-color: #FFF;
    margin: 0 0 50px;
}
* {
    outline: none !important;
}
/*  Normal & Visited Links  */
A, A:link, A:visited, .text-primary {
    font-weight: normal;
    color: #004b8d;
	font-size: 1em;
}

/*  Mouseover & Focused Links  */
    A:hover, A:active, A:focus {
		color: #303030;
		text-decoration: none;
	}
/*  Defines the default image to be used as a background in the login page  
#wrapper {
	background-image: url('images/background-image.jpg');
	background-size:contain;
	background-position: right;
	position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-repeat: repeat-x;
}
*/
/*  This is the sidebar container that holds the login control.  */
#sidecontent {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding-top:20px;
}
/*  Login control container  */
#divLogin {
	margin: 30px auto 0 auto;
	position: relative;
}
/*  Login control table  */
#tblLogin, #divForgotPassword, #tblChangePassword {
	background-color: #F7F7F7;
	border: 1px solid #EAEBEC;
}

DIV#divLogin>DIV:NOT(#tblLogin) {
    background: #FAFAFA;
    height: auto;
}
DIV#divLogin>DIV:NOT(#tblLogin)>.form-group {
    margin-right: 0;
}
DIV#divLogin>DIV>.col-sm-offset-3 {
    margin-left: 0;
    width: 70%;
}
DIV#divLogin>DIV>.pull-right {
    margin-right: 15px;
}
/*  Login control heading  */
#tblLogin .login-title, #tblChangePassword .login-title, #divLogin H3 {
	display: block;
	font-size: 2.5rem;
	font-weight: 300;
	background: #004b8d;
    font-family: Ubuntu, Sans-serif;
    font-weight: 700;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #FFF;
	margin: 0 0 20px 0;
	padding: 12px 15px;
    text-align: left;
}
/*  Forgot password page title  */
#divForgotPassword H4 {
	margin-top: 0;
}
#tblLogin .form-group, #tblChangePassword .form-group, #divForgotPassword .form-group {
	padding: 0 15px 0 5px;
}
#tblLogin LABEL, #tblChangePassword LABEL {
	padding-left: 5px;
	padding-right: 0;
    width: 120px;
    font-size: 0.8em;
}
#tblLogin .col-sm-9, #divForgotPassword .col-sm-9 {
	width: 70%;
}
#divForgotPassword .form-group .col-sm-9 {
    width: 100%;
}
#txtUsernameEmail {
    width: 100%;
}
#tblLogin .pull-right, #tblChangePassword .pull-right, #divForgotPassword .pull-right {
	width: 100%;
	float: none !important;
	text-align: right;
	padding: 10px;
}
.wizLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50px;
    margin-bottom: 100px;
}
#divLoginMessage {
	float: none;
	position: absolute;
	top: 233px;
	background: #FCE4E2;
	border: solid 1px #EED0CE;
	padding: 10px;
	color: #C62817;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#divDisclaimer {
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 39px;
	border: solid 1px #CCC;
	padding: 5px;
	background: #FAFAFA;
	color: #999;
	font-size: 0.8em;
}
#divDisclaimer A {
	font-size: 1em;
}

#tblLogin, #tblChangePassword {
	background-color: #F7F7F7;
	border: 1px solid #EAEBEC;
}
A#ixPowerLogo {
	width: 105px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	top: 60px;
	left: 4px;
	padding-bottom: 50px;
}
.ixPowerLogoImg {
    border: 0;
    height: 50%;
    width: 100%;
}
.container-fluid {
	margin: 0;
	border: 0;
	padding: 0 15px 0 0;
}

/*  BUTTON STYLES  */

.btn-primary, a.btn-primary, .btn-primary a {
    background-image:none;
    background-color: #303030;
    background-size: 1.4rem;
    border: solid 1px #303030;
    border-radius: 0.3rem;
    border-bottom: 0.4rem solid #1A1A1A;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    width: auto;
    line-height: 0.9rem;
    padding: 1.5rem 2rem 1.3rem 2rem;
    -webkit-transition: background-color 0.5s ease,border-color 0.5s ease;
    transition: background-color 0.5s ease,border-color 0.5s ease;
    text-decoration: none;
    outline: none;
}
.btn-primary:hover, .btn-group .btn-primary.active, a.btn-primary:hover, .btn-primary:hover a {
    background: #004b8d none;
    background-size: 1.4rem;
    border-color: #05315e;
}
.btn-primary:focus, .btn-group .btn-primary.active:focus, .btn-primary.active, .btn-primary:active, .btn-primary:active:focus, a.btn-primary:focus, .btn-primary:focus a, .btn-default:focus, .btn-default.active, .btn-default:active, .btn-default:active:focus {
    background: #004b8d none;
    background-size: 1.4rem;
    border-color: #05315e;
    color: #FFF;
}
.btn-default:focus, .btn-default.active:focus, .btn-default.active, .btn-default:active, .btn-default:active:focus {
    background-image: none;
}
.btn-default, #lnkForgotPassword, .btn-default a, a.btn-default, input[type=file]::-webkit-file-upload-button {
    background: #FFF;
    background-size: 16px;
    border: solid 1px #CCC;
    border-radius: 0.3rem;
    border-bottom: 0.4rem solid #CCC;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #303030;
    text-transform: uppercase;
    line-height: 1.4rem;
    padding: 1.2rem 2rem 1.2rem 2rem;
    -webkit-transition: background-color 0.5s ease,border-color 0.5s ease;
    transition: background-color 0.5s ease,border-color 0.5s ease;
    text-shadow: none;
    outline: none;
}
    .btn-default:hover, #lnkForgotPassword:hover, .btn-default a:hover, a.btn-default:hover, input[type=file]::-webkit-file-upload-button:hover, input[type=file]::-webkit-file-upload-button:focus  {
        background: #303030;
        border: solid 1px #303030;
        border-radius: 0.3rem;
        border-bottom: 0.4rem solid #1A1A1A;
        font-family: Roboto, sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        color: #FFF;
        width: auto;
        line-height: 1.4rem;
        padding: 1.2rem 2rem 1.2rem 2rem;
        -webkit-transition: background-color 0.5s ease,border-color 0.5s ease;
        transition: background-color 0.5s ease,border-color 0.5s ease;
        text-decoration: none;
    }
a.btn-default, a.btn-primary, .btn-default a, .btn-primary a {
    margin-bottom: 10px;
}
.btn-xs, .btn-xs:hover, .btn-xs:focus {
    padding: 0.5rem 0.8rem;
}
.btn-group .btn-primary {
    background: #FFF;
    background-size: 16px;
    border: solid 1px #CCC;
    border-radius: 0.3rem;
    border-bottom: 0.4rem solid #CCC;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #303030;
    text-transform: uppercase;
    line-height: 1.4rem;
    padding: 1.2rem 2rem 1.2rem 2rem;
    -webkit-transition: background-color 0.5s ease,border-color 0.5s ease;
    transition: background-color 0.5s ease,border-color 0.5s ease;
    text-shadow: none;
    outline: none;
}
    .btn-group .btn-primary:hover {
        background: #303030;
        border: solid 1px #303030;
        border-radius: 0.3rem;
        border-bottom: 0.4rem solid #1A1A1A;
        font-family: Roboto, sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        color: #FFF;
        width: auto;
        line-height: 1.4rem;
        padding: 1.2rem 2rem 1.2rem 2rem;
        -webkit-transition: background-color 0.5s ease,border-color 0.5s ease;
        transition: background-color 0.5s ease,border-color 0.5s ease;
        text-decoration: none;
    }

.btn-group .btn-primary.active {
    border-color: #05315e;
    background-image: none;
    padding: 1.2rem 2rem;
}
.btn-group .btn-primary.active:hover {
    background: #004b8d;
    border-color: #05315e;
}
.btn-group .btn-primary.active {
    color: #FFF;
}
.btn-group .disabled, .btn-group .active.disabled {
    opacity: 0.5;
}
#btnSignIn {
    width: 110px;
}
#lnkForgotPassword, #lnkForgotPassword:hover {
    margin: 0;
    width: 180px;
    float: left;
}
#btnGenerateDocTop {
    position: relative;
    bottom: 16px;
}
.pull-right .btn-default.btn-xs {
    position: relative;
    bottom: 6px;
}
.container {
    width: 100%;
    padding: 0 25px;
}

header.navbar {
    background: #FFF;
    height: 168px;
}
.navbar-nav {
    position: absolute;
    background: #303030;
    width: 100%;
    height: 38px;
    top: 130px;
}

.navbar-nav.navbar-right {
    padding-right: 17px;
    position: absolute;
    width: 100%;
    background: #004b8d;
    height: 32px;
    color: #FFF;
    top: 0;
}
.nabvar-nav.navbar-right>li {
    position: absolute;
}
.navbar-nav>li>a {
    height: 34px;
    padding: 8px 15px;
    color: rgba(255,255,255,0.8);
    text-shadow: none;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
    transition: color 0.5s ease,border-color 0.5s ease;
}
.navbar-nav.navbar-right>li>a {
    height: 32px;
    padding: 6px 10px;
    color: rgba(255,255,255,0.8);
    text-shadow: none;
    font-weight: 300;
    text-transform: uppercase;
}
#ManageMenu {
    position: absolute;
    right: 130px;
}
#ManageMenu>a {
    padding: 0px 5px 2px;
    height: 24px;
    text-transform: none;
    top: 4px;
    margin-right: 10px;
    transition: all 0.5s ease,border-color 0.5s ease;
    opacity: 0.8;
    border: solid 1px #004b8d;
}
    #ManageMenu>a:hover {
        border: solid 1px #004b8d;
        border-radius 4px;
        opacity: 1;
    }
#ProfileMenu {
    display:none;
}
#LogoutMenu {
    position:absolute;
    right: 20px;
    background: #303030;
    background-size: 16px;
    padding-right: 25px;
}
    #lnkSignOut {
        opacity: 0.8;
        transition: opacity 0.5s ease,border-color 0.5s ease;
    }
        #lnkSignOut::after {
            content: '';
            background: url(images/client-logout.svg) no-repeat;
            background-size: contain;
            position: absolute;
            right: -1rem;
            top: 0.9rem;
            width: 1.4rem;
            height: 1.4rem;
        }
        #lnkSignOut:hover {
            opacity: 1;
        }
#SearchWideScreen {
    width: 200px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 124px;
}
    #SearchWideScreen #SearchTerm {
        width:auto;
        background: transparent;
        border: 0;
        color: rgba(255,255,255,0.8);
        text-transform: uppercase;
        text-align: right;
    }
        #SearchTerm::-webkit-input-placeholder {
            transition: color 0.5s ease,border-color 0.5s ease;
        }
        #SearchTerm:hover::-webkit-input-placeholder { /* Chrome */
          color: rgba(255,255,255,0.9);
        }
        #SearchTerm:hover:-ms-input-placeholder { /* IE 10+ */
          color: rgba(255,255,255,0.9);
        }
        #SearchTerm:hover::-moz-placeholder { /* Firefox 19+ */
          color: rgba(255,255,255,0.9);
        }
        #SearchTerm:hover:-moz-placeholder { /* Firefox 4 - 18 */
          color: rgba(255,255,255,0.9);
        }
        #SearchTerm:focus::-webkit-input-placeholder { /* Chrome */
          color: rgba(255,255,255,1);
        }
        #SearchTerm:focus:-ms-input-placeholder { /* IE 10+ */
          color: rgba(255,255,255,1);
        }
        #SearchTerm:focus::-moz-placeholder { /* Firefox 19+ */
          color: rgba(255,255,255,1);
        }
        #SearchTerm:focus:-moz-placeholder { /* Firefox 4 - 18 */
          color: rgba(255,255,255,1);
        }

/*  Site Logo  */
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	background: transparent url('images/logo.png') no-repeat 7px;
	margin: 30px 20px;
	text-indent: -9999px !important;
	height: 100px;
	width: 300px;
	padding: 0;
	border-right: 0;
	position: relative;
    background-size: 75%;
    transition: all 300ms;
}
/* Site Logo Right Border  */
.navbar-brand:before {
	content: " ";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    border-right: 0;
}
    /*  Site Logo hover state  */
	.navbar-brand:hover, .navbar-brand:focus {
        background: transparent url('images/logo.png') no-repeat 7px !important;
        background-size: 75% !important;
}
.navbar-text {
    position: absolute;
    top: 59px;
    z-index: 1040;
    left: 300px;
    color: #303030;
    font-weight: 600;

}

H2.titleProgress, .ix-header-body H2, .titleNewForm, .page-header {
	font-size: 2.5rem;
	font-weight: 300;
    font-family: Ubuntu, Sans-serif;
    font-weight: 700;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #303030;
	padding: 12px 0px;
    outline: none;
}
.ExpandButton[src*="down-dk.png"] {
    background: url(images/Dn.png) no-repeat center;
}
.ExpandButton[src*="down-dk.png"]:hover, .ExpandButton[src*="down-dk.png"]:focus {
    background: url(images/Up.png) no-repeat center;
}
.ExpandButton[src*="up-dk.png"] {
    background: url(images/Up.png) no-repeat center;
}
.ExpandButton[src*="up-dk.png"]:hover, .ExpandButton[src*="up-dk.png"]:focus {
    background: url(images/Dn.png) no-repeat center;
}
.table>thead>tr>th, .table th, .table .sub-head {
    background: #EFEFF0 !important;
    color: #303030;
    border-bottom: 0;
    padding: 6px 10px
}
.table th a, .table .sub-head a, .table th a:visited, .table .sub-head a:visited {
    color: #303030;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0;
    font-weight: 300;
}

/*  PAGINATION CONTROLS  */
.pagination>li>a, .pagination>li>span {
    color: #303030;
    border: 1px solid #ccc;
}
.pagination>li>a:hover, .pagination>li>span:hover {
    color: #303030;
    background-color: #CCC;
    border-color: #CCC;
}
.pagination>.active>a {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
}
    .pagination>.active>a:hover, .pagination>.active>a:focus {
        background-color: #004b8d;
        border-color: #004b8d;
    }

.question-text, .question-text label, .question-text-inline, .question-text-inline label {
    color: #303030;
}
.form-control:focus {
    border-color: #004b8d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pageNav {
	white-space: nowrap;
	text-align: right;
}

	.pageNav .nav, .fr .nextPage {
		border: 0;
		margin: 5px;
		height: 42px;
		background-color: transparent;
	}
    .pageNav .nav, 

	.pageNav .nextPage, .fr .nextPage {
        background: url(images/icons/NextOff.png) no-repeat center;
        width: 70px;
        transition: background ease-in-out 150ms;
    }
		.pageNav .nextPage:hover, .fr .nextPage:hover {
            background: url(images/icons/NextOn.png) no-repeat center;
		}
	.pageNav .previousPage {
        background: url(images/icons/PreviousOff.png) no-repeat center;
        width: 100px;
	}
		.pageNav .previousPage:hover {
            background: url(images/icons/PreviousOn.png) no-repeat center;
		}
	.pageNav .save {
        background: url(images/icons/SaveOff.png) no-repeat center;
        width: 70px;
	}
		.pageNav .save:hover {
            background: url(images/icons/SaveOn.png) no-repeat center;
		}
		.pageNav .save:focus {
            background: url(images/icons/SaveFocus.png) no-repeat center;
		}
	.pageNav .preview {
        background: url(images/icons/PreviewOff.png) no-repeat center;
        width: 85px;
	}
		.pageNav .preview:hover {
            background: url(images/icons/PreviewOn.png) no-repeat center;
		}
		.pageNav .preview:focus {
            background: url(images/icons/PreviewFocus.png) no-repeat center;
		}


.sidebarTop {
    background-color: #303030;
    padding: 6px 10px 6px 10px;
    color: #fff;
    line-height: inherit;
}

#Questions, #QuestionsInner {
    padding: 0 4px 0 0px;
}
.Group {
    padding: 0 4px 4px 25px;
}
#Sections {
    width: 250px;
}
#pagesLst .nav>li, .g-error, .g-error:hover, .nav>li>a {
    transition: all 300ms ease-in-out !important;
}
#pagesList li>a {
    color: #CCC;
}
#pagesList .g-complete>a, #pagesList .g-complete>a:visited {
    color: #303030;
}
#pagesList .active>a {
    border-left-color: #004b8d;
    color: #004b8d !important;
}
#pagesList .active:hover>a, #pagesList .active:focus>a {
    background: #004b8d;
    color: #FFF !important;
}

#pagesList .g-error>a {
    background: #f5f5f5;
    color: #004b8d !important;
}

/*  BOOTSTRAP STYLES  */
.alert-info, .alert-warning, .alert-danger, .alert-success {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.lsrepeat {
    border: solid 1px #EFEFF0;
}
.accordion, .lscommand {
    background: #EFEFF0;
    border-color: #EFEFF0;
}

.fr .addPage, .fr .deletePage, .fr .fillDown, .lscommand input {
    background: url(images/repeatControls.png);
}

.fr .deletePage {
    background-position: -24px 0;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    height: 34px;
    padding: 4px 15px;
}
.modal-dialog IFRAME {
    margin-top: 25px;
    height: 180px !important;
    width: 90% !important;
}
#startupload {
    float: right;
}
.helpIcon {
    background-image: url(images/Help.png);
}
.HelpText {
    background: #303030;
    color: #FFF;
    border-color: #000;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    margin-left: 19px;
    margin-top: -3px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.075);
    box-shadow: 0 2px 2px rgba(0,0,0,.075);
}
#closeHelp {
    display: block;
    height: 16px;
    width: 16px;
    background: url(images/Close.png) no-repeat center;
    text-indent: 9999px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    right: 2px;
}

.ui-datepicker {
    width: auto;
}
.ui-datepicker-header {
    background: #004b8d;
}
.ui-widget-content a {
    color: #FFF;
}
.ui-datepicker-week-end {
    background: #EFEFF0;
}
.ui-datepicker th {
    padding: 0.5em 0.8em;
    background: #303030;
    color: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0;
    background: transparent;
    color: #303030;
    transition: all 300ms;
    padding: 6px;
    text-align: center;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
    background-color: #303030;
    color: #FFF;
    border-radius: 4px;
}
.ui-state-default.ui-state-active {
    background: #004b8d;
    color: #FFF;
    border-radius: 4px;
}
.MoveIcon {
    z-index: 50;
}

#divTemplateFinish
{
    top:220px;
}

@media screen and (max-width:767px) {
    .container-fluid {
        margin: 0;
        padding: 0;
    }
    #Sections {
        width: 0;
    }
    .navbar-nav {
        display: block;
        margin: 0;
        padding: 0;
        z-index: 100;
    }
    .navbar-nav .navbar-right {
        
    }
    .navbar-toggle {
        margin-top: 65px;
    }
    #ix-pagenavbtn {
        float: right;
        margin-top: 65px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background: #303030;
    }
    .navbar-inverse .navbar-toggle:focus {
        background: #004b8d;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
        background: #FFF;
    }
    .ix-pagenav {
        top: 168px;
        width: 100%;
    }
    .navbar-collapse {
        width: 100%;
    }
    .navbar-nav {
        top: 124px;
    }
    .navbar-nav>li {
        background: #303030;
    }
    #ManageMenu {
        background: inherit;
    }
    #ExtraDiv1 {
        position: absolute;
        background: #004b8d;
        width: 100%;
        height: 32px;
        top: 0;
        z-index: 0;
    }
    #ExtraDiv2 {
        top: 123px;
        position: absolute;
        background: #303030;
        width: 100%;
        height: 44px;
        z-index: 0;
    }
    .navbar-right #SearchWideScreen {
        display: none;
    }
	.navbar>.container-fluid .navbar-brand {
    background: transparent url('images/logo.png') no-repeat 7px;
    margin: 30px 20px;
    text-indent: -9999px !important;
    height: 100px;
    width: 220px;
    padding: 0;
    border-right: 0;
    position: relative;
    background-size: 75%;
    transition: all 300ms;
}
	#sidecontent {
    width: 100%;
    /* background-color: rgba(255,255,255,0.8); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* padding-top: 20px; */
    background: #ffffff;
	}
	#tblLogin .form-group, #tblChangePassword .form-group, #divForgotPassword .form-group {
		padding: 0 0 0 25px;
	}
}

.responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
}
.lccell {
	vertical-align: middle;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
    min-width: 80px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 80px;
}

.panel-danger>.panel-heading {
    background-image: none;
    background: #f5f5f5;
}
.panel-danger {
    border-color: #f5f5f5;	
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;	
}
.panel-default>.panel-heading {
    background-image: none;
}
.panel-default>.panel-heading {
    background-color: #ffffff;
    border-color: #f5f5f5;
}

#tblLogin, .register-container {
    border: none;
    padding: 0;
    /*background-color: #daebf7;*/
    margin: 0 auto;
    /*max-width: 400px;*/
}
