/* ========================================================================================================
   This is an example of less css - here I am using the semantic grid system to reduce the use of selectors
   ======================================================================================================== */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

h2 {
    margin: 0.83em 0;
    font-size: 1.5em;
}

h3 {
    margin: 1em 0;
    font-size: 1.17em;
}

h4 {
    margin: 1.33em 0;
    font-size: 1em;
}

h5 {
    margin: 1.67em 0;
    font-size: .83em;
}

h6 {
    margin: 2.33em 0;
    font-size: .67em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000000;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace,serif;
    _font-family: 'courier new', monospace;
}

pre {
    white-space: pre-wrap;
    white-space: pre;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before,
    q:after {
        content: '';
        content: none;
    }

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

legend {
    *margin-left: -7px;
    padding: 0;
    border: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    font-size: 100%;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    *overflow: visible;
    cursor: pointer;
}

    button[disabled], html input[disabled], html select[disabled], html input[readonly], html select[readonly] {
        background-color: lightgrey;
        color: #000000;
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
    width: 100%;
    *zoom: 1;
}

    body:before,
    body:after {
        display: table;
        content: "";
    }

    body:after {
        clear: both;
    }
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}

img {
    vertical-align: middle;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    padding: 0.2em 0;
    background: #ccc;
    color: #000;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background: url(../img/bg-tile.jpg) repeat;
}

a {
    color: #2455c3;
    text-decoration: none;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

    a:hover {
        color: #64b759;
        text-decoration: underline;
    }

.img {
    max-width: 100%;
    width: 100%;
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* header */
.masthead {
    padding-top: 15px;
    width: 100%;
    border-bottom: 1px solid #c6cbd4;
    background: white;
}

/*.masthead header
    {
        background: url(../img/heart.jpg) no-repeat right center;
    }*/

#main-logo {
}

#contact-info {
    text-align: right;
}

    #contact-info p {
        color: #025185;
        /*text-transform: lowercase;*/
        font-size: 1.2em;
    }

        #contact-info p span.subtext {
            font-size: 14px;
        }
/* footer */
.footer {
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid #c6cbd4;
    background: white;
    font-size: 14px;
}

.secondary-links {
    display: inline;
    float: left;
    margin: 0 10px;
    width: 220px;
}

    .secondary-links li > ul > li {
        margin-bottom: 0.5em;
        padding: 0 0 0 15px;
        background: url(../img/link-bullet.png) no-repeat scroll left 4px transparent;
    }

    .secondary-links span {
        display: inline-block;
        margin-bottom: 0.5em;
        color: #025185;
        font-size: 18px;
    }

    .secondary-links a {
        text-decoration: none;
    }

        .secondary-links a:hover {
            text-decoration: underline;
        }

span.footerText.subtext {
    font-weight: bold;
    font-size: 13px;
}
/*.copyright {
    display: inline;
    float: left;
    margin-bottom: 2em;
    padding-left: 15px;
}*/

