/* HTML5 definitions
 * github.com/necolas/normalize.css
   ========================================================================== */
    html {
      margin: 0;
      padding: 0;
      font-family: sans-serif;
      -ms-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    body {
      margin: 0;
      padding: 0;
    }

    html, body {
      height: 100%;
    }

/* bu alan popup poup`larda devere disi birakilmali. */
/* HTML5 display definitions
   ========================================================================== */
    article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
      display: block;
    }

    audio, canvas, progress, video {
      display: inline-block;
      vertical-align: baseline;
    }

    audio:not([controls]) {
      display: none;
      height: 0;
    }

    [hidden], template {
      display: none;
    }

/* Nav
   ========================================================================== */
    nav ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
    }

/* header semantics
   ========================================================================== */
    h1, h2, h3, h4, h5, h6 {
      font-size: 100%;
      font-family: inherit;
      font-weight: 500;
      line-height: 1.1;
      color: inherit;
      margin: 0px;
      padding: 0px;
    }

/* Text-level semantics
   ========================================================================== */
    abbr[title], dfn[title], abbr[data-original-title] {
      border-bottom: 1px dotted #818a91;
      cursor: help;
    }

    b, strong {
      font-weight: bold;
    }

    dfn {
      font-style: italic;
    }

    mark {
      background: #ff0;
      color: #000;
      padding: .2em;
    }

    small {
      font-size: 80%;
      font-weight: normal;
    }

    sub, sup {
      font-size: 75%;
      line-height: 0;
      position: relative;
      vertical-align: baseline;
    }

    sup {
      top: -0.5em;
    }

    sub {
      bottom: -0.25em;
    }

    p {
      margin-top: 0;
      margin-bottom: 1em;
    }

    address {
      margin-bottom: 1em;
      font-style: normal;
      line-height: inherit;
    }

    blockquote {
      margin: 0 0 1em;
    }

    ins {
      background-color: #ff9;
      text-decoration: none;
    }

    del {
      text-decoration: line-through;
    }

/* Embedded content
   ========================================================================== */
    img {
      border: 0;
      vertical-align: middle;
    }

    svg:not(:root) {
      overflow: hidden;
    }

/* Grouping content
   ========================================================================== */
    figure {
      margin: 0 0 1em;
    }

    hr {
      box-sizing: content-box;
      height: 0;
    }

    code, kbd, pre, samp {
      font-family: monospace, monospace;
      font-size: 1em;
    }

    code {
      padding: .2em .4em;
      font-size: 90%;
      color: #bd4147;
      background-color: #f7f7f9;
      border-radius: .25em;
    }

    kbd {
      padding: .2em .4em;
      font-size: 90%;
      color: #fff;
      background-color: #333;
      border-radius: .2em;
    }

    kbd kbd {
      padding: 0;
      font-size: 100%;
      font-weight: bold;
    }

    pre {
      overflow: auto;
      margin-top: 0;
      margin-bottom: 1em;
      display: block;
      margin-top: 0;
      margin-bottom: 1em;
      font-size: 90%;
      line-height: 1.5;
      color: #373a3c;
    }

    pre code {
      padding: 0;
      font-size: inherit;
      color: inherit;
      background-color: transparent;
      border-radius: 0;
    }

    output {
      display: inline-block;
    }

/* Forms
   ========================================================================== */
    button, input, optgroup, select, textarea {
      color: inherit;
      font: inherit;
      line-height: inherit;
      margin: 0;
    }

    textarea {
      overflow: auto;
      resize: vertical;
    }

    optgroup {
      font-weight: bold;
    }

    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 {
      border: 0;
      padding: 0;
    }

    select {
      vertical-align: middle;
    }

    input {
      line-height: normal;
      vertical-align: middle;
    }

    input[type="checkbox"], input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
      height: auto;
    }

    input[type="search"] {
      -webkit-box-sizing: content-box;
      -webkit-appearance: textfield;
      box-sizing: content-box;
    }

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none;
    }

    input[disabled] {
      background-color: #eee;
      color: #777;
    }

    input[disabled]:hover, input[disabled]:focus {
      background-color: #eee;
      color: #777;
    }

    select[multiple], select[size] {
      height: auto;
    }

    fieldset {
      min-width: 0;
      margin: 0;
      border: 1px solid #AEACA4;
      padding: 19px 19px 19px 19px;
    }

    legend, .legend {
      border: 0;
      padding: 7px 14px;
      display: block;
      margin-bottom: .5em;
      font-size: 1.5em;
      line-height: inherit;
      color: #283E4C;
      background-color: rgba(174, 172, 164, 0.45);
      border-radius: 0.2em;
    }


    label {
      display: inline-block;
      margin-bottom: .5em;
      max-width: 100%;
      margin-bottom: 5px;
      color: #000;
    }

/* Tables
   ========================================================================== */
    table {
      border-collapse: collapse;
      border-spacing: 0;
    }

    td, th {
      padding: 0;
    }

    th {
      text-align: left;
    }

    caption {
      padding-top: .75em;
      padding-bottom: .75em;
      color: #818a91;
      text-align: left;
      caption-side: bottom;
    }

/* Ordered
   ========================================================================== */
    ol, ul, dl {
      margin-top: 0;
      margin-bottom: 1em;
    }

    ol ol, ul ul, ol ul, ul ol {
      margin-bottom: 0;
    }

    dt {
      font-weight: bold;
    }

    dd {
      margin-bottom: .5em;
      margin-left: 0;
    }

