/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

del {
    text-decoration: line-through;
}

hr {
    background: transparent;
    border: 0;
    clear: both;
    color: transparent;
    height: 1px;
    margin: 0;
    padding: 0;
}

mark {
    background-color: #ffffb3;
    font-style: italic;
}

input, select {
    vertical-align: middle;
}

ins {
    background-color: red;
    color: white;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, img {
    border: 0px;
    outline: none;
    cursor: pointer;
}

/* Clearfix */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* Some basic settings */
/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */
/* HTML5 display-role reset for older browsers */
:focus, input[type=submit] {
    outline: 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.alignnone {
    height: 0px;
    font-size: 0px;
    clear: both;
    line-height: 0px;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.clear {
    clear: both;
}

/* Reset CSS END */
/* Font Awesome */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../../Fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../../Fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../Fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../Fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../Fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../Fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eeeeee;
    border-radius: 0.1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

/* General CSS */
/* Branding Colors */
/* Brand Fonts */
@font-face {
    font-family: 'Lato-Light';
    src: url("../../fonts/Lato-Light.eot");
    src: url("../../fonts/Lato-Light.eot?#iefix") format('embedded-opentype'), url("../../fonts/Lato-Light.woff") format('woff'), url("../../fonts/Lato-Light.ttf") format('truetype'), url("../../fonts/Lato-Light.svg#Lato-Light") format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Lato-LightItalic';
    src: url("../../fonts/Lato-LightItalic.eot");
    src: url("../../fonts/Lato-LightItalic.eot?#iefix") format('embedded-opentype'), url("../../fonts/Lato-LightItalic.woff") format('woff'), url("../../fonts/Lato-LightItalic.ttf") format('truetype'), url("../../fonts/Lato-LightItalic.svg#Lato-LightItalic") format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url("../../fonts/Lato-Regular.eot");
    src: url("../../fonts/Lato-Regular.eot?#iefix") format('embedded-opentype'), url("../../fonts/Lato-Regular.woff") format('woff'), url("../../fonts/Lato-Regular.ttf") format('truetype'), url("../../fonts/Lato-Regular.svg#Lato-Regular") format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Lato-Italic';
    src: url("../../fonts/Lato-Italic.eot");
    src: url("../../fonts/Lato-Italic.eot?#iefix") format('embedded-opentype'), url("../../fonts/Lato-Italic.woff") format('woff'), url("../../fonts/Lato-Italic.ttf") format('truetype'), url("../../fonts/Lato-Italic.svg#Lato-Italic") format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url("../../fonts/Lato-Bold.eot");
    src: url("../../fonts/Lato-Bold.eot?#iefix") format('embedded-opentype'), url("../../fonts/Lato-Bold.woff") format('woff'), url("../../fonts/Lato-Bold.ttf") format('truetype'), url("../../fonts/Lato-Bold.svg#Lato-Bold") format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Lato-BoldItalic';
    src: url("../../fonts/Lato-BoldItalic.eot");
    src: url("../../fonts/Lato-BoldItalic.eot?#iefix") format('embedded-opentype'), url("../../fonts/Lato-BoldItalic.woff") format('woff'), url("../../fonts/Lato-BoldItalic.ttf") format('truetype'), url("../../fonts/Lato-BoldItalic.svg#Lato-BoldItalic") format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'CenturyGothic-Regular';
    src: url("../../fonts/CenturyGothic-Regular.eot");
    src: url("../../fonts/CenturyGothic-Regular.eot?#iefix") format('embedded-opentype'), url("../../fonts/CenturyGothic-Regular.woff") format('woff'), url("../../fonts/CenturyGothic-Regular.ttf") format('truetype'), url("../../fonts/CenturyGothic-Regular.svg#CenturyGothic-Regular") format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'CenturyGothic-Italic';
    src: url("../../fonts/CenturyGothic-Italic.eot");
    src: url("../../fonts/CenturyGothic-Italic.eot?#iefix") format('embedded-opentype'), url("../../fonts/CenturyGothic-Italic.woff") format('woff'), url("../../fonts/CenturyGothic-Italic.ttf") format('truetype'), url("../../fonts/CenturyGothic-Italic.svg#CenturyGothic-Italic") format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url("../../fonts/CenturyGothic-Bold.eot");
    src: url("../../fonts/CenturyGothic-Bold.eot?#iefix") format('embedded-opentype'), url("../../fonts/CenturyGothic-Bold.woff") format('woff'), url("../../fonts/CenturyGothic-Bold.ttf") format('truetype'), url("../../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold") format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'CenturyGothic-BoldItalic';
    src: url("../../fonts/CenturyGothic-BoldItalic.eot");
    src: url("../../fonts/CenturyGothic-BoldItalic.eot?#iefix") format('embedded-opentype'), url("../../fonts/CenturyGothic-BoldItalic.woff") format('woff'), url("../../fonts/CenturyGothic-BoldItalic.ttf") format('truetype'), url("../../fonts/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic") format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Dosis-Regular';
    src: url("../../fonts/Dosis-Regular.eot");
    src: url("../../fonts/Dosis-Regular.eot?#iefix") format('embedded-opentype'), url("../../fonts/Dosis-Regular.woff") format('woff'), url("../../fonts/Dosis-Regular.ttf") format('truetype'), url("../../fonts/Dosis-Regular.svg#Dosis-Regular") format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Dosis-Bold';
    src: url("../../fonts/Dosis-Bold.eot");
    src: url("../../fonts/Dosis-Bold.eot?#iefix") format('embedded-opentype'), url("../../fonts/Dosis-Bold.woff") format('woff'), url("../../fonts/Dosis-Bold.ttf") format('truetype'), url("../../fonts/Dosis-Bold.svg#Dosis-Bold") format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Dosis-ExtraBold';
    src: url("../../fonts/Dosis-ExtraBold.eot");
    src: url("../../fonts/Dosis-ExtraBold.eot?#iefix") format('embedded-opentype'), url("../../fonts/Dosis-ExtraBold.woff") format('woff'), url("../../fonts/Dosis-ExtraBold.ttf") format('truetype'), url("../../fonts/Dosis-ExtraBold.svg#Dosis-ExtraBold") format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

/* MIXINS */
nav {
    margin: 0;
    padding: 0;
}

    nav ul {
        margin: 0;
        padding: 0;
    }

        nav ul li, nav ul li ul li {
            margin: 0;
            padding: 0;
        }

/* Form Group */
/*$heading-color-white:#ffffff;
$heading-color-blue:#003359;
$heading-color-green:#85c944;*/
*, *:focus {
    outline: none !important;
    outline-offset: -2px !important;
}

a, span {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

h1, h2, h3, h4, h5, p, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

* {
    outline: none;
}

body {
    font-family: "Lato-Regular", "Arial", sans-serif;
    font-size: 14px;
    color: #364150;
    font-weight: normal;
    background: #e7eaeb;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Heading Elements */
h1 {
    font-size: 24px;
    font-weight: normal;
    font-family: 'CenturyGothic-Regular', "Lato-Regular", "Arial", sans-serif;
    line-height: 30px;
    color: #364150;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'Dosis-Bold', "Lato-Regular", "Arial", sans-serif;
    color: #717984;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;
}

h3 {
    font-size: 19px;
    font-weight: normal;
    line-height: 22px;
    font-family: 'Dosis-Bold', "Lato-Regular", "Arial", sans-serif;
    color: #418bca;
    margin-bottom: 25px;
}

h4 {
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    font-family: 'Dosis-Bold', "Lato-Regular", "Arial", sans-serif;
    color: #364150;
    margin-bottom: 25px;
}

h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    font-family: 'Dosis-Bold', "Lato-Regular", "Arial", sans-serif;
    color: grey;
    margin-bottom: 15px;
}

/* Default Classes */
#wrap {
    width: 100%;
    height: 100%;
}

section {
    width: 100%;
}

.container {
    padding-left: 22px;
    padding-right: 22px;
}

/* Zero Margin & Padding Classes */
.zero-padding {
    padding: 0;
}

.zero-margin, .group-box .panel .form-button-notext-porcelain {
    margin: 0;
}

/* Display Classes */
.display-inline, .group-box .panel .panel-footer > div span {
    display: inline-block;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

/* Form Elements */
.no-float {
    display: block;
    color: #364150;
    padding-bottom: 20px;
}

label.required:after {
    content: "*";
    width: 0;
    height: 0;
    color: #e05d6f;
    padding-left: 3px;
    font-size: 14px !important;
}

label, span {
    font-size: 100%;
    display: inline-block;
    color: grey;
    font-weight: normal;
    line-height: 16px;
}

input {
    border-bottom: 1px solid #dbe0e2;
    padding: 4px 0 8px;
    height: 30px;
    clear: both;
    transition: all 0.15s ease-out 0s;
    position: relative;
    z-index: 10;
    font-size: 14px;
    /*width:100%;*/
}

    input.full-width {
        width: 100%;
    }

    input.input-validation-error {
        border-color: #e05d6f;
    }

textarea {
    border-bottom: 1px solid #dbe0e2;
    padding: 4px 0 8px;
    height: 30px;
    clear: both;
    transition: all 0.15s ease-out 0s;
    position: relative;
    z-index: 10;
    font-size: 14px;
    /*width:100%;*/
    height: 80px;
    resize: none;
}

    textarea.full-width {
        width: 100%;
    }

    textarea.input-validation-error {
        border-color: #e05d6f;
    }

    input:not([class*="col-"]), textarea:not([class*="col-"]) {
        width: 100%;
    }

input[type="radio"], input[type="checkbox"] {
    margin: 0;
    width: auto;
    border-bottom: none;
    padding: 0;
    height: auto;
    z-index: auto;
}

/* Primary Button */
.pull-right .form-button-primary, .pull-right .form-button-with-text-primary {
    margin: 0 0 0 15px;
}

.form-button-primary.pull-right, .form-button-with-text-primary.pull-right {
    margin: 0 0 0 15px;
}

.form-button-primary {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
    background: #99DDF3;
    color: #4d4d4d;
}

.form-button-notext-primary {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
    width: 30px;
    height: 30px;
    background: none;
    padding: 0 !important;
    background: #f9e800;
    color: #4d4d4d;
}

    .form-button-notext-primary i {
        font-size: 18px;
    }

.form-button-with-text-primary {
    padding: 6px 7px;
    height: 30px;
    background: #f9e800;
    color: #4d4d4d;
}

    .form-button-with-text-primary i {
        margin-right: 7px;
    }

/* Oxford Blue Button */
.form-button-oxford-blue.pull-right, .form-button-with-text-oxford-blue.pull-right {
    margin: 0 0 0 15px;
}

.form-button-oxford-blue {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
    background: #364150;
    color: white;
}

.form-button-notext-oxford-blue {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
    width: 30px;
    height: 30px;
    background: none;
    padding: 0 !important;
    background: #364150;
    color: white;
}

    .form-button-notext-oxford-blue i {
        font-size: 18px;
    }

.form-button-with-text-oxford-blue {
    padding: 6px 7px;
    height: 30px;
    padding: 6px 7px;
    height: 30px;
    background: #364150;
    color: white;
}

    .form-button-with-text-oxford-blue i {
        margin-right: 7px;
    }

    .form-button-with-text-oxford-blue i {
        margin-right: 7px;
    }

/* Boston Blue Button */
.form-button-boston-blue.pull-right, .form-button-with-text-boston-blue.pull-right {
    margin: 0 0 0 15px;
}

.form-button-boston-blue {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
    background: #418bca;
    color: white;
}

.form-button-notext-boston-blue {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
    width: 30px;
    height: 30px;
    background: none;
    padding: 0 !important;
    background: #418bca;
    color: white;
}

    .form-button-notext-boston-blue i {
        font-size: 18px;
    }

.form-button-with-text-boston-blue {
    padding: 6px 7px;
    height: 30px;
    background: #418bca;
    color: white;
}

    .form-button-with-text-boston-blue i {
        margin-right: 7px;
    }

/* Gray Button */
.form-button-gray.pull-right, .form-button-with-text-gray.pull-right {
    margin: 0 0 0 15px;
}

.form-button-gray {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
    background: #cccccc;
    color: #364150;
}

.form-button-notext-gray {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
    width: 30px;
    height: 30px;
    background: none;
    padding: 0 !important;
    background: #418bca;
    color: white;
}

    .form-button-notext-gray i {
        font-size: 18px;
    }

.form-button-with-text-gray {
    padding: 6px 7px;
    height: 30px;
    background: #cccccc;
    color: #364150;
}

    .form-button-with-text-gray i {
        margin-right: 7px;
    }

/* Amber */
.form-button-amber.pull-right, .form-button-with-text-amber.pull-right {
    margin: 0 0 0 15px;
}

.form-button-amber {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
    background: #f3c000;
    color: white;
}

.form-button-notext-amber {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
    width: 30px;
    height: 30px;
    background: none;
    padding: 0 !important;
    background: #f3c000;
    color: white;
}

    .form-button-notext-amber i {
        font-size: 18px;
    }

.form-button-with-text-amber {
    padding: 6px 7px;
    height: 30px;
    background: #f3c000;
    color: white;
}

    .form-button-with-text-amber i {
        margin-right: 7px;
    }

/* Porcelain */
.form-button-notext-porcelain {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
    width: 30px;
    height: 30px;
    background: none;
    padding: 0 !important;
    background: #e7eaeb;
    color: white;
}

    .form-button-notext-porcelain i {
        font-size: 18px;
    }

    .form-button-notext-porcelain i {
        color: #418bca;
    }

/* Boston Blue border Button */
.form-button-boston-blue.pull-right, .form-button-with-text-boston-blue.pull-right {
    margin: 0 0 0 15px;
}

.form-button-blue-border {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
    /*background:$button-boston-blue-color;*/
    color: #418bca;
    border: 1px #418bca solid;
    background-color: white;
}

.form-button-with-text-blue-border {
    padding: 6px 7px;
    height: 30px;
    /*background:$button-boston-blue-color;*/
    color: #418bca;
    border: 1px #418bca solid;
    background-color: white;
}

    .form-button-with-text-blue-border i {
        margin-right: 7px;
    }

    .form-button-with-text-blue-border i {
        color: #717984;
    }

.pull-right .form-button, .pull-right .form-button-notext, .pull-right .form-button-text {
    margin: 0 0 0 5px;
}

.form-button {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
}

.form-button-notext {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
    width: 30px;
    height: 30px;
    background: none;
    padding: 0 !important;
}

    .form-button-notext i {
        font-size: 18px;
    }

.form-button-text {
    padding: 10px 20px;
    border: none;
    margin: 0;
    outline: none;
    overflow: visible;
    cursor: pointer;
    float: left;
    margin: 0 15px 0 0;
    padding: 6px 7px;
    height: 30px;
}

    .form-button-text i {
        margin-right: 7px;
    }

/* Inline List */
.list-inline {
    margin: 0;
}

    .list-inline .form-button, .list-inline .form-button-notext, .list-inline .form-button-text {
        margin: 0;
        float: none;
    }

/*.button-primary{@include button-primary;}
.button-grey{@include button-gray;}*/
.text-danger {
    color: #e05d6f;
}

.ui-messages {
    font-size: 12px;
    font-style: italic;
    color: #aeb3b9;
    line-height: 30px;
}

.field-validation-error {
    width: 100%;
    padding-right: 25px;
    font-style: italic;
    font-size: 12px;
    height: 22px;
    position: absolute;
    bottom: 6px;
    left: 0;
}

    .field-validation-error span, .field-validation-error ul li, .field-validation-error ul li ul li {
        color: #e05d6f;
        line-height: 22px;
        display: block;
    }

.icon-help {
    color: #67a514;
}

.fa.icon-blue {
    color: #418bca;
    font-size: 18px;
}

.dashed-border-hr {
    border-right: 1px dashed #aeb3b9;
}

.dashed-border-vr {
    border-top: 1px dashed #aeb3b9;
}

.checkbox {
    margin-top: 15px;
}

    .checkbox .checkbox-inline {
        margin-right: 20px;
        margin-top: 0;
    }

.checkbox-inline label {
    padding-left: 0;
}

.checkbox-custom > i {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    height: 20px;
    line-height: 1;
    margin-left: -20px;
    margin-right: 4px;
    margin-top: -2px;
    position: relative;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    width: 20px;
}

    .checkbox-custom > i::before {
        background-color: transparent;
        content: "";
        height: 0;
        left: -100%;
        position: absolute;
        top: 50%;
        transition: all 0.2s ease 0s;
        width: 0;
        z-index: 1;
    }

.checkbox-custom input:checked + input + i, .checkbox-custom input:checked + i {
    background-color: #428bca;
    border-color: #428bca;
}

    .checkbox-custom input:checked + input + i::before, .checkbox-custom input:checked + i::before {
        background-color: white;
        height: 12px;
        left: 3px;
        top: 3px;
        width: 12px;
    }

    .checkbox-custom input:checked + input + i + label + span {
        color: #f9e800;
    }

.checkbox-custom input[type='radio'] + i, .checkbox-custom input[type='radio'] + i:before {
    border-radius: 50%;
}

.msg-no-record {
    text-align: center;
}

/*file upload*/
.file-upload-lg {
    border: 2px #aeb3b9 dashed;
    padding: 60px 25px;
    text-align: center;
    font-family: "Lato-Regular", "Arial", sans-serif;
    color: grey;
    position: relative;
    overflow: hidden;
    width: inherit;
    margin-bottom: 20px;
}

    .file-upload-lg i {
        font-size: 30px;
        opacity: 0.2;
        margin-bottom: 15px;
    }

    .file-upload-lg span {
        color: #418bca;
    }

    .file-upload-lg input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        padding: 100px;
    }

    .file-upload-lg canvas {
        height: 100%;
        left: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

.file-upload {
    border: 2px #aeb3b9 dashed;
    padding: 60px 25px;
    text-align: center;
    font-family: "Lato-Regular", "Arial", sans-serif;
    color: grey;
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 210px;
}

    .file-upload i {
        font-size: 30px;
        opacity: 0.2;
        margin-bottom: 15px;
    }

    .file-upload span {
        color: #418bca;
    }

    .file-upload input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        padding: 100px;
    }

    .file-upload canvas {
        height: 100%;
        left: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

/*for Bootstrap Touchspin*/
.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .bootstrap-touchspin .input-group-btn-vertical .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px 10px;
        margin-left: -1px;
        position: relative;
        border-right: none;
        border-left: none;
        border-top: none;
        border-bottom: 1px #418bca solid;
    }

    .bootstrap-touchspin .input-group-btn-vertical .touch-spiner {
        display: inherit;
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        border-radius: 0;
        border-top-right-radius: 4px;
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        margin-top: -2px;
        border-radius: 0;
        border-bottom-right-radius: 4px;
    }

    .bootstrap-touchspin .input-group-btn-vertical i {
        position: absolute;
        top: -5px;
        left: 5px;
        font-size: 15px;
        font-weight: normal;
        color: #aeb3b9;
    }

/*for hide type=number default arrow*/
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*for slider*/
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal {
        width: 210px;
        height: 20px;
    }

        .slider.slider-horizontal .slider-track {
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .slider.slider-horizontal .slider-handle {
            margin-left: -10px;
            margin-top: -8px;
        }

            .slider.slider-horizontal .slider-handle.triangle {
                border-width: 0 10px 10px 10px;
                width: 0;
                height: 0;
                margin-top: 0;
                border-color: transparent;
                border-bottom-color: black;
            }

    .slider.slider-vertical {
        height: 210px;
        width: 20px;
    }

        .slider.slider-vertical .slider-track {
            height: 100%;
            left: 50%;
            top: 0;
            width: 6px;
            margin-left: -2px;
        }

        .slider.slider-vertical .slider-selection {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
        }

        .slider.slider-vertical .slider-handle {
            margin-left: -8px;
            margin-top: -10px;
        }

            .slider.slider-vertical .slider-handle.triangle {
                border-width: 10px 0 10px 10px;
                width: 1px;
                height: 1px;
                margin-left: 0;
                border-left-color: black;
            }

    .slider.disabled .slider-track {
        cursor: not-allowed;
    }

    .slider input {
        display: none;
    }

    .slider .tooltip {
        display: none;
    }

        .slider .tooltip.top {
            margin-top: -10px;
        }

    .slider:hover .tooltip {
        display: block;
    }

    .slider .tooltip-inner {
        white-space: nowrap;
    }

    .slider .hide {
        display: none;
    }

    .slider .slider-track {
        position: absolute;
        cursor: pointer;
        background-color: white;
        border: 1px solid #dee0df;
        height: 6px;
        border-radius: 3px;
    }

    .slider .slider-selection {
        position: absolute;
        /*@include box-sizing(border-box);*/
        background-color: #418bca;
        background-image: none;
        border-radius: 3px;
    }

    .slider .slider-handle {
        position: absolute;
        width: 20px;
        height: 20px;
        outline: none;
        background-color: white;
        background-image: none;
        border: 1px solid;
        border-color: #418bca;
        /*@include box-shadow(1px 1px 1px $transparent-black-05);*/
    }

        .slider .slider-handle.round {
            border-radius: 20px;
        }

        .slider .slider-handle.triangle {
            background: transparent none;
        }

.content-ratio label + .col-lg-2:first-child {
    margin-top: 7px;
}

/*cart header*/
.card-header {
    padding: 15px 15px 10px;
    border-bottom: 1px #aeb3b9 solid;
    font-family: "Lato-Bold", "Arial", sans-serif;
}

/* SelectBox CSS */
.bootstrap-select .btn-default {
    border-bottom: 1px solid #dbe0e2;
    padding: 4px 0 8px;
    height: 30px;
    clear: both;
    transition: all 0.15s ease-out 0s;
    position: relative;
    z-index: 10;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #dbe0e2;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background: none;
    border-color: #dbe0e2;
    box-shadow: none;
}

.bootstrap-select {
    margin-top: 5px;
    /*width: 220px \0;*/
    /*IE9 and below*/
}

    .bootstrap-select > .btn {
        width: 100%;
        padding-right: 25px;
        border-radius: 0;
    }

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}

.bootstrap-select > button > span {
    line-height: normal;
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

    .bootstrap-select.form-control:not([class*="col-"]) {
        width: 100%;
    }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    /*float: none;*/
    display: inline-block;
    margin-left: 0;
}

    .bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
        float: right;
    }

.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

    .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    border: 1px #aeb3b9 solid;
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        position: relative;
    }

        .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
            color: #64b1d8;
            color: rgba(100, 177, 216, 0.4);
        }

        .bootstrap-select.btn-group .dropdown-menu li.disabled a {
            cursor: not-allowed;
        }

        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer;
        }

            .bootstrap-select.btn-group .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                display: none;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.text {
                display: inline-block;
            }

        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: 0.5em;
        }

    .bootstrap-select.btn-group .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: whitesmoke;
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        pointer-events: none;
        opacity: 0.9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: whitesmoke;
    margin: 0 5px;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-bottom-color: rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-bottom: 0;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-top-color: rgba(204, 204, 204, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox, .bs-actionsbox {
    padding: 4px 8px;
}

.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
    margin-bottom: 0;
    width: 100%;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

/* Tabular Listing */
table {
    margin-bottom: 0;
}

    table th {
        border-bottom: 1px solid #717984;
        height: 48px;
    }

        table th.footable-sorted, table th.footable-sorted-desc {
            border-bottom: 3px solid #f9e800;
        }

    table:not([class*="col-"]) {
        width: 100%;
    }

    table th, table td {
        padding: 15px 12px;
        text-align: left;
        font-size: 14px;
        color: #364150;
        font-family: "Lato-Regular", "Arial", sans-serif;
    }

        table th .footable-sort-indicator, table td .footable-sort-indicator {
            margin-left: 13px;
            vertical-align: top;
            color: #aeb3b9;
        }

        table th .Format-img, table td .Format-img {
            max-width: 50px;
            font-size: 25px;
            color: #aeb3b9;
        }

        table th .allowed, table td .allowed {
            height: auto;
            color: #418bca;
        }

        table th .removed, table td .removed {
            height: auto;
            color: #e05d6f;
        }

    table td {
        border-bottom: 1px solid #aeb3b9;
        border-left: none;
        border-right: none;
        background: white;
        font-size: 14px;
        color: grey;
    }

    table tr:last-child td {
        border-bottom: none;
    }

/* Card Panel Common CSS */
.card-panel {
    padding-top: 30px;
}

.card-panel-left {
    padding-top: 30px;
    padding-right: 20px;
}

.card-panel-right {
    padding-top: 30px;
    padding-left: 20px;
}

/* */
/* Drop Panel */
.drop-panel {
    border: 1px solid #e7eaeb;
    display: none;
    position: relative;
    width: 100%;
    margin: 0 30px 20px 0;
    transition: all 0.2s ease;
    width: auto;
    padding: 20px;
}

    .drop-panel:before, .drop-panel:after {
        content: " ";
        display: table;
    }

    .drop-panel:after {
        clear: both;
    }

    .drop-panel input {
        height: 34px;
    }

    .drop-panel button {
        margin: 0 0 0 15px;
    }

/* Panel Close */
.close-link {
    background: #eeeeee;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 0 100% !important;
    padding: 6px 9px 8px;
}

    .close-link i {
        bottom: 3px;
        position: relative;
        right: -4px;
        color: #333333;
    }

/* Header */
header {
    background: white;
    padding: 0;
    border-bottom: 1px solid #e7eaeb;
}

    header.col-lg-12 {
        padding-left: 22px;
        padding-right: 22px;
        background: rgba(70, 65, 157, 1);
        background: -moz-linear-gradient(top, rgba(70, 65, 157, 1) 0%, rgba(32,124,229,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(70, 65, 157, 1)), color-stop(100%, rgba(32,124,229,1)));
        background: -webkit-linear-gradient(top, rgba(70, 65, 157, 1) 0%, rgba(32,124,229,1) 100%);
        background: -o-linear-gradient(top, rgba(70, 65, 157, 1) 0%, rgba(32,124,229,1) 100%);
        background: -ms-linear-gradient(top, rgba(70, 65, 157, 1) 0%, rgba(32,124,229,1) 100%);
        background: linear-gradient(to bottom, rgba(70, 65, 157, 1) 0%, rgba(32,124,229,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
    }

    header .branding {
        float: left;
        width: 187px;
        padding: 13px 0 14px;
        border-right: 1px solid #e7eaeb;
    }

        header .branding .openloop-logo {
            background: url(../../Images/logo.png) left top no-repeat;
            width: 90px;
            height: 38px;
            display: block;
        }

    header .nav-left li a, header .nav-right li a {
        color: #4d4d4d;
        display: block;
        line-height: 66px;
        text-align: center;
        font-size: 18px;
    }

    header .nav-left li {
        float: left;
        width: 55px;
        border-right: 1px solid #e7eaeb;
    }

        header .nav-left li a:hover {
            background: #e7eaeb;
        }

    header .nav-right {
        float: right;
    }

        header .nav-right li {
            vertical-align: top;
            display: inline-block;
            padding-left: 15px;
        }

            header .nav-right li > a {
                display: inline-block;
                position: relative;
                text-decoration: none;
            }

                header .nav-right li > a .bg-lightred {
                    background-color: #e05d6f;
                    color: white;
                }

                header .nav-right li > a .badge {
                    border-radius: 10px;
                    color: white;
                    display: inline-block;
                    font-size: 10px;
                    font-weight: 700;
                    line-height: 1;
                    min-width: 6px;
                    padding: 2px 4px;
                    text-align: center;
                    vertical-align: middle;
                    white-space: nowrap;
                }

            header .nav-right li.notifications a {
                font-size: 20px;
            }

            header .nav-right li.notifications span {
                right: -5px;
                position: absolute;
                top: 15px;
            }

            header .nav-right li.nav-profile img {
                border-radius: 20px;
                border: 1px solid #4d4d4d;
                margin-top: -5px;
                margin-right: 5px;
                background:white;
            }

            header .nav-right li.nav-profile span {
                display: inline-block;
                font-size: 14px;
                line-height: 14px;
                vertical-align: middle;
                font-family: "Lato-Bold", "Arial", sans-serif;
                font-weight: normal;
                text-align: left;
                /*color: #4d4d4d;*/
                color:white;
            }

                header .nav-right li.nav-profile span small {
                    font-size: 12px;
                    font-family: "Lato-Regular", "Arial", sans-serif;
                    font-weight: normal;
                    display: block;
                }

            header .nav-right li.nav-profile i {
                /*color: #4d4d4d;*/
                color:white;
                font-size: 16px;
                margin-left: 4px;
            }

    header .profile-dropdown {
        display: none;
        background: #364150;
        height: 97px;
        position: absolute;
        right: -10px;
        top: 66px;
        width: 170px;
        z-index: 999;
    }

        header .profile-dropdown > i {
            color: white;
            font-size: 14px;
            right: 5px;
            margin-left: -4px;
            position: absolute;
            top: -10px;
        }

        header .profile-dropdown li {
            margin: 0 8px;
        }

            header .profile-dropdown li:last-child {
                border-bottom: none;
            }

            header .profile-dropdown li a {
                color: white;
                font-size: 14px;
                padding: 8px 5px;
                text-decoration: none;
                display: block;
                /*&:hover{
                    color:$boston-blue;
                }*/
            }

                header .profile-dropdown li a i {
                    margin-right: 5px;
                }

/* Navigation */
nav.navigation {
    background: rgba(70, 65, 157, 1);
    background: -moz-linear-gradient(left, rgba(70, 65, 157, 1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70, 65, 157, 1)), color-stop(100%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(left, rgba(70, 65, 157, 1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(left, rgba(70, 65, 157, 1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(left, rgba(70, 65, 157, 1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(to right, rgba(70, 65, 157, 1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
    /*background: white;*/
    height: 100%;
    clear: both;
    color: #364150;
    overflow: auto;
    padding: 0;
    max-width: 209px;
}

    nav.navigation > ul li,nav.navigation > ul li ul li {
        overflow: hidden;
        position: relative;
        /* text color and icon color on hover */
        /* text color and icon color on active */
        /*&.active li a, &.active li i{
				color:rgba(255, 255, 255, 0.5);
			}*/
        /* Sub Navigation */
    }

        nav.navigation > ul li.open > a , nav.navigation > ul li> ul li.open > a {
            background: #98baea;
            /*color: #4d4d4d;*/
        }

        nav.navigation > ul li > a, nav.navigation > ul li > ul li> a {
            display: block;
        }

        nav.navigation > ul li a ,nav.navigation > ul li ul li a{
            font-size: 14px;
            /*color: #777777;*/
            color:white;
            text-decoration: none;
            position: relative;
            line-height: 40px;
            padding: 0 0 0 22px;
        }

            nav.navigation > ul li a i, nav.navigation > ul li a span, nav.navigation > ul li ul li a span,
            nav.navigation > ul li ul li a i  {
                display: inline-block;
            }

            nav.navigation > ul li a i,nav.navigation > ul li ul li a i {
                font-size: 20px;
                margin: 0 7px 0 0;
                width: 20px;
                box-sizing: initial;
                -moz-transition: all 0.2s ease-out;
                -o-transition: all 0.2s ease-out;
                -webkit-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
            }

            nav.navigation > ul li a span, nav.navigation > ul li ul li a span {
                font-family: "Lato-Bold", "Arial", sans-serif;
                color:white;
            }

            nav.navigation > ul li a .pull-right,nav.navigation > ul li ul li a .pull-right {
                font-size: 10px;
                margin-top: 1.6em;
                width: 10px;
            }

        nav.navigation > ul li > a:hover, nav.navigation > ul li> ul li > a:hover {
            background: rgba(0, 0, 0, 0.2);
        }

        nav.navigation > ul li :hover, nav.navigation > ul li :hover > i,
         nav.navigation > ul li ul li :hover, nav.navigation > ul li ul li :hover > i {
            /*color: #4d4d4d;*/
            /*color:#4d4d4d;*/
        }

        nav.navigation > ul li.active > a, nav.navigation > ul li .active > i ,
        nav.navigation > ul li> ul li.active > a, nav.navigation > ul li> ul li .active > i {
            color: #4d4d4d;
        }

        nav.navigation > ul li.active > a,
         nav.navigation > ul li> ul li.active > a {
            background: #99DDF3;
        }

            nav.navigation > ul li.active > a, nav.navigation > ul li.active > a span, nav.navigation > ul li.active:hover > a, nav.navigation > ul li.active:hover > a i, nav.navigation > ul li.active:hover > a span {
                color: #4d4d4d;
            }

        nav.navigation > ul li ul.sub-navigation {
            background: #e6e6e6;
        }

            nav.navigation > ul li ul.sub-navigation li {
                /*& > a:hover{
                        background: none;
                    }
                    :hover, :hover > i, :hover > span{
				        color:$oxford-blue;
			        }
                    &.active a{
				        background:none;
                        color:$oxford-blue;
			        }
                    &.active.open, &.active:hover > a, &.active:hover > a i, &.active:hover > a span{
                        color:$oxford-blue;
                    }*/
            }

                nav.navigation > ul li ul.sub-navigation li.open > a {
                    background: none;
                    color: #4d4d4d;
                }

                nav.navigation > ul li ul.sub-navigation li span {
                    font-family: "Lato-Regular", "Arial", sans-serif;
                }

        nav.navigation > ul li li {
            /*&.active{
                    ul{
                        background:$bombay;
                    }
                }
				&.active:hover a{
					color:#364150;
				}
                &.active li a, &.active li i{
				    color:#364150;
			    }*/
            /*&.active:hover > a, &.active:hover > a i, &.active:hover > a span{
				    color:#fff;
			    }*/
        }

            nav.navigation > ul li li a,  nav.navigation > ul li li ul li li a {
                /*font-size:13px;*/
                line-height: 30px;
                color: #364150;
                /*padding-left:52px;*/
            }

                nav.navigation > ul li li a i {
                    font-size: 14px;
                    width: 5px;
                    /*padding:0 5px 0 0;*/
                }

                nav.navigation > ul li li a span,  nav.navigation > ul li li ul li a span {
                    font-weight: normal;
                }

            nav.navigation > ul li li li a, nav.navigation > ul li li ul li a {
                padding-left: 35px;
            }

.ink {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

    /*animation effect*/
    .ink.animate {
        -webkit-animation: ripple 0.65s linear;
        animation: ripple 0.65s linear;
    }

@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {
        opacity: 0;
        transform: scale(5);
    }
}

/* Main CSS END */
/*card border*/
.card-border {
    border: 1px #aeb3b9 solid;
}

/*file upload small*/
.file-upload-small {
    border: 2px #aeb3b9 dashed;
    padding: 2px 12px;
    width: 170px;
    text-align: center;
    font-family: "Lato-Regular", "Arial", sans-serif;
    color: grey;
    position: relative;
    overflow: hidden;
    margin: 10px;
    height: 70px;
}

    .file-upload-small i {
        font-size: 30px;
        opacity: 0.2;
        margin-bottom: 0px;
    }

    .file-upload-small span {
        color: #418bca;
    }

    .file-upload-small input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        padding: 32px;
    }

    .file-upload-small canvas {
        height: 100%;
        left: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

/*dropzone*/
.dropZone {
    cursor: default;
    left: 0;
    padding: 32px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.text-blue {
    color: #418bca;
}

/* Build Media Owner*/
.build-media-owner {
    padding: 5px 20px;
}

    .build-media-owner .media-owner-name {
        line-height: 90px;
    }

/* Footable */
.footable {
    width: 100%;
}

    .footable.breakpoint > tbody > tr.footable-detail-show > td {
        border-bottom: none;
    }

        .footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
            font-family: "FontAwesome";
            content: "";
        }

    .footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
        cursor: pointer;
    }

    .footable.breakpoint > tbody > tr > td.footable-cell-detail {
        background: #eeeeee;
        border-top: none;
    }

    .footable.breakpoint > tbody > tr > td > span.footable-toggle {
        display: inline-block;
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        padding-right: 5px;
        font-size: 14px;
    }

        .footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
            font-family: "FontAwesome";
            content: "";
        }

    .footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
        font-size: 18px;
    }

    .footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
        font-size: 24px;
    }

    .footable .footable-row-detail-inner {
        display: table;
    }

    .footable .footable-row-detail-row {
        display: table-row;
        line-height: 1.5em;
    }

    .footable .footable-row-detail-group {
        display: block;
        line-height: 2em;
        font-size: 1.2em;
        font-weight: bold;
    }

    .footable .footable-row-detail-name {
        display: table-cell;
        font-weight: bold;
        padding-right: 0.5em;
    }

    .footable .footable-row-detail-value {
        display: table-cell;
    }

    .footable .footable-sortable .footable-sort-indicator:after {
        float: right;
        margin: 0px 0px 0 0;
        content: "";
        font-family: "FontAwesome";
        display: block;
    }

    .footable .footable-sortable.footable-sorted .footable-sort-indicator:after {
        content: "";
    }

    .footable .footable-sortable.footable-sorted-desc .footable-sort-indicator:after {
        content: "";
    }

/* Content Area */
#content-area {
    height: 100%;
    /*.col-lg-10{
        padding-left:21px;
        padding-right:21px;
    }*/
}

.content {
    padding: 95px 21px 20px 229px;
    /*.col-lg-12{
        @include zero-padding;
    }*/
    /* Action Items */
    /* Form */
    /* Dummy DIVs */
    /* Login */
    /* Dashbaord */
    /* Profile */
}

    .content .form-wizard {
        padding: 0;
        height: 40px;
    }

        .content .form-wizard .nav-pills li {
            line-height: 24px;
            float: left;
            min-width: 130px;
            width: 14%;
        }

            .content .form-wizard .nav-pills li.disabled a {
                color: grey;
                cursor: not-allowed;
            }

            .content .form-wizard .nav-pills li.active {
                border-bottom: 6px solid #f9e800;
            }

                .content .form-wizard .nav-pills li.active > a, .content .form-wizard .nav-pills li.active > a:hover, .content .form-wizard .nav-pills li.active a:focus {
                    background: none;
                }

            .content .form-wizard .nav-pills li a {
                color: #333333;
                text-decoration: none;
                padding: 7px 0 9px 9%;
                display: block;
                font-size: 14px;
                border-radius: 0;
            }

                .content .form-wizard .nav-pills li a i {
                    margin-top: 3px;
                    font-size: 19px;
                }

    .content .full-card {
        margin: 18px 0 0 0;
        background: white;
    }

        .content .full-card.listing {
            padding: 0 20px 20px;
        }

        .content .full-card.form {
            padding-bottom: 0;
        }

    .content .full-card-w-padding {
        margin: 18px 0 0 0;
        background: white;
        padding: 30px;
    }

        .content .full-card-w-padding.form {
            padding-top: 0;
        }

    .content .full-card-l-padding {
        margin: 18px 0 0 0;
        background: white;
        padding: 30px;
        padding-right: 0;
        padding-bottom: 0;
    }

        .content .full-card-l-padding * {
            border-radius: 0;
        }

        .content .full-card-l-padding .action-items {
            padding-right: 15px;
            margin-bottom: 20px;
        }

    .content .action-items .button-icon-notext {
        margin-left: 5px;
    }

    .content .search-widget {
        display: none;
        position: relative;
        width: 100%;
        margin: 20px 0 0;
    }

        .content .search-widget > div {
            padding: 10px;
            background: white;
            position: relative;
            overflow: hidden;
        }

            .content .search-widget > div label {
                padding: 7px 0;
                display: inline-block;
                vertical-align: top;
                width: 12%;
            }

    .content .form-group {
        padding: 0 0 28px;
        margin-bottom: -10px;
        position: relative;
    }

        .content .form-group:last-child {
            padding-bottom: 0;
        }

        .content .form-group .icon-help {
            font-size: 15px;
            vertical-align: middle;
        }

        .content .form-group input[type=text].input-validation-error, .content .form-group input[type=password].input-validation-error, .content .form-group input[type=file].input-validation-error, .content .form-group select.input-validation-error {
            border-color: #e05d6f;
        }

        .content .form-group input[type=file] {
            padding-bottom: 2px;
            padding-top: 3px;
            vertical-align: sub;
            width: 70%;
        }

        .content .form-group select {
            width: 97%;
        }

            .content .form-group select option {
                padding: 0;
            }

        .content .form-group.small-input {
            padding-bottom: 0;
            margin-bottom: 0;
        }

            .content .form-group.small-input .date {
                padding: 0 0 28px;
                margin-bottom: 10px;
                margin-right: 5px;
                width: 49%;
            }

                .content .form-group.small-input .date:last-child {
                    margin-right: 0;
                }

                .content .form-group.small-input .date input[type=text] {
                    width: 80%;
                }

                .content .form-group.small-input .date .button {
                    vertical-align: text-top;
                }

        .content .form-group.booking-id input[type=text] {
            width: 83%;
        }

        .content .form-group.booking-id .button {
            vertical-align: text-top;
        }

        .content .form-group.booking-id .booked-id {
            border-bottom: 1px dashed #cccccc;
            display: table;
            padding: 0 0 0 7px;
        }

            .content .form-group.booking-id .booked-id label {
                color: grey;
                font-size: 100%;
                line-height: 30px;
                transform: none;
            }

            .content .form-group.booking-id .booked-id .button {
                background: none;
                color: #e05d6f;
                vertical-align: baseline;
                padding-top: 4px;
            }

    .content .floating-label {
        position: relative;
    }

        .content .floating-label > label {
            position: absolute;
            top: 5px;
            left: 0;
            transition: all 0.15s ease-out 0s;
            z-index: 9;
        }

            .content .floating-label > label.required:after {
                content: "*";
                width: 0;
                height: 0;
                color: #e05d6f;
                padding-left: 3px;
                font-size: 14px !important;
            }

        .content .floating-label.onFocus label {
            font-size: 80%;
            transform: translateY(-130%);
            color: #418bca;
        }

        .content .floating-label.onFocus input[type=text], .content .floating-label.onFocus input[type=password], .content .floating-label.onFocus input[type=file] {
            border-color: #418bca;
        }

    .content .placeholder-400 div {
        height: 400px;
        border: 3px solid #eeeeee;
        text-align: center;
        line-height: 400px;
        font-style: italic;
    }

    .content .placeholder-100 {
        margin: 30px 0;
        padding-top: 30px;
        border-top: 1px solid #999999;
    }

        .content .placeholder-100 div {
            height: 100px;
            border: 3px solid #eeeeee;
            text-align: center;
            line-height: 100px;
            font-style: italic;
        }

    .content.logincontent {
        background: #e7eaeb;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .content.logincontent .login {
            position: absolute;
            left: 50%;
            top: 90px;
            width: 340px;
            margin: 0 0 0 -150px;
        }

            .content.logincontent .login h2 {
                border: none;
                margin: 0 0 10px 0;
                padding: 0;
                padding: 20px 22px;
                text-align: center;
                background: white;
                -webkit-box-shadow: 0px 2px 6px -4px rgba(0, 0, 0, 0.65);
                -moz-box-shadow: 0px 2px 6px -4px rgba(0, 0, 0, 0.65);
                box-shadow: 0px 2px 6px -4px rgba(0, 0, 0, 0.65);
            }

            .content.logincontent .login .ropeline {
                position: relative;
                top: 70px;
            }

            .content.logincontent .login h3 {
                text-align: center;
                font-size: 30px;
                margin: -20px -20px 15px;
                background: white;
                padding: 10px 0;
                color: #434f61;
                text-transform: inherit;
                font-family: "Lato-Light", "Arial", sans-serif;
            }

            .content.logincontent .login .container {
                background: white;
                padding: 40px;
                -webkit-box-shadow: 0px 2px 6px -4px rgba(0, 0, 0, 0.65);
                -moz-box-shadow: 0px 2px 6px -4px rgba(0, 0, 0, 0.65);
                box-shadow: 0px 2px 6px -4px rgba(0, 0, 0, 0.65);
            }

            .content.logincontent .login .corner {
                bottom: 0px;
                left: 91.3%;
                position: absolute;
                z-index: 1;
                /*Down-right pointing*/
            }

                .content.logincontent .login .corner .triangle-down-right {
                    width: 30px;
                    height: 0;
                    padding-top: 30px;
                    overflow: hidden;
                }

                    .content.logincontent .login .corner .triangle-down-right:after {
                        content: "";
                        display: block;
                        width: 0;
                        height: 0;
                        margin-top: -500px;
                        border-top: 500px solid transparent;
                        border-right: 500px solid #434f61;
                    }

            .content.logincontent .login .form-group {
                width: 100%;
            }

            .content.logincontent .login .login-button {
                font-size: 14px;
                line-height: 16px;
                float: inherit;
            }

            .content.logincontent .login .forgot-link {
                color: #333333;
                font-family: "Lato-LightItalic", "Arial", sans-serif;
                display: inherit;
                text-decoration: none;
                padding-top: 15px;
            }

            .content.logincontent .login .note-msg {
                font-size: 12px;
                font-style: italic;
                margin-top: 10px;
            }

    .content .dashboard a {
        text-decoration: none;
        color: #666666;
        font-size: 16px;
    }

        .content .dashboard a img {
            vertical-align: middle;
            margin-left: 12px;
        }

    .content .dashboard ul li {
        display: inline-block;
        width: 200px;
        height: 100px;
        margin: 25px 18px 10px 0;
        text-align: center;
    }

        .content .dashboard ul li.campaign-list {
            background: #1c81b0;
        }

        .content .dashboard ul li.notification-list {
            background: #e05d6f;
        }

        .content .dashboard ul li a {
            color: white;
            font-size: 20px;
            line-height: 12px;
            display: block;
            padding: 21px 15px;
            font-weight: bold;
        }

            .content .dashboard ul li a i {
                margin-bottom: 15px;
                display: block;
                font-size: 26px;
            }

    .content .profile-img {
        border-radius: 100%;
        margin-top: 10px;
    }

/* Group Into-1 Page */
.group-intro a {
    display: block;
    line-height: 20px;
}

.group-intro div {
    clear: both;
    float: left;
}

.group-intro .reference {
    margin-left: 130px;
}

.group-intro div p:first-child {
    width: 130px;
}

.group-intro div p {
    float: left;
    line-height: 50px;
}

/* Group Into-2 Page */
.group-intro-2 h3 {
    text-align: center;
    padding-bottom: 20px;
}

.group-intro-2 img {
    margin: 0 auto;
    width: 675px;
    height: 360px;
    display: block;
}

.group-intro-2 .form-elements {
    margin-top: 20px;
}

    .group-intro-2 .form-elements .btn {
        display: block;
        margin: 0 auto;
        width: 65px;
    }

    .group-intro-2 .form-elements label {
        float: right;
    }

    .group-intro-2 .form-elements .buttons {
        float: left;
        width: 91%;
    }

/* */
/* Media Preview Feed */
.feed-preview {
    overflow-y: auto;
    max-height: 250px;
}

.preview-feed {
    border-bottom: 1px solid #aeb3b9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .preview-feed .dp-img {
        border: 1px solid #e7eaeb;
    }

    .preview-feed .screen-name {
        font-size: 14px;
        font-family: "Lato-Bold", "Arial", sans-serif;
    }

/* Group */
.group {
    /*> .col-lg-4{
        margin-right:30px;
        width:calc(33.3333% - 30px);
        height:188px;
        .panel{
            height:95%;
        }
    }*/
}

    .group > div {
        margin-right: 30px;
        width: calc(33.3333% - 30px);
    }

.group-add {
    height: 188px;
    margin-right: 30px;
    margin-bottom: 45px;
    width: calc(33.3333% - 30px);
}

    .group-add .panel {
        height: 100%;
        border: 1px dashed #aeb3b9;
    }

    .group-add .form-button-notext {
        left: 50%;
        top: 50%;
        margin: -20px 0 0 -20px;
        position: relative;
    }

        .group-add .form-button-notext i {
            color: #aeb3b9;
            font-size: 40px;
        }

.group-box {
    margin-bottom: 45px;
    color: #364150;
    cursor: pointer;
}

    .group-box .form-button-notext {
        width: 30px;
        height: 20px;
    }

        .group-box .form-button-notext .fa-close {
            color: #e05d6f;
        }

        .group-box .form-button-notext .fa-copy {
            color: #67a514;
        }

    .group-box .panel {
        border: 1px solid #e6e6e6;
        margin-bottom: 0;
        box-shadow: none;
    }

        .group-box .panel .panel-heading {
            background: none;
            border-color: #e6e6e6;
            padding: 10px;
        }

            .group-box .panel .panel-heading h3 {
                margin: 0;
                font-size: 15px;
                color: #418bca;
                font-family: "Lato-Regular", "Arial", sans-serif;
            }

        .group-box .panel .panel-body {
            max-height: 112px;
            min-height: 112px;
            overflow-y: auto;
            padding: 0;
        }

        .group-box .panel .panel-footer {
            background: none;
            border-top: 1px solid #e7eaeb;
            padding: 0;
            height: 33px;
        }

            .group-box .panel .panel-footer > div {
                padding-right: 40px;
                height: 100%;
                text-align: center;
            }

                .group-box .panel .panel-footer > div span {
                    height: 100%;
                    vertical-align: middle;
                    margin: 0 10px;
                }

                    .group-box .panel .panel-footer > div span i {
                        line-height: 33px;
                    }

        .group-box .panel .form-button-notext-porcelain {
            height: 32px;
            width: 40px;
        }

        .group-box .panel th, .group-box .panel td {
            border-color: #e6e6e6;
            font-size: 13px;
            vertical-align: top;
        }

            .group-box .panel td:last-child {
                padding-left: 6px;
                padding-right: 6px;
            }

            .group-box .panel td img {
                max-width: 54px;
                /*border:1px solid $oxford-blue;*/
            }

    .group-box.ui-selected .panel {
        border: 1px solid #418bca;
        box-shadow: 0 0 6px #aeb3b9;
    }

        .group-box.ui-selected .panel .panel-heading {
            background: #e7eaeb;
            border-color: #418bca;
        }

/*for New Group Select draggable*/
.group-select-draggable {
    border: 1px #aeb3b9 solid;
}

.media-owner-list-line {
    /*width: 320px;*/
    height: 48px;
    padding: 10px;
    background-color: white;
    border-bottom: 1px #e7eaeb solid;
}

    .media-owner-list-line .media-owner-img {
        float: left;
        margin-right: 10px;
    }

    .media-owner-list-line .media-owner-name {
        display: inline-block;
        line-height: 25px;
        color: grey;
    }

.media-owner-selected {
    background-color: #418bca;
    color: white;
}

.media-owner-list {
    height: 250px;
    overflow: auto;
}

.media-owner-draggable-list {
    height: 300px;
    overflow: auto;
}

.media-owner-fields {
    float: inherit;
}

.buttongroup {
    padding: 10px;
}

    .buttongroup a {
        line-height: 30px;
        text-decoration: none;
    }

        .buttongroup a i {
            color: #f4bf01;
            font-size: 20px;
            margin-right: 5px;
        }

/*Formats availability div*/
.Formats .Formats-availability {
    max-height: 350px;
    overflow: auto;
}

.Formats .button-footer {
    padding: 10px;
}

/*selected formats*/
.selected-formats {
    max-height: 467px;
    overflow: auto;
}

.info {
    color: #aeb3b9;
    font-family: "Lato-Italic", "Arial", sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    padding-top: 5px;
}

.input-disabled {
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
    padding: 2px 1px;
}

.ScrollStyle
{
    max-height: 5px;
    overflow-y: scroll;
}

.content .floating-label.customFocus label {
    font-size: 80%;
    transform: translateY(-130%);
    color: #418bca;
}

.header-company {
    color:white;
}
nav.navigation > ul li > ul  {
    margin-left:10px;
}