.current-menu-item a {
    background: #64b759;
    background: -moz-linear-gradient(top, #73c069 0%, #50ac44 100%);
    background: -ms-linear-gradient(top, #73c069 0%, #50ac44 100%);
    background: -o-linear-gradient(top, #73c069 0%, #50ac44 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73c069), color-stop(100%, #50ac44));
    background: -webkit-linear-gradient(top, #73c069 0%, #50ac44 100%);
    background: linear-gradient(to bottom, #73c069 0%, #50ac44 100%);
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* FF3.6+ */
    /* IE10+ */
    /* Old browsers */
    /* Opera 11.10+ */
    /* W3C */
}

#main-navigation {
    /* width:150px; height:150px; margin:0 auto; border:1px black solid; background:#ddd;text-align:center;*/
    position: relative;
    display: inline;
    float: left;
    margin: 0 10px;
    width: 940px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #025185;
    background: -moz-linear-gradient(top, #2477ad 0%, #025185 100%);
    background: -ms-linear-gradient(top, #2477ad 0%, #025185 100%);
    background: -o-linear-gradient(top, #2477ad 0%, #025185 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2477ad), color-stop(100%, #025185));
    background: -webkit-linear-gradient(top, #2477ad 0%, #025185 100%);
    background: linear-gradient(to bottom, #2477ad 0%, #025185 100%);
    font-size: 14px;
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* FF3.6+ */
    /* IE10+ */
    /* Old browsers */
    /* Opera 11.10+ */
    /* W3C */
}

    #main-navigation li {
        position: relative;
        display: inline-block;
        float: left;
    }

        #main-navigation li.selected a {
            background: #64b759;
            background: -moz-linear-gradient(top, #73c069 0%, #50ac44 100%);
            background: -ms-linear-gradient(top, #73c069 0%, #50ac44 100%);
            background: -o-linear-gradient(top, #73c069 0%, #50ac44 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73c069), color-stop(100%, #50ac44));
            background: -webkit-linear-gradient(top, #73c069 0%, #50ac44 100%);
            background: linear-gradient(to bottom, #73c069 0%, #50ac44 100%);
        }

        #main-navigation li.search {
            float: right;
            padding: 5px 5px 0 0;
        }

    #main-navigation a {
        display: inline-block;
        padding: 10px 15px;
        border-right: 1px solid #3b7ca7;
        border-right: 1px solid rgba(255, 255, 255, 0.22);
        color: white;
        text-decoration: none;
    }

        #main-navigation a:hover,
        #main-navigation .hovering {
            background: #64b759;
            background: -moz-linear-gradient(top, #73c069 0%, #50ac44 100%);
            background: -ms-linear-gradient(top, #73c069 0%, #50ac44 100%);
            background: -o-linear-gradient(top, #73c069 0%, #50ac44 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73c069), color-stop(100%, #50ac44));
            background: -webkit-linear-gradient(top, #73c069 0%, #50ac44 100%);
            background: linear-gradient(to bottom, #73c069 0%, #50ac44 100%);
            /* Chrome,Safari4+ */
            /* Chrome10+,Safari5.1+ */
            /* FF3.6+ */
            /* IE10+ */
            /* Old browsers */
            /* Opera 11.10+ */
            /* W3C */
        }

    #main-navigation li:first-child a {
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 0;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 3px;
        background-clip: padding-box;
    }

    #main-navigation .sub-menu {
        position: absolute;
        top: 25px;
        left: 0;
        display: none;
        padding: 0;
        min-width: 200px;
        background: #025185;
    }

        #main-navigation .sub-menu li {
            padding: 0;
            width: 100%;
        }

            #main-navigation .sub-menu li a {
                display: block;
                padding: 10px;
                border: none;
            }

                #main-navigation .sub-menu li a:hover {
                    border-radius: 0;
                    background: #64b759;
                }

    #main-navigation li:hover ul {
        display: block;
    }

    #main-navigation .hovering .sub-menu {
        display: block;
    }

#site-search {
    float: left;
    margin: 0 2px 0 10px;
    width: 150px;
}

#breadcrumbs {
    display: inline;
    float: left;
    margin: 0 10px;
    width: 940px;
}

    #breadcrumbs p {
        margin: 10px 0;
        font-size: 14px;
    }

    #breadcrumbs a, #breadcrumbs span {
        text-transform: lowercase;
    }

    #breadcrumbs .breadcrumbRight {
        font-size: 14px;
        float: right;
    }

#content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.information-inner {
    border: 1px solid #c6cbd4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f4fff9;
    padding: 10px;
}

.inner-box {
    display: block;
    padding: 10px;
    border: 1px solid #c6cbd4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f9f9f9;
}

    .inner-box::before,
    .inner-box::after {
        display: table;
        clear: both;
        content: "";
        line-height: 0;
    }

.quote {
    padding: 0 10px 0 0;
}

.main {
    display: inline;
    /*float: left;*/
    width: 100%;
    margin: 0;
}

.mainWithLinks {
    display: inline;
    float: left;
    width: 86%;
}

.mainWithLinks-wm {
    display: inline;
    float: left;
    width: 100% !important;
}

.inlineBlock {
    display: inline-block;
    vertical-align: top;
}

.quarterWidth {
    width: 24%;
}

.halfWidth {
    width: 49%;
}

.thirdWidth {
    width: 33%;
}

.fullWidth {
    width: 100%;
}

.main .fullWidth {
    display: inline;
    float: left;
}

.information h1, .information h2 {
    color: #025185;
    font-size: 1.4em;
}

.product h2 {
    margin-bottom: 10px;
    color: #025185;
    font-size: 1.2em;
}

.product p {
    margin-top: 0;
    font-size: 14px;
}

.links {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    width: 140px;
}

    .links li {
        margin-bottom: 5px;
    }

    .links a {
        padding-left: 43px;
        text-decoration: none;
        font-size: 14px;
    }

        .links a span.subtext {
            display: block;
            color: #222;
            font-size: 80%;
        }

    .links .products a {
        background: #f4fff9 url(../img/link.jpg) no-repeat left center;
    }

        .links .products a:hover {
            background: #f4fff9 url(../img/link-hover.jpg) no-repeat left center;
        }

    .links .documents a {
        background: #f4fff9 url(../img/doc-link.png) no-repeat left center;
    }

        .links .documents a:hover {
            background: #f4fff9 url(../img/doc-link-hover.png) no-repeat left center;
        }

    .links .information a {
        background: #f4fff9 url(../img/info-link.png) no-repeat left center;
    }

        .links .information a:hover {
            background: #f4fff9 url(../img/info-link-hover.png) no-repeat left center;
        }

    .links a.twitter {
        background: #f4fff9 url(../img/twitter-link.png) no-repeat left center;
    }

        .links a.twitter:hover {
            background: #f4fff9 url(../img/twitter-link-hover.png) no-repeat left center;
        }

    .links a.facebook {
        background: #f4fff9 url(../img/facebook-link.png) no-repeat left center;
    }

        .links a.facebook:hover {
            background: #f4fff9 url(../img/facebook-link-hover.png) no-repeat left center;
        }

    .links .inner-box {
        margin-bottom: 5px;
    }

.link-title {
    display: block;
    padding: 1em 0 0.5em;
    font-size: 14px;
}
/* ========== quote form ========== */
/*select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 6px;
    height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #555555;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
}*/

/*textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border: 1px solid white;
    background-color: white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}*/

select {
    width: 246px;
    height: 30px;
    border: 1px solid white;
    background-color: white;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    line-height: 30px;
    cursor: pointer;
}

textarea {
    height: auto;
}

.display-right {
    float: right;
    margin: 0;
}

.display-left {
    float: left;
    margin: 0;
}

.btn, .pushbutton-wide, #fsc-submit-1 {
    display: inline-block;
    margin-bottom: 0;
    padding: 11px 18px;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: whiteSmoke;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    /*background-image: -moz-linear-gradient(top, white, rgb(230, 230, 230));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(rgb(230, 230, 230)));
  background-image: -webkit-linear-gradient(top, white, rgb(230, 230, 230));
  background-image: -o-linear-gradient(top, white, rgb(230, 230, 230));
  background-image: linear-gradient(to bottom, white, rgb(230, 230, 230));
  background-repeat: repeat-x;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}


    .btn:hover, .pushbutton-wide:hover, #fsc-submit-1:hover {
        color: #333;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.55);
    }

    .btn.btn-small {
        padding: 5px 15px;
    }

.btn-success, .pushbutton-wide, #fsc-submit-1 {
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #64b759;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /*background-image: -moz-linear-gradient(top, rgb(98, 196, 98), rgb(81, 163, 81));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(98, 196, 98)), to(rgb(81, 163, 81)));
  background-image: -webkit-linear-gradient(top, rgb(98, 196, 98), rgb(81, 163, 81));
  background-image: -o-linear-gradient(top, rgb(98, 196, 98), rgb(81, 163, 81));
  background-image: linear-gradient(to bottom, rgb(98, 196, 98), rgb(81, 163, 81));
  background-repeat: repeat-x;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.btn-block {
    display: block;
    margin-top: 10px;
}

.btn-search {
    padding: 7px 10px;
    line-height: 14px;
}

.btn-right pull-right {
    float: right;
    margin: 0;
}

.btn-left {
    float: left;
    margin: 0;
}

.btn-center {
    margin: 0 auto;
}

.half {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.control-group {
    margin-bottom: 10px;
}

.form-horizontal .control-group::before,
.form-horizontal .control-group::after {
    display: table;
    clear: both;
    content: "";
    line-height: 0;
}

/*.control-label {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 0;
	padding-right: 5px;
	width: 140px;
	height: 30px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 3px;
	background: #045488;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: white;
	text-align: right;
	font-size: 14px;
	line-height: 30px;
}*/

.form-btn {
    margin-left: 115px;
}

.override {
    display: inline-block;
    float: none;
    margin: 0;
}

#travellers {
    display: inline-block;
    display: inline;
    float: left;
    float: none;
    margin: 0 10px;
    margin: 0;
    width: 60px;
}