/* Predefined Elements
   ========================================================================== */
    *, *:before, *:after {
      outline: none;
      text-decoration: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    [role="button"] {
      cursor: pointer;
    }

/* LOAD FONTS CSS
 ========================================================================== */
/*
  @font-face {
    font-family : 'tlWebFonts';
    src         : url('/public/webfonts/webfonts-tl.eot'),
    url('/public/webfonts/webfonts-tl.eot?#iefix') format('embedded-opentype'),
    url('/public/webfonts/webfonts-tl.woff') format('woff'),
    url('/public/webfonts/webfonts-tl.ttf') format('truetype'),
    url('/public/webfonts/webfonts-tl.svg#AbakuTLSymSansRegular') format('svg');
    font-style  : normal;
    font-weight : normal;
  }
*/
/* WRAPPERS
   ========================================================================== */
    .wrapper {
      min-height: 100%;
      height: auto !important;
      height: 100%;
      margin: 0px auto 0px auto;
    }

    .container {
      margin: 0px auto;
      padding: 0px 15px;
      position: relative;
      max-width: 96%;
    }

    .container:before, .container:after {
      display: table;
      content: " ";
    }

    .container:after {
      clear: both;
    }

    /* xs: 0em  : 0px    > [ 0px  ] [ Extra small screen / phone ] */
    @media (min-width: 34em) {
      /* sm: 34em : 544px  > [ 500px  ] [ Small screen / phone ] */
      .container {
        max-width: 33.13rem;
        max-width: 96%;
        /* col testinden sorna bunu sil */
      }
    }
    @media (min-width: 48em) {
      /* md: 48em : 768px  > [ 720px  ] [ Medium screen / tablet ] */
      .container {
        max-width: 46.88rem;
        max-width: 97%;
        /* col testinden sorna bunu sil */
      }
    }
    @media (min-width: 62em) {
      /* lg: 62em : 992px  > [ 932px  ] [ Large screen / desktop ] */
      .container {
        max-width: 60.125rem;
        max-width: 98%;
        /* col testinden sorna bunu sil */
      }
    }
    @media (min-width: 75em) {
      /* xl: 75em : 1200px > [ 1140px ] [ Extra large screen / wide desktop ] */
      .container {
        max-width: 73.125rem;
      }
    }
    .container-fluid {
      margin: 0px auto;
      position: relative;
      padding: 0px 15px;
    }

    .container-fluid:before, .container-fluid:after {
      display: table;
      content: " ";
    }

    .container-fluid:after {
      clear: both;
    }

/* GRID [ROW] CSS
   ========================================================================== */
    .row {
      margin-right: -7px;
      margin-left: -7px;
    }

    .row:before, .row:after {
      display: table;
      content: " ";
    }

    .row:after {
      clear: both;
    }

/* GRID [ROW-LG] CSS
   ========================================================================== */
    .row-lg {
      margin-right: -15px;
      margin-left: -15px;
    }

    .row-lg:before, .row-lg:after {
      display: table;
      content: " ";
    }

    .row-lg:after {
      clear: both;
    }

    .row-lg [class^='col-'] {
      padding-right: 15px;
      padding-left: 15px;
    }

/* GRID [ROW-XL] CSS
   ========================================================================== */
    .row-xl {
      margin-right: -30px;
      margin-left: -30px;
    }

    .row-xl:before, .row-xl:after {
      display: table;
      content: " ";
    }

    .row-xl:after {
      clear: both;
    }

    .row-xl [class^='col-'] {
      padding-right: 30px;
      padding-left: 30px;
    }

/* GRID [TABLE ROW] CSS
   ========================================================================== */
    .table-row {
      display: table;
      width: 100%;
    }

    .table-row .table-col {
      display: table-cell;
      vertical-align: top;
    }

/* GRID [COL] CSS
   ========================================================================== */
    /* xs: 0em  : 0px    > [ 0px  ] [ Extra small screen / phone ] */
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      position: relative;
      min-height: 1px;
      padding-right: 7px;
      padding-left: 7px;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
      float: left;
    }

    .col-xs-1 {
      width: 8.333333%;
    }

    .col-xs-2 {
      width: 16.666667%;
    }

    .col-xs-3 {
      width: 25%;
    }

    .col-xs-4 {
      width: 33.333333%;
    }

    .col-xs-5 {
      width: 41.666667%;
    }

    .col-xs-6 {
      width: 50%;
    }

    .col-xs-7 {
      width: 58.333333%;
    }

    .col-xs-8 {
      width: 66.666667%;
    }

    .col-xs-9 {
      width: 75%;
    }

    .col-xs-10 {
      width: 83.333333%;
    }

    .col-xs-11 {
      width: 91.666667%;
    }

    .col-xs-12 {
      width: 100%;
    }

    .col-xs-pull-0 {
      right: auto;
    }

    .col-xs-pull-1 {
      right: 8.333333%;
    }

    .col-xs-pull-2 {
      right: 16.666667%;
    }

    .col-xs-pull-3 {
      right: 25%;
    }

    .col-xs-pull-4 {
      right: 33.333333%;
    }

    .col-xs-pull-5 {
      right: 41.666667%;
    }

    .col-xs-pull-6 {
      right: 50%;
    }

    .col-xs-pull-7 {
      right: 58.333333%;
    }

    .col-xs-pull-8 {
      right: 66.666667%;
    }

    .col-xs-pull-9 {
      right: 75%;
    }

    .col-xs-pull-10 {
      right: 83.333333%;
    }

    .col-xs-pull-11 {
      right: 91.666667%;
    }

    .col-xs-pull-12 {
      right: 100%;
    }

    .col-xs-push-0 {
      left: auto;
    }

    .col-xs-push-1 {
      left: 8.333333%;
    }

    .col-xs-push-2 {
      left: 16.666667%;
    }

    .col-xs-push-3 {
      left: 25%;
    }

    .col-xs-push-4 {
      left: 33.333333%;
    }

    .col-xs-push-5 {
      left: 41.666667%;
    }

    .col-xs-push-6 {
      left: 50%;
    }

    .col-xs-push-7 {
      left: 58.333333%;
    }

    .col-xs-push-8 {
      left: 66.666667%;
    }

    .col-xs-push-9 {
      left: 75%;
    }

    .col-xs-push-10 {
      left: 83.333333%;
    }

    .col-xs-push-11 {
      left: 91.666667%;
    }

    .col-xs-push-12 {
      left: 100%;
    }

    .col-xs-offset-0 {
      margin-left: 0;
    }

    .col-xs-offset-1 {
      margin-left: 8.333333%;
    }

    .col-xs-offset-2 {
      margin-left: 16.666667%;
    }

    .col-xs-offset-3 {
      margin-left: 25%;
    }

    .col-xs-offset-4 {
      margin-left: 33.333333%;
    }

    .col-xs-offset-5 {
      margin-left: 41.666667%;
    }

    .col-xs-offset-6 {
      margin-left: 50%;
    }

    .col-xs-offset-7 {
      margin-left: 58.333333%;
    }

    .col-xs-offset-8 {
      margin-left: 66.666667%;
    }

    .col-xs-offset-9 {
      margin-left: 75%;
    }

    .col-xs-offset-10 {
      margin-left: 83.333333%;
    }

    .col-xs-offset-11 {
      margin-left: 91.666667%;
    }

    .col-xs-offset-12 {
      margin-left: 100%;
    }

    @media (min-width: 34em) {
      /* sm: 34em : 544px  > [ 500px  ] [ Small screen / phone ] */
      .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
      }

      .col-sm-1 {
        width: 8.333333%;
      }

      .col-sm-2 {
        width: 16.666667%;
      }

      .col-sm-3 {
        width: 25%;
      }

      .col-sm-4 {
        width: 33.333333%;
      }

      .col-sm-5 {
        width: 41.666667%;
      }

      .col-sm-6 {
        width: 50%;
      }

      .col-sm-7 {
        width: 58.333333%;
      }

      .col-sm-8 {
        width: 66.666667%;
      }

      .col-sm-9 {
        width: 75%;
      }

      .col-sm-10 {
        width: 83.333333%;
      }

      .col-sm-11 {
        width: 91.666667%;
      }

      .col-sm-12 {
        width: 100%;
      }

      .col-sm-pull-0 {
        right: auto;
      }

      .col-sm-pull-1 {
        right: 8.333333%;
      }

      .col-sm-pull-2 {
        right: 16.666667%;
      }

      .col-sm-pull-3 {
        right: 25%;
      }

      .col-sm-pull-4 {
        right: 33.333333%;
      }

      .col-sm-pull-5 {
        right: 41.666667%;
      }

      .col-sm-pull-6 {
        right: 50%;
      }

      .col-sm-pull-7 {
        right: 58.333333%;
      }

      .col-sm-pull-8 {
        right: 66.666667%;
      }

      .col-sm-pull-9 {
        right: 75%;
      }

      .col-sm-pull-10 {
        right: 83.333333%;
      }

      .col-sm-pull-11 {
        right: 91.666667%;
      }

      .col-sm-pull-12 {
        right: 100%;
      }

      .col-sm-push-0 {
        left: auto;
      }

      .col-sm-push-1 {
        left: 8.333333%;
      }

      .col-sm-push-2 {
        left: 16.666667%;
      }

      .col-sm-push-3 {
        left: 25%;
      }

      .col-sm-push-4 {
        left: 33.333333%;
      }

      .col-sm-push-5 {
        left: 41.666667%;
      }

      .col-sm-push-6 {
        left: 50%;
      }

      .col-sm-push-7 {
        left: 58.333333%;
      }

      .col-sm-push-8 {
        left: 66.666667%;
      }

      .col-sm-push-9 {
        left: 75%;
      }

      .col-sm-push-10 {
        left: 83.333333%;
      }

      .col-sm-push-11 {
        left: 91.666667%;
      }

      .col-sm-push-12 {
        left: 100%;
      }

      .col-sm-offset-0 {
        margin-left: 0;
      }

      .col-sm-offset-1 {
        margin-left: 8.333333%;
      }

      .col-sm-offset-2 {
        margin-left: 16.666667%;
      }

      .col-sm-offset-3 {
        margin-left: 25%;
      }

      .col-sm-offset-4 {
        margin-left: 33.333333%;
      }

      .col-sm-offset-5 {
        margin-left: 41.666667%;
      }

      .col-sm-offset-6 {
        margin-left: 50%;
      }

      .col-sm-offset-7 {
        margin-left: 58.333333%;
      }

      .col-sm-offset-8 {
        margin-left: 66.666667%;
      }

      .col-sm-offset-9 {
        margin-left: 75%;
      }

      .col-sm-offset-10 {
        margin-left: 83.333333%;
      }

      .col-sm-offset-11 {
        margin-left: 91.666667%;
      }

      .col-sm-offset-12 {
        margin-left: 100%;
      }
    }
    @media (min-width: 48em) {
      /* md: 48em : 768px  > [ 720px  ] [ Medium screen / tablet ] */
      .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
      }

      .col-md-1 {
        width: 8.333333%;
      }

      .col-md-2 {
        width: 16.666667%;
      }

      .col-md-3 {
        width: 25%;
      }

      .col-md-4 {
        width: 33.333333%;
      }

      .col-md-5 {
        width: 41.666667%;
      }

      .col-md-6 {
        width: 50%;
      }

      .col-md-7 {
        width: 58.333333%;
      }

      .col-md-8 {
        width: 66.666667%;
      }

      .col-md-9 {
        width: 75%;
      }

      .col-md-10 {
        width: 83.333333%;
      }

      .col-md-11 {
        width: 91.666667%;
      }

      .col-md-12 {
        width: 100%;
      }

      .col-md-pull-0 {
        right: auto;
      }

      .col-md-pull-1 {
        right: 8.333333%;
      }

      .col-md-pull-2 {
        right: 16.666667%;
      }

      .col-md-pull-3 {
        right: 25%;
      }

      .col-md-pull-4 {
        right: 33.333333%;
      }

      .col-md-pull-5 {
        right: 41.666667%;
      }

      .col-md-pull-6 {
        right: 50%;
      }

      .col-md-pull-7 {
        right: 58.333333%;
      }

      .col-md-pull-8 {
        right: 66.666667%;
      }

      .col-md-pull-9 {
        right: 75%;
      }

      .col-md-pull-10 {
        right: 83.333333%;
      }

      .col-md-pull-11 {
        right: 91.666667%;
      }

      .col-md-pull-12 {
        right: 100%;
      }

      .col-md-push-0 {
        left: auto;
      }

      .col-md-push-1 {
        left: 8.333333%;
      }

      .col-md-push-2 {
        left: 16.666667%;
      }

      .col-md-push-3 {
        left: 25%;
      }

      .col-md-push-4 {
        left: 33.333333%;
      }

      .col-md-push-5 {
        left: 41.666667%;
      }

      .col-md-push-6 {
        left: 50%;
      }

      .col-md-push-7 {
        left: 58.333333%;
      }

      .col-md-push-8 {
        left: 66.666667%;
      }

      .col-md-push-9 {
        left: 75%;
      }

      .col-md-push-10 {
        left: 83.333333%;
      }

      .col-md-push-11 {
        left: 91.666667%;
      }

      .col-md-push-12 {
        left: 100%;
      }

      .col-md-offset-0 {
        margin-left: 0;
      }

      .col-md-offset-1 {
        margin-left: 8.333333%;
      }

      .col-md-offset-2 {
        margin-left: 16.666667%;
      }

      .col-md-offset-3 {
        margin-left: 25%;
      }

      .col-md-offset-4 {
        margin-left: 33.333333%;
      }

      .col-md-offset-5 {
        margin-left: 41.666667%;
      }

      .col-md-offset-6 {
        margin-left: 50%;
      }

      .col-md-offset-7 {
        margin-left: 58.333333%;
      }

      .col-md-offset-8 {
        margin-left: 66.666667%;
      }

      .col-md-offset-9 {
        margin-left: 75%;
      }

      .col-md-offset-10 {
        margin-left: 83.333333%;
      }

      .col-md-offset-11 {
        margin-left: 91.666667%;
      }

      .col-md-offset-12 {
        margin-left: 100%;
      }
    }
    @media (min-width: 62em) {
      /* lg: 62em : 992px  > [ 932px  ] [ Large screen / desktop ] */
      .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
      }

      .col-lg-1 {
        width: 8.333333%;
      }

      .col-lg-2 {
        width: 16.666667%;
      }

      .col-lg-3 {
        width: 25%;
      }

      .col-lg-4 {
        width: 33.333333%;
      }

      .col-lg-5 {
        width: 41.666667%;
      }

      .col-lg-6 {
        width: 50%;
      }

      .col-lg-7 {
        width: 58.333333%;
      }

      .col-lg-8 {
        width: 66.666667%;
      }

      .col-lg-9 {
        width: 75%;
      }

      .col-lg-10 {
        width: 83.333333%;
      }

      .col-lg-11 {
        width: 91.666667%;
      }

      .col-lg-12 {
        width: 100%;
      }

      .col-lg-pull-0 {
        right: auto;
      }

      .col-lg-pull-1 {
        right: 8.333333%;
      }

      .col-lg-pull-2 {
        right: 16.666667%;
      }

      .col-lg-pull-3 {
        right: 25%;
      }

      .col-lg-pull-4 {
        right: 33.333333%;
      }

      .col-lg-pull-5 {
        right: 41.666667%;
      }

      .col-lg-pull-6 {
        right: 50%;
      }

      .col-lg-pull-7 {
        right: 58.333333%;
      }

      .col-lg-pull-8 {
        right: 66.666667%;
      }

      .col-lg-pull-9 {
        right: 75%;
      }

      .col-lg-pull-10 {
        right: 83.333333%;
      }

      .col-lg-pull-11 {
        right: 91.666667%;
      }

      .col-lg-pull-12 {
        right: 100%;
      }

      .col-lg-push-0 {
        left: auto;
      }

      .col-lg-push-1 {
        left: 8.333333%;
      }

      .col-lg-push-2 {
        left: 16.666667%;
      }

      .col-lg-push-3 {
        left: 25%;
      }

      .col-lg-push-4 {
        left: 33.333333%;
      }

      .col-lg-push-5 {
        left: 41.666667%;
      }

      .col-lg-push-6 {
        left: 50%;
      }

      .col-lg-push-7 {
        left: 58.333333%;
      }

      .col-lg-push-8 {
        left: 66.666667%;
      }

      .col-lg-push-9 {
        left: 75%;
      }

      .col-lg-push-10 {
        left: 83.333333%;
      }

      .col-lg-push-11 {
        left: 91.666667%;
      }

      .col-lg-push-12 {
        left: 100%;
      }

      .col-lg-offset-0 {
        margin-left: 0;
      }

      .col-lg-offset-1 {
        margin-left: 8.333333%;
      }

      .col-lg-offset-2 {
        margin-left: 16.666667%;
      }

      .col-lg-offset-3 {
        margin-left: 25%;
      }

      .col-lg-offset-4 {
        margin-left: 33.333333%;
      }

      .col-lg-offset-5 {
        margin-left: 41.666667%;
      }

      .col-lg-offset-6 {
        margin-left: 50%;
      }

      .col-lg-offset-7 {
        margin-left: 58.333333%;
      }

      .col-lg-offset-8 {
        margin-left: 66.666667%;
      }

      .col-lg-offset-9 {
        margin-left: 75%;
      }

      .col-lg-offset-10 {
        margin-left: 83.333333%;
      }

      .col-lg-offset-11 {
        margin-left: 91.666667%;
      }

      .col-lg-offset-12 {
        margin-left: 100%;
      }
    }
    @media (min-width: 75em) {
      /* xl: 75em : 1200px > [ 1140px ] [ Extra large screen / wide desktop ] */
      .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
      }

      .col-xl-1 {
        width: 8.333333%;
      }

      .col-xl-2 {
        width: 16.666667%;
      }

      .col-xl-3 {
        width: 25%;
      }

      .col-xl-4 {
        width: 33.333333%;
      }

      .col-xl-5 {
        width: 41.666667%;
      }

      .col-xl-6 {
        width: 50%;
      }

      .col-xl-7 {
        width: 58.333333%;
      }

      .col-xl-8 {
        width: 66.666667%;
      }

      .col-xl-9 {
        width: 75%;
      }

      .col-xl-10 {
        width: 83.333333%;
      }

      .col-xl-11 {
        width: 91.666667%;
      }

      .col-xl-12 {
        width: 100%;
      }

      .col-xl-pull-0 {
        right: auto;
      }

      .col-xl-pull-1 {
        right: 8.333333%;
      }

      .col-xl-pull-2 {
        right: 16.666667%;
      }

      .col-xl-pull-3 {
        right: 25%;
      }

      .col-xl-pull-4 {
        right: 33.333333%;
      }

      .col-xl-pull-5 {
        right: 41.666667%;
      }

      .col-xl-pull-6 {
        right: 50%;
      }

      .col-xl-pull-7 {
        right: 58.333333%;
      }

      .col-xl-pull-8 {
        right: 66.666667%;
      }

      .col-xl-pull-9 {
        right: 75%;
      }

      .col-xl-pull-10 {
        right: 83.333333%;
      }

      .col-xl-pull-11 {
        right: 91.666667%;
      }

      .col-xl-pull-12 {
        right: 100%;
      }

      .col-xl-push-0 {
        left: auto;
      }

      .col-xl-push-1 {
        left: 8.333333%;
      }

      .col-xl-push-2 {
        left: 16.666667%;
      }

      .col-xl-push-3 {
        left: 25%;
      }

      .col-xl-push-4 {
        left: 33.333333%;
      }

      .col-xl-push-5 {
        left: 41.666667%;
      }

      .col-xl-push-6 {
        left: 50%;
      }

      .col-xl-push-7 {
        left: 58.333333%;
      }

      .col-xl-push-8 {
        left: 66.666667%;
      }

      .col-xl-push-9 {
        left: 75%;
      }

      .col-xl-push-10 {
        left: 83.333333%;
      }

      .col-xl-push-11 {
        left: 91.666667%;
      }

      .col-xl-push-12 {
        left: 100%;
      }

      .col-xl-offset-0 {
        margin-left: 0;
      }

      .col-xl-offset-1 {
        margin-left: 8.333333%;
      }

      .col-xl-offset-2 {
        margin-left: 16.666667%;
      }

      .col-xl-offset-3 {
        margin-left: 25%;
      }

      .col-xl-offset-4 {
        margin-left: 33.333333%;
      }

      .col-xl-offset-5 {
        margin-left: 41.666667%;
      }

      .col-xl-offset-6 {
        margin-left: 50%;
      }

      .col-xl-offset-7 {
        margin-left: 58.333333%;
      }

      .col-xl-offset-8 {
        margin-left: 66.666667%;
      }

      .col-xl-offset-9 {
        margin-left: 75%;
      }

      .col-xl-offset-10 {
        margin-left: 83.333333%;
      }

      .col-xl-offset-11 {
        margin-left: 91.666667%;
      }

      .col-xl-offset-12 {
        margin-left: 100%;
      }
    }

