/* Boostrap Styles - Used styles from boostrap.css */

@font-face {
    font-family: Helvetica_LT_Std_55_Roman;
    src: url(/Content/Stylesheets/Fonts/Helvetica_LT_55_Roman.ttf);
}

@font-face {
    font-family: Helvetica_LT_75_Bold;
    src: url(/Content/Stylesheets/Fonts/Helvetica_LT_75_Bold.ttf);
}

@font-face {
    font-family: HelveticaNeueLTPro_Blk;
    src: url(/Content/Stylesheets/Fonts/HelveticaNeueLTPro_Blk.otf);
}

.wf-loading {
    visibility: hidden !important;
}

html {
    font-family: "proxima-nova", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    font-weight: 400;
    font-style: normal;
}

a {
    background: transparent;
    color: #428bca;
    text-decoration: none;
}

    a:active,
    a:hover {
        outline: 0;
    }

    a:hover,
    a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    border: 0;
    vertical-align: middle;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

button,
input,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        margin: 4px 0 0;
        margin-top: 1px \9;
        /* IE8-9 */
        line-height: normal;
    }

textarea {
    overflow: auto;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="file"] {
    display: block;
}

    input[type="file"]:focus,
    input[type="radio"]:focus,
    input[type="checkbox"]:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

p {
    margin: 0;
}

h1 {
    font-size: 46px;
    line-height: 46px;
    font-family: "proxima-nova", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 900;
}

h2 {
    font-size: 25px;
    line-height: 35px;
    font-family: "proxima-nova", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 700;
}