#start-date,
#return-date,
#trip-type,
#destination {
    display: inline-block;
    display: inline;
    float: left;
    float: none;
    margin: 0 10px;
    margin: 0;
    width: 140px;
}

.help-inline {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    background: url(../img/icon-help.png) 0 0 no-repeat;
    vertical-align: middle;
    text-indent: -9999px;
    cursor: pointer;
}

#usp {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    /*background: url(../img/prices-from.png) 95% 100% no-repeat;*/
}

    #usp h1 {
        color: #025185;
        font-size: 1.4em;
    }

.usps li {
    margin: 0 0 15px;
    padding: 1px 0 1px 34px;
    background: url(../img/tick.png) left center no-repeat;
}

    .usps li.plus {
        background: url(../img/plus.png) left center no-repeat;
    }

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #c6cbd4;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 1.5em;
    padding: 10px;
    border: 1px solid #c6cbd4;
}

.aligncenter, img.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 10px;
    border: 1px solid #c6cbd4;
}

.contact-form-wrapper {
    clear: both;
    padding: 20px;
    background: #f1f1f1;
}

    .contact-form-wrapper input, .contact-form-wrapper select, .contact-form-wrapper textarea {
        border: 1px solid #cdcdcd;
    }

#answers {
    margin-right: 40px;
    margin-left: 40px;
    padding: 20px 0;
    border-top: 1px solid #cdcdcd;
}

    #answers h4 {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    #answers p {
        margin: 0 0 10px;
    }

#questions {
    margin-left: 55px;
}

    #questions ul {
        padding: 0;
    }

#answers ul li {
    margin-bottom: 15px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.answer-selected {
    padding: 10px 20px;
    background: #e5e6ea;
}

#price-from {
    position: absolute;
    right: 20px;
    bottom: 0px;
    padding-top: 25px;
    width: 104px;
    height: 84px;
    background: url("../img/prices-from.png") no-repeat scroll 95% 100% transparent;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    overflow: hidden;
    border: 0;
    background-color: transparent;
    *text-indent: -9999px;
}

    .ir:before {
        display: block;
        width: 0;
        height: 150%;
        content: "";
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        position: static;
        overflow: visible;
        clip: auto;
        margin: 0;
        width: auto;
        height: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    -ms-interpolation-mode: bicubic;
    display: block;
    float: left;
    margin: auto;
    max-width: none;
    border: 0;
}

.cboxIframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #fff;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 25px;
    height: 25px;
    background: url(images/border1.png) no-repeat 0 0;
}

#cboxTopCenter {
    height: 25px;
    background: url(images/border1.png) repeat-x 0 -50px;
}

#cboxTopRight {
    width: 25px;
    height: 25px;
    background: url(images/border1.png) no-repeat -25px 0;
}

#cboxBottomLeft {
    width: 25px;
    height: 25px;
    background: url(images/border1.png) no-repeat 0 -25px;
}

#cboxBottomCenter {
    height: 25px;
    background: url(images/border1.png) repeat-x 0 -75px;
}

#cboxBottomRight {
    width: 25px;
    height: 25px;
    background: url(images/border1.png) no-repeat -25px -25px;
}

#cboxMiddleLeft {
    width: 25px;
    background: url(images/border2.png) repeat-y 0 0;
}

#cboxMiddleRight {
    width: 25px;
    background: url(images/border2.png) repeat-y -25px 0;
}

#cboxContent {
    overflow: hidden;
    background: #fff;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 20px;
}

#cboxTitle {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    color: #999;
    text-align: center;
}

#cboxCurrent {
    position: absolute;
    bottom: 0px;
    left: 100px;
    color: #999;
}

#cboxLoadingOverlay {
    background: #fff url(images/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    overflow: visible;
    margin: 0;
    padding: 0;
    width: auto;
    border: 0;
    background: none;
}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    right: 42px;
    bottom: 0px;
    color: #444;
}

#cboxPrevious {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #444;
}

#cboxNext {
    position: absolute;
    bottom: 0px;
    left: 63px;
    color: #444;
}

#cboxClose {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
        /* Black prints faster: h5bp.com/s */
    }

    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;
    }
}

/* Hempstead Styles  */

.center {
    margin: 0 auto;
}