/* RESET GRID [COL] CSS
   ========================================================================== */
    .no-gutter > [class*='col-'] {
      padding-right: 0;
      padding-left: 0;
    }

    .no-gutter-l {
      padding-left: 0;
    }

    .no-gutter-r {
      padding-right: 0;
    }

/* RESPONSIVE [*] CSS
   ========================================================================== */
    .responsive {
      display: block;
      max-width: 100%;
      height: auto;
    }

    .img-responsive, .figure > img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    .embed-responsive {
      position: relative;
      display: block;
      height: 0;
      padding: 0;
      overflow: hidden;
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .img-rounded {
      border-radius: .3em;
    }

    .img-thumbnail {
      display: inline-block;
      max-width: 100%;
      height: auto;
      padding: .25em;
      line-height: 1.5;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: .25em;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }

    .img-circle {
      border-radius: 50%;
    }

/* FORM CONTROL STYLE CSS
   ========================================================================== */
    .form-control {
      display: block;
      width: 100%;
      padding: .375em .75em;
      font-size: 1em;
      line-height: 1.5;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #dbdbdb;
      border-radius: .25em;
      transition: border-color ease-in-out .15s;
    }

    .form-control::-ms-expand {
      background-color: transparent;
      border: 0;
    }

    .form-control:focus {
      border-color: #66afe9;
      outline: none;
    }

    .form-control::-webkit-input-placeholder {
      color: #999;
      opacity: 1;
    }

    .form-control::-moz-placeholder {
      color: #BABABA;
      opacity: 1;
    }

    .form-control:-ms-input-placeholder {
      color: #999;
      opacity: 1;
    }

    .form-control::placeholder {
      color: #999;
      opacity: 1;
    }

    .form-control:disabled, .form-control[readonly], fieldset[disabled] .form-control {
      background-color: #D7D7D7;
      opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
      cursor: not-allowed;
    }

    .form-control-file, .form-control-range {
      display: block;
    }

    .form-control-label {
      padding: .4375em .75em;
      margin-bottom: 0;
    }

    .form-control-static {
      min-height: 2.375em;
      padding-top: .4375em;
      padding-bottom: .4375em;
      margin-bottom: 0;
    }

    .form-control-success,
    .form-control-warning,
    .form-control-error {
      padding-right: 2.25em;
      background-repeat: no-repeat;
      background-position: center right .59375em;
      -webkit-background-size: 1.54375em 1.54375em;
      background-size: 1.54375em 1.54375em;
    }

/* FORM GROUP CSS
   ========================================================================== */
    .form-group {
      margin-bottom: 13px;
    }

    .radio, .checkbox {
      position: relative;
      display: block;
      margin-bottom: .75em;
    }

    .radio label, .checkbox label {
      padding-left: 1.25em;
      margin-bottom: 0;
      font-weight: normal;
      cursor: pointer;
    }

    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
      position: absolute;
      margin-top: .25em;
      margin-left: -1.25em;
    }

    .radio + .radio, .checkbox + .checkbox {
      margin-top: -.25em;
    }

    .radio-inline, .checkbox-inline {
      position: relative;
      display: inline-block;
      padding-left: 1.25em;
      margin-bottom: 0;
      font-weight: normal;
      vertical-align: middle;
      cursor: pointer;
    }

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
      margin-top: 0;
      margin-left: .75em;
    }

    input[type="radio"]:disabled,
    input[type="radio"].disabled,
    fieldset[disabled] input[type="radio"],
    input[type="checkbox"]:disabled,
    input[type="checkbox"].disabled,
    fieldset[disabled] input[type="checkbox"] {
      cursor: not-allowed;
    }

    .radio-inline.disabled,
    fieldset[disabled] .radio-inline,
    .checkbox-inline.disabled,
    fieldset[disabled] .checkbox-inline {
      cursor: not-allowed;
    }

    .radio.disabled label,
    fieldset[disabled] .radio label,
    .checkbox.disabled label,
    fieldset[disabled] .checkbox label {
      cursor: not-allowed;
    }

/* FORM LABEL CSS
   ========================================================================== */
    .label {
      display: inline-block;
      padding: .25em .4em;
      font-size: 75%;
      font-weight: bold;
      line-height: 1;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: .25em;
    }

    .label:empty {
      display: none;
    }

    .btn .label {
      position: relative;
      top: -1px;
    }

    a.label:focus, a.label:hover {
      color: #fff;
      text-decoration: none;
      cursor: pointer;
    }

    .label-pill {
      padding-right: .6em;
      padding-left: .6em;
      border-radius: 1em;
    }

    .label-default {
      background-color: #818a91;
    }

    .label-default[href]:focus, .label-default[href]:hover {
      background-color: #687077;
    }

    .label-primary {
      background-color: #0275d8;
    }

    .label-primary[href]:focus, .label-primary[href]:hover {
      background-color: #025aa5;
    }

    .label-success {
      background-color: #5cb85c;
    }

    .label-success[href]:focus, .label-success[href]:hover {
      background-color: #449d44;
    }

    .label-info {
      background-color: #1C7BA2;
    }

    .label-info[href]:focus, .label-info[href]:hover {
      background-color: #176281;
    }

    .label-warning {
      background-color: #f0ad4e;
    }

    .label-warning[href]:focus, .label-warning[href]:hover {
      background-color: #ec971f;
    }

    .label-danger {
      background-color: #d9534f;
    }

    .label-danger[href]:focus, .label-danger[href]:hover {
      background-color: #c9302c;
    }

/* FORM INPUT GROUP
   ========================================================================== */
    .input-group {
      position: relative;
      display: table;
      border-collapse: separate;
    }

    .input-group .form-control {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0;
    }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
      display: table-cell;
    }

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
      border-radius: 0;
    }

    .input-group-addon,
    .input-group-btn {
      width: 1%;
      white-space: nowrap;
      vertical-align: middle;
    }

    .input-group-addon {
      padding: .375em .75em;
      font-size: 1em;
      font-weight: normal;
      line-height: 1;
      color: #55595c;
      text-align: center;
      background-color: #eceeef;
      border: 1px solid #ccc;
      border-radius: .25em;
    }

    .input-group-addon.form-control-sm, .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
      padding: .275em .75em;
      font-size: .85em;
      border-radius: .2em;
    }

    .input-group-addon.form-control-lg, .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
      padding: 1.25em 1.25em;
      font-size: 1.25em;
      border-radius: .3em;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
      margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
      border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
      border-left: 0;
    }

    .input-group-btn {
      position: relative;
      white-space: nowrap;
    }

    .input-group-btn > .btn {
      position: relative;
    }

    .input-group-btn > .btn + .btn {
      margin-left: -1px;
    }

    .input-group-btn > .btn:focus,
    .input-group-btn > .btn:active,
    .input-group-btn > .btn:hover {
      z-index: 2;
    }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
      margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
      z-index: 2;
      margin-left: -1px;
    }

/* FORM INLINE CSS
   ========================================================================== */
    @media (min-width: 544px) {
      /* 34em : 544px */
      .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
      }

      .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
      }

      .form-inline .form-control-static {
        display: inline-block;
      }

      .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
      }

      .form-inline .input-group .input-group-addon,
      .form-inline .input-group .input-group-btn,
      .form-inline .input-group .form-control {
        width: auto;
      }

      .form-inline .input-group > .form-control {
        width: 100%;
      }

      .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
      }

      .form-inline .radio,
      .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
      }

      .form-inline .radio label,
      .form-inline .checkbox label {
        padding-left: 0;
      }

      .form-inline .radio input[type="radio"],
      .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
      }

      .form-inline .has-feedback .form-control-feedback {
        top: 0;
      }
    }

