﻿/*!
 * FIDUSweb Phoenix v1.0
 * Copyright 2014-2018 FIDUSweb
 * 
 */
.badge, .menu-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty, .menu-badge:empty {
  display: none;
}
.btn .badge, .btn .menu-badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-xs .menu-badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .menu-badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .list-group-item.active > .menu-badge, .nav-pills > .active > a > .badge, .nav-pills > .active > a > .menu-badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge, .list-group-item > .menu-badge {
  float: right;
}
.list-group-item > .badge + .badge, .list-group-item > .menu-badge + .badge, .list-group-item > .badge + .menu-badge, .list-group-item > .menu-badge + .menu-badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge, .nav-pills > li > a > .menu-badge {
  margin-left: 3px;
}

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

@media print {
  @page {
    size: A4;
    margin: 0mm;
  }
}
h1, h2, h3,
.h1, .h2, .h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

h4, h5, h6,
.h4, .h5, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 18px;
  }
  h4, .h4 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 33px;
  }
  h2, .h2 {
    font-size: 27px;
  }
  h3, .h3 {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 14px;
  }
  h6, .h6 {
    font-size: 12px;
  }
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-wrap, .text-wrap-break-all {
  word-wrap: break-word;
}

.text-wrap-break-all {
  word-break: break-all;
}

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

.text-pre-line {
  white-space: pre-line;
}

.text-pre-wrap {
  white-space: pre-wrap;
}