.frm {
    padding: 20px;
    width: 100%;
    border-radius: 5px;
    background: #61b8db;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .frm h1, .frm h2, .frm h3, .frm h4, .frm h5, .frm h6 {
        margin: 0px;
    }

        .frm h1 + fieldset, .frm h2 + fieldset, .frm h3 + fieldset, .frm h4 + fieldset, .frm h5 + fieldset, .frm h6 + fieldset {
            margin-top: 20px;
        }

    .frm .form-info {
        padding: 8px;
        margin-bottom: 25px;
        -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        border: 1px solid;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1;
        display: inline-block;
    }

        .frm .form-info p {
            margin: 5px;
        }

.ui-dialog .frm {
    padding: 0;
    /*width: 400px;*/
    border-radius: 0;
    background: none;
    -moz-background-clip: inherit;
    -webkit-background-clip: inherit;
    background-clip: inherit;
}

.btn-failed {
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #f00;
    color: white;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.styled {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 90%;
}

    .styled li {
        display: block;
        float: left;
        margin-right: 5px;
        padding: 5px;
        border: 1px solid #c6cbd4;
        border-radius: 3px 3px 3px 3px;
        background: rgba(0, 0, 0, 0.075);
    }

.checkbox-inline {
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 2px !important;
    width: auto !important;
    height: auto !important;
    border-radius: 2px !important;
}

.controls-inline {
    display: inline-block;
    margin: 0;
    padding: 5px;
    color: white;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
}

    .controls-inline select, .controls-inline textarea, .controls-inline input[type='text'], .controls-inline input[type='password'], .controls-inline input[type='datetime'], .controls-inline input[type='datetime-local'], .controls-inline input[type='date'], .controls-inline input[type='month'], .controls-inline input[type='time'], .controls-inline input[type='week'], .controls-inline input[type='number'], .controls-inline input[type='email'], .controls-inline input[type='url'], .controls-inline input[type='search'], .controls-inline input[type='tel'], .controls-inline input[type='color'], .controls-inline .uneditable-input {
        margin: 0;
    }

    .controls-inline .control-label {
        background: none;
    }


#spnContactInfo {
    min-width: 90%;
    display: block;
}

#spnMGAName {
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    color: #025185;
}

.footerText {
    color: rgb(50, 50, 50);
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

/*#region Tables*/

.SpecialRatesColour td {
    background-color: #6973e6;
}

.grid {
    margin: 0 0 10px 0;
    padding: 5px;
    width: 100%;
    border: solid 1px #CCCCCC;
    background-color: #F4FFF9;
    text-align: left;
    font-size: 12px;
}

    .grid .th, .tablesorter .th {
        padding: 5px;
        /*background: #61b8db !important;*/
        color: #FFFFFF;
        vertical-align: top;
        box-shadow: inset 0px -4px 16px 0px rgba(0, 0, 0, 0.1);
        background: #1e5799; /* Old browsers */
        background: -moz-linear-gradient(top, #00CCFF 0%, #00CCFF 0%, #7db9e8 100%) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #00CCFF 0%,#00CCFF 0%,#7db9e8 100%) !important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #00CCFF 0%,#00CCFF 0%,#7db9e8 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00CCFF', endColorstr='#00CCFF',GradientType=0 ); /* IE6-9 */
    }

.tha {
    background-color: #114b71;
}

.td {
    padding: 5px;
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    color: #000000 !important;
    vertical-align: top;
    font-size: 90%;
}

.tda {
    background-color: #EEE;
}

.gridFooter {
    padding: 5px;
    background-color: #6BBBDE;
    text-align: right;
}

.tblTxt {
    padding: 1px;
    width: 70px;
    text-align: right;
}



/*#region TableSorter*/

table.tablesorter {
    font-family: arial;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #e6EEEE;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
    }

    table.tablesorter thead tr .header {
        /*background-image: url(bg.gif);*/
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
    }

    table.tablesorter tbody tr.odd td {
        background-color: #F0F0F6;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url(asc.gif);
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url(desc.gif);
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #8dbdd8;
    }

div.tablesorterPager {
    padding: 10px 0 10px 0;
    background-color: #D6D2C2;
    text-align: center;
}

    div.tablesorterPager span {
        padding: 0 5px 0 5px;
    }

    div.tablesorterPager input.prev {
        width: auto;
        margin-right: 10px;
    }

    div.tablesorterPager input.next {
        width: auto;
        margin-left: 10px;
    }

    div.tablesorterPager input {
        font-size: 8px;
        width: 50px;
        border: 1px solid #330000;
        text-align: center;
    }
/*#endregion TableSorter*/

/*#endregion Tables*/


/*#region JQueryUI Overrides*/

/*.ui-dialog .ui-dialog-content input, .ui-dialog .ui-dialog-content select {
    width: 95%;
    border: 3px solid #14659A;
    border-radius: 5px;
}*/

/*#endregion JQueryUI Overrides*/

/*#region Bootstrap Stuffs*/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #2d6987;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}

    .alert-warning hr {
        border-top-color: #f8e5be;
    }

    .alert-warning .alert-link {
        color: #a47e3c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

    .alert-danger hr {
        border-top-color: #e6c1c7;
    }

    .alert-danger .alert-link {
        color: #953b39;
    }




/*#endregion Bootstrap Stuffs*/



/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=3.2.1');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

    [class^="icon-"]:before,
    [class*=" icon-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none;
    }
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
    display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

    [class^="icon-"].icon-fixed-width.icon-large,
    [class*=" icon-"].icon-fixed-width.icon-large {
        width: 1.4285714285714286em;
    }

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

    .icons-ul > li {
        position: relative;
    }

    .icons-ul .icon-li {
        position: absolute;
        left: -2.142857142857143em;
        width: 2.142857142857143em;
        text-align: center;
        line-height: inherit;
    }

[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none;
}

.icon-muted {
    color: #eeeeee;
}

.icon-light {
    color: #ffffff;
}

.icon-dark {
    color: #333333;
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-2x {
    font-size: 2em;
}

    .icon-2x.icon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.icon-3x {
    font-size: 3em;
}

    .icon-3x.icon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.icon-4x {
    font-size: 4em;
}

    .icon-4x.icon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

.icon-5x {
    font-size: 5em;
}

    .icon-5x.icon-border {
        border-width: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}

    .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
    .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-top: .05em;
    }

    .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
        margin-right: .2em;
    }

    .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-left: .2em;
    }
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

    .icon-stack [class^="icon-"],
    .icon-stack [class*=" icon-"] {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 1em;
        line-height: inherit;
        *line-height: 2em;
    }

    .icon-stack .icon-stack-base {
        font-size: 2em;
        *line-height: 1em;
    }
/* Animated rotating icon */
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none;
}