/* C-INPUT CSS
 ========================================================================== */
    .c-input {
      position: relative;
      display: inline;
      padding-left: 1.5em;
      color: #555;
      cursor: pointer;
    }

    .c-input > input {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #0074d9;
    }

    .c-input > input:active ~ .c-indicator {
      color: #fff;
      background-color: #84c6ff;
    }

    .c-input + .c-input {
      margin-left: 1em;
    }

    .c-indicator {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 1em;
      height: 1em;
      font-size: 65%;
      line-height: 1em;
      color: #eee;
      text-align: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: #eee;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: 50% 50%;
      background-size: 50% 50%;
    }

    .c-checkbox .c-indicator {
      border-radius: .25em;
    }

    .c-checkbox input:checked ~ .c-indicator {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
    }

    .c-checkbox input:indeterminate ~ .c-indicator {
      background-color: #0074d9;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
    }

    .c-radio .c-indicator {
      border-radius: 50%;
    }

    .c-radio input:checked ~ .c-indicator {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
    }

    .c-inputs-stacked .c-input {
      display: inline;
    }

    .c-inputs-stacked .c-input:after {
      display: block;
      margin-bottom: .25em;
      content: "";
    }

    .c-inputs-stacked .c-input + .c-input {
      margin-left: 0;
    }

    .c-select {
      display: inline-block;
      max-width: 100%;
      -webkit-appearance: none;
      padding: .375em 1.75em .375em .75em;
      padding-right: .75em \9;
      vertical-align: middle;
      background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75em center;
      background-image: none \9;
      -webkit-background-size: 8px 10px;
      background-size: 8px 10px;
      border: 1px solid #ccc;
      -moz-appearance: none;
      appearance: none;
    }

    .c-select:focus {
      border-color: #51a7e8;
      outline: none;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
    }

    .c-select::-ms-expand {
      opacity: 0;
    }

    .c-select-sm {
      padding-top: 3px;
      padding-bottom: 3px;
      font-size: 12px;
    }

    .c-select-sm:not([multiple]) {
      height: 26px;
      min-height: 26px;
    }

/* FILE CSS
 ========================================================================== */
    .file {
      position: relative;
      display: inline-block;
      height: 2.5em;
      cursor: pointer;
    }

    .file input {
      min-width: 14em;
      margin: 0;
      filter: alpha(opacity=0);
      opacity: 0;
    }

    .file-custom {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 5;
      height: 2.5em;
      padding: .5em 1em;
      line-height: 1.5;
      color: #555;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: #fff;
      border: .075em solid #ddd;
      border-radius: .25em;
      -webkit-box-shadow: inset 0 0.2em 0.4em rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 0.2em 0.4em rgba(0, 0, 0, 0.05);
    }

    .file-custom:after {
      content: "Choose file...";
    }

    .file-custom:before {
      position: absolute;
      top: -.075em;
      right: -.075em;
      bottom: -.075em;
      z-index: 6;
      display: block;
      height: 2.5em;
      padding: .5em 1em;
      line-height: 1.5;
      color: #555;
      content: "Browse";
      background-color: #eee;
      border: .075em solid #ddd;
      border-radius: 0 .25em .25em 0;
    }

    .file input:focus ~ .file-custom {
      -webkit-box-shadow: 0 0 0 .075em #fff, 0 0 0 .2em #0074d9;
      box-shadow: 0 0 0 .075em #fff, 0 0 0 .2em #0074d9;
    }

/* FORM BTN CSS
   ========================================================================== */
.btn {
    display: inline-block;
    padding: .375em 1em;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: .0625em solid transparent;
    border-radius: .25em;
}

.btn-xs {
    display: inline-block;
    padding: .17em 1em;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.3em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: .0625em solid transparent;
    border-radius: .25em;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn.focus {
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
}

.btn.disabled,
.btn:disabled,
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
}

a.btn.disaabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-white {
    color: #909090;
    background-color: #fff;
    border-color: #e7e7e7;
}

.btn-white:hover {
    color: #444;
    background-color: #ececec;
    border-color: #e8e8e8;
}

.btn-grey {
    color: #fff;
    background-color: #666;
    border-color: #666;
}
.btn-black {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.btn-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
fieldset[disabled] .btn-primary:hover {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
    background-image: none;
}

.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
fieldset[disabled] .btn-secondary:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-info {
    color: #fff;
    background-color: #1C7BA2;
    border-color: #1C7BA2;
}

.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #176281;
    border-color: #176281;
}