h3 {
    font-size: 18px;
    line-height: 28px;
    font-family: "proxima-nova", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    margin: 0;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.description {
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0.25px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.bottom-border-thin {
    border-bottom: 1px solid #000000;
    margin-bottom: 5px;
    padding-bottom: 6px;
}

.bottom-border-medium {
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.bottom-border-thick {
    border-bottom: 3px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    text-decoration: none;
    letter-spacing: 0.25px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus {
        outline: medium none;
    }

    .btn:hover, .btn:focus {
        text-decoration: none;
    }

.large-btn {
    border-radius: 2px;
    font-size: 16px;
    padding: 16px 50px;
}

.default-btn {
    border-radius: 2px;
    font-size: 14px;
    padding: 12px 17px;
}

.small-btn {
    border-radius: 1px;
    font-size: 12px;
    padding: 8px 12px;
}

.extra-small-btn {
    border-radius: 1px;
    font-size: 11px;
    padding: 6px 6px;
}

.content-big {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.25px;
}
.content-h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.25px;
}
.content-h1 {
   font-size: 28px;
    line-height: 35px;
    font-family: "proxima-nova", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.content-extra-big {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
}

.content-medium {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25px;
}

.content-extra-medium {
    font-size:14px;
    line-height: 23px;
    letter-spacing: 0.25px;
}

.content-small {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.25px;
}
.content-extra-small {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group .form-control {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell;
    }

.list-group-item > .badge {
    float: right;
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

a.list-group-item {
    color: #555;
}

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #BBBBBB;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out.15s, box-shadow ease-in-out.15s;
    transition: border-color ease-in-out.15s, box-shadow ease-in-out.15s;
    height: 35px;
}

    .form-control:focus {
        outline: 0;
        border-color: #a0a0a0;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }


.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #F4F4F4;
}

.th-width-1 {
    width: 10%;
}

.th-width-2 {
    width: 20%;
}

.th-width-3 {
    width: 30%;
}

.th-width-4 {
    width: 40%;
}

.th-width-5 {
    width: 50%;
}

.th-width-6 {
    width: 60%;
}

.th-width-7 {
    width: 70%;
}

.th-width-8 {
    width: 80%;
}

.th-width-9 {
    width: 90%;
}

.th-width-10 {
    width: 100%;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height.35s ease;
    transition: height.35s ease;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.form-group {
    margin-bottom: 15px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open.dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

    .btn-group.open.dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.btn.caret {
    margin-left: 0;
}

.dropup.caret, .navbar-fixed-bottom.dropdown.caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.pull-left {
    float: left !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open.dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.open > .dropdown-menu {
    display: block;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.btn.disabled, .btn[disabled], fieldset[disabled].btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity = 65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

textarea {
    overflow: auto;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    textarea.form-control {
        height: auto;
    }

    textarea.input-sm, select[multiple].input-sm {
        height: auto;
    }

    textarea.input-lg, select[multiple].input-lg {
        height: auto;
    }

    textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
        height: auto;
    }

    textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
        height: auto;
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.pull-right {
    right: 0;
    left: auto;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .large-btn, .default-btn, .small-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .extra-small-btn {
        padding: 6px 6px;
        font-size: 11px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .large-btn, .default-btn, .small-btn, .extra-small-btn {
        padding: 8px 12px;
        font-size: 12px;
    }
}

.btn-series .btn {
    margin: 15px 10px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 1260px;
}

@media (min-width:0px) {
    .container {
        width: 100%;
    }
}


@media (min-width: 768px) {
    .container {
        width: 710px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 965px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1260px;
    }
}

@media (min-width:1820px) {
    .container {
        width: 1550px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:1820px) {
    .container-fluid {
        margin-right: 0;
        margin-left: 0;
    }

    h1 {
        font-size: 68px;
        line-height: 68px;
        font-family: "proxima-nova", sans-serif;
        letter-spacing: 0.5px;
        font-weight: 900;
    }

    h2 {
        font-size: 35px;
        line-height: 45px;
        font-family: "proxima-nova", sans-serif;
        letter-spacing: 0.5px;
        font-weight: 700;
    }

    h3 {
        font-size: 24px;
        line-height: 28px;
        font-family: "proxima-nova", sans-serif;
        letter-spacing: 0.5px;
        font-weight: 700;
    }

    .content-big {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 0.25px;
    }
     .content-h2 {
        font-size: 25px;
        line-height: 40px;
        letter-spacing: 0.25px;
    }
      .content-h1 {
        font-size: 32px;
        line-height: 45px;
        font-family: "proxima-nova", sans-serif;
        letter-spacing: 0.5px;
        font-weight: 700;
    }
    .content-extra-big {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.25px;
    }
    .content-medium {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 0.25px;
    }

    .content-small {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.25px;
    }
    .content-extra-small {
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.25px;
    }
    .form-control {
        height: 45px;
    }
}

@media (min-width:768px) and (max-width:1279px) {
    h1 {
        font-size: 37px;
        line-height: 37px;
    }

    h2 {
        font-size: 22px;
        line-height: 32px;
    }

    h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .content-big, .content-h2{
        font-size: 16px;
        line-height: 26px;
    }
    .content-h1 {
         font-size: 23px;
        line-height: 32px;
    }
    .content-extra-big {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.25px;
    }
    .content-medium {
        font-size: 14px;
        line-height: 22px;
    }

    .content-small {
        font-size: 12px;
        line-height: 21px;
    }
    .content-extra-small {
        font-size: 13px;
        line-height: 22px;
    }
    .form-control {
        height: 30px;
    }
}

@media (min-width:0px) and (max-width:767px) {

    h1, h2 {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.25px;
    }

    h3 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.25px;
    }

    .content-big, .content-h2, .content-medium {
        font-size: 14px;
        line-height: 22px;
    }
    .content-h1 {
         font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.25px;
    }

    .content-small {
        font-size: 12px;
        line-height: 22px;
    }
    .content-extra-small{
        font-size: 13px;
        line-height: 22px;
    }
     .content-extra-big {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.25px;
    }
    .form-control {
        height: 28px;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
    float: left;
}

@media (min-width:768px) and (max-width:1279px) {

    .col-sm-1, .col-md-1, .col-sm-2, .col-md-2, .col-sm-3, .col-md-3, .col-sm-4, .col-md-4, .col-sm-5, .col-md-5, .col-sm-6, .col-md-6, .col-sm-7, .col-md-7, .col-sm-8, .col-md-8, .col-sm-9, .col-md-9, .col-sm-10, .col-md-10, .col-sm-11, .col-md-11, .col-sm-12, .col-md-12 {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.col-lg-12 {
    width: 100%;
}

.col-lg-11 {
    width: 91.66666667%;
}

.col-lg-10 {
    width: 83.33333333%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-8 {
    width: 66.66666667%;
}

.col-lg-7 {
    width: 58.33333333%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-5 {
    width: 41.66666667%;
}

.col-lg-4 {
    width: 33.33333333%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-2 {
    width: 16.66666667%;
}

.col-lg-1 {
    width: 8.33333333%;
}

.col-lg-offset-12 {
    margin-left: 100%;
}

.col-lg-offset-11 {
    margin-left: 91.66666667%;
}

.col-lg-offset-10 {
    margin-left: 83.33333333%;
}

.col-lg-offset-9 {
    margin-left: 75%;
}

.col-lg-offset-8 {
    margin-left: 66.66666667%;
}

.col-lg-offset-7 {
    margin-left: 58.33333333%;
}

.col-lg-offset-6 {
    margin-left: 50%;
}

.col-lg-offset-5 {
    margin-left: 41.66666667%;
}

.col-lg-offset-4 {
    margin-left: 33.33333333%;
}

.col-lg-offset-3 {
    margin-left: 25%;
}

.col-lg-offset-2 {
    margin-left: 16.66666667%;
}

.col-lg-offset-1 {
    margin-left: 8.33333333%;
}

.col-lg-offset-0 {
    margin-left: 0;
}

@media (min-width: 0px) {
    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 768px) {

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1024px) {

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1280px) {

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1820px) {

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }
}

.visible-xs,
.visible-sm,
.visible-md {
    display: none !important;
}

.visible-lg {
    display: block !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm {
        display: block !important;
    }

    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .visible-md {
        display: block !important;
    }

    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .visible-lg {
        display: block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.segment:before,
.segment:after {
    display: table;
    content: " ";
}

.row:after,
.container:after,
.container-fluid:after,
.segment:after {
    clear: both;
}

/* Other Common Styles */

.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #EFEFEF !important;
}

    .fixed-menu .container ul li, .fixed-menu .container ul li:hover, .fixed-menu .container ul .selected {
        color: #000000 !important;
    }




@media (min-width: 0px) and (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
}

/*class for Replacing Universal apps with image*/
.universal-apps:after
{     
    background: url("//cdn.syncfusion.com/content/images/products/Images/generalimages/universal-icon.png") no-repeat;
    position:absolute;
    content:" ";
    width:22px;
    height:22px;
    margin:5px 0 0 5px;     

}

/*Bootsrap layout overrides*/
#menu-wrapper .col-lg-1, #menu-wrapper .col-lg-10, #menu-wrapper .col-lg-11, #menu-wrapper .col-lg-12, #menu-wrapper .col-lg-2, #menu-wrapper .col-lg-3, #menu-wrapper .col-lg-4, #menu-wrapper .col-lg-5, #menu-wrapper .col-lg-6,
#menu-wrapper .col-lg-7, #menu-wrapper .col-lg-8, #menu-wrapper .col-lg-9, #menu-wrapper .col-md-1, #menu-wrapper .col-md-10, #menu-wrapper .col-md-11, #menu-wrapper .col-md-12, #menu-wrapper .col-md-2, #menu-wrapper .col-md-3,
#menu-wrapper .col-md-4, #menu-wrapper .col-md-5, #menu-wrapper .col-md-6, #menu-wrapper .col-md-7, #menu-wrapper .col-md-8, #menu-wrapper .col-md-9, #menu-wrapper .col-sm-1, #menu-wrapper .col-sm-10, #menu-wrapper .col-sm-11,
#menu-wrapper .col-sm-12, #menu-wrapper .col-sm-2, #menu-wrapper .col-sm-3, #menu-wrapper .col-sm-4, #menu-wrapper .col-sm-5, #menu-wrapper .col-sm-6, #menu-wrapper .col-sm-7, #menu-wrapper .col-sm-8, #menu-wrapper .col-sm-9,
#menu-wrapper .col-xs-1, #menu-wrapper .col-xs-10, #menu-wrapper .col-xs-11, #menu-wrapper .col-xs-12, #menu-wrapper .col-xs-2, #menu-wrapper .col-xs-3, #menu-wrapper .col-xs-4, #menu-wrapper .col-xs-5, #menu-wrapper .col-xs-6,
#menu-wrapper .col-xs-7, #menu-wrapper .col-xs-8, #menu-wrapper .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#menu-wrapper #sub-menu-section .bar__module .menu-horizontal li #menu-signin .logout-icon {
    font-size: 12px;
    font-variant-ligatures: common-ligatures;
    font-weight: 600;
    line-height: 17.15px;
    text-align: right;
}
.tooltip {
    opacity: 1;
}
.row {
    margin-left: auto;
    margin-right: auto;
}
#dashboard_main .row{
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width:1280px)
{
    #menu-wrapper .menu-container {
        width: 1170px;
    }
}

@media (max-width:1261px)
{
    #menu-wrapper .sub-menu-segment-border .col-lg-3 {
        width: 100%;
    }
}