@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope-alt:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-empty:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
    content: "\f013";
}

.icon-trash:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file-alt:before {
    content: "\f016";
}

.icon-time:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download-alt:before {
    content: "\f019";
}

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle:before {
    content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-indent-left:before {
    content: "\f03b";
}

.icon-indent-right:before {
    content: "\f03c";
}

.icon-facetime-video:before {
    content: "\f03d";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-share:before {
    content: "\f045";
}

.icon-check:before {
    content: "\f046";
}

.icon-move:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-sign:before {
    content: "\f055";
}

.icon-minus-sign:before {
    content: "\f056";
}

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

.icon-question-sign:before {
    content: "\f059";
}

.icon-info-sign:before {
    content: "\f05a";
}

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-sign:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-warning-sign:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder-close:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-sign:before {
    content: "\f081";
}

.icon-facebook-sign:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-up-alt:before {
    content: "\f087";
}

.icon-thumbs-down-alt:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-empty:before {
    content: "\f08a";
}

.icon-signout:before {
    content: "\f08b";
}

.icon-linkedin-sign:before {
    content: "\f08c";
}

.icon-pushpin:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-signin:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-sign:before {
    content: "\f092";
}

.icon-upload-alt:before {
    content: "\f093";
}

.icon-lemon:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096";
}

.icon-bookmark-empty:before {
    content: "\f097";
}

.icon-phone-sign:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-hand-left:before {
    content: "\f0a5";
}

.icon-hand-up:before {
    content: "\f0a6";
}

.icon-hand-down:before {
    content: "\f0a7";
}

.icon-circle-arrow-left:before {
    content: "\f0a8";
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
}

.icon-circle-arrow-up:before {
    content: "\f0aa";
}

.icon-circle-arrow-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-beaker:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-alt:before {
    content: "\f0e5";
}

.icon-comments-alt:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-alt:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-food:before {
    content: "\f0f5";
}

.icon-file-text-alt:before {
    content: "\f0f6";
}

.icon-building:before {
    content: "\f0f7";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.icon-double-angle-up:before {
    content: "\f102";
}

.icon-double-angle-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-blank:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-close-alt:before {
    content: "\f114";
}

.icon-folder-open-alt:before {
    content: "\f115";
}

.icon-expand-alt:before {
    content: "\f116";
}

.icon-collapse-alt:before {
    content: "\f117";
}

.icon-smile:before {
    content: "\f118";
}

.icon-frown:before {
    content: "\f119";
}

.icon-meh:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard:before {
    content: "\f11c";
}

.icon-flag-alt:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-reply-all:before {
    content: "\f122";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-unlink:before {
    content: "\f127";
}

.icon-question:before {
    content: "\f128";
}

.icon-info:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-off:before {
    content: "\f131";
}

.icon-shield:before {
    content: "\f132";
}

.icon-calendar-empty:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-sign-left:before {
    content: "\f137";
}

.icon-chevron-sign-right:before {
    content: "\f138";
}

.icon-chevron-sign-up:before {
    content: "\f139";
}

.icon-chevron-sign-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-horizontal:before {
    content: "\f141";
}

.icon-ellipsis-vertical:before {
    content: "\f142";
}

.icon-rss-sign:before {
    content: "\f143";
}

.icon-play-sign:before {
    content: "\f144";
}

.icon-ticket:before {
    content: "\f145";
}

.icon-minus-sign-alt:before {
    content: "\f146";
}

.icon-check-minus:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-sign:before {
    content: "\f14a";
}

.icon-edit-sign:before {
    content: "\f14b";
}

.icon-external-link-sign:before {
    content: "\f14c";
}

.icon-share-sign:before {
    content: "\f14d";
}

.icon-compass:before {
    content: "\f14e";
}

.icon-collapse:before {
    content: "\f150";
}

.icon-collapse-top:before {
    content: "\f151";
}

.icon-expand:before {
    content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
    content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
    content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
    content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
    content: "\f158";
}

.icon-won:before,
.icon-krw:before {
    content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a";
}

.icon-file:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-by-alphabet:before {
    content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.icon-sort-by-attributes:before {
    content: "\f160";
}

.icon-sort-by-attributes-alt:before {
    content: "\f161";
}

.icon-sort-by-order:before {
    content: "\f162";
}

.icon-sort-by-order-alt:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-sign:before {
    content: "\f166";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-xing-sign:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stackexchange:before {
    content: "\f16c";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-sign:before {
    content: "\f172";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-tumblr-sign:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female:before {
    content: "\f182";
}

.icon-male:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-sun:before {
    content: "\f185";
}

.icon-moon:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}




@charset 'UTF-8';
/*
 * jQuery File Upload Plugin CSS Example 5.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://creativecommons.org/licenses/MIT/
 */
.imgThumb {
    border: solid #000000 1px;
    padding: 5px;
}


@charset 'UTF-8';
/*
 * jQuery File Upload UI Plugin CSS 5.0.6
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://creativecommons.org/licenses/MIT/
 */

.fileupload-buttonbar .ui-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}

.fileinput-button {
    overflow: hidden;
}

/* Fix for IE 6: */
*html .fileinput-button {
    padding: 2px 0;
}

/* Fix for IE 7: */
* + html .fileinput-button {
    padding: 2px 0;
}

.fileupload-buttonbar {
    padding: 0.2em 0.4em;
}

    .fileupload-buttonbar .ui-button {
        vertical-align: middle;
    }

.fileupload-content {
    padding: 0.2em 0.4em;
    border-top-width: 0;
}

    .fileupload-content .ui-progressbar {
        width: 200px;
        height: 20px;
    }

    .fileupload-content .ui-progressbar-value {
        background: url(pbar-ani.gif);
    }

    .fileupload-content .fileupload-progressbar {
        width: 400px;
        margin: 10px 0;
    }

.files {
    margin: 10px 0;
    border-collapse: collapse;
}

    .files td {
        padding: 5px;
        border-spacing: 5px;
    }

    .files img {
        border: none;
    }

    .files .name {
        padding: 0 10px;
    }

    .files .size {
        padding: 0 10px 0 0;
        text-align: right;
        white-space: nowrap;
    }

.ui-state-disabled .ui-state-disabled {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ui-state-disabled input {
    cursor: default;
}

.ui-widget-overlay {
    background: #000;
    opacity: 0.5;
}



::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}


/*#region BreadcrumbBar*/

/*.breadcrumbBar*/
/*{
    background: #f0f;
    margin:auto;
list-style-type: none;
}

.breadcrumb
{
    display:inline-block; 
    padding: 15px;
    background: #0ff; 
    border: 2px solid #f00;
}*/
.breadcrumbBar {
    /*background: #ff0;*/
    width: 100%;
    margin: auto;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 3px;
}

    .breadcrumbBar ul li {
        display: inline;
    }

    .breadcrumbBar ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        /*background: #f0f;*/
        line-height: 30px;
        color: #aaaaaa;
        /*border: 1px solid #f0f0f0;*/
        font-size: 12px;
        display: block;
    }

.breadcrumb {
    display: block;
    background: #909090;
    margin-right: 26px;
    position: relative;
    text-decoration: none;
    color: #aaaaaa;
    padding-top: 5px;
    /*padding-bottom: 5px;
    padding-right: 5px;*/
    padding: 5px 15px !important;
    right: -2px;
    margin: 3px !important;
}

    .breadcrumb > li + li:before {
        content: none !important;
        padding: 0 5px;
        color: #ccc;
    }
    /*.breadcrumb::before {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        position: absolute;
        top: 0px;
        left: -24px;
        border: 12px solid transparent;
        border-color: #909090;
        border-left-color: transparent;
    }*/


    /*.breadcrumb::after {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        position: absolute;
        top: 0px;
        right: -22px;
        border: 16px solid transparent;
        border-left-color: #909090;
    }*/

    .breadcrumb:first-of-type {
        padding-left: 15px;
        /*border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;*/
        border-radius: 10px 10px 10px 10px !important;
    }

        .breadcrumb:first-of-type:before {
            display: none;
        }

    .breadcrumb:last-of-type {
        padding-right: 15px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-right: 0px;
    }

        .breadcrumb:last-of-type:after {
            display: none;
        }

    /*.breadcrumb:hover {
		background: #B62E2E;
		color: #fff;
		text-decoration: none;
	}

		.breadcrumb:hover:before {
			border-color: #B62E2E;
			border-left-color: transparent;
		}

		.breadcrumb:hover:after {
			border-left-color: #B62E2E;
		}*/

    .breadcrumb.active {
        background: #60B7DB;
        color: #fff;
        text-decoration: none;
    }

    /*.breadcrumb.active:before {
            border-color: #60B7DB;
            border-left-color: transparent;
            padding-top: 12px !important;
            content: "" !important;
        }

        .breadcrumb.active:after {
            border-left-color: #60B7DB;
            padding-top: 3px !important;
        }*/

    /*.breadcrumb.active:hover {
			background: #B62E2E;
			color: #fff;
			text-decoration: none;
		}

			.breadcrumb.active:hover:before {
				border-color: #B62E2E;
				border-left-color: transparent;
			}

			.breadcrumb.active:hover:after {
				border-left-color: #B62E2E;
			}*/



    .breadcrumb.isDone {
        background: #123ab2;
        color: #fff;
        text-decoration: none;
    }

        .breadcrumb.isDone:before {
            border-color: #123ab2;
            border-left-color: transparent;
        }

        .breadcrumb.isDone:after {
            border-left-color: #123ab2;
        }

/*.breadcrumb.isDone:hover {
			background: #0e5700;
			color: #fff;
			text-decoration: none;
		}

			.breadcrumb.isDone:hover:before {
				border-color: #0e5700;
				border-left-color: transparent;
			}

			.breadcrumb.isDone:hover:after {
				border-left-color: #0e5700;
			}*/

/*#endregion BreadcrumbBar*/


/* BOOTSTRAP CSS OVERRIDES */

.navbar-default {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*background: #025185;
    background: -moz-linear-gradient(top, #2477ad 0%, #025185 100%);
    background: -ms-linear-gradient(top, #2477ad 0%, #025185 100%);
    background: -o-linear-gradient(top, #2477ad 0%, #025185 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2477ad), color-stop(100%, #025185));
    background: -webkit-linear-gradient(top, #2477ad 0%, #025185 100%);
    background: linear-gradient(to bottom, #2477ad 0%, #025185 100%);*/
    font-size: 14px;
    font-weight: 600;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,5ebad9+0,7db9e8+100 */
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #00CCFF 0%, #00CCFF 0%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00CCFF 0%,#00CCFF 0%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00CCFF 0%,#00CCFF 0%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00CCFF', endColorstr='#00CCFF',GradientType=0 ); /* IE6-9 */
}

    .navbar-default .navbar-nav > li > a {
        color: #FFFFFF !important;
        font: inherit;
    }

        .navbar-default .navbar-nav > li > a:hover {
            border-radius: 4px;
            /*background: #64b759;
            background: -moz-linear-gradient(top, #73c069 0%, #50ac44 100%);
            background: -ms-linear-gradient(top, #73c069 0%, #50ac44 100%);
            background: -o-linear-gradient(top, #73c069 0%, #50ac44 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73c069), color-stop(100%, #50ac44));
            background: -webkit-linear-gradient(top, #73c069 0%, #50ac44 100%);
            background: linear-gradient(to bottom, #73c069 0%, #50ac44 100%);*/
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#909090+0,909090+100 */
            background: #909090; /* Old browsers */
            background: -moz-linear-gradient(top, #909090 0%, #909090 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #909090 0%,#909090 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #909090 0%,#909090 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909090', endColorstr='#909090',GradientType=0 ); /* IE6-9 */
        }

        .navbar-default .navbar-nav > li > a:focus {
            background: #909090; /* Old browsers */
            background: -moz-linear-gradient(top, #909090 0%, #909090 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #909090 0%,#909090 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #909090 0%,#909090 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909090', endColorstr='#909090',GradientType=0 ); /* IE6-9 */
        }



header .breadcrumb > li + li:before {
    content: "" !important;
}

#QuoteBreadcrumbs .breadcrumb > li {
    color: white;
}

#QuoteBreadcrumbs .breadcrumb .active {
    color: white;
}

#QuoteBreadcrumbs .breadcrumb {
    background-color: #909090;
}


#QuoteBreadcrumbs .active {
    background-color: #68BADE;
}

fieldset {
    border: 0px;
    padding: 0px;
    line-height: 200%;
}

    fieldset .control-label {
        display: inline-block;
        padding: 6px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #61b8db;
        color: #FFFFFF;
        /*box-shadow: inset 0px -4px 16px 0px rgba(0, 0, 0, 0.1);*/
        border-radius: 4px 4px 0px 0px;
        /*border: 1px solid #304451;*/
        margin: 0px;
        text-align: left;
        float: none;
    }

    fieldset .controls {
        display: block;
        width: 100%;
    }

        fieldset .controls select {
            width: 100%;
        }

        fieldset .controls input[type="text"],
        fieldset .controls input[type="password"] {
            height: 32px;
            margin: 0px;
            width: 100%;
            color: #555;
        }

    fieldset .form-btn input {
        height: auto;
        width: auto;
        margin: 0px;
    }

    fieldset .dropdown-toggle {
        width: 100%;
    }

    fieldset .inputFrame {
        border: 1px solid #DDDDDD;
        border-radius: 0px 4px 4px 4px;
        padding: 10px;
        background: #e6f0f7;
        display: table;
        width: 100%;
    }

select {
    color: #666666 !important;
}

    select:disabled {
        color: #F9F9F9 !important;
    }

.ResidentText {
    color: #333;
}

#contentPopup {
    padding: 10px;
}

#content {
    padding-bottom: 0;
    padding-top: 0;
}

.controls input[type="text"] {
    min-height: 40px;
}

.controls input[type="checkbox"] {
    width: auto;
}

.CoverForBox {
    border: 1px solid #CCCCCC;
    padding: 5px;
    display: block;
    border-radius: 4px;
    text-align: center;
    background: white;
}

.CoverForParent {
    text-align: center;
    display: inline-block;
    min-width: 68px;
    cursor: pointer;
}


.ProductTable {
    width: 100%;
}

    .ProductTable th {
        border: 1px solid #EEEEEE;
        background: #a4cf5a;
        font-size: 9pt;
        padding: 2px;
    }

    .ProductTable td {
        border: 1px solid #EEEEEE;
        font-size: 8pt;
        padding: 2px;
        height: 50px;
    }

    .ProductTable tr:nth-child(odd) {
        background: #EEEEEE;
    }

#GenricBG {
    background: url(/wl/genric/_design/_assets/genric-background.jpg) no-repeat;
    background-size: 100%;
}

.ProductTypeBox {
    padding: 5px;
    display: block;
    border-radius: 4px;
    text-align: center;
    background: white;
}

.ProductTypeParent {
    text-align: center;
    display: inline-block;
    min-width: 68px;
    cursor: pointer;
}

.CoverOptionButton {
    margin-bottom: 0px;
}

select:disabled {
    background: #DDDDDD;
}

.PolicyHolderNumber {
    vertical-align: top;
    border-right: 1px solid #666666;
    padding-right: 5px;
}

.PolicyHolderTitle {
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 4px;
    white-space: nowrap;
}

.ImportBg {
    background-color: #5cb85c !important;
    cursor: pointer;
    color: white;
    border: 0 none;
    border-radius: 4px;
}

#ProductTabContainer {
    display: block;
    text-align: center;
    width: 100%;
}

    #ProductTabContainer .tabOn {
        background: #313b57 none repeat scroll 0 0;
        border: 1px solid #dddddd;
        border-radius: 6px 6px 0 0;
        box-shadow: 0 -15px 15px 0 rgba(0, 0, 0, 0.25) inset, 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
        color: #ffffff;
        display: inline;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.42857;
        margin-bottom: 0;
        padding: 12px 25px;
        text-align: center;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        vertical-align: middle;
        white-space: nowrap;
    }

    #ProductTabContainer .btn-success {
        border-radius: 6px 6px 0 0;
        margin: 0;
    }

.btn-success {
    padding: 6px 12px !important;
}

.tagLine {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0px;
    height: 120px;
    /*font-size: 28pt;*/
    font-size: 44pt;
    color: #1a91cd;
    font-family: "Tw Cen MT Condensed",sans-serif;
}

.setwidth {
    max-width: 232px !important;
}

.setfont {
    font-size: 12.6px;
}

.myAccountbrokername {
    color: black;
}

.navbar-nav > .active > a {
    background: #909090 none repeat scroll 0 0 !important;
    color: #909090;
}

.SearchPopup {
    font-size: 10pt;
}

    .SearchPopup .control-label {
        font-weight: normal;
        min-width: 210px;
        vertical-align: top;
    }

    .SearchPopup .form-group {
        margin: 0;
        padding: 10px;
    }

        .SearchPopup .form-group:nth-child(even) {
            background: #F0F0F0;
        }

        .SearchPopup .form-group:nth-child(odd) {
            background: #E0E0E0;
        }

label {
    display: inline-block;
    margin-bottom: 5px;
}


/* Copy To Clip Board */

.copiedtext {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(-1em);
    color: #000;
    transition: all .500s;
}

.copied .copiedtext {
    opacity: 1;
    transform: translateY(-2em);
}

#usRow td button, .grid td button {
    position: relative;
    border: 0;
    font-size: 0.835em;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-weight: bold;
    color: #FFF;
    background: #60b8db;
    transition: background .275s;
}

    #usRow td button:hover,
    #usRow td button:focus, .grid td button:hover, .grid td button:focus {
        background: #60b8db;
    }