.btn-info:hover {
    color: #fff;
    background-color: #176281;
    border-color: #176281;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #1C7BA2;
    border-color: #1C7BA2;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover,
fieldset[disabled] .btn-info:hover {
    background-color: #1C7BA2;
    border-color: #1C7BA2;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warm {
    color: #fff;
    background-color: #EF9A9A;
    border-color: #EF9A9A;
}

.btn-warm:focus,
.btn-warm.focus,
.btn-warm:active,
.btn-warm.active,
.open > .btn-warm.dropdown-toggle {
    color: #fff;
    background-color: #EF9A9A;
    border-color: #EF9A9A;
}

.btn-warm:hover {
    color: #fff;
    background-color: #EF9A9A;
    border-color: #EF9A9A;
}

.btn-warm:active,
.btn-warm.active,
.open > .btn-warm.dropdown-toggle {
    background-image: none;
}

.btn-warm.disabled:focus,
.btn-warm.disabled.focus,
.btn-warm:disabled:focus,
.btn-warm:disabled.focus,
fieldset[disabled] .btn-warm:focus,
fieldset[disabled] .btn-warm.focus {
    background-color: #EF9A9A;
    border-color: #EF9A9A;
}

.btn-warm.disabled:hover,
.btn-warm:disabled:hover,
fieldset[disabled] .btn-warm:hover {
    background-color: #EF9A9A;
    border-color: #EF9A9A;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-hot {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-hot:focus,
.btn-hot.focus,
.btn-hot:active,
.btn-hot.active,
.open > .btn-hot.dropdown-toggle {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-hot:hover {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-hot:active,
.btn-hot.active,
.open > .btn-hot.dropdown-toggle {
    background-image: none;
}

.btn-hot.disabled:focus,
.btn-hot.disabled.focus,
.btn-hot:disabled:focus,
.btn-hot:disabled.focus,
fieldset[disabled] .btn-hot:focus,
fieldset[disabled] .btn-hot.focus {
    background-color: red;
    border-color: red;
}

.btn-hot.disabled:hover,
.btn-hot:disabled:hover,
fieldset[disabled] .btn-hot:hover {
    background-color: red;
    border-color: red;
}

.btn-blueviolet {
    color: #fff;
    background-color: blueviolet;
    border-color: blueviolet;
}

.btn-blueviolet:focus,
.btn-blueviolet.focus,
.btn-blueviolet:active,
.btn-blueviolet.active,
.open > .btn-blueviolet.dropdown-toggle {
    color: #fff;
    background-color: blueviolet;
    border-color: blueviolet;
}

.btn-blueviolet:hover {
    color: #fff;
    background-color: blueviolet;
    border-color: blueviolet;
}

.btn-blueviolet:active,
.btn-blueviolet.active,
.open > .btn-blueviolet.dropdown-toggle {
    background-image: none;
}

.btn-blueviolet.disabled:focus,
.btn-blueviolet.disabled.focus,
.btn-blueviolet:disabled:focus,
.btn-blueviolet:disabled.focus,
fieldset[disabled] .btn-blueviolet:focus,
fieldset[disabled] .btn-blueviolet.focus {
    background-color: blueviolet;
    border-color: blueviolet;
}

.btn-blueviolet.disabled:hover,
.btn-blueviolet:disabled:hover,
fieldset[disabled] .btn-blueviolet:hover {
    background-color: blueviolet;
    border-color: blueviolet;
}

.btn-purple {
    color: #fff;
    background-color: purple;
    border-color: purple;
}

.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active,
.open > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: purple;
    border-color: purple;
}

.btn-purple:hover {
    color: #fff;
    background-color: purple;
    border-color: purple;
}

.btn-purple:active,
.btn-purple.active,
.open > .btn-purple.dropdown-toggle {
    background-image: none;
}

.btn-purple.disabled:focus,
.btn-purple.disabled.focus,
.btn-purple:disabled:focus,
.btn-purple:disabled.focus,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple.focus {
    background-color: purple;
    border-color: purple;
}

.btn-purple.disabled:hover,
.btn-purple:disabled:hover,
fieldset[disabled] .btn-purple:hover {
    background-color: purple;
    border-color: purple;
}

/* FORM BTN [OUTLINE] CSS
  ========================================================================== */
    .btn-white-outline {
      color: #909090;
      background-color: transparent;
      background-image: none;
      border-color: #909090;
    }

    .btn-white-outline:focus,
    .btn-white-outline.focus,
    .btn-white-outline:active,
    .btn-white-outline.active,
    .open > .btn-white-outline.dropdown-toggle {
      color: #fff;
      background-color: #909090;
      border-color: #909090;
    }

    .btn-white-outline:hover {
      color: #fff;
      background-color: #909090;
      border-color: #909090;
    }

    .btn-white-outline.disabled:focus,
    .btn-white-outline.disabled.focus,
    .btn-white-outline:disabled:focus,
    .btn-white-outline:disabled.focus,
    fieldset[disabled] .btn-white-outline:focus,
    fieldset[disabled] .btn-white-outline.focus {
      border-color: #909090;
    }

    .btn-white-outline.disabled:hover,
    .btn-white-outline:disabled:hover,
    fieldset[disabled] .btn-white-outline:hover {
      border-color: #909090;
    }

    .btn-black-outline {
      color: darkgrey;
      background-color: transparent;
      background-image: none;
      border-color: darkgrey;
    }

    .btn-black-outline:focus,
    .btn-black-outline.focus,
    .btn-black-outline:active,
    .btn-black-outline.active,
    .open > .btn-black-outline.dropdown-toggle {
      color: #fff;
      background-color: darkgrey;
      border-color: darkgrey;
    }

    .btn-black-outline:hover {
      color: #fff;
      background-color: darkgrey;
      border-color: darkgrey;
    }

    .btn-black-outline.disabled:focus,
    .btn-black-outline.disabled.focus,
    .btn-black-outline:disabled:focus,
    .btn-black-outline:disabled.focus,
    fieldset[disabled] .btn-black-outline:focus,
    fieldset[disabled] .btn-black-outline.focus {
      border-color: darkgrey;
    }

    .btn-black-outline.disabled:hover,
    .btn-black-outline:disabled:hover,
    fieldset[disabled] .btn-black-outline:hover {
      border-color: darkgrey;
    }

    .btn-primary-outline {
      color: #0275d8;
      background-color: transparent;
      background-image: none;
      border-color: #0275d8;
    }

    .btn-primary-outline:focus,
    .btn-primary-outline.focus,
    .btn-primary-outline:active,
    .btn-primary-outline.active,
    .open > .btn-primary-outline.dropdown-toggle {
      color: #fff;
      background-color: #0275d8;
      border-color: #0275d8;
    }

    .btn-primary-outline:hover {
      color: #fff;
      background-color: #0275d8;
      border-color: #0275d8;
    }

    .btn-primary-outline.disabled:focus,
    .btn-primary-outline.disabled.focus,
    .btn-primary-outline:disabled:focus,
    .btn-primary-outline:disabled.focus,
    fieldset[disabled] .btn-primary-outline:focus,
    fieldset[disabled] .btn-primary-outline.focus {
      border-color: #43a7fd;
    }

    .btn-primary-outline.disabled:hover,
    .btn-primary-outline:disabled:hover,
    fieldset[disabled] .btn-primary-outline:hover {
      border-color: #43a7fd;
    }

    .btn-secondary-outline {
      color: #ccc;
      background-color: transparent;
      background-image: none;
      border-color: #ccc;
    }

    .btn-secondary-outline:focus,
    .btn-secondary-outline.focus,
    .btn-secondary-outline:active,
    .btn-secondary-outline.active,
    .open > .btn-secondary-outline.dropdown-toggle {
      color: #fff;
      background-color: #ccc;
      border-color: #ccc;
    }

    .btn-secondary-outline:hover {
      color: #fff;
      background-color: #ccc;
      border-color: #ccc;
    }

    .btn-secondary-outline.disabled:focus,
    .btn-secondary-outline.disabled.focus,
    .btn-secondary-outline:disabled:focus,
    .btn-secondary-outline:disabled.focus,
    fieldset[disabled] .btn-secondary-outline:focus,
    fieldset[disabled] .btn-secondary-outline.focus {
      border-color: white;
    }

    .btn-secondary-outline.disabled:hover,
    .btn-secondary-outline:disabled:hover,
    fieldset[disabled] .btn-secondary-outline:hover {
      border-color: white;
    }

    .btn-info-outline {
      color: #1C7BA2;
      background-color: transparent;
      background-image: none;
      border-color: #1C7BA2;
    }

    .btn-info-outline:focus,
    .btn-info-outline.focus,
    .btn-info-outline:active,
    .btn-info-outline.active,
    .open > .btn-info-outline.dropdown-toggle {
      color: #fff;
      background-color: #1C7BA2;
      border-color: #1C7BA2;
    }

    .btn-info-outline:hover {
      color: #fff;
      background-color: #1C7BA2;
      border-color: #1C7BA2;
    }

    .btn-info-outline.disabled:focus,
    .btn-info-outline.disabled.focus,
    .btn-info-outline:disabled:focus,
    .btn-info-outline:disabled.focus,
    fieldset[disabled] .btn-info-outline:focus,
    fieldset[disabled] .btn-info-outline.focus {
      border-color: #b0e1ef;
    }

    .btn-info-outline.disabled:hover,
    .btn-info-outline:disabled:hover,
    fieldset[disabled] .btn-info-outline:hover {
      border-color: #b0e1ef;
    }

    .btn-success-outline {
      color: #5cb85c;
      background-color: transparent;
      background-image: none;
      border-color: #5cb85c;
    }

    .btn-success-outline:focus,
    .btn-success-outline.focus,
    .btn-success-outline:active,
    .btn-success-outline.active,
    .open > .btn-success-outline.dropdown-toggle {
      color: #fff;
      background-color: #5cb85c;
      border-color: #5cb85c;
    }

    .btn-success-outline:hover {
      color: #fff;
      background-color: #5cb85c;
      border-color: #5cb85c;
    }

    .btn-success-outline.disabled:focus,
    .btn-success-outline.disabled.focus,
    .btn-success-outline:disabled:focus,
    .btn-success-outline:disabled.focus,
    fieldset[disabled] .btn-success-outline:focus,
    fieldset[disabled] .btn-success-outline.focus {
      border-color: #a3d7a3;
    }

    .btn-success-outline.disabled:hover,
    .btn-success-outline:disabled:hover,
    fieldset[disabled] .btn-success-outline:hover {
      border-color: #a3d7a3;
    }

    .btn-warning-outline {
      color: #f0ad4e;
      background-color: transparent;
      background-image: none;
      border-color: #f0ad4e;
    }

    .btn-warning-outline:focus,
    .btn-warning-outline.focus,
    .btn-warning-outline:active,
    .btn-warning-outline.active,
    .open > .btn-warning-outline.dropdown-toggle {
      color: #fff;
      background-color: #f0ad4e;
      border-color: #f0ad4e;
    }

    .btn-warning-outline:hover {
      color: #fff;
      background-color: #f0ad4e;
      border-color: #f0ad4e;
    }

    .btn-warning-outline.disabled:focus,
    .btn-warning-outline.disabled.focus,
    .btn-warning-outline:disabled:focus,
    .btn-warning-outline:disabled.focus,
    fieldset[disabled] .btn-warning-outline:focus,
    fieldset[disabled] .btn-warning-outline.focus {
      border-color: #f8d9ac;
    }

    .btn-warning-outline.disabled:hover,
    .btn-warning-outline:disabled:hover,
    fieldset[disabled] .btn-warning-outline:hover {
      border-color: #f8d9ac;
    }

    .btn-warm-outline {
      color: #EF9A9A;
      background-color: transparent;
      background-image: none;
      border-color: #EF9A9A;
    }

    .btn-warm-outline:focus,
    .btn-warm-outline.focus,
    .btn-warm-outline:active,
    .btn-warm-outline.active,
    .open > .btn-warm-outline.dropdown-toggle {
      color: #fff;
      background-color: #EF9A9A;
      border-color: #EF9A9A;
    }

    .btn-warm-outline:hover {
      color: #fff;
      background-color: #EF9A9A;
      border-color: #EF9A9A;
    }

    .btn-warm-outline.disabled:focus,
    .btn-warm-outline.disabled.focus,
    .btn-warm-outline:disabled:focus,
    .btn-warm-outline:disabled.focus,
    fieldset[disabled] .btn-warm-outline:focus,
    fieldset[disabled] .btn-warm-outline.focus {
      border-color: #EF9A9A;
    }

    .btn-warm-outline.disabled:hover,
    .btn-warm-outline:disabled:hover,
    fieldset[disabled] .btn-warm-outline:hover {
      border-color: #EF9A9A;
    }

    .btn-danger-outline {
      color: #d9534f;
      background-color: transparent;
      background-image: none;
      border-color: #d9534f;
    }

    .btn-danger-outline:focus,
    .btn-danger-outline.focus,
    .btn-danger-outline:active,
    .btn-danger-outline.active,
    .open > .btn-danger-outline.dropdown-toggle {
      color: #fff;
      background-color: #d9534f;
      border-color: #d9534f;
    }

    .btn-danger-outline:hover {
      color: #fff;
      background-color: #d9534f;
      border-color: #d9534f;
    }

    .btn-danger-outline.disabled:focus,
    .btn-danger-outline.disabled.focus,
    .btn-danger-outline:disabled:focus,
    .btn-danger-outline:disabled.focus,
    fieldset[disabled] .btn-danger-outline:focus,
    fieldset[disabled] .btn-danger-outline.focus {
      border-color: #eba5a3;
    }

    .btn-danger-outline.disabled:hover,
    .btn-danger-outline:disabled:hover,
    fieldset[disabled] .btn-danger-outline:hover {
      border-color: #eba5a3;
    }

    .btn-hot-outline {
      color: red;
      background-color: transparent;
      background-image: none;
      border-color: red;
    }

    .btn-hot-outline:focus,
    .btn-hot-outline.focus,
    .btn-hot-outline:active,
    .btn-hot-outline.active,
    .open > .btn-hot-outline.dropdown-toggle {
      color: #fff;
      background-color: red;
      border-color: red;
    }

    .btn-hot-outline:hover {
      color: #fff;
      background-color: red;
      border-color: red;
    }

    .btn-hot-outline.disabled:focus,
    .btn-hot-outline.disabled.focus,
    .btn-hot-outline:disabled:focus,
    .btn-hot-outline:disabled.focus,
    fieldset[disabled] .btn-hot-outline:focus,
    fieldset[disabled] .btn-hot-outline.focus {
      border-color: red;
    }

    .btn-hot-outline.disabled:hover,
    .btn-hot-outline:disabled:hover,
    fieldset[disabled] .btn-hot-outline:hover {
      border-color: red;
    }

    .btn-blueviolet-outline {
      color: blueviolet;
      background-color: transparent;
      background-image: none;
      border-color: blueviolet;
    }

    .btn-blueviolet-outline:focus,
    .btn-blueviolet-outline.focus,
    .btn-blueviolet-outline:active,
    .btn-blueviolet-outline.active,
    .open > .btn-blueviolet-outline.dropdown-toggle {
      color: #fff;
      background-color: blueviolet;
      border-color: blueviolet;
    }

    .btn-blueviolet-outline:hover {
      color: #fff;
      background-color: blueviolet;
      border-color: blueviolet;
    }

    .btn-blueviolet-outline.disabled:focus,
    .btn-blueviolet-outline.disabled.focus,
    .btn-blueviolet-outline:disabled:focus,
    .btn-blueviolet-outline:disabled.focus,
    fieldset[disabled] .btn-blueviolet-outline:focus,
    fieldset[disabled] .btn-blueviolet-outline.focus {
      border-color: blueviolet;
    }

    .btn-blueviolet-outline.disabled:hover,
    .btn-blueviolet-outline:disabled:hover,
    fieldset[disabled] .btn-blueviolet-outline:hover {
      border-color: blueviolet;
    }

    .btn-purple-outline {
      color: purple;
      background-color: transparent;
      background-image: none;
      border-color: purple;
    }

    .btn-purple-outline:focus,
    .btn-purple-outline.focus,
    .btn-purple-outline:active,
    .btn-purple-outline.active,
    .open > .btn-purple-outline.dropdown-toggle {
      color: #fff;
      background-color: purple;
      border-color: purple;
    }

    .btn-purple-outline:hover {
      color: #fff;
      background-color: purple;
      border-color: purple;
    }

    .btn-purple-outline.disabled:focus,
    .btn-purple-outline.disabled.focus,
    .btn-purple-outline:disabled:focus,
    .btn-purple-outline:disabled.focus,
    fieldset[disabled] .btn-purple-outline:focus,
    fieldset[disabled] .btn-purple-outline.focus {
      border-color: purple;
    }

    .btn-purple-outline.disabled:hover,
    .btn-purple-outline:disabled:hover,
    fieldset[disabled] .btn-purple-outline:hover {
      border-color: purple;
    }

    .btn-link {
      font-weight: normal;
      color: #0275d8;
      border-radius: 0;
    }

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link:disabled,
    fieldset[disabled] .btn-link {
      background-color: transparent;
    }

    .btn-link,
    .btn-link:focus,
    .btn-link:active {
      border-color: transparent;
    }

    .btn-link:hover {
      border-color: transparent;
    }

    .btn-link:focus,
    .btn-link:hover {
      color: #014c8c;
      text-decoration: underline;
      background-color: transparent;
    }

    .btn-link:disabled:focus,
    .btn-link:disabled:hover,
    fieldset[disabled] .btn-link:focus,
    fieldset[disabled] .btn-link:hover {
      color: #818a91;
      text-decoration: none;
    }

    .btn-lg, .btn-group-lg > .btn {
      padding: .47em 1em;
      font-size: 1.25em;
      line-height: 1.333333;
      border-radius: .2em;
    }

    .input-lg {
      padding: .47em 1em;
      font-size: 1.25em;
      line-height: 1.333333;
      border-radius: .2em;
    }

    .btn-sm, .btn-group-sm > .btn {
      padding: .25em .75em;
      font-size: .85em;
      line-height: 1.5;
      border-radius: .2em;
    }

    .btn-block {
      display: block;
      width: 100%;
    }

    .btn-block + .btn-block {
      margin-top: 5px;
    }

    input[type="submit"].btn-block,
    input[type="reset"].btn-block,
    input[type="button"].btn-block {
      width: 100%;
    }

    /* BUTON GROUP  CSS
       ========================================================================== */
    .btn-group,
    .btn-group-vertical {
      position: relative;
      display: inline-block;
      vertical-align: middle;
    }

    .btn-group > .btn,
    .btn-group-vertical > .btn {
      position: relative;
      float: left;
    }

    .btn-group > .btn:focus,
    .btn-group > .btn:active,
    .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2;
    }

    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2;
    }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
      margin-left: -1px;
    }

    .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
      border-radius: 0;
    }

    .btn-group > .btn:first-child {
      margin-left: 0;
    }

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    .btn-group > .btn:last-child:not(:first-child),
    .btn-group > .dropdown-toggle:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    .btn-group > .btn-group {
      float: left;
    }

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
      border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    .btn-group .dropdown-toggle:active,
    .btn-group.open .dropdown-toggle {
      outline: 0;
    }

    .btn-group > .btn + .dropdown-toggle {
      padding-right: 8px;
      padding-left: 8px;
    }

    .btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
      padding-right: 12px;
      padding-left: 12px;
    }