/*@include media-breakpoint-down(sm) {
    td {
        &.ellipsis {
            max-width: 100px;
        }
    }
}*/
.text-vertical-middle {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.reset-margin-bottom {
  margin-bottom: 0;
}

.reset-margin-top {
  margin-top: 0;
}

.reset-margin-left {
  margin-left: 0;
}

.reset-margin-right {
  margin-right: 0;
}

.reset-margin {
  margin: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 1920px) {
  .container {
    width: 1874px;
  }
}

.row .row-buffer-top-5 {
  margin-top: 5px;
}
.row .row-buffer-top-6 {
  margin-top: 6px;
}
.row .row-buffer-top-7 {
  margin-top: 7px;
}
.row .row-buffer-top-8 {
  margin-top: 8px;
}
.row .row-buffer-top-9 {
  margin-top: 9px;
}
.row .row-buffer-top-10 {
  margin-top: 10px;
}
.row .row-buffer-top-11 {
  margin-top: 11px;
}
.row .row-buffer-top-12 {
  margin-top: 12px;
}
.row .row-buffer-top-13 {
  margin-top: 13px;
}
.row .row-buffer-top-14 {
  margin-top: 14px;
}
.row .row-buffer-top-15 {
  margin-top: 15px;
}
.row .row-buffer-top-16 {
  margin-top: 16px;
}
.row .row-buffer-top-17 {
  margin-top: 17px;
}
.row .row-buffer-top-18 {
  margin-top: 18px;
}
.row .row-buffer-top-19 {
  margin-top: 19px;
}
.row .row-buffer-top-20 {
  margin-top: 20px;
}
.row .row-buffer-top-21 {
  margin-top: 21px;
}
.row .row-buffer-top-22 {
  margin-top: 22px;
}
.row .row-buffer-top-23 {
  margin-top: 23px;
}
.row .row-buffer-top-24 {
  margin-top: 24px;
}
.row .row-buffer-top-25 {
  margin-top: 25px;
}
.row .row-buffer-top-26 {
  margin-top: 26px;
}
.row .row-buffer-top-27 {
  margin-top: 27px;
}
.row .row-buffer-top-28 {
  margin-top: 28px;
}
.row .row-buffer-top-29 {
  margin-top: 29px;
}
.row .row-buffer-top-30 {
  margin-top: 30px;
}
.row .row-buffer-top-clear {
  margin-top: 0;
}
.row .row-buffer-right-5 {
  margin-right: 5px;
}
.row .row-buffer-right-6 {
  margin-right: 6px;
}
.row .row-buffer-right-7 {
  margin-right: 7px;
}
.row .row-buffer-right-8 {
  margin-right: 8px;
}
.row .row-buffer-right-9 {
  margin-right: 9px;
}
.row .row-buffer-right-10 {
  margin-right: 10px;
}
.row .row-buffer-right-11 {
  margin-right: 11px;
}
.row .row-buffer-right-12 {
  margin-right: 12px;
}
.row .row-buffer-right-13 {
  margin-right: 13px;
}
.row .row-buffer-right-14 {
  margin-right: 14px;
}
.row .row-buffer-right-15 {
  margin-right: 15px;
}
.row .row-buffer-right-16 {
  margin-right: 16px;
}
.row .row-buffer-right-17 {
  margin-right: 17px;
}
.row .row-buffer-right-18 {
  margin-right: 18px;
}
.row .row-buffer-right-19 {
  margin-right: 19px;
}
.row .row-buffer-right-20 {
  margin-right: 20px;
}
.row .row-buffer-right-21 {
  margin-right: 21px;
}
.row .row-buffer-right-22 {
  margin-right: 22px;
}
.row .row-buffer-right-23 {
  margin-right: 23px;
}
.row .row-buffer-right-24 {
  margin-right: 24px;
}
.row .row-buffer-right-25 {
  margin-right: 25px;
}
.row .row-buffer-right-26 {
  margin-right: 26px;
}
.row .row-buffer-right-27 {
  margin-right: 27px;
}
.row .row-buffer-right-28 {
  margin-right: 28px;
}
.row .row-buffer-right-29 {
  margin-right: 29px;
}
.row .row-buffer-right-30 {
  margin-right: 30px;
}
.row .row-buffer-right-clear {
  margin-right: 0;
}
.row .row-buffer-bottom-5 {
  margin-bottom: 5px;
}
.row .row-buffer-bottom-6 {
  margin-bottom: 6px;
}
.row .row-buffer-bottom-7 {
  margin-bottom: 7px;
}
.row .row-buffer-bottom-8 {
  margin-bottom: 8px;
}
.row .row-buffer-bottom-9 {
  margin-bottom: 9px;
}
.row .row-buffer-bottom-10 {
  margin-bottom: 10px;
}
.row .row-buffer-bottom-11 {
  margin-bottom: 11px;
}
.row .row-buffer-bottom-12 {
  margin-bottom: 12px;
}
.row .row-buffer-bottom-13 {
  margin-bottom: 13px;
}
.row .row-buffer-bottom-14 {
  margin-bottom: 14px;
}
.row .row-buffer-bottom-15 {
  margin-bottom: 15px;
}
.row .row-buffer-bottom-16 {
  margin-bottom: 16px;
}
.row .row-buffer-bottom-17 {
  margin-bottom: 17px;
}
.row .row-buffer-bottom-18 {
  margin-bottom: 18px;
}
.row .row-buffer-bottom-19 {
  margin-bottom: 19px;
}
.row .row-buffer-bottom-20 {
  margin-bottom: 20px;
}
.row .row-buffer-bottom-21 {
  margin-bottom: 21px;
}
.row .row-buffer-bottom-22 {
  margin-bottom: 22px;
}
.row .row-buffer-bottom-23 {
  margin-bottom: 23px;
}
.row .row-buffer-bottom-24 {
  margin-bottom: 24px;
}
.row .row-buffer-bottom-25 {
  margin-bottom: 25px;
}
.row .row-buffer-bottom-26 {
  margin-bottom: 26px;
}
.row .row-buffer-bottom-27 {
  margin-bottom: 27px;
}
.row .row-buffer-bottom-28 {
  margin-bottom: 28px;
}
.row .row-buffer-bottom-29 {
  margin-bottom: 29px;
}
.row .row-buffer-bottom-30 {
  margin-bottom: 30px;
}
.row .row-buffer-bottom-clear {
  margin-bottom: 0;
}
.row .row-buffer-left-5 {
  margin-left: 5px;
}
.row .row-buffer-left-6 {
  margin-left: 6px;
}
.row .row-buffer-left-7 {
  margin-left: 7px;
}
.row .row-buffer-left-8 {
  margin-left: 8px;
}
.row .row-buffer-left-9 {
  margin-left: 9px;
}
.row .row-buffer-left-10 {
  margin-left: 10px;
}
.row .row-buffer-left-11 {
  margin-left: 11px;
}
.row .row-buffer-left-12 {
  margin-left: 12px;
}
.row .row-buffer-left-13 {
  margin-left: 13px;
}
.row .row-buffer-left-14 {
  margin-left: 14px;
}
.row .row-buffer-left-15 {
  margin-left: 15px;
}
.row .row-buffer-left-16 {
  margin-left: 16px;
}
.row .row-buffer-left-17 {
  margin-left: 17px;
}
.row .row-buffer-left-18 {
  margin-left: 18px;
}
.row .row-buffer-left-19 {
  margin-left: 19px;
}
.row .row-buffer-left-20 {
  margin-left: 20px;
}
.row .row-buffer-left-21 {
  margin-left: 21px;
}
.row .row-buffer-left-22 {
  margin-left: 22px;
}
.row .row-buffer-left-23 {
  margin-left: 23px;
}
.row .row-buffer-left-24 {
  margin-left: 24px;
}
.row .row-buffer-left-25 {
  margin-left: 25px;
}
.row .row-buffer-left-26 {
  margin-left: 26px;
}
.row .row-buffer-left-27 {
  margin-left: 27px;
}
.row .row-buffer-left-28 {
  margin-left: 28px;
}
.row .row-buffer-left-29 {
  margin-left: 29px;
}
.row .row-buffer-left-30 {
  margin-left: 30px;
}
.row .row-buffer-left-clear {
  margin-left: 0;
}

.row .fix-checkbox {
  margin-top: -10px;
}
.row .fix-checkbox input[type=text] {
  margin-top: 10px;
}

@media (min-width: 1920px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-pull-1 {
    right: 8.3333333333%;
  }
  .col-xlg-pull-2 {
    right: 16.6666666667%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-4 {
    right: 33.3333333333%;
  }
  .col-xlg-pull-5 {
    right: 41.6666666667%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-7 {
    right: 58.3333333333%;
  }
  .col-xlg-pull-8 {
    right: 66.6666666667%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-10 {
    right: 83.3333333333%;
  }
  .col-xlg-pull-11 {
    right: 91.6666666667%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-push-1 {
    left: 8.3333333333%;
  }
  .col-xlg-push-2 {
    left: 16.6666666667%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-4 {
    left: 33.3333333333%;
  }
  .col-xlg-push-5 {
    left: 41.6666666667%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-7 {
    left: 58.3333333333%;
  }
  .col-xlg-push-8 {
    left: 66.6666666667%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-10 {
    left: 83.3333333333%;
  }
  .col-xlg-push-11 {
    left: 91.6666666667%;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
}
.col-xs-buffer-top-5 {
  margin-top: 5px;
}

.col-xs-buffer-top-6 {
  margin-top: 6px;
}

.col-xs-buffer-top-7 {
  margin-top: 7px;
}

.col-xs-buffer-top-8 {
  margin-top: 8px;
}

.col-xs-buffer-top-9 {
  margin-top: 9px;
}

.col-xs-buffer-top-10 {
  margin-top: 10px;
}

.col-xs-buffer-top-11 {
  margin-top: 11px;
}

.col-xs-buffer-top-12 {
  margin-top: 12px;
}

.col-xs-buffer-top-13 {
  margin-top: 13px;
}

.col-xs-buffer-top-14 {
  margin-top: 14px;
}

.col-xs-buffer-top-15 {
  margin-top: 15px;
}

.col-xs-buffer-top-16 {
  margin-top: 16px;
}

.col-xs-buffer-top-17 {
  margin-top: 17px;
}

.col-xs-buffer-top-18 {
  margin-top: 18px;
}

.col-xs-buffer-top-19 {
  margin-top: 19px;
}

.col-xs-buffer-top-20 {
  margin-top: 20px;
}

.col-xs-buffer-top-21 {
  margin-top: 21px;
}

.col-xs-buffer-top-22 {
  margin-top: 22px;
}

.col-xs-buffer-top-23 {
  margin-top: 23px;
}

.col-xs-buffer-top-24 {
  margin-top: 24px;
}

.col-xs-buffer-top-25 {
  margin-top: 25px;
}

.col-xs-buffer-top-26 {
  margin-top: 26px;
}

.col-xs-buffer-top-27 {
  margin-top: 27px;
}

.col-xs-buffer-top-28 {
  margin-top: 28px;
}

.col-xs-buffer-top-29 {
  margin-top: 29px;
}

.col-xs-buffer-top-30 {
  margin-top: 30px;
}

.col-xs-buffer-top-clear {
  margin-top: 0;
}

.col-xs-buffer-right-5 {
  margin-right: 5px;
}

.col-xs-buffer-right-6 {
  margin-right: 6px;
}

.col-xs-buffer-right-7 {
  margin-right: 7px;
}

.col-xs-buffer-right-8 {
  margin-right: 8px;
}

.col-xs-buffer-right-9 {
  margin-right: 9px;
}

.col-xs-buffer-right-10 {
  margin-right: 10px;
}

.col-xs-buffer-right-11 {
  margin-right: 11px;
}

.col-xs-buffer-right-12 {
  margin-right: 12px;
}

.col-xs-buffer-right-13 {
  margin-right: 13px;
}

.col-xs-buffer-right-14 {
  margin-right: 14px;
}

.col-xs-buffer-right-15 {
  margin-right: 15px;
}

.col-xs-buffer-right-16 {
  margin-right: 16px;
}

.col-xs-buffer-right-17 {
  margin-right: 17px;
}

.col-xs-buffer-right-18 {
  margin-right: 18px;
}

.col-xs-buffer-right-19 {
  margin-right: 19px;
}

.col-xs-buffer-right-20 {
  margin-right: 20px;
}

.col-xs-buffer-right-21 {
  margin-right: 21px;
}

.col-xs-buffer-right-22 {
  margin-right: 22px;
}

.col-xs-buffer-right-23 {
  margin-right: 23px;
}

.col-xs-buffer-right-24 {
  margin-right: 24px;
}

.col-xs-buffer-right-25 {
  margin-right: 25px;
}

.col-xs-buffer-right-26 {
  margin-right: 26px;
}

.col-xs-buffer-right-27 {
  margin-right: 27px;
}

.col-xs-buffer-right-28 {
  margin-right: 28px;
}

.col-xs-buffer-right-29 {
  margin-right: 29px;
}

.col-xs-buffer-right-30 {
  margin-right: 30px;
}

.col-xs-buffer-right-clear {
  margin-right: 0;
}

.col-xs-buffer-bottom-5 {
  margin-bottom: 5px;
}

.col-xs-buffer-bottom-6 {
  margin-bottom: 6px;
}

.col-xs-buffer-bottom-7 {
  margin-bottom: 7px;
}

.col-xs-buffer-bottom-8 {
  margin-bottom: 8px;
}

.col-xs-buffer-bottom-9 {
  margin-bottom: 9px;
}

.col-xs-buffer-bottom-10 {
  margin-bottom: 10px;
}

.col-xs-buffer-bottom-11 {
  margin-bottom: 11px;
}

.col-xs-buffer-bottom-12 {
  margin-bottom: 12px;
}

.col-xs-buffer-bottom-13 {
  margin-bottom: 13px;
}

.col-xs-buffer-bottom-14 {
  margin-bottom: 14px;
}

.col-xs-buffer-bottom-15 {
  margin-bottom: 15px;
}

.col-xs-buffer-bottom-16 {
  margin-bottom: 16px;
}

.col-xs-buffer-bottom-17 {
  margin-bottom: 17px;
}

.col-xs-buffer-bottom-18 {
  margin-bottom: 18px;
}

.col-xs-buffer-bottom-19 {
  margin-bottom: 19px;
}

.col-xs-buffer-bottom-20 {
  margin-bottom: 20px;
}

.col-xs-buffer-bottom-21 {
  margin-bottom: 21px;
}

.col-xs-buffer-bottom-22 {
  margin-bottom: 22px;
}

.col-xs-buffer-bottom-23 {
  margin-bottom: 23px;
}

.col-xs-buffer-bottom-24 {
  margin-bottom: 24px;
}

.col-xs-buffer-bottom-25 {
  margin-bottom: 25px;
}

.col-xs-buffer-bottom-26 {
  margin-bottom: 26px;
}

.col-xs-buffer-bottom-27 {
  margin-bottom: 27px;
}

.col-xs-buffer-bottom-28 {
  margin-bottom: 28px;
}

.col-xs-buffer-bottom-29 {
  margin-bottom: 29px;
}

.col-xs-buffer-bottom-30 {
  margin-bottom: 30px;
}

.col-xs-buffer-bottom-clear {
  margin-bottom: 0;
}

.col-xs-buffer-left-5 {
  margin-left: 5px;
}

.col-xs-buffer-left-6 {
  margin-left: 6px;
}

.col-xs-buffer-left-7 {
  margin-left: 7px;
}

.col-xs-buffer-left-8 {
  margin-left: 8px;
}

.col-xs-buffer-left-9 {
  margin-left: 9px;
}

.col-xs-buffer-left-10 {
  margin-left: 10px;
}

.col-xs-buffer-left-11 {
  margin-left: 11px;
}

.col-xs-buffer-left-12 {
  margin-left: 12px;
}

.col-xs-buffer-left-13 {
  margin-left: 13px;
}

.col-xs-buffer-left-14 {
  margin-left: 14px;
}

.col-xs-buffer-left-15 {
  margin-left: 15px;
}

.col-xs-buffer-left-16 {
  margin-left: 16px;
}

.col-xs-buffer-left-17 {
  margin-left: 17px;
}

.col-xs-buffer-left-18 {
  margin-left: 18px;
}

.col-xs-buffer-left-19 {
  margin-left: 19px;
}

.col-xs-buffer-left-20 {
  margin-left: 20px;
}

.col-xs-buffer-left-21 {
  margin-left: 21px;
}

.col-xs-buffer-left-22 {
  margin-left: 22px;
}

.col-xs-buffer-left-23 {
  margin-left: 23px;
}

.col-xs-buffer-left-24 {
  margin-left: 24px;
}

.col-xs-buffer-left-25 {
  margin-left: 25px;
}

.col-xs-buffer-left-26 {
  margin-left: 26px;
}

.col-xs-buffer-left-27 {
  margin-left: 27px;
}

.col-xs-buffer-left-28 {
  margin-left: 28px;
}

.col-xs-buffer-left-29 {
  margin-left: 29px;
}

.col-xs-buffer-left-30 {
  margin-left: 30px;
}

.col-xs-buffer-left-clear {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-buffer-top-5 {
    margin-top: 5px;
  }
  .col-sm-buffer-top-6 {
    margin-top: 6px;
  }
  .col-sm-buffer-top-7 {
    margin-top: 7px;
  }
  .col-sm-buffer-top-8 {
    margin-top: 8px;
  }
  .col-sm-buffer-top-9 {
    margin-top: 9px;
  }
  .col-sm-buffer-top-10 {
    margin-top: 10px;
  }
  .col-sm-buffer-top-11 {
    margin-top: 11px;
  }
  .col-sm-buffer-top-12 {
    margin-top: 12px;
  }
  .col-sm-buffer-top-13 {
    margin-top: 13px;
  }
  .col-sm-buffer-top-14 {
    margin-top: 14px;
  }
  .col-sm-buffer-top-15 {
    margin-top: 15px;
  }
  .col-sm-buffer-top-16 {
    margin-top: 16px;
  }
  .col-sm-buffer-top-17 {
    margin-top: 17px;
  }
  .col-sm-buffer-top-18 {
    margin-top: 18px;
  }
  .col-sm-buffer-top-19 {
    margin-top: 19px;
  }
  .col-sm-buffer-top-20 {
    margin-top: 20px;
  }
  .col-sm-buffer-top-21 {
    margin-top: 21px;
  }
  .col-sm-buffer-top-22 {
    margin-top: 22px;
  }
  .col-sm-buffer-top-23 {
    margin-top: 23px;
  }
  .col-sm-buffer-top-24 {
    margin-top: 24px;
  }
  .col-sm-buffer-top-25 {
    margin-top: 25px;
  }
  .col-sm-buffer-top-26 {
    margin-top: 26px;
  }
  .col-sm-buffer-top-27 {
    margin-top: 27px;
  }
  .col-sm-buffer-top-28 {
    margin-top: 28px;
  }
  .col-sm-buffer-top-29 {
    margin-top: 29px;
  }
  .col-sm-buffer-top-30 {
    margin-top: 30px;
  }
  .col-sm-buffer-top-clear {
    margin-top: 0;
  }
  .col-sm-buffer-right-5 {
    margin-right: 5px;
  }
  .col-sm-buffer-right-6 {
    margin-right: 6px;
  }
  .col-sm-buffer-right-7 {
    margin-right: 7px;
  }
  .col-sm-buffer-right-8 {
    margin-right: 8px;
  }
  .col-sm-buffer-right-9 {
    margin-right: 9px;
  }
  .col-sm-buffer-right-10 {
    margin-right: 10px;
  }
  .col-sm-buffer-right-11 {
    margin-right: 11px;
  }
  .col-sm-buffer-right-12 {
    margin-right: 12px;
  }
  .col-sm-buffer-right-13 {
    margin-right: 13px;
  }
  .col-sm-buffer-right-14 {
    margin-right: 14px;
  }
  .col-sm-buffer-right-15 {
    margin-right: 15px;
  }
  .col-sm-buffer-right-16 {
    margin-right: 16px;
  }
  .col-sm-buffer-right-17 {
    margin-right: 17px;
  }
  .col-sm-buffer-right-18 {
    margin-right: 18px;
  }
  .col-sm-buffer-right-19 {
    margin-right: 19px;
  }
  .col-sm-buffer-right-20 {
    margin-right: 20px;
  }
  .col-sm-buffer-right-21 {
    margin-right: 21px;
  }
  .col-sm-buffer-right-22 {
    margin-right: 22px;
  }
  .col-sm-buffer-right-23 {
    margin-right: 23px;
  }
  .col-sm-buffer-right-24 {
    margin-right: 24px;
  }
  .col-sm-buffer-right-25 {
    margin-right: 25px;
  }
  .col-sm-buffer-right-26 {
    margin-right: 26px;
  }
  .col-sm-buffer-right-27 {
    margin-right: 27px;
  }
  .col-sm-buffer-right-28 {
    margin-right: 28px;
  }
  .col-sm-buffer-right-29 {
    margin-right: 29px;
  }
  .col-sm-buffer-right-30 {
    margin-right: 30px;
  }
  .col-sm-buffer-right-clear {
    margin-right: 0;
  }
  .col-sm-buffer-bottom-5 {
    margin-bottom: 5px;
  }
  .col-sm-buffer-bottom-6 {
    margin-bottom: 6px;
  }
  .col-sm-buffer-bottom-7 {
    margin-bottom: 7px;
  }
  .col-sm-buffer-bottom-8 {
    margin-bottom: 8px;
  }
  .col-sm-buffer-bottom-9 {
    margin-bottom: 9px;
  }
  .col-sm-buffer-bottom-10 {
    margin-bottom: 10px;
  }
  .col-sm-buffer-bottom-11 {
    margin-bottom: 11px;
  }
  .col-sm-buffer-bottom-12 {
    margin-bottom: 12px;
  }
  .col-sm-buffer-bottom-13 {
    margin-bottom: 13px;
  }
  .col-sm-buffer-bottom-14 {
    margin-bottom: 14px;
  }
  .col-sm-buffer-bottom-15 {
    margin-bottom: 15px;
  }
  .col-sm-buffer-bottom-16 {
    margin-bottom: 16px;
  }
  .col-sm-buffer-bottom-17 {
    margin-bottom: 17px;
  }
  .col-sm-buffer-bottom-18 {
    margin-bottom: 18px;
  }
  .col-sm-buffer-bottom-19 {
    margin-bottom: 19px;
  }
  .col-sm-buffer-bottom-20 {
    margin-bottom: 20px;
  }
  .col-sm-buffer-bottom-21 {
    margin-bottom: 21px;
  }
  .col-sm-buffer-bottom-22 {
    margin-bottom: 22px;
  }
  .col-sm-buffer-bottom-23 {
    margin-bottom: 23px;
  }
  .col-sm-buffer-bottom-24 {
    margin-bottom: 24px;
  }
  .col-sm-buffer-bottom-25 {
    margin-bottom: 25px;
  }
  .col-sm-buffer-bottom-26 {
    margin-bottom: 26px;
  }
  .col-sm-buffer-bottom-27 {
    margin-bottom: 27px;
  }
  .col-sm-buffer-bottom-28 {
    margin-bottom: 28px;
  }
  .col-sm-buffer-bottom-29 {
    margin-bottom: 29px;
  }
  .col-sm-buffer-bottom-30 {
    margin-bottom: 30px;
  }
  .col-sm-buffer-bottom-clear {
    margin-bottom: 0;
  }
  .col-sm-buffer-left-5 {
    margin-left: 5px;
  }
  .col-sm-buffer-left-6 {
    margin-left: 6px;
  }
  .col-sm-buffer-left-7 {
    margin-left: 7px;
  }
  .col-sm-buffer-left-8 {
    margin-left: 8px;
  }
  .col-sm-buffer-left-9 {
    margin-left: 9px;
  }
  .col-sm-buffer-left-10 {
    margin-left: 10px;
  }
  .col-sm-buffer-left-11 {
    margin-left: 11px;
  }
  .col-sm-buffer-left-12 {
    margin-left: 12px;
  }
  .col-sm-buffer-left-13 {
    margin-left: 13px;
  }
  .col-sm-buffer-left-14 {
    margin-left: 14px;
  }
  .col-sm-buffer-left-15 {
    margin-left: 15px;
  }
  .col-sm-buffer-left-16 {
    margin-left: 16px;
  }
  .col-sm-buffer-left-17 {
    margin-left: 17px;
  }
  .col-sm-buffer-left-18 {
    margin-left: 18px;
  }
  .col-sm-buffer-left-19 {
    margin-left: 19px;
  }
  .col-sm-buffer-left-20 {
    margin-left: 20px;
  }
  .col-sm-buffer-left-21 {
    margin-left: 21px;
  }
  .col-sm-buffer-left-22 {
    margin-left: 22px;
  }
  .col-sm-buffer-left-23 {
    margin-left: 23px;
  }
  .col-sm-buffer-left-24 {
    margin-left: 24px;
  }
  .col-sm-buffer-left-25 {
    margin-left: 25px;
  }
  .col-sm-buffer-left-26 {
    margin-left: 26px;
  }
  .col-sm-buffer-left-27 {
    margin-left: 27px;
  }
  .col-sm-buffer-left-28 {
    margin-left: 28px;
  }
  .col-sm-buffer-left-29 {
    margin-left: 29px;
  }
  .col-sm-buffer-left-30 {
    margin-left: 30px;
  }
  .col-sm-buffer-left-clear {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-buffer-top-5 {
    margin-top: 5px;
  }
  .col-md-buffer-top-6 {
    margin-top: 6px;
  }
  .col-md-buffer-top-7 {
    margin-top: 7px;
  }
  .col-md-buffer-top-8 {
    margin-top: 8px;
  }
  .col-md-buffer-top-9 {
    margin-top: 9px;
  }
  .col-md-buffer-top-10 {
    margin-top: 10px;
  }
  .col-md-buffer-top-11 {
    margin-top: 11px;
  }
  .col-md-buffer-top-12 {
    margin-top: 12px;
  }
  .col-md-buffer-top-13 {
    margin-top: 13px;
  }
  .col-md-buffer-top-14 {
    margin-top: 14px;
  }
  .col-md-buffer-top-15 {
    margin-top: 15px;
  }
  .col-md-buffer-top-16 {
    margin-top: 16px;
  }
  .col-md-buffer-top-17 {
    margin-top: 17px;
  }
  .col-md-buffer-top-18 {
    margin-top: 18px;
  }
  .col-md-buffer-top-19 {
    margin-top: 19px;
  }
  .col-md-buffer-top-20 {
    margin-top: 20px;
  }
  .col-md-buffer-top-21 {
    margin-top: 21px;
  }
  .col-md-buffer-top-22 {
    margin-top: 22px;
  }
  .col-md-buffer-top-23 {
    margin-top: 23px;
  }
  .col-md-buffer-top-24 {
    margin-top: 24px;
  }
  .col-md-buffer-top-25 {
    margin-top: 25px;
  }
  .col-md-buffer-top-26 {
    margin-top: 26px;
  }
  .col-md-buffer-top-27 {
    margin-top: 27px;
  }
  .col-md-buffer-top-28 {
    margin-top: 28px;
  }
  .col-md-buffer-top-29 {
    margin-top: 29px;
  }
  .col-md-buffer-top-30 {
    margin-top: 30px;
  }
  .col-md-buffer-top-clear {
    margin-top: 0;
  }
  .col-md-buffer-right-5 {
    margin-right: 5px;
  }
  .col-md-buffer-right-6 {
    margin-right: 6px;
  }
  .col-md-buffer-right-7 {
    margin-right: 7px;
  }
  .col-md-buffer-right-8 {
    margin-right: 8px;
  }
  .col-md-buffer-right-9 {
    margin-right: 9px;
  }
  .col-md-buffer-right-10 {
    margin-right: 10px;
  }
  .col-md-buffer-right-11 {
    margin-right: 11px;
  }
  .col-md-buffer-right-12 {
    margin-right: 12px;
  }
  .col-md-buffer-right-13 {
    margin-right: 13px;
  }
  .col-md-buffer-right-14 {
    margin-right: 14px;
  }
  .col-md-buffer-right-15 {
    margin-right: 15px;
  }
  .col-md-buffer-right-16 {
    margin-right: 16px;
  }
  .col-md-buffer-right-17 {
    margin-right: 17px;
  }
  .col-md-buffer-right-18 {
    margin-right: 18px;
  }
  .col-md-buffer-right-19 {
    margin-right: 19px;
  }
  .col-md-buffer-right-20 {
    margin-right: 20px;
  }
  .col-md-buffer-right-21 {
    margin-right: 21px;
  }
  .col-md-buffer-right-22 {
    margin-right: 22px;
  }
  .col-md-buffer-right-23 {
    margin-right: 23px;
  }
  .col-md-buffer-right-24 {
    margin-right: 24px;
  }
  .col-md-buffer-right-25 {
    margin-right: 25px;
  }
  .col-md-buffer-right-26 {
    margin-right: 26px;
  }
  .col-md-buffer-right-27 {
    margin-right: 27px;
  }
  .col-md-buffer-right-28 {
    margin-right: 28px;
  }
  .col-md-buffer-right-29 {
    margin-right: 29px;
  }
  .col-md-buffer-right-30 {
    margin-right: 30px;
  }
  .col-md-buffer-right-clear {
    margin-right: 0;
  }
  .col-md-buffer-bottom-5 {
    margin-bottom: 5px;
  }
  .col-md-buffer-bottom-6 {
    margin-bottom: 6px;
  }
  .col-md-buffer-bottom-7 {
    margin-bottom: 7px;
  }
  .col-md-buffer-bottom-8 {
    margin-bottom: 8px;
  }
  .col-md-buffer-bottom-9 {
    margin-bottom: 9px;
  }
  .col-md-buffer-bottom-10 {
    margin-bottom: 10px;
  }
  .col-md-buffer-bottom-11 {
    margin-bottom: 11px;
  }
  .col-md-buffer-bottom-12 {
    margin-bottom: 12px;
  }
  .col-md-buffer-bottom-13 {
    margin-bottom: 13px;
  }
  .col-md-buffer-bottom-14 {
    margin-bottom: 14px;
  }
  .col-md-buffer-bottom-15 {
    margin-bottom: 15px;
  }
  .col-md-buffer-bottom-16 {
    margin-bottom: 16px;
  }
  .col-md-buffer-bottom-17 {
    margin-bottom: 17px;
  }
  .col-md-buffer-bottom-18 {
    margin-bottom: 18px;
  }
  .col-md-buffer-bottom-19 {
    margin-bottom: 19px;
  }
  .col-md-buffer-bottom-20 {
    margin-bottom: 20px;
  }
  .col-md-buffer-bottom-21 {
    margin-bottom: 21px;
  }
  .col-md-buffer-bottom-22 {
    margin-bottom: 22px;
  }
  .col-md-buffer-bottom-23 {
    margin-bottom: 23px;
  }
  .col-md-buffer-bottom-24 {
    margin-bottom: 24px;
  }
  .col-md-buffer-bottom-25 {
    margin-bottom: 25px;
  }
  .col-md-buffer-bottom-26 {
    margin-bottom: 26px;
  }
  .col-md-buffer-bottom-27 {
    margin-bottom: 27px;
  }
  .col-md-buffer-bottom-28 {
    margin-bottom: 28px;
  }
  .col-md-buffer-bottom-29 {
    margin-bottom: 29px;
  }
  .col-md-buffer-bottom-30 {
    margin-bottom: 30px;
  }
  .col-md-buffer-bottom-clear {
    margin-bottom: 0;
  }
  .col-md-buffer-left-5 {
    margin-left: 5px;
  }
  .col-md-buffer-left-6 {
    margin-left: 6px;
  }
  .col-md-buffer-left-7 {
    margin-left: 7px;
  }
  .col-md-buffer-left-8 {
    margin-left: 8px;
  }
  .col-md-buffer-left-9 {
    margin-left: 9px;
  }
  .col-md-buffer-left-10 {
    margin-left: 10px;
  }
  .col-md-buffer-left-11 {
    margin-left: 11px;
  }
  .col-md-buffer-left-12 {
    margin-left: 12px;
  }
  .col-md-buffer-left-13 {
    margin-left: 13px;
  }
  .col-md-buffer-left-14 {
    margin-left: 14px;
  }
  .col-md-buffer-left-15 {
    margin-left: 15px;
  }
  .col-md-buffer-left-16 {
    margin-left: 16px;
  }
  .col-md-buffer-left-17 {
    margin-left: 17px;
  }
  .col-md-buffer-left-18 {
    margin-left: 18px;
  }
  .col-md-buffer-left-19 {
    margin-left: 19px;
  }
  .col-md-buffer-left-20 {
    margin-left: 20px;
  }
  .col-md-buffer-left-21 {
    margin-left: 21px;
  }
  .col-md-buffer-left-22 {
    margin-left: 22px;
  }
  .col-md-buffer-left-23 {
    margin-left: 23px;
  }
  .col-md-buffer-left-24 {
    margin-left: 24px;
  }
  .col-md-buffer-left-25 {
    margin-left: 25px;
  }
  .col-md-buffer-left-26 {
    margin-left: 26px;
  }
  .col-md-buffer-left-27 {
    margin-left: 27px;
  }
  .col-md-buffer-left-28 {
    margin-left: 28px;
  }
  .col-md-buffer-left-29 {
    margin-left: 29px;
  }
  .col-md-buffer-left-30 {
    margin-left: 30px;
  }
  .col-md-buffer-left-clear {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-buffer-top-5 {
    margin-top: 5px;
  }
  .col-lg-buffer-top-6 {
    margin-top: 6px;
  }
  .col-lg-buffer-top-7 {
    margin-top: 7px;
  }
  .col-lg-buffer-top-8 {
    margin-top: 8px;
  }
  .col-lg-buffer-top-9 {
    margin-top: 9px;
  }
  .col-lg-buffer-top-10 {
    margin-top: 10px;
  }
  .col-lg-buffer-top-11 {
    margin-top: 11px;
  }
  .col-lg-buffer-top-12 {
    margin-top: 12px;
  }
  .col-lg-buffer-top-13 {
    margin-top: 13px;
  }
  .col-lg-buffer-top-14 {
    margin-top: 14px;
  }
  .col-lg-buffer-top-15 {
    margin-top: 15px;
  }
  .col-lg-buffer-top-16 {
    margin-top: 16px;
  }
  .col-lg-buffer-top-17 {
    margin-top: 17px;
  }
  .col-lg-buffer-top-18 {
    margin-top: 18px;
  }
  .col-lg-buffer-top-19 {
    margin-top: 19px;
  }
  .col-lg-buffer-top-20 {
    margin-top: 20px;
  }
  .col-lg-buffer-top-21 {
    margin-top: 21px;
  }
  .col-lg-buffer-top-22 {
    margin-top: 22px;
  }
  .col-lg-buffer-top-23 {
    margin-top: 23px;
  }
  .col-lg-buffer-top-24 {
    margin-top: 24px;
  }
  .col-lg-buffer-top-25 {
    margin-top: 25px;
  }
  .col-lg-buffer-top-26 {
    margin-top: 26px;
  }
  .col-lg-buffer-top-27 {
    margin-top: 27px;
  }
  .col-lg-buffer-top-28 {
    margin-top: 28px;
  }
  .col-lg-buffer-top-29 {
    margin-top: 29px;
  }
  .col-lg-buffer-top-30 {
    margin-top: 30px;
  }
  .col-lg-buffer-top-clear {
    margin-top: 0;
  }
  .col-lg-buffer-right-5 {
    margin-right: 5px;
  }
  .col-lg-buffer-right-6 {
    margin-right: 6px;
  }
  .col-lg-buffer-right-7 {
    margin-right: 7px;
  }
  .col-lg-buffer-right-8 {
    margin-right: 8px;
  }
  .col-lg-buffer-right-9 {
    margin-right: 9px;
  }
  .col-lg-buffer-right-10 {
    margin-right: 10px;
  }
  .col-lg-buffer-right-11 {
    margin-right: 11px;
  }
  .col-lg-buffer-right-12 {
    margin-right: 12px;
  }
  .col-lg-buffer-right-13 {
    margin-right: 13px;
  }
  .col-lg-buffer-right-14 {
    margin-right: 14px;
  }
  .col-lg-buffer-right-15 {
    margin-right: 15px;
  }
  .col-lg-buffer-right-16 {
    margin-right: 16px;
  }
  .col-lg-buffer-right-17 {
    margin-right: 17px;
  }
  .col-lg-buffer-right-18 {
    margin-right: 18px;
  }
  .col-lg-buffer-right-19 {
    margin-right: 19px;
  }
  .col-lg-buffer-right-20 {
    margin-right: 20px;
  }
  .col-lg-buffer-right-21 {
    margin-right: 21px;
  }
  .col-lg-buffer-right-22 {
    margin-right: 22px;
  }
  .col-lg-buffer-right-23 {
    margin-right: 23px;
  }
  .col-lg-buffer-right-24 {
    margin-right: 24px;
  }
  .col-lg-buffer-right-25 {
    margin-right: 25px;
  }
  .col-lg-buffer-right-26 {
    margin-right: 26px;
  }
  .col-lg-buffer-right-27 {
    margin-right: 27px;
  }
  .col-lg-buffer-right-28 {
    margin-right: 28px;
  }
  .col-lg-buffer-right-29 {
    margin-right: 29px;
  }
  .col-lg-buffer-right-30 {
    margin-right: 30px;
  }
  .col-lg-buffer-right-clear {
    margin-right: 0;
  }
  .col-lg-buffer-bottom-5 {
    margin-bottom: 5px;
  }
  .col-lg-buffer-bottom-6 {
    margin-bottom: 6px;
  }
  .col-lg-buffer-bottom-7 {
    margin-bottom: 7px;
  }
  .col-lg-buffer-bottom-8 {
    margin-bottom: 8px;
  }
  .col-lg-buffer-bottom-9 {
    margin-bottom: 9px;
  }
  .col-lg-buffer-bottom-10 {
    margin-bottom: 10px;
  }
  .col-lg-buffer-bottom-11 {
    margin-bottom: 11px;
  }
  .col-lg-buffer-bottom-12 {
    margin-bottom: 12px;
  }
  .col-lg-buffer-bottom-13 {
    margin-bottom: 13px;
  }
  .col-lg-buffer-bottom-14 {
    margin-bottom: 14px;
  }
  .col-lg-buffer-bottom-15 {
    margin-bottom: 15px;
  }
  .col-lg-buffer-bottom-16 {
    margin-bottom: 16px;
  }
  .col-lg-buffer-bottom-17 {
    margin-bottom: 17px;
  }
  .col-lg-buffer-bottom-18 {
    margin-bottom: 18px;
  }
  .col-lg-buffer-bottom-19 {
    margin-bottom: 19px;
  }
  .col-lg-buffer-bottom-20 {
    margin-bottom: 20px;
  }
  .col-lg-buffer-bottom-21 {
    margin-bottom: 21px;
  }
  .col-lg-buffer-bottom-22 {
    margin-bottom: 22px;
  }
  .col-lg-buffer-bottom-23 {
    margin-bottom: 23px;
  }
  .col-lg-buffer-bottom-24 {
    margin-bottom: 24px;
  }
  .col-lg-buffer-bottom-25 {
    margin-bottom: 25px;
  }
  .col-lg-buffer-bottom-26 {
    margin-bottom: 26px;
  }
  .col-lg-buffer-bottom-27 {
    margin-bottom: 27px;
  }
  .col-lg-buffer-bottom-28 {
    margin-bottom: 28px;
  }
  .col-lg-buffer-bottom-29 {
    margin-bottom: 29px;
  }
  .col-lg-buffer-bottom-30 {
    margin-bottom: 30px;
  }
  .col-lg-buffer-bottom-clear {
    margin-bottom: 0;
  }
  .col-lg-buffer-left-5 {
    margin-left: 5px;
  }
  .col-lg-buffer-left-6 {
    margin-left: 6px;
  }
  .col-lg-buffer-left-7 {
    margin-left: 7px;
  }
  .col-lg-buffer-left-8 {
    margin-left: 8px;
  }
  .col-lg-buffer-left-9 {
    margin-left: 9px;
  }
  .col-lg-buffer-left-10 {
    margin-left: 10px;
  }
  .col-lg-buffer-left-11 {
    margin-left: 11px;
  }
  .col-lg-buffer-left-12 {
    margin-left: 12px;
  }
  .col-lg-buffer-left-13 {
    margin-left: 13px;
  }
  .col-lg-buffer-left-14 {
    margin-left: 14px;
  }
  .col-lg-buffer-left-15 {
    margin-left: 15px;
  }
  .col-lg-buffer-left-16 {
    margin-left: 16px;
  }
  .col-lg-buffer-left-17 {
    margin-left: 17px;
  }
  .col-lg-buffer-left-18 {
    margin-left: 18px;
  }
  .col-lg-buffer-left-19 {
    margin-left: 19px;
  }
  .col-lg-buffer-left-20 {
    margin-left: 20px;
  }
  .col-lg-buffer-left-21 {
    margin-left: 21px;
  }
  .col-lg-buffer-left-22 {
    margin-left: 22px;
  }
  .col-lg-buffer-left-23 {
    margin-left: 23px;
  }
  .col-lg-buffer-left-24 {
    margin-left: 24px;
  }
  .col-lg-buffer-left-25 {
    margin-left: 25px;
  }
  .col-lg-buffer-left-26 {
    margin-left: 26px;
  }
  .col-lg-buffer-left-27 {
    margin-left: 27px;
  }
  .col-lg-buffer-left-28 {
    margin-left: 28px;
  }
  .col-lg-buffer-left-29 {
    margin-left: 29px;
  }
  .col-lg-buffer-left-30 {
    margin-left: 30px;
  }
  .col-lg-buffer-left-clear {
    margin-left: 0;
  }
}
html, body {
  height: 100%;
  min-width: 400px;
}

header .left-side {
  background: #337ab7;
  height: 100%;
  width: 200px;
  top: 0;
  left: 0;
  position: fixed;
  overflow-y: auto;
  z-index: 100;
}
header .left-side .logo {
  background: #337ab7;
  border-bottom: 1px solid #303b4d;
  left: 0;
  padding: 0.55em 0 1em;
  position: fixed;
  text-align: center;
  top: 0;
  width: 200px;
  z-index: 100;
}
header .left-side .logo h1 {
  margin-bottom: 0;
  line-height: 25px;
}
header .left-side .logo a {
  font-size: 0.6em;
  color: #fff;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  text-transform: capitalize;
}
header .left-side .logo a span {
  color: #000;
}
header .left-side .logo-icon {
  display: none;
}
header .left-side .logo-icon a {
  display: block;
  text-align: center;
  text-decoration: none;
}
header .left-side .logo-icon a i {
  line-height: 1.4em;
  font-size: 1.5em;
  color: #fff;
  padding-top: 10px;
  display: block;
}
header .left-side .logo-icon a:hover {
  color: #b8c9f1;
}

header nav {
  background: #337ab7;
  padding: 0px 0px;
  font-size: 16px;
}
header nav a {
  transition: all 0.5s ease 0s;
}
header nav .nav {
  margin-top: 59px;
  margin-bottom: 10px;
}
header nav .nav li a {
  color: #fff;
  position: relative;
  display: block;
  padding: 12px 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
header nav .nav li a:hover, header nav .nav li a:active, header nav .nav li a:focus {
  background-color: #23527c;
  color: #fff;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
header nav .nav li a span {
  padding-left: 10px;
}
header nav .nav li + li {
  margin-left: 0;
  margin-top: 1px;
}
header nav .nav li.active > a, header nav .nav li.nav-active > a {
  background-color: #23527c;
  color: #fff;
}
header nav .nav li.menu-list.active ul, header nav .nav li.menu-list.nav-active ul {
  display: block;
}
header nav .nav .sub-menu-list {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
  background: #64a0d3;
}
header nav .nav .sub-menu-list > li > a {
  color: #fff;
  font-size: 13px;
  display: block;
  padding: 10px 5px 10px 50px;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
header nav .nav .sub-menu-list > li > a:hover, header nav .nav .sub-menu-list > li > a:active, header nav .nav .sub-menu-list > li > a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
  background: #286090;
}
header nav .nav .sub-menu-list > li.active > a {
  color: #fff;
  background-color: #3c87c8;
}

header .menu {
  position: fixed;
  padding: 5px 0 5px 0;
  top: 0;
  left: 200px;
  width: 100%;
  z-index: 100;
  background: #fff;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 480px) {
  header .menu {
    min-width: 400px;
  }
}
header .menu::after {
  clear: both;
  display: block;
  content: "";
}
header .menu .toggle-btn {
  padding: 10px 0 0;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  text-align: center;
  cursor: pointer;
  float: left;
  color: #fff;
  background: #f44336;
  border: none;
  border-radius: 100%;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
header .menu .toggle-btn:hover {
  background: #C3C3C3;
  color: #fff;
}
@media (max-width: 480px) {
  header .menu .toggle-btn {
    width: 35px;
    height: 35px;
    padding: 8px 0 0;
  }
}
header .menu .menu-left {
  float: left;
  margin: 0.3em 0 0 1em;
}
header .menu .menu-left ul {
  padding-left: 0;
}
header .menu .menu-left li {
  float: left;
  margin-left: 15px;
  position: relative;
}
header .menu .menu-left li:first-child {
  margin-left: 0;
}
@media (max-width: 480px) {
  header .menu .menu-left li:first-child {
    font-size: 10px;
  }
}
header .menu .menu-left li a {
  display: block;
  padding: 5px;
  text-decoration: none;
}
@media (max-width: 480px) {
  header .menu .menu-left li a {
    font-size: 12px;
  }
}
header .menu .menu-left li a:hover {
  border-color: #657c99;
}
header .menu .menu-left li a i {
  font-size: 16px;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 25px;
  color: #ababab;
}
header .menu .menu-left li a i span {
  font-size: 15px;
  color: #FFF;
}
@media (max-width: 480px) {
  header .menu .menu-left li a i {
    font-size: 14px;
  }
}
header .menu .menu-right {
  float: right;
  margin-right: 221px;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  header .menu .menu-right {
    margin-right: 0;
  }
}
header .menu .menu-right .profile a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
header .menu .menu-right .profile a img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -o-border-radius: 3em;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header .menu .menu-right .profile i {
  float: left;
  height: 24px;
  line-height: 25px;
  text-align: center;
  width: 24px;
}
header .menu .menu-right .profile i.lnr.lnr-chevron-down {
  display: block;
}
header .menu .menu-right .profile i.lnr.lnr-chevron-up {
  display: none;
}
header .menu .menu-right .profile.open .lnr.lnr-chevron-down {
  display: none;
}
header .menu .menu-right .profile.open .lnr.lnr-chevron-up {
  display: block;
}
header .menu .menu-right .profile .info {
  float: left;
  min-width: 60px;
}
@media (max-width: 480px) {
  header .menu .menu-right .profile .info {
    display: none !important;
  }
}
header .menu .menu-right .profile .info span {
  display: block;
}
header .menu .menu-right .profile .info .username {
  margin-left: 5px;
  height: 14px;
  margin-right: 5px;
  color: #f44336;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}
header .menu .menu-right .profile .info .group {
  color: #424f63;
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}
header .menu .menu-right .profile .dropdown-menu {
  min-width: 125px;
  top: 3.3em;
}
@media (max-width: 480px) {
  header .menu .menu-right .profile .dropdown-menu {
    left: -6em;
  }
}
header .menu .menu-right .profile .dropdown-menu li a {
  display: inline-flex;
  width: 100%;
  text-align: center;
  padding: 0.5em 0.5em;
  font-size: 13px;
}
header .menu .menu-right .profile .dropdown-menu li a i {
  width: 24px;
  line-height: 17px;
  height: 20px;
}
header .menu .menu-right .profile .dropdown-menu:before {
  position: absolute;
  top: -8.5px;
  left: 5px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #DFDFDF;
  border-left: 8px solid transparent;
  content: "";
}
@media (max-width: 480px) {
  header .menu .menu-right .profile .dropdown-menu:before {
    right: 5px;
    left: initial;
  }
}
header .menu .nofitications-dropdown {
  margin-top: 2px;
}
header .menu .nofitications-dropdown li {
  display: inline-block;
}
header .menu .nofitications-dropdown li .dropdown-menu {
  min-width: 250px;
  padding: 0;
  top: 108%;
}
@media (max-width: 480px) {
  header .menu .nofitications-dropdown li .dropdown-menu {
    width: 300px;
  }
}
header .menu .nofitications-dropdown li .dropdown-menu:before {
  position: absolute;
  top: -8.5px;
  left: 5px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #DFDFDF;
  border-left: 8px solid transparent;
  content: "";
}
header .menu .nofitications-dropdown li .dropdown-menu li {
  margin-left: 0;
  width: 100%;
  padding: 0;
  background: #fff;
}
header .menu .nofitications-dropdown li .dropdown-menu li:first-child {
  background-color: #fafafa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}
header .menu .nofitications-dropdown li .dropdown-menu li:last-child {
  background-color: #f1f1f1;
  padding: 4px 0;
  text-align: center;
}
header .menu .nofitications-dropdown li .dropdown-menu li:last-child a {
  color: #00aced;
}
header .menu .nofitications-dropdown li .dropdown-menu li .profile_avatar {
  float: left;
  width: 50px;
}
header .menu .nofitications-dropdown li .dropdown-menu li .profile_avatar img {
  border-radius: 2em;
  display: block;
  max-width: 100%;
}
header .menu .nofitications-dropdown li .dropdown-menu li .content {
  float: left;
  margin-left: 5%;
  width: 80%;
  overflow-x: hidden;
}
header .menu .nofitications-dropdown li .dropdown-menu li .content p {
  color: #757575;
  font-size: 12px;
  padding: 2px 0;
  margin: 0;
}
header .menu .nofitications-dropdown li .dropdown-menu li .content p span {
  color: #979797 !important;
  font-size: 11px;
}
header .menu ul.dropdown-menu {
  -moz-animation: fadeInDown 0.3s ease-in;
  -webkit-animation: fadeInDown 0.3s ease-in;
  animation: fadeInDown 0.3s ease-in;
}

header.collapsed .menu {
  margin-left: 0px;
  z-index: 10;
}
@media (min-width: 480px) {
  header.collapsed .menu {
    left: 52px;
  }
}
@media (max-width: 480px) {
  header.collapsed .menu {
    left: 0;
  }
}
@media (min-width: 480px) {
  header.collapsed .menu-right {
    margin-right: 73px;
  }
}
@media (max-width: 480px) {
  header.collapsed .menu-right {
    margin-right: 21px;
  }
}
header.collapsed .left-side {
  overflow: visible !important;
  width: 52px;
}
@media (max-width: 480px) {
  header.collapsed .left-side {
    visibility: hidden !important;
  }
}
header.collapsed .left-side .logo {
  display: none;
}
header.collapsed .left-side .logo-icon {
  height: 51px;
  margin-top: 0;
  display: block !important;
}
header.collapsed .left-side nav {
  font-size: 17px;
}
header.collapsed .left-side nav .nav {
  margin-top: 2px;
  margin-bottom: 20px;
}
header.collapsed .left-side nav .nav li a {
  text-align: center;
  padding: 10px;
  position: relative;
}
header.collapsed .left-side nav .nav li a span {
  background: #337ab7;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 52px;
  min-width: 160px;
  padding: 11.7px;
  position: absolute;
  text-align: left;
  top: 1px;
  z-index: 100;
}
header.collapsed .left-side nav .nav li a span:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #337ab7;
  border-width: 6px;
  margin-top: -6px;
}
header.collapsed .left-side nav .nav li.nav-hover > a {
  background: #23527c;
  color: #fff;
}
header.collapsed .left-side nav .nav li.nav-hover a span {
  display: block;
}
header.collapsed .left-side nav .nav li.nav-hover .sub-menu-list {
  display: block;
}
header.collapsed .left-side nav .nav li.nav-hover.active a span {
  background: #337ab7;
  color: #fff;
}
header.collapsed .left-side nav .nav li.active a span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
header.collapsed .left-side nav .nav li.menu-list.nav-active ul {
  display: none;
}
header.collapsed .left-side nav .nav ul.sub-menu-list {
  color: #fff;
  background: #5094ce;
  display: none;
  position: absolute;
  top: 44px;
  left: 52px;
  margin: 0;
  min-width: 160px;
  z-index: 100;
  -moz-border-radius: 0 0 2px 0;
  -webkit-border-radius: 0 0 2px 0;
  border-radius: 0 0 2px 0;
}
header.collapsed .left-side nav .nav ul.sub-menu-list a {
  text-align: left;
  padding: 6px 10px;
}
header.collapsed .left-side nav .nav ul.sub-menu-list a:hover {
  background: #23527c;
  color: #fff;
}

@media print {
  header {
    display: none !important;
  }
}
main {
  display: block;
  margin-left: 200px;
  margin-top: 3.5em;
}
main.blank {
  margin: 0;
}
@media (max-width: 480px) {
  main.blank {
    position: inherit;
    left: 0;
  }
}
@media (max-width: 480px) {
  main {
    padding: 1.5em 1em 3em;
    margin-left: 0;
    position: relative;
    left: 200px;
  }
}
@media (min-width: 480px) {
  main {
    padding: 2em 1em;
  }
}
@media (min-width: 480px) {
  main.collapsed {
    margin-left: 52px;
  }
}
@media (max-width: 480px) {
  main.collapsed {
    position: inherit;
    left: 0;
    margin-left: 0;
  }
}

footer {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #eff0f4;
  bottom: 0;
  padding: 12px;
  position: fixed;
  text-align: center;
  width: 100%;
  text-align: center;
  z-index: 3;
}

footer p {
  color: #7A7676;
  font-size: 14px;
  margin: 0;
}

footer p a {
  color: #F44336;
}

footer p a:hover {
  text-decoration: underline;
}

@media print {
  main {
    display: block;
    margin: 0 !important;
    margin: auto !important;
  }
}
.aspNetDisabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.aspNetDisabled,
a.btn-xs.aspNetDisabled,
a.btn-sm.aspNetDisabled {
  pointer-events: none;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.menu-badge {
  font-size: 11px;
  height: 20px;
  line-height: 15px;
  padding: 2px 0 0;
  position: absolute;
  right: -10px;
  top: -3px;
  width: 20px;
}
.menu-badge.blue {
  color: #fff;
  background-color: #00aced;
}
.menu-badge.green {
  color: #fff;
  background-color: #8bc34a;
}
.menu-badge.red {
  color: #fff;
  background-color: #ef553a;
}
.menu-badge.purple {
  color: #fff;
  background-color: #ef553a;
}

.table > thead > tr > td.primary,
.table > thead > tr > th.primary, .table > thead > tr.primary > td, .table > thead > tr.primary > th,
.table > tbody > tr > td.primary,
.table > tbody > tr > th.primary,
.table > tbody > tr.primary > td,
.table > tbody > tr.primary > th,
.table > tfoot > tr > td.primary,
.table > tfoot > tr > th.primary,
.table > tfoot > tr.primary > td,
.table > tfoot > tr.primary > th {
  background-color: #337ab7;
  color: #fff;
}

.table > thead > tr.primary > th a, .table > thead > tr > th.primary a,
.table > tbody > tr.primary > th a,
.table > tbody > tr > th.primary a,
.table > tfoot > tr.primary > th a,
.table > tfoot > tr > th.primary a {
  color: #fff;
}

.table-hover > tbody > tr > td.primary:hover,
.table-hover > tbody > tr > th.primary:hover, .table-hover > tbody > tr.primary:hover > td, .table-hover > tbody > tr:hover > .primary, .table-hover > tbody > tr.primary:hover > th {
  background-color: #2e6da4;
  color: #f2f2f2;
}

.update-process.background, .update-process.content {
  position: fixed;
}
.update-process.background {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  background-color: #AAAAAA;
  opacity: 0.7;
}
.update-process.content {
  background-color: #FFFFFF;
  border-width: 0px;
  text-align: center;
  z-index: 10001;
  padding: 40px;
  font-size: 22px;
  left: 45%;
  top: 40%;
}
@media (max-width: 992px) {
  .update-process.content {
    padding: 30px;
    font-size: 20px;
    left: 43%;
  }
}
@media (max-width: 768px) {
  .update-process.content {
    padding: 30px;
    font-size: 18px;
    left: 37%;
  }
}
@media (max-width: 480px) {
  .update-process.content {
    padding: 20px;
    font-size: 16px;
    left: 32%;
  }
}

.pagination-table table {
  display: inline-block;
  padding: 0;
  margin: 0 0;
  border-radius: 0px;
}
.pagination-table table td {
  display: inline;
}
.pagination-table table td > a, .pagination-table table td > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination-table table td > span, .pagination-table table td > span:hover, .pagination-table table td > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination-table table td:first-child > a,
.pagination-table table td:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-table table td:last-child > a,
.pagination-table table td:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-table table td > a:hover, .pagination-table table td > a:focus,
.pagination-table table td > span:hover,
.pagination-table table td > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination-lg table td > a, .pagination-lg table td > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg table td:first-child > a, .pagination-lg table td:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-lg table td:last-child > a, .pagination-lg table td:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pagination-sm table td > a, .pagination-sm table td > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm table td:first-child > a, .pagination-sm table td:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm table td:last-child > a, .pagination-sm table td:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.widget-conctacts {
  overflow-y: scroll;
  max-height: 370px;
}
.widget-conctacts .left {
  float: left;
  position: relative;
  width: 25%;
}
.widget-conctacts .left .img-circle {
  border-radius: 50%;
}
.widget-conctacts .right {
  float: left;
}
.widget-conctacts .right p {
  color: #000;
  font-size: 1em;
  line-height: 1.2em;
  margin: 0;
}
.widget-conctacts .right h6 {
  color: #999;
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 0;
}
.widget-conctacts .small-badge {
  background-color: darkgray;
  border: 2px solid #fff !important;
  border-radius: 20px;
  height: 12px;
  left: 27px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 1px;
  width: 12px;
}
.widget-conctacts .bg-green {
  background-color: green;
}
.widget-conctacts .bg-gray {
  background-color: darkgray;
}
.widget-conctacts .bg-red {
  background-color: red;
}
.widget-conctacts .bg-orange {
  background-color: orange;
}

.scrollToTop {
  background: transparent none repeat scroll 0 0;
  border: 3px solid #337ab7;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  right: 1em;
  bottom: 4em;
  display: none;
  position: fixed;
  text-align: center;
  z-index: 9999;
}
@media (max-width: 992px) {
  .scrollToTop {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 768px) {
  .scrollToTop {
    height: 45px;
    width: 45px;
  }
}
@media (max-width: 480px) {
  .scrollToTop {
    height: 40px;
    width: 40px;
  }
}
.scrollToTop:hover {
  text-decoration: none;
}
.scrollToTop i {
  color: #337ab7;
  line-height: 1.2em;
  font-size: 3em;
}
@media (max-width: 992px) {
  .scrollToTop i {
    line-height: 1.5em;
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .scrollToTop i {
    line-height: 1.4em;
  }
}
@media (max-width: 480px) {
  .scrollToTop i {
    font-size: 1.6em;
  }
}

.update-process.background, .update-process.content {
  position: fixed;
}
.update-process.background {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  background-color: #AAAAAA;
  opacity: 0.7;
}

.signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  height: 50vh;
  width: 100%;
  max-width: 700px;
  max-height: 460px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 16px;
}
.signature-pad::before, .signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}
.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
  transform: skew(-3deg) rotate(-3deg);
}
.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
  transform: skew(3deg) rotate(3deg);
}
.signature-pad-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f4f4f4;
}
.signature-pad-body canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}
.signature-pad-footer {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;
}
.signature-pad-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
}