/* End Copy To Clip Board */


/* Start product type responsive in admin panel */
.items {
    overflow: hidden; /* simple clearfix */
}

    .items .item {
        float: left;
        width: 20%;
        box-sizing: border-box;
        color: #171e42;
        padding-bottom: 4px;
        padding-left: 10px;
    }


.item p {
    width: 70px !important;
}
/* End product type responsive in admin panel */
/*Optional Extra checkbox hide*/
.OptExtraBox input[type=checkbox] {
    display: none;
}

.OptExtraBox {
    padding: 10px;
}

@media only screen and (max-device-width: 1600px) {
    .OptExtraBox {
        min-height: 320px;
    }

    .optExtraPaddingButtom {
        position: absolute;
        bottom: 70px;
    }
}

.OptExtraBox {
    position: relative;
    border: 1px solid #ddd;
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #A4CF5A;
    opacity: 0.9;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px;
    display: block;
    min-height: 325px;
    /*min-height: 300px;''PD: 13-12-2022 tasks/35443702*/
    min-width: 100%;
    border-radius: 5px;
}

select {
    color: #444444 !important;
    height: 32px !important;
    margin: 0px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 8px !important;
}

.OptExtraBox h3 {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #000000;
    margin: 0;
    margin-bottom: 5px;
}