/* MEDIA STYLE CSS
   ========================================================================== */
    .media {
      margin-top: 15px;
    }

    .media:first-child {
      margin-top: 0;
    }

    .media, .media-body {
      overflow: hidden;
      zoom: 1;
    }

    .media-body {
      width: 10000px;
    }

    .media-left, .media-right, .media-body {
      display: table-cell;
      vertical-align: top;
    }

    .media-middle {
      vertical-align: middle;
    }

    .media-bottom {
      vertical-align: bottom;
    }

    .media-right {
      padding-left: 10px;
    }

    .media-left {
      padding-right: 10px;
    }

    .media-list {
      padding-left: 0;
      list-style: none;
    }

    .media-object {
      display: block;
    }

    .media-heading {
      margin-top: 0;
      margin-bottom: 5px;
    }

    .media-time {
      margin-top: 0;
      margin-bottom: 5px;
    }

    .media-content {
      margin-top: 0;
      margin-bottom: 5px;
    }

    .media-link {
      margin-top: 0;
    }

/* PAGINATION CSS
 ========================================================================== */
  .pagination {
    padding: 3px;
    margin: 3px;
    clear: both;
  }

  .pagination a, .pagination span {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #DDD;
    color: #24547E;
    line-height: 1.42857;
  }

  .pagination a:hover, pagination a:active {
    border: 1px solid #DDD;
    color: #777;
    background-color: #eee;
  }

  .pagination span.disabled {
    color: #ababab;
    cursor: not-allowed;
    background-color: #BCBAB2;
    border-color: #DDD;
  }

  .pagination span.current {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
    border-color: #DDD;
  }

/* FORM VALIDATION CSS
   ========================================================================== */

/* ERROR MESSAGE
 ========================================================================== */
    #errorMessage { display: block; clear: both; font-size: 0.9em; }
        .success { background-color: #c4ffa5; border: 1px solid #97cc7a; border-left: 2px solid #35aa47; padding: 6px 12px; color: #1d5100; overflow: hidden; }
        .infos { background-color: #c7e0ed; border: 1px solid #95c0d6; border-left: 2px solid #138cbc; padding: 6px 12px; color: #095e89; overflow: hidden; }
        .warms { background-color: #fee28d; border: 1px solid #fecd7f; border-left: 2px solid #dc7238; padding: 6px 12px; color: #a54320; overflow: hidden; }
        .errors { background-color: #febfbf; border: 1px solid #e3a6a6; border-left: 2px solid #ed4e2a; padding: 6px 12px; color: #ff0000; overflow: hidden; }


/* MARGIN CSS
   ========================================================================== */
    .m-a-0 {
      margin: 0 !important;
    }

    .m-t-0 {
      margin-top: 0 !important;
    }

    .m-r-0 {
      margin-right: 0 !important;
    }

    .m-b-0 {
      margin-bottom: 0 !important;
    }

    .m-l-0 {
      margin-left: 0 !important;
    }

    .m-x-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }

    .m-y-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }

    .m-a-xs {
      margin: 0.5rem !important;
    }

    .m-t-xs {
      margin-top: 0.5rem !important;
    }

    .m-r-xs {
      margin-right: 0.5rem !important;
    }

    .m-b-xs {
      margin-bottom: 0.5rem !important;
    }

    .m-l-xs {
      margin-left: 0.5rem !important;
    }

    .m-x-xs {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }

    .m-y-xs {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }

    .m-a-md {
      margin: 1rem !important;
    }

    .m-t-md {
      margin-top: 1rem !important;
    }

    .m-r-md {
      margin-right: 1rem !important;
    }

    .m-b-md {
      margin-bottom: 1rem !important;
    }

    .m-l-md {
      margin-left: 1rem !important;
    }

    .m-x-md {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }

    .m-y-md {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }

    .m-a-lg {
      margin: 1.5rem !important;
    }

    .m-t-lg {
      margin-top: 1.5rem !important;
    }

    .m-r-lg {
      margin-right: 1.5rem !important;
    }

    .m-b-lg {
      margin-bottom: 1.5rem !important;
    }

    .m-l-lg {
      margin-left: 1.5rem !important;
    }

    .m-x-lg {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }

    .m-y-lg {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }

    .m-a-xl {
      margin: 3rem !important;
    }

    .m-t-xl {
      margin-top: 3rem !important;
    }

    .m-r-xl {
      margin-right: 3rem !important;
    }

    .m-b-xl {
      margin-bottom: 3rem !important;
    }

    .m-l-xl {
      margin-left: 3rem !important;
    }

    .m-x-xl {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }

    .m-y-xl {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }

    .m-x-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }

/* PADDING CSS
   ========================================================================== */
    .p-a-0 {
      padding: 0 !important;
    }

    .p-t-0 {
      padding-top: 0 !important;
    }

    .p-r-0 {
      padding-right: 0 !important;
    }

    .p-b-0 {
      padding-bottom: 0 !important;
    }

    .p-l-0 {
      padding-left: 0 !important;
    }

    .p-x-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }

    .p-y-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }

    .p-a-xs {
      padding: 0.5rem !important;
    }

    .p-t-xs {
      padding-top: 0.5rem !important;
    }

    .p-r-xs {
      padding-right: 0.5rem !important;
    }

    .p-b-xs {
      padding-bottom: 0.5rem !important;
    }

    .p-l-xs {
      padding-left: 0.5rem !important;
    }

    .p-x-xs {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }

    .p-y-xs {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }

    .p-a-md {
      padding: 1rem !important;
    }

    .p-t-md {
      padding-top: 1rem !important;
    }

    .p-r-md {
      padding-right: 1rem !important;
    }

    .p-b-md {
      padding-bottom: 1rem !important;
    }

    .p-l-md {
      padding-left: 1rem !important;
    }

    .p-x-md {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }

    .p-y-md {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }

    .p-a-lg {
      padding: 1.5rem !important;
    }

    .p-t-lg {
      padding-top: 1.5rem !important;
    }

    .p-r-lg {
      padding-right: 1.5rem !important;
    }

    .p-b-lg {
      padding-bottom: 1.5rem !important;
    }

    .p-l-lg {
      padding-left: 1.5rem !important;
    }

    .p-x-lg {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }

    .p-y-lg {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }

    .p-a-xl {
      padding: 3rem !important;
    }

    .p-t-xl {
      padding-top: 3rem !important;
    }

    .p-r-xl {
      padding-right: 3rem !important;
    }

    .p-b-xl {
      padding-bottom: 3rem !important;
    }

    .p-l-xl {
      padding-left: 3rem !important;
    }

    .p-x-xl {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }

    .p-y-xl {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }

    .p-x-auto {
      padding-right: auto !important;
      padding-left: auto !important;
    }

/* NAVBAR CSS
   ========================================================================== */
    .navbar {
      position: relative;
    }

    .navbar:before, .navbar:after {
      display: table;
      content: " ";
    }

    .navbar:after {
      clear: both;
    }

/* NAV MAIN NAV
   ========================================================================== */
    .navbar-nav .nav-item {
      float: left;
      position: relative;
    }

    .navbar-nav .nav-link {
      display: block;
      padding-top: .425rem;
      padding-bottom: .425rem;
    }

/* NAV DROPDOWN AREA
   ========================================================================== */
    .navbar-drop {
      position: relative;
    }

    .navbar-drop-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 160px;
      text-align: left;
      background-color: #fff;
      background-clip: padding-box;
      border-top: 2px solid #e6400c;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

    .navbar-drop-menu .navbar-drop-item {
      float: none;
      padding: 0px;
      margin: 0px;
      border-bottom: 1px solid #EFEFEF;
    }

    .navbar-drop-menu .navbar-drop-item .navbar-drop-link {
      display: block;
      padding: 10px 15px;
      color: #767F88;
    }

    .navbar-drop-menu .navbar-drop-item .navbar-drop-link:hover {
      color: #fff;
      background-color: #e6400c;
    }

    .navbar-nav .nav-item:hover ul {
      display: block;
    }

    @media (max-width: 34em) {
      .navbar-drop-menu {
        width: 100%;
      }
    }

/* NAVBAR DIVIDER CSS
 ========================================================================== */
    .navbar-divider {
      float: left;
      width: 1px;
      padding-top: .425rem;
      padding-bottom: .425rem;
      margin-right: 1rem;
      margin-left: 1rem;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.075);
    }

    .navbar-divider:before {
      content: '\00a0';
    }

/* NAVBAR HIDDEN CSS
   ========================================================================== */
    .navbar-hidden {
      display: block;
    }

    @media (max-width: 47.9em) {
      .navbar-hidden {
        display: none !important;
      }
    }

/* NAVBAR TOGGLER
   ========================================================================== */
    .navbar-toggler {
      padding: .5rem .75rem;
      font-size: 1.25rem;
      line-height: 1;
      background: none;
      border: .0625rem solid transparent;
      border-radius: .25rem;
      position: absolute;
      top: 17px;
      right: 10px;
      z-index: 1;
    }

    .navbar-toggler:focus,
    .navbar-toggler:hover {
      text-decoration: none;
    }

/* NAVBAR HIDDEN CSS
   ========================================================================== */
    .toggler-hidden {
      display: none !important;
    }

    .toggler-padding {
      padding-right: 0px;
    }

    @media (max-width: 33.9em) {
    }
    @media (max-width: 47.9em) {
      .toggler-hidden {
        display: block !important;
      }

      .toggler-padding {
        padding-right: 63px;
      }
    }
    @media (max-width: 61.9em) {
    }

/* DROPDOWN CSS
 ========================================================================== */

/* POPOVER
   ========================================================================== */

/* MODAL STYLE CSS
   ========================================================================== */

/* STYLE [DISPLAY] CSS
   ========================================================================== */
    .clearfix:before, .clearfix:after {
      display: table;
      content: " ";
    }

    .clearfix:after {
      clear: both;
    }

    .center-block {
      display: block;
      margin-right: auto;
      margin-left: auto;
    }

    .pull-left {
      float: left !important;
    }

    .pull-right {
      float: right !important;
    }

    .block {
      display: block;
    }

    .hide {
      display: none !important;
    }

    .show {
      display: block !important;
    }

    .invisible {
      visibility: hidden;
    }

    .text-hide {
      font: "";
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
    }

    .hidden {
      display: none !important;
      visibility: hidden !important;
    }

    .clear {
      clear: both;
    }

    .clear-left {
      clear: left;
    }

    .clear-right {
      clear: right;
    }

    .overflow {
      overflow: hidden;
    }

    .overflow-scroll {
      overflow: scroll;
    }

    .overflow-v {
      overflow: visible !important;
    }

    .text-left {
      text-align: left;
    }

    .text-right {
      text-align: right;
    }

    .text-center {
      text-align: center;
    }

    .text-justify {
      text-align: justify;
    }

    .text-nowrap {
      white-space: nowrap;
    }

    .text-lowercase {
      text-transform: lowercase;
    }

    .text-uppercase {
      text-transform: uppercase;
    }

    .text-capitalize {
      text-transform: capitalize;
    }

    .text-muted {
      color: #818a91;
    }

    .text-primary {
      color: #0275d8;
    }

    .text-truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .text-xs-left {
      text-align: left;
    }

    .text-xs-right {
      text-align: right;
    }

    .text-xs-center {
      text-align: center;
    }

    .text-notes {
      font-size: 0.9em; font-weight:normal; font-style: italic; color: #999;
    }
    .text-notes-dark {
        font-size: 0.9em; font-weight:normal; font-style: italic; color: #666;
    }


    @media (min-width: 34em) {
      .text-sm-left {
        text-align: left;
      }

      .text-sm-right {
        text-align: right;
      }

      .text-sm-center {
        text-align: center;
      }
    }
    @media (min-width: 48em) {
      .text-md-left {
        text-align: left;
      }

      .text-md-right {
        text-align: right;
      }

      .text-md-center {
        text-align: center;
      }
    }
    @media (min-width: 62em) {
      .text-lg-left {
        text-align: left;
      }

      .text-lg-right {
        text-align: right;
      }

      .text-lg-center {
        text-align: center;
      }
    }
    @media (min-width: 75em) {
      .text-xl-left {
        text-align: left;
      }

      .text-xl-right {
        text-align: right;
      }

      .text-xl-center {
        text-align: center;
      }
    }

/* STYLE [CUSTOM DISPLAY] CSS
   ========================================================================== */
    .normal {
      font-size: 1em;
      font-weight: normal;
    }

    .italic {
      font-size: 1em;
      font-style: oblique;
    }

    .strong {
      font-size: 1em;
      font-weight: bold;
    }

    .strong-italic {
      font-size: 1em;
      font-style: oblique;
      font-weight: bold;
    }

    .shadow {
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .shadow-inset {
      box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .del {
      display: block;
      color: #c1c1c1;
      padding-top: 2px;
      text-decoration: line-through;
    }

    .ins {
      display: block;
      color: #910028;
      font-size: 1.1em;
      font-weight: bold;
    }

    .rounded {
      border-radius: 4px;
    }

    .circle {
      border-radius: 50%;
    }

    .tl:after {
      font-family: "tlWebFonts", serif;
      content: "t";
      padding-left: 2px;
    }

    .requires {
      font-size: 0.9em;
      color: red;
    }

/* [*] COLOR [LEFT] CSS
   ========================================================================== */
    .left-grey {
      border-left: 2px solid #ccc !important;
    }

    .left-darkgrey {
      border-left: 2px solid #979797 !important;
    }

    .left-primary {
      border-left: 2px solid #0275d8 !important;
    }

    .left-success {
      border-left: 2px solid #5cb85c !important;
    }

    .left-info {
      border-left: 2px solid #1C7BA2 !important;
    }

    .left-warning {
      border-left: 2px solid #f0ad4e !important;
    }

    .left-warm {
      border-left: 2px solid #EF9A9A !important;
    }

    .left-danger {
      border-left: 2px solid #d9534f !important;
    }

    .left-hot {
      border-left: 2px solid red !important;
    }

    .left-blueviolet {
      border-left: 2px solid blueviolet !important;
    }

    .left-purple {
      border-left: 2px solid purple !important;
    }

/* FADE CSS
   ========================================================================== */
    .fade {
      opacity: 0;
      -webkit-transition: opacity .15s linear;
      -o-transition: opacity .15s linear;
      transition: opacity .15s linear;
    }

    .fade.in {
      opacity: 1;
    }

    .collapse {
      display: none;
    }

    .collapse.in {
      display: block;
    }

    .collapsing {
      position: relative;
      height: 0;
      overflow: hidden;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-duration: .35s;
      -o-transition-duration: .35s;
      transition-duration: .35s;
      -webkit-transition-property: height;
      -o-transition-property: height;
      transition-property: height;
    }

/* STYLE [DISPLAY] CSS
   ========================================================================== */
    .text-grey {
      color: #ccc;
    }

    a.text-grey:focus, a.text-grey:hover {
      color: #bababa;
    }

    .text-darkgrey {
       color: #979797;
     }

    a.text-darkgrey:focus, a.text-darkgrey:hover {
      color: #707070;
    }

    .text-black {
      color: #333;
    }

    a.text-black:focus, a.text-black:hover {
      color: #000;
    }

    .text-primary {
      color: #0275d8;
    }

    a.text-primary:focus, a.text-primary:hover {
      color: #025aa5;
    }

    .text-success {
      color: #5cb85c;
    }

    a.text-success:focus, a.text-success:hover {
      color: #449d44;
    }

    .text-info {
      color: #1C7BA2;
    }

    a.text-info:focus, a.text-info:hover {
      color: #176281;
    }

    .text-warning {
      color: #f0ad4e;
    }

    a.text-warning:focus, a.text-warning:hover {
      color: #ec971f;
    }

    .text-warm {
      color: #d9534f;
    }

    a.text-warm:focus, a.text-warm:hover {
      color: #c64c48;
    }

    .text-danger {
      color: #d9534f;
    }

    a.text-danger:focus, a.text-danger:hover {
      color: #c9302c;
    }

    .text-hot {
      color: red;
    }

    a.text-hot:focus, a.text-hot:hover {
      color: #b50000;
    }

    .text-blueviolet {
      color: blueviolet;
    }

    a.text-blueviolet:focus, a.text-blueviolet:hover {
      color: #6a21ae;
    }

    .text-purple {
      color: purple;
    }

    a.text-purple:focus, a.text-purple:hover {
      color: #630063;
    }

    .bg-grey {
      color: #fff;
      background-color: #ccc;
    }

    a.bg-grey:focus, a.bg-grey:hover {
      background-color: #979797;
    }

    .bg-darkgrey {
      color: #fff;
      background-color: #707070;
    }

    a.bg-darkgrey:focus, a.bg-darkgrey:hover {
      background-color: #565656;
    }

    .bg-primary {
      color: #fff;
      background-color: #0275d8;
    }

    a.bg-primary:focus, a.bg-primary:hover {
      background-color: #025aa5;
    }

    .bg-success {
      color: #fff;
      background-color: #5cb85c;
    }

    a.bg-success:focus, a.bg-success:hover {
      background-color: #449d44;
    }

    .bg-info {
      color: #fff;
      background-color: #1C7BA2;
    }

    a.bg-info:focus, a.bg-info:hover {
      background-color: #176281;
    }

    .bg-warning {
      color: #fff;
      background-color: #f0ad4e;
    }

    a.bg-warning:focus, a.bg-warning:hover {
      background-color: #ec971f;
    }

    .bg-warm {
      color: #fff;
      background-color: #d9534f;
    }

    a.bg-warm:focus, a.bg-warm:hover {
      background-color: #bd4845;
    }

    .bg-danger {
      color: #fff;
      background-color: #d9534f;
    }

    a.bg-danger:focus, a.bg-danger:hover {
      background-color: #c9302c;
    }

    .bg-hot {
      color: #fff;
      background-color: red;
    }

    a.bg-hot:focus, a.bg-hot:hover {
      background-color: #b50000;
    }

    .bg-blueviolet {
      color: #fff;
      background-color: blueviolet;
    }

    a.bg-blueviolet:focus, a.bg-blueviolet:hover {
      background-color: #6a21ae;
    }

    .bg-purple {
      color: #fff;
      background-color: purple;
    }

    a.bg-purple:focus, a.bg-purple:hover {
      background-color: #630063;
    }

/* Global
   ========================================================================== */
    hr {
      margin-top: 1em;
      margin-bottom: 1em;
      border: 0;
      border-top: 0.0625em solid rgba(0, 0, 0, 0.1);
    }

    .lead {
      font-size: 1.25em;
      font-weight: 300;
    }

    .list-unstyled {
      padding-left: 0;
      list-style: none;
    }

    .list-inline {
      padding-left: 0;
      margin-left: -5px;
      list-style: none;
    }

    .list-inline > li {
      display: inline-block;
      padding-right: 5px;
      padding-left: 5px;
    }

    .dl-horizontal {
      margin-right: -1.875em;
      margin-left: -1.875em;
    }

    .dl-horizontal:before, .dl-horizontal:after {
      display: table;
      content: " ";
    }

    .dl-horizontal:after {
      clear: both;
    }

    .initialism {
      font-size: 90%;
      text-transform: uppercase;
    }

    .blockquote {
      padding: .5em 1em;
      margin-bottom: 1em;
      font-size: 1.25em;
      border-left: .25em solid #eceeef;
    }

    .blockquote p:last-child, .blockquote ul:last-child, .blockquote ol:last-child {
      margin-bottom: 0;
    }

    .blockquote footer {
      display: block;
      font-size: 80%;
      line-height: 1.5;
      color: #818a91;
    }

    .blockquote footer:before {
      content: "\2014 \00A0";
    }

    .blockquote-reverse {
      padding-right: 1em;
      padding-left: 0;
      text-align: right;
      border-right: .25em solid #eceeef;
      border-left: 0;
    }

    .blockquote-reverse footer:before {
      content: "";
    }

    .blockquote-reverse footer:after {
      content: "\00A0 \2014";
    }

    .figure {
      display: inline-block;
    }

    .figure > img {
      margin-bottom: .5em;
      line-height: 1;
    }

    .figure-caption {
      font-size: 90%;
      color: #818a91;
    }

    .img-responsive, .figure > img, .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    .pre-scrollable {
      max-height: 340px;
      overflow-y: scroll;
    }

/* FONT-SIZE
========================================================================== */
.text-xs {
    font-size: 0.5em;
}

.text-sm {
    font-size: 0.7em;
}

.text-md {
    font-size: 0.9em;
}

.text-lg {
    font-size: 1.3em;
}

.text-xl {
    font-size: 1.5em;
}

/* Links
   ========================================================================== */
    a {
      color: #e6400c;
      text-decoration: none;
      outline: 0;
    }

    a:focus, a:hover {
      color: #000000;
    }

    a:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

/* TABLE CSS
   ========================================================================== */
    .table {
      width: 100%;
      max-width: 100%;
      margin-bottom: 1rem;
    }

    .table th, .table td {
      padding: .57rem;
      line-height: 1.2;
      vertical-align: top;
      border-top: 1px solid #eceeef;
    }

    .table thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #eceeef;
    }

    .table tbody + tbody {
      border-top: 2px solid #eceeef;
    }

    .table .table {
      background-color: #fff;
    }

    .table-sm th,
    .table-sm td {
      padding: .3rem;
    }

    .table-bordered {
      border: 1px solid #eceeef;
    }

    .table-bordered th,
    .table-bordered td {
      border: 1px solid #eceeef;
    }

    .table-bordered thead th,
    .table-bordered thead td {
      border-bottom-width: 2px;
    }

    .table-striped tbody tr:nth-of-type(odd) {
      background-color: #f9f9f9;
    }

    .table-hover tbody tr:hover {
      background-color: #f5f5f5;
    }

    .table-active,
    .table-active > th,
    .table-active > td {
      background-color: #f5f5f5;
    }

    .table-hover .table-active:hover {
      background-color: #e8e8e8;
    }

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
      background-color: #e8e8e8;
    }

    .table-success,
    .table-success > th,
    .table-success > td {
      background-color: #dff0d8;
    }

    .table-hover .table-success:hover {
      background-color: #d0e9c6;
    }

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
      background-color: #d0e9c6;
    }

    .table-info,
    .table-info > th,
    .table-info > td {
      background-color: #d9edf7;
    }

    .table-hover .table-info:hover {
      background-color: #c4e3f3;
    }

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
      background-color: #c4e3f3;
    }

    .table-warning,
    .table-warning > th,
    .table-warning > td {
      background-color: #fcf8e3;
    }

    .table-hover .table-warning:hover {
      background-color: #faf2cc;
    }

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
      background-color: #faf2cc;
    }

    .table-danger,
    .table-danger > th,
    .table-danger > td {
      background-color: #f2dede;
    }

    .table-hover .table-danger:hover {
      background-color: #ebcccc;
    }

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
      background-color: #ebcccc;
    }

    .table-responsive {
      display: block;
      width: 100%;
      overflow-x: auto;
    }

    .thead-inverse th {
      color: #fff;
      background-color: #373a3c;
    }

    .thead-default th {
      color: #55595c;
      background-color: #eceeef;
    }

    .table-inverse {
      color: #eceeef;
      background-color: #373a3c;
    }

    .table-inverse.table-bordered {
      border: 0;
    }

    .table-inverse th,
    .table-inverse td,
    .table-inverse thead th {
      border-color: #55595c;
    }

    .table-reflow thead {
      float: left;
    }

    .table-reflow tbody {
      display: block;
      white-space: nowrap;
    }

    .table-reflow th,
    .table-reflow td {
      border-top: 1px solid #eceeef;
      border-left: 1px solid #eceeef;
    }

    .table-reflow th:last-child,
    .table-reflow td:last-child {
      border-right: 1px solid #eceeef;
    }

    .table-reflow thead:last-child tr:last-child th,
    .table-reflow thead:last-child tr:last-child td,
    .table-reflow tbody:last-child tr:last-child th,
    .table-reflow tbody:last-child tr:last-child td,
    .table-reflow tfoot:last-child tr:last-child th,
    .table-reflow tfoot:last-child tr:last-child td {
      border-bottom: 1px solid #eceeef;
    }

    .table-reflow tr {
      float: left;
    }

    .table-reflow tr th,
    .table-reflow tr td {
      display: block !important;
      border: 1px solid #eceeef;
    }