.OptExtraBox .btn {
    position: absolute;
}

.OptExtraBox .ExtraPrice {
    color: #000000;
    margin: 10px 0;
}

.optExtraPaddingButtom {
    position: absolute;
    bottom: 70px;
}

.OptExtraBox .ExtraPriceTax {
    font-size: 11pt;
    font-style: italic;
}

#OptionalBenefitsBox {
    position: absolute;
    bottom: 45px;
    width: 100%;
    /*bottom: 60px; ''PD: 13-12-2022 tasks/35443702*/
}

.OptExtraBox {
    padding: 10px;
}

    .OptExtraBox h3 {
        font-size: 14px;
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        color: #000000;
        margin: 0;
        margin-bottom: 5px;
    }

    .OptExtraBox p {
        color: #000000;
        text-align: justify;
        font-size: 14px;
        margin: 25px 0 25px 0px;
    }

.ExtraPrice {
    font-weight: bold;
}
/*End Optional Extra checkbox hide*/

/*Policy holder*/
.form-control {
    margin-bottom: 10px;
}
/*End Policy holder*/
/*Back button Top*/
.dvBackButton {
    margin-bottom: 10px;
    margin-top: 10px;
}

a.btn.btn-default.submitted {
    padding: 10px;
    margin: 0 10px 10px 0px;
}