/* TAB CSS
   ========================================================================== */
    .tabs .tab-navs {
      border-bottom: 1px solid #e6400c;
      list-style: none;
      margin: 0px;
      padding: 0px;
      overflow: hidden;
    }

    .tabs .tab-navs li {
      float: left;
      background-color: #f4f4f4;
    }

    .tabs .tab-navs li a {
      display: block;
      padding: 6px 10px;
      color: #647484;
    }

    .tabs .tab-navs li a:hover, .tabs .tab-navs li a:active {
      background-color: #ddd;
    }

    .tabs .tab-navs li.active a {
      background-color: #e6400c;
      color: #fff;
    }

    .tabs .tab-content {
      padding: 20px 12px;
      overflow: hidden;
      text-align: justify;
    }

    .tabs .tab-content-no {
      padding: 20px 0px;
    }

    .tabs .tab-content .tab-pane {
      display: none;
      overflow: hidden;
    }

    .tabs .tab-content .active {
      display: block;
    }

    .tabs .tab-pane:target {
      display: block;
    }

    @media (max-width: 33em) {
      /* sm: 34em : 544px  > [ 500px  ] [ Small screen / phone ] */
      .tabs .tab-navs li {
        float: none;
      }
    }

/* TAB CSS
   ========================================================================== */
    .accordion .accordion-box {
      overflow: visible;
    }
    .accordion .accordion-box:last-child{
        border-bottom: 1px solid #283E4C;
    }

    .accordion .accordion-heading {
      border-top: 1px solid #283E4C;
      transition: all .3s ease-in-out;
    }

    .accordion .accordion-heading .panel-title {
      color: #333;
      display: block;
      padding: 10px 15px;
      font-size: 1.3em;
    }

    .accordion .accordion-heading:hover {
      color: #000;
    }

    .accordion .accordion-heading:hover .panel-title {
      color: #000;
    }

    .accordion .accordion-content {
      display: none;
      transition: all .3s ease-in-out;
    }

    .accordion .accordion-content .accordion-body {
      padding: 15px;
    }

    .accordion .accordion-box:target .accordion-heading {
      color: #000;
    }

    .accordion .accordion-box:target .accordion-heading .panel-title {
      color: #fff;
    }

    .accordion .accordion-box:target .accordion-content {
      display: block;
    }

    .accordion .active .accordion-heading {
      background-color: #283E4C;
      color: #fff;
    }

    .accordion .active .accordion-heading .panel-title {
      color: #fff;
    }

    .accordion .active .accordion-content {
      display: block;
    }


/* FORM VALIDATION CSS
   ========================================================================== */
    .calendar-pop .call-controls {
      display: table;
      width: 100%;
    }

    .calendar-pop .call-controls span {
      display: table-cell;
      padding: 4px 6px;
    }

    .calendar-pop .call-controls span.prew {
      width: 20px;
      cursor: pointer;
    }

    .calendar-pop .call-controls span.next {
      width: 20px;
      cursor: pointer;
    }

    .calendar-pop .call-controls span.current {
      text-align: center;
      font-weight: bold;
    }

    .calendar-pop .call-body {
      display: table;
      width: 100%;
      border-collapse: separate;
      border-spacing: 4px;
    }

    .calendar-pop .call-body th {
      text-align: center;
      z-index: 0;
      font-weight: bold;
      line-height: 34px;
    }

    .calendar-pop .call-body td {
      text-align: center;
      position: relative;
      z-index: 0;
      color: #858585;
      border: 1px solid #dbdbdb;
    }

    .calendar-pop .call-body td.activeTd {
      z-index: 1;
    }

    .calendar-pop .call-body td.day-empty {
      background-color: #f7f7f7;
      border: 1px solid #f7f7f7;
    }

    .calendar-pop .call-body td a {
      color: #858585;
      display: block;
      line-height: 24px;
      z-index: 0;
    }

    .calendar-pop .call-body td a.active {
      background-color: #dbdbdb;
      font-weight: bold;
    }

    .calendar-pop .call-body td a.active:hover {
      background: #298ff6;
      color: #fff;
    }

    .calendar-pop .call-body .calendar-content {
      background-color: white;
      width: 400px;
      display: none;
      overflow: hidden;
      clear: both;
      padding: 10px;
      text-align: left;
      border: 1px solid #dbdbdb;
      position: absolute;
      z-index: 99;
    }

    .calendar-pop .call-body .calendar-content .calendar-table {
      display: table;
      width: 100%;
    }

    .calendar-pop .call-body .calendar-content .calendar-table .calendar-date {
      width: 60px;
      display: table-cell;
      overflow: hidden;
      vertical-align: top;
    }

    .calendar-pop .call-body .calendar-content .calendar-table .calendar-date span {
      display: block;
      overflow: hidden;
      clear: both;
      text-align: center;
    }

    .calendar-pop .call-body .calendar-content .calendar-table .calendar-date span.day {
      color: #1D4798;
      font-size: 50px;
    }

    .calendar-pop .call-body .calendar-content .calendar-table .calendar-date span.month {
      color: #C10000;
      font-size: 14px;
    }

    .calendar-pop .call-body .calendar-content .calendar-table .calendar-text {
      display: table-cell;
      vertical-align: top;
      overflow: hidden;
      padding: 10px 0 10px 10px;
      font-size: 12px;
      line-height: 16px;
      border-left: 1px solid #dbdbdb;
      border-bottom: 1px dashed #dbdbdb;
    }

    .calendar-pop .call-body .calendar-content .calendar-table .calendar-text .calendar-text-list {
      margin-bottom: 10px;
    }

    .calendar-pop .call-body .calendar-content .calendar-table .calendar-text .calendar-text-list strong.cal-list-title {
      display: block;
      overflow: hidden;
      clear: both;
      margin-bottom: 6px;
    }

    .calendar-pop .call-body .calendar-content .calendar-table .calendar-text .calendar-text-list span.cal-list-location {
      display: block;
      overflow: hidden;
      clear: both;
      margin-bottom: 4px;
    }

    .calendar-pop .call-body .calendar-content .calendar-table .calendar-text .calendar-text-list p {
      display: block;
      overflow: hidden;
      clear: both;
    }

    .calendar-pop .call-body td.activeTd:hover {
      z-index: 3;
    }

    .calendar-pop .call-body td.activeTd:hover > .calendar-content {
      display: block;
      left: 0%;
      top: 99%;
      z-index: 3;
    }

    .calendar-list .cal-select {
      background-color: #eaeaea;
      display: block;
      overflow: hidden;
      clear: both;
      margin: 10px 0 16px 0;
      padding: 8px 20px;
      border-bottom: 1px solid #eaeaea;
      border-radius: 8px;
    }

    .calendar-list .cal-select p {
      display: block;
      overflow: hidden;
      float: left;
      padding-top: 8px;
    }

    .calendar-list .cal-select label {
      display: block;
      overflow: hidden;
      float: right;
      margin-left: 30px;
    }

    .calendar-list .cal-select label span {
      padding-right: 10px;
    }

    .calendar-list .cal-select label select {
      width: 100px;
      padding: 2px 6px;
      background: none;
      border: none;
      border: 1px solid #CCC;
      border-radius: 4px;
    }

    .calendar-list .cal-item {
      display: table;
      overflow: hidden;
      clear: both;
      margin-bottom: 20px;
      padding: 10px;
      text-align: left;
      background-color: #f4f4f4;
      border: 1px solid #e8e8e8;
      width: 100%;
    }

    .calendar-list .cal-item .cal-images {
      display: table-cell;
      width: 280px;
      text-align: center;
      vertical-align: middle;
      padding: 10px;
    }

    .calendar-list .cal-item .cal-images i {
      font-size: 7em;
      color: #e2e2e2;
    }

    .calendar-list .cal-item .cal-details {
      display: table-cell;
      padding: 10px;
    }

    .calendar-list .cal-item .cal-details .cal-title {
      display: block;
      overflow: hidden;
      margin-bottom: 10px;
      color: #00519E;
      line-height: 16px;
    }

    .calendar-list .cal-item .cal-details .cal-cell {
      display: block;
      overflow: hidden;
      float: left;
      margin-right: 12px;
      margin-bottom: 4px;
    }

    .calendar-detay .cal-item {
      display: table;
      overflow: hidden;
      clear: both;
      margin-bottom: 20px;
      padding: 10px;
      text-align: left;
      background-color: #f4f4f4;
      border: 1px solid #e8e8e8;
      width: 100%;
    }

    .calendar-detay .cal-item .gallery-page {
      display: table-cell;
      width: 30%;
      padding: 10px 0px;
      vertical-align: top;
    }

    .calendar-detay .cal-item .cal-details {
      display: table-cell;
      padding: 10px;
      vertical-align: top;
    }

    .calendar-detay .cal-item .cal-details .cal-title {
      display: block;
      overflow: hidden;
      margin-bottom: 10px;
      color: #00519E;
      line-height: 16px;
    }

    .calendar-detay .cal-item .cal-details .cal-cell {
      display: block;
      overflow: hidden;
      float: left;
      margin-right: 12px;
      margin-bottom: 4px;
    }