.btn.btn-success.pull-right {
    margin: 2px;
}

.btn.btn-failed.pull-right {
    margin: 2px;
}

.btn-width {
    width: 100%;
}

button.btn.btn-primary.policy {
    /*width: 100%;*/
    margin-top: 1px;
}
/*End Back button Top*/

.swal2-container, .swal-overlay {
    z-index: 9999999 !important;
}

.swal2-popup .swal2-content {
    font-size: 14px !important;
}

.dataTables_length select {
    width: 100px !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1250px !important;
    }
}


@media screen and (max-width: 600px) {
    .footer {
        text-align: center !important;
    }

    /*.copyright {
        display: block !important;
        float: none !important;
    }*/

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    img.logo, img.Menulogo {
        width: 100px !important;
    }

    .masthead {
        padding-top: 0px !important;
    }

    .navbar-brand {
        padding: 4px !important;
    }

    .breadcrumb, .navbar {
        margin-bottom: 5px !important;
    }

    #dvWait > img {
        padding-top: 35% !important;
    }

    #content {
        padding: 0px 0px 0px 0px;
    }
}


.swal2-popup {
    width: 30% !important;
}

    .swal2-popup #swal2-content {
        text-align: center !important;
        font-size: 18px !important;
    }

input[type="text"], input[type="password"] {
    padding-left: 5px;
}

.pleasewait {
    margin: 0px 0px !important;
    line-height: 0 !important;
}

.zoomdiv:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.1);
}

.btn-blue {
    background: #313b57 !important;
    border: 1px solid #313b57 !important;
}

.ResidentText.Position {
    position: relative;
}

.ResidentText .DivPosition {
    margin-left: 30px
}

.ResidentText .SpanPosition {
    display: block-inline;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.ResidentText .InputPosition {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 18px;
    height: 18px;
}

#tblRecentquoteslist {
    box-sizing: border-box;
    border-collapse: collapse;
}