body {
  padding: 0;
  /*background-color: #272930;*/
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 12px;
  color: #555;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

a {
  color: #000000;
  text-decoration: none;
  outline: 0 none;
}

  a:focus, a:hover, a:active {
    outline: 0 none;
    text-decoration: none;
    /*color: #3380FF;*/
  }

p {
  font-size: 13px;
}

b {
  font-weight: 400;
}

blockquote p {
  font-size: 15px;
}

ul {
  padding-left: 30px;
}


.overflow-hidden {
  overflow: hidden;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-y {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.big-text {
  font-size: 61px;
  line-height: 70px !important;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 5px;
}

table thead th {
  padding: 5px;
  font-size: 13px;
  font-weight: 200;
}

table tbody td {
  padding: 7px 8px;
  font-size: 12px;
}

table .primary-emphasis, table .primary-emphasis-dark {
  background: #4D90FD;
  color: #FFF;
  border-color: #4D90FD;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

table .primary-emphasis-dark {
  background-color: #437edd;
}

table .success-emphasis, table .success-emphasis-dark {
  background: #60C060;
  color: #FFF;
  border-color: #60C060;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

table .success-emphasis-dark {
  background-color: #58b058;
  border-color: #58b058;
}

table .warning-emphasis, table .warning-emphasis-dark {
  background: #FC9700;
  color: #FFF;
  border-color: #FC9700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

table .warning-emphasis-dark {
  background-color: #fc8800;
  border-color: #fc8800;
}

table .danger-emphasis, table .danger-emphasis-dark {
  background: #DA4932;
  color: #FFF;
  border-color: #DA4932;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

table .danger-emphasis-dark {
  background-color: #c8432e;
  border-color: #c8432e;
}




/*Text Colors*/
.color-primary {
  color: #3078EF;
}

  .color-primary.fa {
    color: #4C94FF;
  }

.color-success {
  color: #5FBF5F;
}

.color-warning {
  color: #FC9700;
}

.color-danger {
  color: #ee5037;
}

.jumbotron {
  margin-top: 20px;
}



/*navigation*/
.navbar {
  border: 0;
  background-color: #525452;
  color: #FFF;
  padding-left: 10px;
  padding-right: 25px;
}



.navbar-default .navbar-brand {
  padding-left: 35px;
  text-align: left;
  width: 206px;
  color: #FFF;
  background: url(images/logo_images/logo_title.png) no-repeat 0 11px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: 300;
  font-size: 19px;
  line-height: 18px;
}

.logo-image {
  padding-left: 35px;
  text-align: left;
  width: 206px;
  color: #FFF;
  background: url(images/logo_images/logo.png) no-repeat 0 1px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: 300;
  font-size: 19px;
  line-height: 49px;
}


.navbar-default .navbar-brand:hover {
  color: #FFF;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  background-color: #36a3ff;
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}




.navbar-default .navbar-nav > li.button {
  padding: 10px 6px;
  float: left;
}

  .navbar-default .navbar-nav > li.button > a {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px;
    border: 1px solid rgba(0,0,0,0.15);
    width: 30px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
    text-align: center;
  }

    .navbar-default .navbar-nav > li.button > a:hover {
      background: rgba(255,255,255,0.07);
    }

    .navbar-default .navbar-nav > li.button > a:active {
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07) inset;
    }

    .navbar-default .navbar-nav > li.button > a > i {
      font-size: 16px;
    }

  .navbar-default .navbar-nav > li.button .bubble {
    position: absolute;
    top: -6px;
    left: 20px;
    background-color: #e44c34;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-color: #E23923 #D83722 #C0311E;
    border-left: 1px solid #D83722;
    border-width: 1px;
    box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.25);
    padding: 1px 3px 1px 2px;
    font: bold 9px Tahoma;
  }

  .navbar-default .navbar-nav > li.button.open:after {
    position: absolute;
    bottom: 0;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
    left: 50%;
    margin-left: -6px;
  }

.navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
}

.navbar-nav > li.button .dropdown-menu {
  padding: 0;
  min-width: 260px;
  max-width: 280px;
}

  .navbar-nav > li.button .dropdown-menu .content > ul {
    padding: 0;
  }

.navbar-default .navbar-nav > li.button .dropdown-menu li ul > li > a {
  font-weight: 300;
  color: #444;
  padding: 11px 10px;
  padding-left: 33px;
  border-bottom: 1px solid #ececec;
  position: relative;
}

.navbar-default .navbar-nav > li.button .messages li ul > li > a {
  padding: 12px 10px;
  padding-left: 48px;
  white-space: normal;
  line-height: 16px;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li > a:hover {
  color: #444;
  background: #F8F8F8;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 20px;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 14px;
}

.navbar-default .navbar-nav > li.button .messages li > a > img {
  position: absolute;
  left: 10px;
  top: 16px;
  height: 30px;
  width: 30px;
}

.navbar-default .navbar-nav > li.button .messages li > a .name {
  display: block;
  color: #555555;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.success {
  color: #60C060;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.info {
  color: #4D90FD;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.warning {
  color: #FC9700;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li > a > i.danger {
  color: #DA4932;
}

.navbar-default .navbar-nav > li.button .dropdown-menu .nano {
  height: 200px;
}

.navbar-default .navbar-nav > li.button .dropdown-menu li a .date {
  display: block;
  font-size: 11px;
  color: #999999;
  font-style: italic;
  line-height: 18px;
}

.navbar-default .navbar-nav > li.button .dropdown-menu .title {
  font-size: 12px;
  font-weight: 300;
  border-bottom: 1px solid #DDDDDF;
  padding: 8px 17px;
  color: #444;
}

  .navbar-default .navbar-nav > li.button .dropdown-menu .title a:hover {
    background: transparent;
  }

.navbar-default .navbar-nav > li.button .dropdown-menu .foot {
  padding: 0;
}

  .navbar-default .navbar-nav > li.button .dropdown-menu .foot a {
    background: #F7F7F7;
    padding: 8px 17px;
    color: #444;
    text-align: center;
  }



/*Dropdown menu*/
.dropdown-submenu {
  position: relative;
}

  .dropdown-submenu > .dropdown-menu {
    top: 0px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
  }

  .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
  }

  .dropdown-submenu.pull-left {
    float: none;
  }

    .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px;
      -webkit-border-radius: 0 0 6px 6px;
      -moz-border-radius: 0 0 6px 6px;
      border-radius: 0 0 6px 6px;
    }


  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu li > a:hover {
    background-color: #2391ed;
    background-image: none;
    color: #FFF;
  }

.navbar-default .navbar-nav > li > .dropdown-menu {
  border-top: 0;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-bottom-color: #fff;
  border-top-color: #FFF;
}


.dropdown-menu > li > a, .dropdown-menu li > a {
  font-size: 12px;
  padding: 5px 20px;
  clear: both;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  white-space: nowrap;
}

.dropdown-header {
  color: #2083D6;
  margin-top: 6px;
  padding-left: 11px;
  cursor: pointer;
}

  .dropdown-header i {
    font-size: 14px;
    margin-right: 4px;
    vertical-align: middle;
  }

.dropdown-menu {
  background-clip: none;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.18);
}

.col-menu-2 {
  min-width: 405px;
  padding-bottom: 10px;
  padding-top: 7px;
}

  .col-menu-2 > li > ul:first-child {
    border-right: 1px solid #E8E8E8;
  }

  .col-menu-2 > li > ul > li a {
    padding-left: 32px;
  }

  .col-menu-2 > li > ul {
    padding: 0;
  }

    .col-menu-2 > li > ul > li {
      list-style: none;
    }
/*END - Dropdown menu*/

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
  background-color: #525452;
  color: #FFF;
}

  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #525452;
    color: #FFF;
  }


.navbar-default .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  color: #FFF;
}


.navbar-default .navbar-toggle {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
  padding: 6px 10px;
}

  .navbar-default .navbar-toggle:hover {
    background: rgba(255,255,255,0.07);
  }

  .navbar-default .navbar-toggle:active {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07) inset;
  }

  .navbar-default .navbar-toggle:focus {
    background: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
  }

  .navbar-default .navbar-toggle .fa {
    color: #FFFFFF;
    font-size: 18px;
  }

.navbar-collapse {
  max-height: none;
  position: relative;
}


/*Profile menu*/
.profile_menu {
  margin-left: 10px;
  cursor: pointer;
}

.not-nav {
  margin: 0 !important;
}

.user-nav {
  margin: 0;
  margin-right: -15px;
}

.profile_menu .dropdown-toggle {
  padding: 10px 10px;
}

.profile_menu img {
  margin-right: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
/*END - Profile menu*/



.spacer {
  margin-top: 15px !important;
}

.spacer2 {
  margin-top: 30px !important;
}

.spacer3 {
  margin-top: 50px !important;
}

.spacer-bottom-xs {
  margin-bottom: 10px !important;
}

.spacer-bottom {
  margin-bottom: 30px !important;
}

.spacer-bottom-sm {
  margin-bottom: 15px !important;
}

.spacer-bottom-lg {
  margin-bottom: 40px !important;
}

.hthin {
  font-family: "Raleway",Helvetica,sans-serif !important;
  font-weight: 100 !important;
}

/*Page Title*/
.page-head {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #E9E9E9;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
  padding: 20px 25px;
  position: relative;
}

  .page-head h2 {
    margin-bottom: 5px;
    margin-top: 6px;
    font-family: "Raleway",Helvetica,sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
  }

  .page-head .breadcrumb {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding: 4px;
  }

.cl-mcont {
  background-color: #ffffff;
  color: #000000;
  font-size: 13px;
  font-weight: 200;
  line-height: 21px;
  padding: 5px 5px 5px 5px;
  margin-top: 0;
  /*min-height: 865px;*/
}

  .cl-mcont.white {
    background: #fff;
  }

  .cl-mcont h1 {
    line-height: 1.3em;
  }

#cl-wrapper {
  margin-top: 50px;
  background-color: white;
}

  /*Login*/
  #cl-wrapper.login-container, #cl-wrapper.error-container {
    margin: 0;
  }

.login-container .middle-login {
  width: 430px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -170px;
  margin-left: -215px;
}

.login-container .block-flat {
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

  .login-container .block-flat .header {
    padding: 9px 20px;
    background: #2494F2;
    border-bottom: 1px solid #2082D5;
  }

    .login-container .block-flat .header h3 {
      line-height: 35px;
      margin: 0;
      color: #FFF;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    }

.login-container .header .logo-img {
  margin-right: 3px;
}

.login-container .block-flat .content {
  padding: 30px;
  padding-bottom: 5px;
}

  .login-container .block-flat .content .form-control {
    padding: 10px 8px;
    height: auto;
  }

  .login-container .block-flat .content .form-group {
    margin-bottom: 10px;
  }

  .login-container .block-flat .content .title {
    margin-top: 0;
    margin-bottom: 20px;
  }

.login-container .block-flat .foot {
  text-align: right;
  padding: 0 30px 15px;
}

  .login-container .block-flat .foot .btn {
    min-width: 70px;
  }

.login-container .block-flat .input-group-addon {
  background: #FAFAFA;
}

.login-container .out-links {
  padding-right: 3px;
}

  .login-container .out-links a {
    color: #C9D4F6;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  }


/*404 Page*/
.page-error {
  margin-top: 80px;
  margin-bottom: 40px;
}

  .page-error .number {
    color: #FFF;
    font-size: 150px;
    font-family: Arial;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  }

  .page-error .description {
    color: #FFF;
    font-size: 40px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  }

  .page-error h3 {
    color: #FFF;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  }

.error-container .copy, .error-container .copy a {
  color: #C9D4F6;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

body.texture {
  background: url(../images/bg.jpg);
}

/*Vertical Navigation*/
.cl-sidebar {
  position: absolute;
  width: 220px;
  background-color: #000000;
}

  .cl-sidebar .cl-toggle {
    display: none;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
  }

    .cl-sidebar .cl-toggle i {
      font-size: 24px;
      color: #C9D4F6;
    }

.cl-vnavigation {
  margin: 0 0 0 0;
  padding: 0;
  border-top: 1px solid #1a1c20;
  border-bottom: 1px solid #2f323a;
}

  .cl-vnavigation .parent a {
    background: url("../images/arrow.png") no-repeat scroll 190px 18px transparent;
  }

  .cl-vnavigation li a {
    border-top: 1px solid #32353e;
    border-bottom: 1px solid #1a1c20;
    display: block;
    padding: 13px 18px 12px;
    color: #ffffff;
    font-size: 12px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  }

    .cl-vnavigation li a:hover {
      background-color: #2a2c34;
    }

    .cl-vnavigation li a i {
      font-size: 14px;
      margin-right: 10px;
    }

  .cl-vnavigation li ul {
    display: none;
    margin: 0;
    padding: 0;
  }

  .cl-vnavigation .parent ul li {
    background-color: #1a1c20;
    list-style: none;
  }

    .cl-vnavigation .parent ul li a {
      font-size: 11px;
      background-image: none;
      padding: 7px 18px 7px 42px;
      background-color: #1a1c20;
    }

      .cl-vnavigation .parent ul li a:hover {
        background-color: #1e2025;
      }

      .cl-vnavigation .parent ul li a:first-child {
        border-top: 0;
      }

  .cl-vnavigation .selected a {
    background-color: #2494F2;
    border-top: 1px solid #2494F2;
  }

  .cl-vnavigation .selected:hover a {
    background-color: #2494F2;
  }

  .cl-vnavigation .selected:hover ul a {
    background-color: #1A1C20;
  }

/*Stats*/
.stats_bar {
  text-align: center;
  margin-top: 15px;
}

.direct_search_stat_bar {
  text-align: left;
  margin-top: 0px;
}

.butpro {
  vertical-align: top;
}

.butstyle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(center top, #FFFFFF 50%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f8f8f8)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #FFFFFF, #f8f8f8); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #FFFFFF, #f8f8f8); /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #FFFFFF 50%, #f8f8f8 100%);
  border-color: #DEDFE0 #C8C8C8 #C8C8C8;
  border-image: none;
  border-right: 1px solid #C8C8C8;
  border-style: solid;
  border-width: 1px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans',Verdana,sans-serif;
  font-size: 11px;
  margin-right: 1.8%;
  margin-bottom: 15px;
  width: 14.2%;
  padding: 6px 9px 4px;
  transition: border-color 0.21s ease-out 0s;
}

  .butstyle:first-child {
    margin-left: 0;
  }

  .butstyle:hover {
    border-color: #4D90FE;
  }

.butpro .sub h2 {
  margin: 0 0 5px 0;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.butpro .sub span {
  color: #434D55;
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
}

.butpro .stat {
  padding: 4px 0;
  text-align: center;
}

  .butpro .stat .equal {
    background: url("../images/stat-same.png") no-repeat scroll left center transparent;
    font-size: 12px;
    padding: 0 0 0 19px;
  }

  .butpro .stat .up {
    background: url("../images/stat-up.png") no-repeat scroll left center transparent;
    font-size: 12px;
    padding: 0 0 0 19px;
  }

  .butpro .stat .down {
    background: url("../images/stat-down.png") no-repeat scroll left center transparent;
    font-size: 12px;
    padding: 0 0 0 19px;
  }

.butpro .sub {
  padding-top: 4px;
}

/*Flot Charts*/
.blue-chart .flot-text, .red-chart .flot-text {
  color: #FFF !important;
}

.flot-text {
  font-size: 10px !important;
}

.legend table td {
  font-size: 11px !important;
}

.blue-chart {
  border-left: 1px solid #258fec;
  border-right: 1px solid #258fec;
  border-bottom: 1px solid #1e73bd;
  border-top: 1px solid #499de5;
  background-image: -moz-linear-gradient(center top, #52AEFF 45%, #2180D3 102%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52AEFF), to(#2180D3)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #52AEFF, #2180D3); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #52AEFF, #2180D3); /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #52AEFF, #2180D3);
  background-color: #3290E2;
}

.block-flat .blue-chart {
  padding: 20px !important;
}

.red-chart {
  border-left: 1px solid #F27B56;
  border-right: 1px solid #F27B56;
  border-bottom: 1px solid #d66543;
  border-top: 1px solid #ee815e;
  background-image: -moz-linear-gradient(center top, #ff8a65 45%, #e26a45 102%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8a65), to(#e26a45)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #ff8a65, #e26a45); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #ff8a65, #e26a45); /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #ff8a65 45%, #e26a45 102%);
  background-color: #3290E2;
}

.red-box {
  background-image: -moz-linear-gradient(center top, #ff8a65 45%, #F07853 102%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8a65), to(#F07853)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #ff8a65, #F07853); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #ff8a65, #F07853); /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #ff8a65 45%, #F07853 102%);
  background-color: #ff8a65;
  color: #FFFFFF;
}

.red2-box {
  background-image: -moz-linear-gradient(center top, #FF7877 45%, #ED5554 102%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF7877), to(#ED5554)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #FF7877, #ED5554); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #FF7877, #ED5554); /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #FF7877 45%, #ED5554 102%);
  background-color: #FF7877;
  color: #FFFFFF;
}

.blue-box {
  background-image: -moz-linear-gradient(center top, #52AEFF 45%, #3D9CEF 102%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52AEFF), to(#3D9CEF)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #52AEFF, #3D9CEF); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #52AEFF, #3D9CEF); /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #52AEFF 45%, #3D9CEF 102%);
  background-color: #52AEFF;
  color: #FFFFFF;
}

.green-box {
  background-image: -moz-linear-gradient(center top, #82c261 45%, #70BE46 102%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#82c261), to(#70BE46)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #82c261, #70BE46); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #82c261, #70BE46); /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #82c261 45%, #70BE46 102%);
  background-color: #82c261;
  color: #FFFFFF;
}

.violet-box {
  background-image: -moz-linear-gradient(center top, #b450b2 45%, #853685 102%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b450b2), to(#853685)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #b450b2, #853685); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #b450b2, #853685); /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #b450b2 45%, #853685 102%);
  background-color: #82c261;
  color: #FFFFFF;
}

.yellow-box {
  background-image: -moz-linear-gradient(center top, #FFC91C 45%, #FAB219 102%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC91C), to(#FAB219)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #FFC91C, #FAB219); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #FFC91C, #FAB219); /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #FFC91C 45%, #FAB219 102%);
  background-color: #82c261;
  color: #FFFFFF;
}

.white-box {
  background: #FFF;
}

.widget-block.calendar-box {
  overflow: hidden;
}

  .widget-block.calendar-box h2 {
    font-size: 28px;
  }

  .widget-block.calendar-box .day {
    text-align: center;
    font-size: 102px;
  }

.widget-block.weather-box {
  overflow: hidden;
  color: #FFF;
}

  .widget-block.weather-box .photo {
    background: url("../images/sunset2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 260px;
  }

  .widget-block.weather-box h2 {
    margin-top: 60px;
    font-size: 28px;
    font-weight: 400;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  }

  .widget-block.weather-box .photo {
  }

  .widget-block.weather-box .day {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 70px;
    margin-top: 3px;
  }

/*UI Datepicker*/
.ui-datepicker {
  position: relative;
}

  .ui-datepicker .ui-datepicker-header {
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding-bottom: 5px;
    margin-bottom: 4px;
  }

  .ui-datepicker .ui-datepicker-title {
    cursor: default;
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
  }

  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
    color: #FFF;
  }

  .ui-datepicker .ui-datepicker-prev {
    left: 2px;
  }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
      overflow: hidden;
      display: block;
      text-indent: -99999px;
    }

      .ui-datepicker .ui-datepicker-prev span:after, .ui-datepicker .ui-datepicker-next span:after {
        cursor: pointer;
        content: "";
        font-family: FontAwesome;
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        text-indent: 0;
      }

  .ui-datepicker .ui-datepicker-next {
    right: 2px;
  }

    .ui-datepicker .ui-datepicker-next span:after {
      content: "";
      right: 0;
    }

  .ui-datepicker table th {
    border: 0;
    padding: 3px;
  }

    .ui-datepicker table th span {
      font-size: 14px;
      color: #FFF;
    }

  .ui-datepicker table tr {
    background: transparent !important;
  }

  .ui-datepicker table td {
    border: 0;
    padding: 3px;
  }

  .ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
    color: #FFF;
  }

.fb-box {
  margin-top: 0 !important;
  background-image: -moz-linear-gradient(center top, #3E80BF 50%, #325fa0 102%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3E80BF), to(#325fa0)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #3E80BF, #325fa0); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #3E80BF, #325fa0); /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #3E80BF 50%, #325fa0 102%);
  background-color: #366eab;
  color: #FFFFFF;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35) !important;
}

  .fb-box h2 {
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 5px 0;
    padding-top: 10px;
  }

  .fb-box h3 {
    font-size: 13px;
    font-weight: 200;
    margin: 0 0 20px 0;
  }

  .fb-box h4 {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px 0;
  }

  .fb-box img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #FFFFFF;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .fb-box .content {
    padding: 20px;
    text-align: center;
  }

  .fb-box .info {
    background: #264A7E;
    color: #FFF;
    border-top: 1px solid #426ca5;
    text-align: center;
  }

    .fb-box .info button {
      box-shadow: none;
      max-width: 195px;
      width: 80%;
      padding: 13px;
      background: #4884c0;
      border: 0;
      margin: 5px 0;
      text-transform: uppercase;
    }

      .fb-box .info button i {
        margin-right: 3px;
      }

    .fb-box .info div {
      padding: 15px 10px;
    }

  .fb-box .row {
    margin: 0;
  }

.rad-1 {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  overflow: hidden;
}

.rad-2 {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
}

.rad-3 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}

.blue-chart h2 {
  text-shadow: 0 -1px 0 #357FC0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

  table .right {
    text-align: right;
  }

  table .left {
    text-align: left;
  }

.red thead th {
  color: #d36442;
}

.blue thead th {
  color: #3078EF;
}

.violet thead th {
  color: #8b12ae;
}

.green thead th {
  color: #4da60c;
}

table thead th span {
  color: #333;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  padding: 10px 8px 5px 8px;
}

  table thead th:last-child {
    border-right: 1px solid #DADADA;
  }


table thead span {
  font-size: 16px;
  display: block;
}

table td {
  border-left: 1px solid #DADADA;
  border-bottom: 1px solid #dadada;
  padding: 7px 8px;
}

  table td .progress {
    margin: 0;
  }

table.hover tbody tr:hover {
  background: #f3f3f3;
}

table td i {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 23px;
}

table td:last-child {
  border-right: 1px solid #dadada;
}

table tr:nth-child(2n) {
  background: #f8f8f8;
}

/*No-Internal borders in thead*/
table .no-border th {
  border-left: 0;
}

table .no-border tr th:first-child {
  border-left: 1px solid #dadada;
}


/*No-Internal borders in tbody x and y*/
table .no-border-x td {
  border-bottom: 0;
}

table .no-border-x tr:last-child td {
  border-bottom: 1px solid #dadada;
}

table .no-border-y td {
  border-left: 0;
}

table .no-border-y tr td:first-child {
  border-left: 1px solid #dadada;
}


/*No-External borders general table*/
table.no-border tr th {
  border-top: 0;
}

  table.no-border tr th:first-child {
    border-left: 0;
  }

  table.no-border tr th:last-child {
    border-right: 0;
  }

table.no-border tr td:first-child {
  border-left: 0;
}

table.no-border tr td:last-child {
  border-right: 0;
}

table.no-border tr:last-child td {
  border-bottom: 0;
}

/*No-External borders when .no-padding in block*/
.no-padding table th:first-child {
  border-left: 0;
}

.no-padding table th:last-child {
  border-right: 0;
}

.no-padding table tr td:first-child {
  border-left: 0;
}

.no-padding table tr td:last-child {
  border-right: 0;
}

.no-padding table tr:last-child td {
  border-bottom: 0;
}

/*Dashboard Colums*/
.cl-mcont .row {
  margin-top: 15px;
}

.cl-mcont .col-lg-6 {
  padding: 0 15px;
}

.cl-mcont .block {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
  border: 0;
  margin-bottom: 30px;
  background: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.block-flat, .block-wizard {
  margin-bottom: 40px;
  padding: 20px 20px;
  background: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}

/*Wizard*/
.block-wizard {
  padding: 0;
}

  .block-wizard .step-content {
    padding: 20px 20px;
  }

.fuelux .wizard {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  border-bottom: 1px solid #E2E2E2;
  background: #FFF;
}

  .fuelux .wizard ul li.active {
    background: #FFF;
    color: #3078EF;
  }

  .fuelux .wizard ul li.complete {
    color: #fff;
    background: #4D90FD;
  }

    .fuelux .wizard ul li.complete:hover {
      background: #5c9aff;
    }

      .fuelux .wizard ul li.complete:hover .chevron:before {
        border-left-color: #5c9aff;
      }

    .fuelux .wizard ul li.complete .chevron {
      border-left-color: #1e7dcc;
    }

      .fuelux .wizard ul li.complete .chevron:before {
        border-left: 14px solid #4D90FD;
      }

  .fuelux .wizard ul li.active .chevron:before {
    border-left: 14px solid #FFF;
  }

  .fuelux .wizard ul li:first-child {
    border-radius: 0;
    -webkit-border-radius: 0;
  }

  .fuelux .wizard ul li {
    font-size: 15px;
  }


.block .cl, .widget-block .cl {
  margin-bottom: 20px;
}

.widget-block {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.21);
  border: 0;
  margin-bottom: 30px;
  margin-top: 0;
}

  .widget-block .row {
    margin: 0;
  }

  .widget-block .padding {
    padding: 20px 20px;
  }

  .widget-block .vpadding {
    padding: 20px 0;
  }

  .widget-block .hpadding {
    padding: 0 20px;
  }

  .block .header, .widget-block .header, .block-flat .header {
    padding: 10px;
    background-color: #FEFEFE;
    border-bottom: 1px solid #dadada;
  }

.block .header {
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  padding: 10px;
}

.block-flat .header {
  background: transparent;
  padding: 3px 0;
}

  .block-flat .header h3 {
    margin-top: 3px;
    font-family: "Raleway",Helvetica,sans-serif;
    font-weight: 200;
  }

.block-flat .content {
  padding: 15px 3px 0 3px;
}

  .block-flat .content.full-width {
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
  }

  .block-flat .content h4 {
    margin-top: 20px;
    font-size: 16px;
  }

.block-flat.no-padding .content {
  padding: 0 !important;
}

.legend-container table {
  width: auto;
  margin: 20px 0 0 20px;
}

  .legend-container table tr {
    background: transparent;
  }

  .legend-container table td {
    border: 0;
    padding: 0 5px 3px 5px;
  }

.legend-container .legendColorBox > div {
  border: 0 !important;
}

  .legend-container .legendColorBox > div > div {
    border-width: 6px !important;
  }

.block-flat.no-padding .content table td, .block-flat.no-padding .content table th {
  padding: 11px 10px 7px 10px;
}

.block .no-border {
  border-bottom: 0;
}

.block .content h2, .widget-block .content h2 {
  font-family: 'Open Sans',sans-serif;
}

.block .header h2, .widget-block .header h2, .block-flat .header h2 {
  margin: 0;
  font-family: "Raleway",Helvetica,sans-serif;
  font-weight: 100;
  font-size: 29px;
  line-height: 38px;
}

.block .header h3, .widget-block .header h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 200;
  line-height: 21px;
  color: #666;
}

.block .header .actions i, .widget-block .header .actions i {
  font-size: 18px;
  color: #6F6F6F;
  display: inline-block;
  padding: 0;
  text-align: center;
  cursor: pointer;
  width: 20px;
  vertical-align: top;
}

  .block .header .actions i:hover, .widget-block .header .actions i:hover {
    color: #858585;
  }

.widget-block .fb-head {
  background: #1784c7;
  border: 0;
  color: #FFF;
}

  .widget-block .fb-head i {
    display: inline-block;
    text-align: center;
    width: 28px;
  }

.bg-darkgray {
  background-color: #888e97;
  color: #fff;
}

.bg-blue {
  background-color: #43A0F2;
  color: #fff;
}

  .bg-blue .caret, .bg-darkgray .caret {
    border-color: #fff transparent;
    border-width: 5px 5px 0;
  }

  .bg-blue a, .bg-darkgray a {
    color: #FFF;
  }

.cl-mcont .block .content {
  padding: 20px;
}

.cl-mcont .block .stat-data, .cl-mcont .block-flat .stat-data {
  padding: 10px;
  float: left;
  width: 50%;
}

  .cl-mcont .block .stat-data h2, .cl-mcont .block-flat .stat-data h2 {
    margin: 0 0 5px 0;
  }

  .cl-mcont .block .stat-data span, .cl-mcont .block-flat .stat-data span {
    font-size: 18px;
  }

  .cl-mcont .block .stat-data .stat-blue, .cl-mcont .block-flat .stat-data .stat-blue {
    background: #43A0F2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    color: #FFF;
    padding: 20px 10px;
  }

  .cl-mcont .block .stat-data .stat-number, .cl-mcont .block-flat .stat-data .stat-number {
    border-bottom: 1px solid #dadada;
  }

    .cl-mcont .block .stat-data .stat-number:last-child, .cl-mcont .block-flat .stat-data .stat-number:last-child {
      border-bottom: 0;
    }

    .cl-mcont .block .stat-data .stat-number div, .cl-mcont .block-flat .stat-data .stat-number div {
      display: inline-block;
      vertical-align: middle;
      padding: 5px 5px;
      font-size: 16px;
      line-height: 20px;
    }

    .cl-mcont .block .stat-data .stat-number h2, .cl-mcont .block-flat .stat-data .stat-number h2 {
      margin: 0;
      font-size: 35px;
      color: #444;
      font-weight: 300;
    }

    .cl-mcont .block .stat-data .stat-number span, .cl-mcont .block-flat .stat-data .stat-number span {
      font-size: 12px;
    }

.block .fact-data, .widget-block .fact-data, .block-flat .fact-data {
  margin: 25px 0;
  padding: 0 20px;
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.block .total-data, .widget-block .total-data, .block-flat .total-data {
  padding: 15px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}

.block .dropdown-menu, .widget-block .dropdown-menu, .block-flat .dropdown-menu {
  margin: -1px 0 0 0;
  border-radius: 1px;
  -webkit-border-radius: 1px;
}

.btn-group .dropdown-menu {
  margin-top: -6px;
}

.btn-group {
  margin-right: 5px;
  margin-left: 4px;
}

.static-mn, .widget-block .static-mn {
  display: block;
  position: static;
}

.static-mn, .widget-block .static-mn {
  display: block;
  position: static;
}

.static-lg-menu .static-mn, .widget-block .static-lg-menu .static-mn {
  min-width: 90%;
}

.block .items, .widget-block .items {
  margin: 0;
  padding: 0;
}

  .block .items li, .widget-block .items li {
    border-top: 1px solid #e8e8e8;
    list-style: none;
    font-size: 14px;
    line-height: 17px;
    padding: 13px;
    background-color: #FFF;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
  }

    .block .items li i, .widget-block .items li i {
      color: #555555;
      display: block;
      float: left;
      font-size: 28px;
      height: 38px;
      margin-left: 4px;
      margin-right: 15px;
      margin-top: 2px;
    }

    .block .items li small, .widget-block .items li small {
      display: block;
    }

    .block .items li:hover, .widget-block .items li:hover {
      background-color: #F4F4F4;
    }

    .block .items li .value, .widget-block .items li .value {
      font-size: 15px;
      margin-top: 7px;
    }

    .block .items li:first-child, .widget-block .items li:first-child {
      border-top: 0;
    }

.block .total-data h2, .widget-block .total-data h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.block .total-data h3, .widget-block .total-data h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}

.block .total-data h4, .widget-block .total-data h4 {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

.block .total-data h2 span, .widget-block .total-data h2 span {
}

.widget-block .fact-data {
  margin: 27px 0;
}

.block .fact-data:first-child {
  border-right: 1px solid #eaeaea;
}

.block .fact-data h2, .widget-block .fact-data h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 300;
}

.block .fact-data h3, .widget-block .fact-data h3 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 200;
  font-size: 13px;
}

.widget-block .fact-data h3 {
  margin-bottom: 13px;
  font-size: 17px;
}

.widget-block .fact-data h2 {
  margin-bottom: 4px;
}

.widget-block .fact-data p {
  font-size: 12px;
}

.widget-block .no-padding {
  padding: 0;
}

.widget-block .text-shadow h3, .widget-block .text-shadow h2, .widget-block .text-shadow p {
}

.widget-block h3 {
  font-size: 17px;
  margin: 5px 0 0 0;
  font-weight: 200;
}

.widget-block h2 {
  font-size: 32px;
  font-weight: 300;
}

.block h2 i {
  font-size: 24px;
  color: #555;
  margin-right: 6px;
}

.dash-cols .block .no-padding {
  padding: 0;
}

.no-padding {
  padding: 0 !important;
}

.clear {
  clear: both;
}

/*TABS*/
.nav-tabs {
  border-bottom: 1px solid transparent;
}

  .nav-tabs > li {
    font-size: 14px;
    margin-right: 2px;
  }

    .nav-tabs > li.active {
      position: relative;
    }

    .nav-tabs > li > a {
      padding: 9px 15px;
      font-size: 13px;
      margin-right: 0;
      min-width: 80px;
      text-align: center;
      background-color: #CCC;
      border-top: 2px solid #FFFFFF;
    }

    /*.nav-tabs > li > a:hover, .nav-tabs > li > a:active{
	background:transparent;
	border:1px solid transparent;
	color:#3398ff;
	border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
    font-weight:bold;
}*/

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      border-top: 2px solid;
      border-radius: 0;
      -webkit-border-radius: 0;
      border-bottom: 0;
      padding-bottom: 10px;
      padding-top: 8px;
      box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.08);
      border-left: 0px solid #ECECEC;
      border-right: 0px solid #ECECEC;
      position: static;
      background-color: #525452;
      font-weight: bold;
      color: #ffffff;
    }

      .nav-tabs > li.active > a:after, .nav-tabs > li.active > a:hover:after, .nav-tabs > li.active > a:focus:after {
        content: "";
        display: block;
        height: 2px;
        /*background: #43A0F2;*/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
      }

.tab-content {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #E2E2E2;
  border-left: 1px solid #ECECEC;
  border-radius: 0 3px 3px;
  -webkit-border-radius: 0 3px 3px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
}

  .tab-content h3, h2, h1:first-child {
    margin-top: 0;
  }

/*Tab Bottom*/
.tab-bottom .nav-tabs {
  margin-bottom: 40px;
}

.tab-bottom .tab-content {
  margin-bottom: 0;
}

.tab-bottom .nav-tabs > li.active > a:after, .tab-bottom .nav-tabs > li.active > a:hover:after, .tab-bottom .nav-tabs > li.active > a:focus:after {
  bottom: 0;
  top: auto;
}

.tab-bottom .nav-tabs > li.active > a, .tab-bottom .nav-tabs > li.active > a:hover, .tab-bottom .nav-tabs > li.active > a:focus {
  border-top: 0;
  border-bottom: 2px solid #43A0F2;
  margin-top: -1px;
  box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.08);
}

.tab-bottom .tab-content {
  border-radius: 3px 3px 3px 0;
  -webkit-border-radius: 3px 3px 3px 0;
}

/*Tab Left*/
.tab-left .nav-tabs {
  float: left;
}

  .tab-left .nav-tabs > li {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }

    .tab-left .nav-tabs > li > a {
      text-align: left;
      min-width: 38px;
      padding: 12px 10px;
      border-radius: 0;
      -webkit-border-radius: 0;
    }


    .tab-left .nav-tabs > li .fa {
      font-size: 14px;
    }

    .tab-left .nav-tabs > li.active > a:after, .tab-left .nav-tabs > li.active > a:hover:after, .tab-left .nav-tabs > li.active > a:focus:after {
      bottom: 0;
      top: auto;
      width: 2px;
      height: 100%;
    }

    .tab-left .nav-tabs > li.active > a, .tab-left .nav-tabs > li.active > a:hover, .tab-left .nav-tabs > li.active > a:focus {
      border-top: 0;
      border-bottom: 1px solid #ECECEC;
      border-right: 0;
      border-left: 2px solid #43A0F2;
      margin-right: -1px;
      box-shadow: -1px 3px 4px -3px rgba(0, 0, 0, 0.08);
      padding: 13px 10px 12px 9px;
    }

.tab-left .tab-content {
  overflow: auto;
  border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
}

/*Tab Right*/
.tab-right .nav-tabs {
  float: right;
}

.tab-right .tab-content {
  overflow: auto;
  border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
}

.tab-right .nav-tabs > li {
  float: none;
  margin-right: 0;
  margin-bottom: 2px;
}

  .tab-right .nav-tabs > li > a {
    text-align: left;
    min-width: 38px;
    padding: 12px 10px;
  }

  .tab-right .nav-tabs > li .fa {
    font-size: 14px;
  }

  .tab-right .nav-tabs > li.active > a:after, .tab-right .nav-tabs > li.active > a:hover:after, .tab-right .nav-tabs > li.active > a:focus:after {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    width: 2px;
    height: 100%;
  }

  .tab-right .nav-tabs > li.active > a, .tab-right .nav-tabs > li.active > a:hover, .tab-right .nav-tabs > li.active > a:focus {
    border-top: 0;
    border-bottom: 1px solid #ECECEC;
    border-left: 0;
    border-right: 2px solid #43A0F2;
    margin-left: -1px;
    box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, 0.08);
    padding: 13px 10px 12px 12px;
  }

.shadow.tab-content {
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
}

/*Accordion*/
.accordion {
  margin-bottom: 40px;
}

  .accordion .panel-heading {
    background: #fff;
    padding: 0;
  }

    .accordion .panel-heading a {
      font-size: 15px;
      padding: 17px 16px;
      display: block;
      color: #3078EF;
    }

      .accordion .panel-heading a .fa {
        transition: transform 200ms ease-in-out;
        margin-right: 10px;
        transform: rotate(90deg);
      }

      .accordion .panel-heading a.collapsed {
        color: #555;
      }

        .accordion .panel-heading a.collapsed .fa {
          transform: rotate(0deg);
        }

    .accordion .panel-heading + .panel-collapse .panel-body {
      border-top: 0;
      padding: 3px 20px 20px 34px;
    }

  .accordion .panel {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom: 0;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    margin-bottom: 5px;
    border-top: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  }

    .accordion .panel:first-child {
      border-top: 0;
    }

    .accordion .panel:last-child {
    }

  .accordion.panel-group .panel + .panel {
    margin-top: 0px;
  }

  /*Primary color accordion*/
  .accordion.accordion-color .panel-heading a {
    background-color: #4D90FD;
    color: #FFF;
  }

    .accordion.accordion-color .panel-heading a.collapsed {
      background-color: #FFF;
      color: #555;
    }

  .accordion.accordion-color .panel-collapse .panel-body {
    background-color: #4D90FD;
    color: #FFF;
  }

  /*Semi color accordion*/
  .accordion.accordion-semi .panel-heading a {
    background-color: #4D90FD;
    color: #FFF;
    transition: background-color 200ms ease-in-out;
    border-bottom: 1px solid #2188de;
  }

  .accordion.accordion-semi .panel-heading.success a {
    background-color: #60C060;
    border-bottom: 1px solid #54A754;
  }

  .accordion.accordion-semi .panel-heading.warning a {
    background-color: #FC9700;
    border-bottom: 1px solid #D68000;
  }

  .accordion.accordion-semi .panel-heading.danger a {
    background-color: #DA4932;
    border-bottom: 1px solid #CA452E;
  }


  .accordion.accordion-semi .panel-heading a.collapsed {
    background-color: #FFF;
    color: #555;
    border-bottom: 0;
  }

  .accordion.accordion-semi .panel-collapse .panel-body {
    padding: 15px 20px 20px 34px;
  }

/*Nestable lists*/
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

  .dd-list .dd-list {
    padding-left: 30px;
  }

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  cursor: default;
  display: block;
  margin: 5px 0;
  padding: 7px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ddd;
  background: #fff;
}

  .dd-handle:hover {
    color: #FFF;
    background: #4D90FD;
    border-color: #428BCA;
  }

.dd-item > button {
  color: #555;
  font-family: FontAwesome;
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 8px 2px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

  .dd-item > button:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
  }

  .dd-item > button[data-action="collapse"]:before {
    content: '';
  }

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #FFF;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

  .dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
  }

  .dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
  }

.dd3-content {
  display: block;
  margin: 5px 0;
  padding: 7px 10px 7px 40px;
  color: #333;
  text-decoration: none;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #333333;
}

  .dd3-content:hover {
    background: #fff;
  }

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.dd3-item > button {
  margin-left: 35px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: all-scroll;
  width: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #3680BF;
  background: #4D90FD;
  height: 36px;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
}

  .dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
  }

  .dd3-handle:hover {
    background: #4E9DFF;
  }

/*Pre & Code*/
pre {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-top: 10px;
}

/*Forms*/
label {
  font-weight: 600;
  margin-bottom: 7px;
}

.form-group {
  margin-top: 0px;
}

.form-horizontal.group-border .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}

  .form-horizontal.group-border .form-group:last-child {
    border-bottom: 0;
  }

.form-horizontal.group-border-dashed .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed #efefef;
}

  .form-horizontal.group-border-dashed .form-group:last-child {
    border-bottom: 0;
  }

.form-control {
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  border-bottom: 1px solid #dadada;
  border-top: none;
}

.input-group .btn {
  margin: 0 !important;
  margin-left: -1px !important;
  padding-bottom: 6px;
  padding-top: 6px;
  box-shadow: none;
  line-height: 20px;
}

.input-group-btn > .btn + .btn {
  margin-left: -5px !important;
}

.input-group-lg > .input-group-addon {
  line-height: 0.33;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.input-group-addon {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 6px 11px;
}

.form-control:focus {
  border-color: #2598f9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

select.form-control, textarea.form-control {
  padding: 6px 8px;
}

.input-group {
  margin-bottom: 15px;
}

/*Switch*/
.has-switch {
  border: 0;
  width: 75px;
  min-width: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  margin-right: 5px;
}

  .has-switch:last-child {
    margin-right: 0;
  }

  .has-switch span {
    height: 28px;
    border-radius: 0;
    -webkit-border-radius: 0;
    float: left;
    width: 60px;
    transition: background 0.5s ease-in-out;
  }

  .has-switch label {
    width: 30px;
    height: 28px;
    border: 3px solid #4D90FD;
    background: #fff;
    float: left;
    margin: 0 !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }

    .has-switch label:hover {
      background: #FFF;
    }

  .has-switch span.switch-left {
    background: #4D90FD;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-right: -15px;
    text-align: left;
    padding-left: 10px;
  }

    .has-switch span.switch-left:hover {
      background: #4D90FD;
    }

  .has-switch span.switch-right {
    background: #e3e3e3;
    margin-left: -15px;
  }

    .has-switch span.switch-right:hover {
      background: #E3E3E3;
    }

  .has-switch span.switch-success.switch-left, .has-switch span.switch-success.switch-left:hover {
    background: #60C060;
  }

    .has-switch span.switch-success.switch-left + label {
      border-color: #60C060;
    }

  .has-switch span.switch-warning.switch-left, .has-switch span.switch-warning.switch-left:hover {
    background: #FC9700;
  }

    .has-switch span.switch-warning.switch-left + label {
      border-color: #FC9700;
    }

  .has-switch span.switch-danger.switch-left, .has-switch span.switch-danger.switch-left:hover {
    background: #DA4932;
  }

    .has-switch span.switch-danger.switch-left + label {
      border-color: #DA4932;
    }

  .has-switch .switch-off span.switch-left + label {
    border-color: #e3e3e3;
  }

  .has-switch .switch-off span.switch-left {
    background: #e3e3e3;
  }

  .has-switch > div {
    width: 160%;
  }

    .has-switch > div.switch-off {
      left: -60%;
    }



  /*
.has-switch span.switch-success.switch-right, .has-switch span.switch-success.switch-right:hover{background:#60C060;}
.has-switch span.switch-success.switch-right ~ label {border-color:#60C060;} 
*/

  /*Large Size*/
  .has-switch.switch-large {
    min-width: 100px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
  }

  .has-switch span.switch-large, .has-switch label.switch-large {
    height: 40px;
  }

  .has-switch span.switch-large {
    width: 80px;
  }

  .has-switch label.switch-large {
    width: 40px;
    border-width: 4px;
  }

  .has-switch.switch-large span.switch-left {
    margin-right: -20px;
    padding-left: 16px;
  }

  .has-switch.switch-large span.switch-right {
    margin-left: -20px;
  }

  /*Small Size*/
  .has-switch.switch-small {
    width: 59px;
    min-width: 0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
  }

  .has-switch span.switch-small, .has-switch label.switch-small {
    height: 23px;
  }

  .has-switch span.switch-small {
    width: 45px;
  }

  .has-switch label.switch-small {
    width: 23px;
    border-width: 3px;
  }

  .has-switch.switch-small span.switch-left {
    margin-right: -10px;
    padding-left: 8px;
  }

  .has-switch.switch-small span.switch-right {
    margin-left: -10px;
  }

  .has-switch.switch-small > div.switch-off {
    left: -57%;
  }

  /*Mini Size*/
  .has-switch.switch-mini {
    width: 44px;
    min-width: 0;
    border-radius: 9px;
    -webkit-border-radius: 9px;
  }

  .has-switch span.switch-mini, .has-switch label.switch-mini {
    height: 18px;
  }

  .has-switch span.switch-mini {
    width: 35px;
  }

  .has-switch label.switch-mini {
    width: 18px;
    border-width: 3px;
  }

  .has-switch.switch-mini span.switch-left {
    margin-right: -9px;
    padding-left: 8px;
  }

  .has-switch.switch-mini span.switch-right {
    margin-left: -9px;
  }

/*Select 2*/
.select2-container .select2-choice {
  border: 1px solid #CCCCCC;
  background: #fff;
  padding: 4px 8px;
  height: auto;
  border-radius: 1px;
  -webkit-border-radius: 1px;
}
/*box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.18);*/
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  background: #fff;
}

.select2-drop.select2-drop-above {
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  box-shadow: none;
}

.select2-container .select2-choice .select2-arrow {
  width: 30px;
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom, #FFFFFF 60%, #F9F9F9 100%);
}

  .select2-container .select2-choice .select2-arrow b {
    background-position: 7px 4px;
  }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -13px 3px;
}

.select2-container.select2-drop-above .select2-choice {
  border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
}

/*Tags*/
.select2-container-multi .select2-choices .select2-search-choice {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom, #FFFFFF 60%, #F9F9F9 100%);
  padding: 3px 5px 5px 18px;
}

.select2-container-multi .select2-choices {
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

/*Slider*/
.slider.slider-vertical {
  margin-right: 13px;
}

.slider-selection {
  background: #4D90FD;
  border: 1px solid #437DDC;
  box-shadow: none;
}

.slider-handle {
  opacity: 1;
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom, #FFFFFF, #F9F9F9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F9F9F9)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #FFFFFF, #F9F9F9); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -moz-linear-gradient(top, #FFFFFF, #F9F9F9); /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, #FFFFFF, #F9F9F9); /* Opera 11.10-12.00 */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.39);
  height: 23px;
  width: 23px;
  transition: box-shadow 200ms ease-in-out;
}

  .slider-handle:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
  }

.slider.slider-horizontal .slider-handle {
  margin-top: -7px;
}

.slider.slider-vertical .slider-handle {
  margin-left: -6px;
}

/*Validation*/
.parsley-error-list {
  margin-top: 4px;
  padding: 0;
}

  .parsley-error-list li {
    padding: 0;
    list-style: none;
    color: #cc0000;
  }

.parsley-error {
  border-color: #c00 !important;
}

/*CONTENT*/
.cont h2 {
  font-family: "Raleway",Helvetica,sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 38px;
  margin: 0 0 10px 0;
}

.cont h5 {
  font-size: 13px;
  font-weight: 200;
  line-height: 21px;
}

.cont p {
  font-size: 13px;
  color: #333;
  font-size: 13px;
  font-weight: 200;
  line-height: 23px;
}

.cont b {
  font-weight: 400;
}

/*CHAT*/
.chat-wi .chat-space {
  height: 377px;
  padding: 15px;
}

.chat-wi .chat-content {
  padding: 15px;
  background: #fff;
}

.chat-wi .chat-conv {
  position: relative;
  text-align: right;
  padding: 10px;
  margin-bottom: 15px;
}

  .chat-wi .chat-conv .c-avatar {
    position: absolute;
    border: 1px solid #D6DAE0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);
    height: 50px;
    width: 50px;
    vertical-align: top;
    right: 0;
  }

  .chat-wi .chat-conv .c-bubble {
    position: relative;
    display: inline-block;
    padding: 8px 9px 5px 9px;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    margin: 0 60px 0 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border-top: 1px solid #4aa4ec;
    border-bottom: 1px solid #2f7ee5;
    box-shadow: 0 1px 0 #7fc6fe inset, 1px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: -moz-linear-gradient(center top, #50b1fe 45%, #348bfc 102%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#50b1fe), to(#348bfc)); /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #50b1fe, #348bfc); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #50b1fe, #348bfc); /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #50b1fe 45%, #348bfc 102%);
    background-color: #43a2ff;
  }

    .chat-wi .chat-conv .c-bubble span {
      background: url(../images/bubble-tail.png) no-repeat;
      height: 21px;
      width: 12px;
      display: block;
      position: absolute;
      right: -12px;
      top: 5px;
    }

.chat-wi .sent {
  text-align: left;
}

  .chat-wi .sent .c-bubble {
    margin: 0 0 0 60px;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #e3e3e3;
    box-shadow: 0 1px 0 #FFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    text-shadow: none;
    color: #666;
    background-image: -moz-linear-gradient(center top, #FFFFFF 45%, #F3F3F3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F3F3F3)); /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #FFFFFF, #F3F3F3); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #FFFFFF, #F3F3F3); /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #FFFFFF 45%, #F3F3F3 100%);
  }

  .chat-wi .sent .c-avatar {
    left: 0;
  }

  .chat-wi .sent .c-bubble span {
    background: url(../images/bubble-tail-l-white.png) no-repeat;
    left: -12px;
  }

.chat-wi .chat-in {
  border-top: 1px solid #DADADA;
  background: #F6F8FB;
}

  .chat-wi .chat-in input[type="text"] {
    width: 100%;
    border: 0;
    height: 47px;
    padding: 10px;
    font-size: 15px;
    font-weight: 200;
    color: #555;
  }

.chat-wi .chat-tools {
  background: #F6F8FB;
  border-top: 1px solid #dfdfdf;
  color: #6f6f6f;
}

  .chat-wi .chat-tools i {
    display: inline-block;
    width: 38px;
    padding: 13px 8px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
  }

    .chat-wi .chat-tools i:hover {
      background: #e5e7ea;
    }

.chat-wi .chat-in button, .chat-wi .chat-in input[type="submit"] {
  box-shadow: none;
  background: #E5E7EA;
  border: 1px solid #E5E7EA;
  border-left: 1px solid #dadada;
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 47px;
  min-width: 70px;
  color: #777;
  transition: border-color 0.21s ease-out 0s;
  margin: 0;
}

  .chat-wi .chat-in button:hover {
    border-color: #4D90FE;
    color: #555;
  }

.chat-wi .chat-in .input {
  margin-right: 70px;
}


/*Alerts*/
.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}

  .alert .sign {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    width: 25px;
    display: inline-block;
  }

.alert-success {
  background-color: #DBF6D3;
  border-color: #AED4A5;
  color: #569745;
}

.alert-info {
  background-color: #D9EDF7;
  border-color: #98cce6;
  color: #3A87AD;
}

.alert-warning {
  background-color: #FCF8E3;
  border-color: #F1DAAB;
  color: #C09853;
}

.alert-danger {
  background-color: #F2DEDE;
  border-color: #e0b1b8;
  color: #B94A48;
}

.alert-white {
  background-image: linear-gradient(to bottom, #FFFFFF, #F9F9F9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}

  .alert-white .icon {
    text-align: center;
    width: 45px;
    height: 103%;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #BDBDBD;
    padding-top: 15px;
  }

    .alert-white .icon:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      display: block;
      content: '';
      width: 10px;
      height: 10px;
      border: 1px solid #BDBDBD;
      position: absolute;
      border-left: 0;
      border-bottom: 0;
      top: 50%;
      right: -6px;
      margin-top: -3px;
      background: #fff;
    }

  .alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }

    .alert-white.rounded .icon {
      border-radius: 3px 0 0 3px;
      -webkit-border-radius: 3px 0 0 3px;
    }

  .alert-white .icon i {
    font-size: 20px;
    color: #FFF;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
  }

  .alert-white.alert-danger .icon, .alert-white.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
  }

  .alert-white.alert-info .icon, .alert-white.alert-info .icon:after {
    border-color: #3A8ACE;
    background: #4D90FD;
  }

  .alert-white.alert-warning .icon, .alert-white.alert-warning .icon:after {
    border-color: #D68000;
    background: #FC9700;
  }

  .alert-white.alert-success .icon, .alert-white.alert-success .icon:after {
    border-color: #54A754;
    background: #60C060;
  }

/*Labels*/
.label {
  border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: normal;
  font-size: 95%;
}

.label-default {
  background-color: #a1a1a1;
}

.label i {
  font-size: 100% !important;
  color: inherit !important;
  width: auto !important;
  min-width: 11px;
}

.label-success {
  background-color: #60C060;
}

.label-primary {
  background-color: #4D90FD;
}

.label-warning {
  background-color: #fcad37;
}

.label-danger {
  background-color: #ED5B56;
}

.label-info {
  background-color: #5DC4EA;
}

/*Bagde*/
.badge {
  font-weight: normal;
  font-size: 95%;
  padding: 4px 6px;
  background-color: #a1a1a1;
}

.badge-primary {
  background-color: #4D90FD !important;
}

.badge-success {
  background-color: #60C060 !important;
}

.badge-info {
  background-color: #5DC4EA !important;
}

.badge-warning {
  background-color: #fcad37 !important;
}

.badge-danger {
  background-color: #ED5B56 !important;
}

/*Progress*/

.progress {
  height: 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

  .progress .progress-bar {
    font-size: 11px;
    line-height: 17px;
  }

.progress-bar-info {
  background-color: #4D90FD;
}

.progress-bar-success {
  background-color: #60C060;
}

.progress-bar-warning {
  background-color: #FC9700;
}

.progress-bar-danger {
  background-color: #DA4932;
}

/*Pagination*/
.pagination {
  margin: 18px 0;
}

  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #2083D6;
  }

/*Nav Pills*/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #4D90FD;
}

/*List Group*/
.list-group-item:first-child {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.list-group-item:last-child {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #4D90FD;
}

.list-group-item i {
  min-width: 15px;
  display: inline-block !important;
  text-align: center;
}

.list-group-item h4 {
  margin-bottom: 8px;
  font-size: 17px;
}

.list-group-item h4 {
  margin-bottom: 8px;
  font-size: 15px;
}

.list-group-item {
  font-size: 12px;
  padding: 13px 15px;
  line-height: 22px;
}

a.list-group-item:hover {
  border-left: 5px solid #4D90FD;
  border-color: #4D90FD;
  padding-left: 11px;
}

  a.list-group-item:hover + a.list-group-item {
    border-top-color: #4D90FD;
  }

.list-group .active:hover {
  padding-left: 15px;
  border-left: 1px solid #428BCA;
}

/*Icons*/
.fa-mobile-phone {
  font-size: 18px;
}

.icon-16 {
  font-size: 16px !important;
}

.icon-19 {
  font-size: 19px !important;
}

.icon-24 {
  font-size: 24px !important;
}

.icon-32 {
  font-size: 32px !important;
}

.icon-64 {
  font-size: 64px !important;
}

.icon-show i {
  font-size: 14px !important;
  margin-right: 5px;
  width: 20px;
}

.icon-show > div {
  margin: 5px 0;
}

/*Buttons*/
.btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  outline: none;
  margin-bottom: 0px !important;
  margin-left: 0px;
  font-size: 13px;
  padding: 7px 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12), 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.btn-default, .btn-default:focus {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  color: #333333;
  background-image: linear-gradient(to bottom, #FFFFFF 60%, #F9F9F9 100%);
}

  .btn-default i {
    color: #444;
  }

.btn-primary, .btn-primary:focus {
  background-color: #4D90FD;
  border-color: #3680BF;
}

  .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #4e9dff;
    border-color: #357ebd;
  }

  .btn-primary:active {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  }

.btn-success, .btn-success:focus {
  background-color: #60C060;
  border-color: #54A754;
}

  .btn-success:hover, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #65ca65;
    border-color: #54A754;
  }

.btn-info, .btn-info:focus {
  background-color: #5BC0DE;
  border-color: #28a1c4;
}

  .btn-info:hover, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #5fc8e7;
    border-color: #28A1C4;
  }

.btn-warning, .btn-warning:focus {
  background-color: #FF9900;
  border-color: #E38800;
}

  .btn-warning:hover, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #ffa800;
  }

.btn-danger, .btn-danger:focus {
  background-color: #DF4B33;
  border-color: #CA452E;
}

  .btn-danger:hover, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #e64d35;
  }

.btn-rad {
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

.btn i {
  font-size: 14px;
  margin-right: 2px;
  display: inline-block;
  min-width: 10px;
}

.btn-group-vertical {
  margin: 3px 3px;
}
/*Specific icons size*/

.btn-lg {
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 300;
}

  .btn-lg i {
    font-size: 18px;
  }

.btn-sm {
  padding: 4px 7px;
  font-size: 12px;
}

  .btn-sm i {
    font-size: 14px;
  }

.btn-xs {
  padding: 2px 6px;
  font-size: 11px;
}

  .btn-xs i {
    font-size: 12px;
  }

.btn-shadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
}

  .btn-shadow.btn-success {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }

  .btn-shadow.btn-primary {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }

  .btn-shadow.btn-warning {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }

  .btn-shadow.btn-danger {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }

  .btn-shadow.btn-info {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }

.btn-flat, .btn-flat:focus {
  box-shadow: none;
}

  .btn-flat.btn-default {
    background: #fff;
  }

    .btn-flat:active.btn-default, .btn-flat.btn-default.active, .btn-flat.open .dropdown-toggle.btn-default {
      background: #f5f5f5;
    }

  .btn-flat:active.btn-primary, .btn-flat.btn-primary.active, .btn-flat.open .dropdown-toggle.btn-primary {
    background: #4785ea;
  }

  .btn-flat:active.btn-success, .btn-flat.btn-success.active, .btn-flat.open .dropdown-toggle.btn-success {
    background: #5db95d;
  }

  .btn-flat:active.btn-info, .btn-flat.btn-info.active, .btn-flat.open .dropdown-toggle.btn-info {
    background: #56b7d3;
  }

  .btn-flat:active.btn-warning, .btn-flat.btn-warning.active, .btn-flat.open .dropdown-toggle.btn-warning {
    background: #ff9600;
  }

  .btn-flat:active.btn-danger, .btn-flat.btn-danger.active, .btn-flat.open .dropdown-toggle.btn-danger {
    background: #d04630;
  }

.btn-group-vertical > .btn {
  margin-bottom: 0 !important;
}

  .btn-group-vertical > .btn:first-child {
    margin-left: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
  }

  .btn-group-vertical > .btn:last-child {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
  }

/*Social buttons*/
.btn-facebook i {
  color: #3b5998;
}

.btn-twitter i {
  color: #00aced;
}

.btn-google-plus i {
  color: #dd4b39;
}

.btn-dribbble i {
  color: #ea4c89;
}

.btn-linkedin i {
  color: #0e76a8;
}

.btn-youtube i {
  color: #c4302b;
}

.btn-pinterest i {
  color: #c8232c;
}

.btn-tumblr i {
  color: #34526f;
}

.btn-flickr i {
  color: #ff0084;
}

.btn-facebook.bg {
  background: #3b5998;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-twitter.bg {
  background: #00aced;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-google-plus.bg {
  background: #dd4b39;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-dribbble.bg {
  background: #ea4c89;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-linkedin.bg {
  background: #0e76a8;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-youtube.bg {
  background: #c4302b;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-pinterest.bg {
  background: #c8232c;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-tumblr.bg {
  background: #34526f;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-flickr.bg {
  background: #0063dc;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-github.bg {
  background: #333;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.btn.bg i {
  color: #FFF;
}

.btn:focus {
  outline: none;
}

.btn-group.btn-blurbg {
  background: url("../images/blur_bg.png") no-repeat;
  padding: 40px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.btn.btn-transparent {
  border-top: 1px solid #fff;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255,255,255,0.4);
  border-right: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.2);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

  .btn.btn-transparent:hover {
    background: rgba(255,255,255,0.32);
  }

.video-player {
  position: relative;
  display: inline-block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

  .video-player video {
    display: block;
    max-width: 320px;
    width: 100%;
  }

  .video-player .btn-controls {
    text-align: center;
    bottom: 5px;
    position: absolute;
    width: 100%;
  }

    .video-player .btn-controls .btn-group {
      margin: 0;
    }

    .video-player .btn-controls .btn-group {
      float: none;
    }

button::-moz-focus-inner {
  border: 0;
}

/*Charts*/
.easyPieChart {
  display: inline-block;
}

/*Modals*/
/*.modal-content {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}*/

.modal-content > .close {
  margin-right: 10px;
  margin-top: 10px;
}

.modal-content .modal-header {
  border-bottom: 0;
  background-color: white;
}

.modal-content h4, .modal-content h4 {
  font-weight: 400;
}

.modal-content .modal-footer {
  background: #FBFBFB;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

/*Circle*/
.i-circle {
  border: 5px solid #F1F1F1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 80px;
  width: 80px;
  display: inline-block;
  padding-top: 15px;
  margin-bottom: 7px;
}

  .i-circle i {
    font-size: 34px;
    vertical-align: middle;
    color: #666;
  }

  .i-circle.success i {
    color: #60C060;
  }

  .i-circle.primary i {
    color: #4D90FD;
  }

  .i-circle.warning i {
    color: #FC9700;
  }

  .i-circle.danger i {
    color: #DA4932;
  }


/*Gritter Notifications*/
#gritter-notice-wrapper {
  width: 320px;
  top: 45px;
}

.gritter-item-wrapper {
  background: url(../js/jquery.gritter/images/gritter-bg.png);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.32);
}

.gritter-top {
  background: transparent;
}

.gritter-item {
  font-family: 'Open Sans',sans-serif;
  background: transparent;
  color: #FFF;
  padding: 2px 20px 12px;
  padding-right: 35px;
  padding-left: 10px;
}

.gritter-bottom {
  background: transparent;
}

.gritter-item p {
  font-size: 12px;
  line-height: 19px;
}

.gritter-title {
  text-shadow: none;
  font-weight: 300;
  font-size: 17px;
}

.gritter-close {
  display: block !important;
  top: 0;
  right: 0;
  left: auto;
  height: 30px;
  width: 35px;
  background: transparent;
  text-indent: inherit;
}

  .gritter-close:after {
    content: '×';
    position: absolute;
    color: #FFF;
    left: 10px;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
  }

.gritter-without-image, .gritter-with-image {
  padding-left: 7px;
  width: 224px;
}

.gritter-item-wrapper.clean {
  background: #FFF;
}

  .gritter-item-wrapper.clean .gritter-item {
    color: #555;
  }

  .gritter-item-wrapper.clean .gritter-close {
    display: block !important;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    width: 35px;
    border-left: 1px solid #258fec;
    border-top: 1px solid #52C0FF;
    background-image: -moz-linear-gradient(center top, #52AEFF 45%, #2180D3 102%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52AEFF), to(#2180D3)); /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #52AEFF, #2180D3); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -o-linear-gradient(top, #52AEFF, #2180D3); /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #52AEFF, #2180D3);
    background-color: #3290E2;
    text-indent: inherit;
  }

    .gritter-item-wrapper.clean .gritter-close:after {
      content: '×';
      position: absolute;
      color: #FFF;
      top: 50%;
      left: 10px;
      font-size: 24px;
      font-weight: bold;
      margin-top: -17px;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
    }

/*Well*/
.well p:last-child {
  margin: 0;
}

/*Nano Scroller*/
.nano > .pane > .slider {
  width: 100%;
}

.jqstooltip {
  padding: 3px 10px 5px 5px;
  min-height: 25px;
  min-width: 30px;
  /*width:50px;
   height:25px!important;*/
}

.banner {
  width: 33.2%;
  margin-right: 1px;
  float: left;
  margin-bottom: 10px;
  border: 5px solid #f6f6f6;
}

.image-banner {
  width: 100%;
  height: 270px;
}

.profile-img-container {
  /*display: inline;*/
}

.button_home {
  display: inline-block;
  border-radius: 0%;
  background-color: #dddddd;
  border: none;
  text-align: center;
  padding: 1%;
  width: 12.5%;
  transition: all 0.5s;
  cursor: pointer;
  /* margin: 7px;*/
  margin-right: 5px;
  margin-bottom: 20px;
  height: 60px;
  font-size: 1em;
  font-weight: 600;
  color: #272930;
  float: left;
}

  .button_home span {
    cursor: pointer;
    /*display: inline-block;*/
    position: relative;
    transition: 0.5s;
  }

    .button_home span:after {
      content: '\00bb';
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
    }

  .button_home:hover span {
    padding-right: 15px;
  }

    .button_home:hover span:after {
      display: inline;
    }


#pcont {
  margin-left: 220px;
  position: relative;
}

.mainapp-cen {
  margin-left: -60px;
}

.btn-menu-color {
  color: white;
}

.menu-top {
}

.about-us {
  text-transform: uppercase;
  padding: 10px;
  margin: 6px 6px 6px 0px;
  color: #FFFFFF;
}

.btn-home {
  text-transform: uppercase;
  padding: 10px 15px 10px 10px;
  margin: 6px;
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

.float-left {
  float: left;
}

.btn-main-home-vechile {
  display: inline-block;
  border-radius: 0px;
  background-color: #C23F38;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
  border: 4px solid #FFFFFF;
  margin-bottom: 10px;
  width: 100%;
}

  .btn-main-home-vechile span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

    .btn-main-home-vechile span:after {
      content: '\f1b9';
      font-family: FontAwesome;
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
      font-size: 15px;
    }

  .btn-main-home-vechile:hover span {
    padding-right: 25px;
  }

    .btn-main-home-vechile:hover span:after {
      opacity: 1;
      right: 0;
    }

.btn-main-home-number {
  display: inline-block;
  border-radius: 0px;
  background-color: #C23F38;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
  border: 4px solid #FFFFFF;
  margin-bottom: 10px;
  width: 100%;
}

  .btn-main-home-number span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

    .btn-main-home-number span:after {
      content: '\f002';
      font-family: FontAwesome;
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
      font-size: 15px;
    }

  .btn-main-home-number:hover span {
    padding-right: 25px;
  }

    .btn-main-home-number:hover span:after {
      opacity: 1;
      right: 0;
    }
/*----------------*/
.btn-main-home-engine {
  display: inline-block;
  border-radius: 0px;
  background-color: #C23F38;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
  border: 4px solid #FFFFFF;
  margin-bottom: 10px;
  width: 100%;
}

  .btn-main-home-engine span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

    .btn-main-home-engine span:after {
      content: '\f085';
      font-family: FontAwesome;
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
      font-size: 15px;
    }

  .btn-main-home-engine:hover span {
    padding-right: 25px;
  }

    .btn-main-home-engine:hover span:after {
      opacity: 1;
      right: 0;
    }

/*----------------*/
.btn-main-home-universal {
  display: inline-block;
  border-radius: 0px;
  background-color: #C23F38;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
  border: 4px solid #FFFFFF;
  margin-bottom: 10px;
  width: 100%;
}

  .btn-main-home-universal span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

    .btn-main-home-universal span:after {
      content: '\f248';
      font-family: FontAwesome;
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
      font-size: 15px;
    }

  .btn-main-home-universal:hover span {
    padding-right: 25px;
  }

    .btn-main-home-universal:hover span:after {
      opacity: 1;
      right: 0;
    }

.btn-main-home-manufacturer {
  display: inline-block;
  border-radius: 0px;
  background-color: #C23F38;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
  border: 4px solid #FFFFFF;
  margin-bottom: 10px;
  width: 100%;
}

  .btn-main-home-manufacturer span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

    .btn-main-home-manufacturer span:after {
      content: '\f0ad';
      font-family: FontAwesome;
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
      font-size: 18px;
    }

  .btn-main-home-manufacturer:hover span {
    padding-right: 25px;
  }

    .btn-main-home-manufacturer:hover span:after {
      opacity: 1;
      right: 0;
    }
/*----------------*/

.btn-main-home-cart {
  display: inline-block;
  border-radius: 0px;
  background-color: #C23F38;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
  border: 4px solid #FFFFFF;
  margin-bottom: 10px;
  width: 100%;
}

  .btn-main-home-cart span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

    .btn-main-home-cart span:after {
      content: '\f07a';
      font-family: FontAwesome;
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
      font-size: 15px;
    }

  .btn-main-home-cart:hover span {
    padding-right: 25px;
  }

    .btn-main-home-cart:hover span:after {
      opacity: 1;
      right: 0;
    }
/*----------------*/
.btn-main-home-wishes {
  display: inline-block;
  border-radius: 0px;
  background-color: #C23F38;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
  border: 4px solid #FFFFFF;
  margin-bottom: 10px;
  width: 100%;
}

  .btn-main-home-wishes span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

    .btn-main-home-wishes span:after {
      content: '\f006';
      font-family: FontAwesome;
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
      font-size: 15px;
    }

  .btn-main-home-wishes:hover span {
    padding-right: 25px;
  }

    .btn-main-home-wishes:hover span:after {
      opacity: 1;
      right: 0;
    }

.small-search_btn {
  width: 90%;
}

.select-year {
  display: inline-block;
}

.show-year {
  display: inline-block;
  background-color: #e9e9e9;
  padding: 3px 13px 3px 13px;
  float: left;
  margin: 5px 5px 0px 0px;
  font-size: 13px;
  font-weight: 600;
  color: #525452;
  border: 1px solid #CCC;
}

.no-border {
  border: 0px solid transparent;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.table-vehicle-type {
  width: 100%;
}

.tab-product-group {
  background-color: #525452;
  padding: 10px;
  color: #FFFFFF;
}

.more-detail {
  background-color: #525452;
  padding: 5px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.product-group-col {
  width: 33.3%;
  float: left;
  display: inline-block;
  padding: 5px;
}

.product-group-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.col-md-12-product-group {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.col-md-4-product-group {
  width: 33.333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 0px;
}

.more-info-table {
  margin-bottom: 0px;
  width: 88%;
  background-color: ghostwhite;
  margin-left: 5px;
  font-size: 10px !important;
}

.manufacture-filter {
  width: 15%;
  float: left;
}


.direct-result-for-vehicle {
  width: 84%;
  float: right;
}

.direct-result-for-universal {
  width: 84%;
  float: right;
}

.main-direct-search {
  width: 83%;
  float: right;
}



.table-search-vechile {
  display: inline-block;
  float: left;
  padding: 5px;
}

.vechile-img {
  width: 10%;
}

.vechile-icon {
  width: 10%;
}

.vechile-description {
  width: 60%;
}

.vechile-price {
  width: 20%;
}

.vechile-button {
  width: 10%;
}

.direct-search-img {
  width: 10%;
}

.direct-search-icon {
  width: 10%;
}

.direct-search-description {
  width: 60%;
}

.direct-search-price {
  width: 20%;
}

.direct-search-button {
  width: 10%;
}

.universal-img {
  width: 10%;
}

.universal-icon {
  width: 10%;
}

.universal-description {
  width: 60%;
}

.universal-price {
  width: 20%;
}

.vechile-button {
  width: 10%;
}

.price-stil {
  padding: 5px;
  border: 1px solid #CCC;
  margin-bottom: 5px;
  background-color: #FFFFFF;
}

.title-products {
  font-size: 18px;
  font-weight: 600;
  color: #248dc1;
}

.direct-search-title-description {
  font-size: 14px;
  font-weight: 600;
  color: #248dc1;
}

.title-number {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}

.scrop-up-search {
  position: fixed;
  bottom: 10px;
  right: 51px;
  width: 3%;
  overflow: auto;
}

.number-clinet {
  /* display: inline-block; */
  background-color: #e9e9e9;
  padding: 1px 1px 1px 1px;
  float: left;
  margin: 5px 5px 0px 0px;
  font-size: 13px;
  /* font-weight: 600; */
  color: #525452;
  border: 1px solid #CCC;
  padding: 0px 5px;
}

.modal-dialog {
  width: 100%;
  margin: 20px auto 10px auto;
  top: 15%;
}

.add-edit-new-product {
  width: 60%;
  margin-left: 17%;
}

.add-edit-new-user {
  width: 60%;
  margin-left: 17%;
}

.add-group-product {
  width: 40%;
  margin-left: 26%;
}

.modal-content {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0)
}

.btn-add-product {
  float: right;
}

.modal-warehouse-detail {
  background-color: #ffffff;
  width: 30%;
  float: right;
  margin-right: 39%;
}

.modal-connection-product {
  background-color: #ffffff;
  width: 30%;
  float: right;
  margin-right: 39%;
}

.modal-connection-continue-product {
  background-color: #ffffff;
  width: 72%;
  float: right;
  margin-right: 19%;
}

.add-export-user-search {
  margin-right: 10px;
  float: right;
}



.list-order-search-btn {
  margin: 7px 10px 0px 0px;
  float: left;
}

.modal-content-universal-product-image {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.footer-image {
  width: 100px;
}

.footer-div {
  position: fixed;
  bottom: 0;
  padding: 5px;
  background-color: #ffffff;
  z-index: 999
}

.change-role-btn {
}

.automatic-search {
  float: right;
}


/*----------------*/
/**********************************************************************************Responsive CSS***********************************************************************/
@media (min-width: 1200px) {


  .container {
    width: 100%;
  }


  .panel-body-padding-overwrite {
    padding: 15px 6px 15px 4px;
  }

  .modal-content-information {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    margin-left: -12%;
  }

  .main-button-width-small {
    width: 14.27%;
    float: left;
  }

  .main-button-width-large {
    width: 16.66%;
    float: left;
  }

  .small-search_btn {
    width: 83%;
    margin-left: 16px;
    margin-top: 14px;
  }


  .cl-sidebar-scroll {
    overflow: auto;
    position: fixed;
    height: 100%;
  }

  .app-component-pannel {
    margin-left: 8%;
  }

  .panel-table-details-position {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 8px;
    width: 98%;
    padding: 5px;
  }

  section {
    width: 180px;
    height: 400px;
    position: relative;
    margin-bottom: 100px;
    /*left: 50%;*/
    /*top: 1em;*/
    /*margin-left: -100px;*/
    overflow: hidden;
    /*background: #F6F6F6;*/
    /*border: -1px #fff;*/
  }

  .login-form {
    width: 500px;
    margin-left: 25%;
    margin-right: 15px;
    padding-left: 15px;
    /*margin-right: auto;
  margin-left: auto;*/
  }

  .btn-disabled-customlinked {
    background-color: #red;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    /*  top: 0px;
    left: 0px; */
    opacity: .4; /* in FireFox */
    filter: alpha(opacity=40); /* in IE */
    pointer-events: none;
  }

  .input-disabled-customlinked {
    background-color: #green;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    /*  top: 0px;
    left: 0px; */
    opacity: .4; /* in FireFox */
    filter: alpha(opacity=40); /* in IE */
    pointer-events: none;
  }

  .custom-connection-list {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 20px;
  }

  .legendred {
    background-color: rgb(230, 55, 55);
    width: 20px;
    height: 10px;
    float: right;
    margin: 8px 7px 0px 0px;
  }

  .legendorange {
    background-color: rgb(255, 153, 0);
    width: 20px;
    height: 10px;
    float: right;
    margin: 8px 7px 0px 0px;
  }

  .legendgreen {
    background-color: rgb(96, 192, 96);
    width: 20px;
    height: 10px;
    float: right;
    margin: 8px 7px 0px 0px;
  }

  .legend-text {
    float: right;
    margin: 3px 20px 0px 0px;
    font-size: 12px;
  }

  body {
    overflow-x: hidden;
  }


    body::-webkit-scrollbar {
      width: 0em;
    }

    body::-webkit-scrollbar-thumb {
      background-color: #525452;
      border: 1px solid white;
    }

  .buttonofcreatelocation {
    width: 90%;
  }

  .buttonofcreatemodule {
    width: 93%;
  }

  .checkbtnofcreatelocation {
    width: 10%;
  }

  .checkbtnofcreatemodule {
    width: 7%;
  }


  .create-location-modal {
    width: 27%;
    margin-left: 32%;
  }

  .userlisttopbar {
    padding: 0px;
  }

  .userlistmaintop {
    width: 74%;
    padding: 0px;
  }

  .userautosearch {
    margin: 0px;
  }



  .userlistexport {
    width: 26%;
    padding: 0px;
  }

  .inputuserlist {
    width: 16%;
  }

  .inputuserlistcode {
    width: 9%;
  }



  #pcont {
    margin-bottom: 100px;
  }

  .dropdown-content-group {
    display: block;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 93%;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
  }


  .search-btn-group-catalog {
    width: 26%;
    margin: 10px 0px 0px 0px;
  }

  .cl-sidebar .cl-vnavigation {
    display: block !important;
  }


  .dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #listitems {
    position: fixed;
    width: 258px;
    z-index: 999;
    margin: 0;
    padding: 10px 0px 10px 0px;
  }

  #orderItems {
    width: 100%;
    width: 273px;
    z-index: 999;
  }

  .list-user-search {
    margin-right: 10px;
    float: left;
  }

  .list-universal-search {
    width: 10%;
    margin-right: 0px;
    float: left;
  }

  .usersearchbutton {
    margin: 0px;
  }

  .userrightbuttons {
    margin: 0px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .cl-sidebar .cl-vnavigation {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {

  section {
    width: 180px;
    height: 400px;
    position: relative;
    margin-bottom: 10px;
    /*left: 50%;*/
    /*top: 1em;*/
    /*margin-left: -100px;*/
    overflow: hidden;
    /*background: #F6F6F6;*/
    /*border: -1px #fff;*/
  }

  .butstyle {
    width: 30.9%;
  }

    .butstyle:first-child {
      margin-left: 0;
    }

  .navbar-default .navbar-brand {
    background-position: 22px 11px;
    height: 50px;
    width: 90px;
  }

    .navbar-default .navbar-brand span {
      display: none;
    }

  .cl-sidebar {
    width: 100px;
  }

  .cl-vnavigation li {
    position: relative;
  }

    .cl-vnavigation li a {
      text-align: center;
      padding: 15px 10px 13px;
    }

      .cl-vnavigation li a i {
        width: 100%;
        display: block;
        font-size: 22px;
      }

    .cl-vnavigation li ul {
      display: none;
      left: 100%;
      margin-left: -1px;
      margin-top: 0;
      top: -1px;
      z-index: 1000;
      position: absolute;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.49);
      color: #333;
      background: #1A1C20;
      padding: 5px 0;
      min-width: 160px;
    }

  .cl-vnavigation .parent ul li a {
    text-align: left;
    padding: 7px 20px;
  }

  .cl-vnavigation li:hover ul {
    display: block !important;
  }

  .cl-sidebar .cl-vnavigation {
    display: block !important;
  }

  #pcont {
    margin-left: 100px;
  }
}



@media (max-width: 767px) {

  .app-component-pannel {
    margin-left: 10%;
  }

  .manufacture-filter {
    width: 100% !important;
    float: left;
    margin-top: -14px;
  }

  .legendred {
    display: none;
  }

  .legendorange {
    display: none;
  }

  .legendgreen {
    display: none;
  }

  .legend-text {
    display: none;
  }

  body {
    overflow: auto;
  }

  .buttonofcreatelocation {
    width: 90% !important;
  }

  .buttonofcreatemodule {
    width: 93% !important;
  }

  .checkbtnofcreatelocation {
    width: 10% !important;
  }

  .checkbtnofcreatemodule {
    width: 7% !important;
  }

  .dropdown-menu {
    height: 500px !important;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10000;
  }

  .btn.btn-md.btn-success.pull-right.userlist {
    width: 100% !important;
  }

  .add-export-user-search.userlist {
    margin-right: 0px;
    float: right;
  }

  .btn-group.userlist {
    margin-left: 0px;
    width: 100% !important;
  }

  .btn.btn-success.userlisttop {
    width: 15% !important;
  }

  .btn.btn-default.active.userlisttop {
    width: 85% !important;
  }

  .glyphicon.glyphicon-ok.userlisttop {
    width: 50% !important;
  }

  #listitems {
    position: inherit;
    width: 258px !important;
    padding: 10px;
  }

  #orderItems {
    position: inherit;
    width: 258px;
  }

  .dropdown-content-group {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 94% !important;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
  }

  .modal-content-information {
    position: relative;
    background-color: #ffffff;
    width: 100% !important;
    margin-left: 0%;
  }

  .change-role-btn {
    margin: 5px 0px;
    width: 100% !important;
  }

  .modal-content-universal-product-image {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    width: 90% !important;
  }

  .list-user-search {
    padding: 5px;
    width: 100% !important;
    margin-bottom: 0px;
  }

  .list-universal-search {
    padding: 5px;
    width: 100% !important;
    margin-bottom: 0px;
  }

  .add-export-user-search {
    padding: 5px;
    width: 100% !important;
    margin-bottom: 0px;
  }

  .list-order-search-btn {
    margin: 5px;
    width: 100% !important;
    float: left;
  }

  .footer-div {
    display: none;
  }

  .modal-warehouse-detail {
    background-color: #ffffff;
    width: 100% !important;
    margin-right: 17px;
  }

  .modal-connection-product {
    background-color: #ffffff;
    width: 100% !important;
    margin-right: 17px;
  }

  .modal-connection-continue-product {
    background-color: #ffffff;
    width: 100% !important;
    margin-right: 17px;
  }

  .btn-add-product {
    float: left;
    width: 100% !important;
    margin: 5px;
  }

  .automatic-search {
    width: 96% !important;
    margin-right: 3px;
    margin-top: 3px;
  }

  .add-edit-new-product {
    width: 100% !important;
    margin-left: -5%;
  }

  .add-edit-new-user {
    width: 100% !important;
    margin-left: 0%;
  }

  .add-group-product {
    width: 100% !important;
    margin-left: -5%;
  }

  .direct-search-img {
    width: 100% !important;
  }

  .direct-result-for-vehicle {
    width: 100%;
    float: right;
  }

  .direct-result-for-universal {
    width: 100% !important;
    float: right;
  }

  .main-direct-search {
    width: 100% !important;
    float: right;
  }

  .table-search-vechile {
    display: inline-block;
    float: left;
    padding: 5px;
  }

  .vechile-img {
    width: 50% !important;
  }

  .vechile-icon {
    width: 50% !important;
  }

  .vechile-description {
    width: 100% !important;
  }

  .vechile-price {
    width: 100% !important;
  }

  .vechile-button {
    width: 50% !important;
  }

  .direct-search-img {
    width: 50% !important;
  }

  .direct-search-icon {
    width: 50% !important;
  }

  .direct-search-description {
    width: 100% !important;
  }

  .direct-search-price {
    width: 100% !important;
  }

  .direct-search-button {
    width: 50% !important;
  }

  .universal-img {
    width: 50% !important;
  }

  .universal-icon {
    width: 50% !important;
  }

  .universal-description {
    width: 100% !important;
  }

  .universal-price {
    width: 100% !important;
  }

  .universal-button {
    width: 50% !important;
  }

  .price-stil {
    padding: 5px;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    background-color: #FFFFFF;
  }

  .title-products {
    font-size: 18px;
    font-weight: 600;
    color: #248dc1;
  }

  .title-number {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
  }

  .scrop-up-search {
    position: fixed;
    bottom: 10px;
    right: 25px;
    width: 9% !important;
    overflow: auto;
  }

  /*______________*/

  .direct-result-for-vehicle {
    width: 100% !important;
    float: right;
  }

  .main-direct-search {
    width: 100% !important;
    float: right;
  }



  .more-info-table {
    margin-bottom: 0px;
    width: 97% !important;
    background-color: ghostwhite;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 10px !important;
  }

  .col-md-12-product-group {
    width: 100% !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-md-4-product-group {
    width: 100% !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  #cl-wrapper {
    margin-top: 0;
  }

  .not-dropdown {
    margin-left: -165px !important;
  }

  .small-search_btn {
    width: 90% !important;
    margin-left: 10px;
  }

  #pcont {
    margin-left: 0;
    background-color: #f6f6f6;
  }

  .baner-image {
    display: none;
  }

  .cl-mcont {
    padding: 0px;
    width: 100%;
  }

  /*nav bar*/
  .navbar {
    padding-right: 10px;
    display: inherit !important;
  }


  .navbar-fixed-top {
    position: relative;
    margin: 0;
  }

  /*dropdown menu*/
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
  }

  .navbar-default .navbar-nav .dropdown-submenu > a:after {
    border-width: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFF;
  }

  .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-submenu:hover > a {
    background-color: transparent;
  }

  .navbar-nav .dropdown-submenu ul {
    display: block;
    padding-left: 20px;
  }

  .navbar-nav .dropdown-header {
    color: #FFF;
  }

  .navbar-nav .col-menu-2 > li > ul > li a {
    color: #FFF;
    padding-left: 45px;
  }

  .navbar-nav .col-menu-3 > li > ul > li a {
    color: #FFF;
    padding-left: 45px;
  }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus, .navbar-nav > .active > a:active {
    background: transparent !important;
    color: #FFF !important;
  }

  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
  }


  .not-nav {
    text-align: center;
    /*background:#218ae1;*/
    border-top: 0px solid #ffffff;
    margin: 0;
  }

  .navbar-default .navbar-nav > li.button {
    float: none;
    display: inline-block;
    /*padding: 10px 4px;*/
    top: 100% !important;
  }

  .not-nav > li > .dropdown-menu {
    text-align: left;
  }

  .navbar-default .navbar-nav > li.button > a {
  }

    .navbar-default .navbar-nav > li.button > a > i {
      font-size: 17px;
      vertical-align: middle;
    }

  .navbar-default .navbar-nav > li.button .dropdown-menu {
    position: absolute;
    left: 50% !important;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    border-top: 0;
    margin-left: -110px !important;
  }

    .navbar-default .navbar-nav > li.button .dropdown-menu > li > a {
      text-align: left;
    }

  .navbar-collapse {
    padding: 0 !important;
  }

    .navbar-collapse .navbar-nav {
      margin: 0;
    }

  .profile_menu {
    margin: 0;
  }

    .profile_menu .dropdown-toggle {
      padding-left: 15px;
    }

  .navbar-default .navbar-brand {
    width: auto;
  }

  .user-nav {
    margin: 7.5px -15px;
  }

  .navbar-collapse.in {
    overflow: visible;
  }

  #head-nav {
    padding: 0;
  }

    #head-nav .navbar-nav {
      padding: 0 10px;
    }


  .navbar-header {
    padding: 0 10px;
  }

  .col-menu-2 > div:first-child {
    border-right: 0;
  }
  /*end - dropdown*/

  .cl-sidebar {
    background: none repeat scroll 0 0 #000000;
    width: 100% !important;
    position: relative;
    z-index: 1020;
    margin-bottom: 10px;
  }

    .cl-sidebar .cl-toggle {
      display: block;
    }

    .cl-sidebar .cl-vnavigation {
      display: none;
    }

  /*Stats*/
  .butstyle {
    width: 100% !important;
    margin-right: 10px;
    margin-left: 0;
    max-width: 45%;
  }

  /*Forms*/
  .form-horizontal.group-border .form-group {
    padding: 5px 0 15px 0;
  }

    .form-horizontal.group-border .form-group label {
      margin-bottom: 7px;
    }

  .form-horizontal.group-border-dashed .form-group label {
    margin-bottom: 7px;
  }

  /*Buttons*/

  /*Login*/
  .cl-wrapper.login-container {
  }

  .login-container .middle-login {
    width: 100% !important;
    margin-left: 0px;
    padding: 0 15px;
    left: auto;
  }

  .banner {
    width: 100% !important;
    margin-right: 5px;
    float: left;
    margin-bottom: 20px;
  }

  .image-banner {
    width: 100% !important;
    height: 270px;
  }

  .button_home {
    display: inline-block;
    background-color: #dddddd;
    border: none;
    text-align: center;
    width: 100% !important;
    height: 50px;
    font-size: 1em;
    margin-bottom: 5px;
    font-weight: 600;
    color: #272930;
    float: left;
  }


  #pcont {
    margin-left: 0px;
    position: relative;
  }

  .btn-menu-color {
    color: #ffffff;
  }

  .login-form {
    width: 90% !important;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-top-mob {
    float: left;
  }

  .about-us {
    display: none;
  }

  .btn-home {
    display: none;
  }

  .btn-main-home-vechile {
    display: inline-block;
    border-radius: 0px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    width: 50% !important;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    border: 1px solid #FFFFFF;
    margin-bottom: 0px;
  }

    .btn-main-home-vechile span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
    }

      .btn-main-home-vechile span:after {
        content: '\f1b9';
        font-family: FontAwesome;
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
        font-size: 15px;
      }

    .btn-main-home-vechile:hover span {
      padding-right: 25px;
    }

      .btn-main-home-vechile:hover span:after {
        opacity: 1;
        right: 0;
      }

  .btn-main-home-number {
    display: inline-block;
    border-radius: 0px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    width: 50% !important;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    border: 1px solid #FFFFFF;
    margin-bottom: 0px;
  }

    .btn-main-home-number span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
    }

      .btn-main-home-number span:after {
        content: '\f002';
        font-family: FontAwesome;
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
        font-size: 15px;
      }

    .btn-main-home-number:hover span {
      padding-right: 25px;
    }

      .btn-main-home-number:hover span:after {
        opacity: 1;
        right: 0;
      }
  /*----------------*/
  .btn-main-home-engine {
    display: inline-block;
    border-radius: 0px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    width: 50% !important;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    border: 1px solid #FFFFFF;
    margin-bottom: 0px;
  }

    .btn-main-home-engine span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
    }

      .btn-main-home-engine span:after {
        content: '\f085';
        font-family: FontAwesome;
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
        font-size: 15px;
      }

    .btn-main-home-engine:hover span {
      padding-right: 25px;
    }

      .btn-main-home-engine:hover span:after {
        opacity: 1;
        right: 0;
      }
  /*----------------*/
  /*----------------*/
  .btn-main-home-universal {
    display: inline-block;
    border-radius: 0px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    width: 50% !important;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    border: 1px solid #FFFFFF;
    margin-bottom: 0px;
  }

    .btn-main-home-universal span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
    }

      .btn-main-home-universal span:after {
        content: '\f248';
        font-family: FontAwesome;
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
        font-size: 15px;
      }

    .btn-main-home-universal:hover span {
      padding-right: 25px;
    }

      .btn-main-home-universal:hover span:after {
        opacity: 1;
        right: 0;
      }

  .btn-main-home-manufacturer {
    display: inline-block;
    border-radius: 0px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    width: 50% !important;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    border: 1px solid #FFFFFF;
    margin-bottom: 0px;
  }

    .btn-main-home-manufacturer span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
    }

      .btn-main-home-manufacturer span:after {
        content: '\f248';
        font-family: FontAwesome;
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
        font-size: 15px;
      }

    .btn-main-home-manufacturer:hover span {
      padding-right: 25px;
    }

      .btn-main-home-manufacturer:hover span:after {
        opacity: 1;
        right: 0;
      }
  /*----------------*/

  .btn-main-home-cart {
    display: inline-block;
    border-radius: 0px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    width: 50% !important;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    border: 1px solid #FFFFFF;
    margin-bottom: 0px;
  }

    .btn-main-home-cart span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
    }

      .btn-main-home-cart span:after {
        content: '\f07a';
        font-family: FontAwesome;
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
        font-size: 15px;
      }

    .btn-main-home-cart:hover span {
      padding-right: 25px;
    }

      .btn-main-home-cart:hover span:after {
        opacity: 1;
        right: 0;
      }
  /*----------------*/
  .btn-main-home-wishes {
    display: inline-block;
    border-radius: 0px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    border: 1px solid #FFFFFF;
    margin-bottom: 0px
  }

    .btn-main-home-wishes span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
    }

      .btn-main-home-wishes span:after {
        content: '\f006';
        font-family: FontAwesome;
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
        font-size: 15px;
      }

    .btn-main-home-wishes:hover span {
      padding-right: 25px;
    }

      .btn-main-home-wishes:hover span:after {
        opacity: 1;
        right: 0;
      }
  /*----------------*/
  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .product-group-col {
    width: 100% !important;
  }

  .part-details-modal {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .login-form {
    width: 93%;
    margin-right: 15px;
    padding-left: 15px;
    /*margin-right: auto;
  margin-left: auto;*/
  }

  .choose-language {
    width: 100% !important;
    margin-left: 0% !important;
  }

  .choose-language-image-width {
    width: 70%;
  }

  .modal-dialog {
    top: 14% !important;
  }

  .modal-warehouse-detail {
    width: 90% !important;
    margin-right: 5% !important;
  }

}


.hll {
  background-color: #ffffcc;
}
/*{ background: #f0f3f3; }*/
.c {
  color: #999;
}
/* Comment */
.err {
  color: #AA0000;
  background-color: #FFAAAA;
}
/* Error */
.k {
  color: #006699;
}
/* Keyword */
.o {
  color: #555555;
}
/* Operator */
.cm {
  color: #0099FF;
  font-style: italic;
}
/* Comment.Multiline */
.cp {
  color: #009999;
}
/* Comment.Preproc */
.c1 {
  color: #999;
}
/* Comment.Single */
.cs {
  color: #999;
}
/* Comment.Special */
.gd {
  background-color: #FFCCCC;
  border: 1px solid #CC0000;
}
/* Generic.Deleted */
.ge {
  font-style: italic;
}
/* Generic.Emph */
.gr {
  color: #FF0000;
}
/* Generic.Error */
.gh {
  color: #003300;
}
/* Generic.Heading */
.gi {
  background-color: #CCFFCC;
  border: 1px solid #00CC00;
}
/* Generic.Inserted */
.go {
  color: #AAAAAA;
}
/* Generic.Output */
.gp {
  color: #000099;
}
/* Generic.Prompt */
.gs {
}
/* Generic.Strong */
.gu {
  color: #003300;
}
/* Generic.Subheading */
.gt {
  color: #99CC66;
}
/* Generic.Traceback */
.kc {
  color: #006699;
}
/* Keyword.Constant */
.kd {
  color: #006699;
}
/* Keyword.Declaration */
.kn {
  color: #006699;
}
/* Keyword.Namespace */
.kp {
  color: #006699;
}
/* Keyword.Pseudo */
.kr {
  color: #006699;
}
/* Keyword.Reserved */
.kt {
  color: #007788;
}
/* Keyword.Type */
.m {
  color: #FF6600;
}
/* Literal.Number */
.s {
  color: #d44950;
}
/* Literal.String */
.na {
  color: #4f9fcf;
}
/* Name.Attribute */
.nb {
  color: #336666;
}
/* Name.Builtin */
.nc {
  color: #00AA88;
}
/* Name.Class */
.no {
  color: #336600;
}
/* Name.Constant */
.nd {
  color: #9999FF;
}
/* Name.Decorator */
.ni {
  color: #999999;
}
/* Name.Entity */
.ne {
  color: #CC0000;
}
/* Name.Exception */
.nf {
  color: #CC00FF;
}
/* Name.Function */
.nl {
  color: #9999FF;
}
/* Name.Label */
.nn {
  color: #00CCFF;
}
/* Name.Namespace */
.nt {
  color: #2f6f9f;
}
/* Name.Tag */
.nv {
  color: #003333;
}
/* Name.Variable */
.ow {
  color: #000000;
}
/* Operator.Word */
.w {
  color: #bbbbbb;
}
/* Text.Whitespace */
.mf {
  color: #FF6600;
}
/* Literal.Number.Float */
.mh {
  color: #FF6600;
}
/* Literal.Number.Hex */
.mi {
  color: #FF6600;
}
/* Literal.Number.Integer */
.mo {
  color: #FF6600;
}
/* Literal.Number.Oct */
.sb {
  color: #CC3300;
}
/* Literal.String.Backtick */
.sc {
  color: #CC3300;
}
/* Literal.String.Char */
.sd {
  color: #CC3300;
  font-style: italic;
}
/* Literal.String.Doc */
.s2 {
  color: #CC3300;
}
/* Literal.String.Double */
.se {
  color: #CC3300;
}
/* Literal.String.Escape */
.sh {
  color: #CC3300;
}
/* Literal.String.Heredoc */
.si {
  color: #AA0000;
}
/* Literal.String.Interpol */
.sx {
  color: #CC3300;
}
/* Literal.String.Other */
.sr {
  color: #33AAAA;
}
/* Literal.String.Regex */
.s1 {
  color: #CC3300;
}
/* Literal.String.Single */
.ss {
  color: #FFCC33;
}
/* Literal.String.Symbol */
.bp {
  color: #336666;
}
/* Name.Builtin.Pseudo */
.vc {
  color: #003333;
}
/* Name.Variable.Class */
.vg {
  color: #003333;
}
/* Name.Variable.Global */
.vi {
  color: #003333;
}
/* Name.Variable.Instance */
.il {
  color: #FF6600;
}
/* Literal.Number.Integer.Long */

.css .o,
.css .o + .nt,
.css .nt + .nt {
  color: #999;
}

pre {
  background-color: #fafafa;
  padding: 8px 15px;
}

/*Ovde pocnuva komentar*/

/*mdc.implemetration*/

/*DirectSearch*/
.direct-search-nav-bar {
  width: 100%;
  margin-left: 0%;
  min-height: 20px;
}

.btn-shopping-cart {
  margin-top: 37%;
  margin-left: 0%;
}

.tab-part-details {
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  padding: 10px;
}

.tab-part-details-container {
  width: 100%;
}

.direct-search-main-div {
  width: 30%;
  margin-left: 0%;
}

.direct-result-search-main-div {
  width: 100%;
}



.direct-search-error-validation {
  width: 100%;
}

.search-results::-webkit-scrollbar {
  width: 1em;
}

.search-results::-webkit-scrollbar-thumb {
  background-color: #525452;
  border: 1px solid white;
}

.manufacture-filter-scroll::-webkit-scrollbar {
  width: 1em;
}

.manufacture-filter-scroll::-webkit-scrollbar-thumb {
  background-color: #525452;
  border: 1px solid white;
}

.manufacture-filter-scroll {
  height: 200px;
  overflow: auto;
}

.manufacturer-search-filter-scroll {
  height: 400px;
  overflow: auto;
}

.cl-sidebar-scroll::-webkit-scrollbar {
  width: 0em;
}

.cl-sidebar-scroll::-webkit-scrollbar-thumb {
  background-color: white;
  border: 1px solid white;
}

.cl-sidebar-scroll {
  overflow: auto;
}
/*Checkbox menu*/
.form-group input[type="checkbox"] {
  display: none;
}

  .form-group input[type="checkbox"] + .btn-group > label span {
    width: 10px;
  }

    .form-group input[type="checkbox"] + .btn-group > label span:first-child {
      display: none;
    }

    .form-group input[type="checkbox"] + .btn-group > label span:last-child {
      display: inline-block;
    }

  .form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
    width:100%;
  }

  .form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
  }

.checkboxmenu_any {
  margin-left: 3%;
}

.checkboxmenu_trade {
  width: 138%;
  margin-left: 106%;
  margin-top: -116%;
}

.checkboxmenu_oe {
  margin-left: 12%;
  margin-top: -114%;
  width: 100%;
}

.checkboxmenu_comparable {
  width: 142%;
  margin-left: -27%;
  margin-top: -115%;
}

.checkboxmenu_ean {
  margin-left: 12%;
  width: 100%;
  margin-top: -115%;
}

.checkboxmenu_article {
  width: 145%;
  margin-left: -27%;
  margin-top: -114%;
}



/*Eidt User Form*/

.edit-user-form {
  margin-left: -15px;
  width: 598px;
  height: 459px;
}

/*Order list search*/

.order-list-search-button {
  margin-left: 63%;
  padding-left: 16%;
  margin-top: -34px;
}

.order-product-status-not-success {
  background-color: red;
  padding: 5px 0px;
  padding-left: 1px;
  border-radius: 6px;
  padding-right: 1px;
}

.order-product-status-success {
  background-color: green;
  padding: 5px 0px;
  border-radius: 6px;
}

.order-prodcut-status-reorder {
  padding: 5px 0px;
  background-color: cadetblue;
  border-radius: 6px;
}
/*Modal Dialog Delete*/


.modal-process-order {
  margin-left: 14px;
  width: 598px;
}



.modal-header-information {
  /*border-bottom: 1px solid #D9EDF7;*/
  background: #525452;
  color: #ffffff;
  min-height: 16.4286px;
  padding: 10px 15px;
}

.banner-image-position {
  display: -webkit-inline-box;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.modal-body-information {
  position: relative;
  padding: 20px;
}

.modal-footer-information {
  padding: 19px 20px 20px;
  margin-top: 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/*Detali za proizvodot*/
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);

.col-item {
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  background: #FFF;
}

  /*.col-item:hover {
        box-shadow: 0px 2px 5px -1px #000;
        -moz-box-shadow: 0px 2px 5px -1px #000;
        -webkit-box-shadow: 0px 2px 5px -1px #000;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-bottom: 2px solid #52A1D5;
    }*/

  .col-item .photo img {
    margin: 0 auto;
    width: 100%;
    padding: 1px;
    border-radius: 10px 10px 0 0;
  }

  .col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
  }

  .col-item .price {
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
  }

    .col-item .price h5 {
      line-height: 20px;
      margin: 0;
    }

.price-text-color {
  color: #219FD1;
}

.col-item .info .rating {
  color: #777;
}

.col-item .rating {
  /*width: 50%;*/
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}

.col-item .separator {
  border-top: 1px solid #E1E1E1;
}

.clear-left {
  clear: left;
}

.graphic-panel {
  border-radius: 0px;
  border: 2px solid #E1E1E1;
  padding: 20px;
  /*width: 200px;
    height: 150px;*/
}

.document-panel {
  border-radius: 10px;
  border: 0px solid #E1E1E1;
  padding: 20px;
  width: 1041px;
}
/*.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}*/

.col-item .separator p i {
  margin-right: 5px;
}

.col-item .btn-add {
  width: 50%;
  float: left;
}

.col-item .btn-add {
  border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
  width: 50%;
  float: left;
  padding-left: 10px;
}

.controls {
  margin-top: 20px;
}

[data-slide="prev"] {
  margin-right: 10px;
}
/*
Hover the image
*/
.post-img-content {
  height: 196px;
  position: relative;
}

  .post-img-content img {
    position: absolute;
    padding: 1px;
    border-radius: 10px 10px 0 0;
  }

.post-title {
  display: table-cell;
  vertical-align: bottom;
  z-index: 2;
  position: relative;
}

  .post-title b {
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 2px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 12px;
  }

    .post-title b:first-child {
      font-size: 14px;
    }

.round-tag {
  width: 60px;
  height: 60px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #FFF;
  background: #37A12B;
  position: absolute;
  bottom: 0px;
  padding: 15px 6px;
  font-size: 17px;
  color: #FFF;
  font-weight: bold;
}
/*Engine grid*/
.engine-grid {
  background-color: #2494F2;
}

/*User status*/
.status-online {
  border: 2px solid green;
  margin-top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  background: green;
}

.status-offline {
  border: 2px solid red;
  margin-top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  background: red;
}

.user-login-activity-grid-th {
  font-weight: bold;
  color: black;
  font-size: 15px;
  width: 10px;
}

/* manufacturer grid*/

.manufacturer-grid {
  background-color: whitesmoke;
}

.manufacturer-grid-th {
  font-weight: bold;
  color: black;
  font-size: 15px;
  width: 10px;
}

.manufacture-list {
  border-bottom: 1px solid gray;
  cursor: pointer
}

.manufature-item:hover {
  color: red;
}

.vechile-moidel-item:hover {
  color: red;
}

.vechile-type-item:hover {
  color: red;
}
/*user activity*/
.user-activity-grid {
  background-color: #525452;
  color: white;
  font-size: 13px;
}

.change-role-grid {
  background-color: #525452;
  color: white;
  font-size: 13px;
}

.user-login-activity-grid {
  background-color: #525452;
  color: white;
  font-size: 13px;
}

.change-role-grid-th {
  font-weight: bold;
  color: black;
  font-size: 15px;
}

.model-series-grid {
  background-color: #525452;
  color: white;
  font-size: 13px;
}

.list-product-for-connection-grid {
  background-color: #525452;
  color: white;
  font-size: 13px;
}
/*Change role grid*/
.vechile-for-show-grid {
  background-color: #2494F2;
}

.vechile-for-show-th {
  font-weight: bold;
  color: black;
  font-size: 15px;
  width: 50%;
}

/*manufacture connectrion*/
.manufacture-grid-th {
  font-weight: bold;
  color: black;
  font-size: 15px;
}

.mycard-selection-grid {
  background-color: #525452;
  color: white;
  font-size: 13px;
}

.order-product-selection-grid {
  background-color: #525452;
  color: white;
  font-size: 13px;
}

.universal-group-subgroup-grid {
  background-color: #525452;
  color: white;
  font-size: 13px;
}

.add-change-grid {
  background-color: #525452;
  color: white;
  font-size: 13px;
}

.manufacture-connected-selection-grid {
  background-color: #525452;
  color: white;
  font-size: 13px;
}
/*Vechile grid*/
.vechile-selection-grid {
  background-color: #525452;
  color: white;
  font-size: 13px;
}

.engine-selection-grid {
  background-color: #525452;
  color: white;
  font-size: 13px;
}
/*Header panels*/
.panel-heading-custom {
  font-weight: bold;
  color: #3b444b;
  font-size: 20px;
}

.panel-heading-div {
  background-color: #9BD7D5;
  /*background-color: #8EDC9D*/
  /*background-color: #A9DDD9*/
  /*background: #8FBC8F;*/
}
/*Grid footer returned page*/
.grid-footer-page {
  color: white;
  background-color: #525452;
}
/*item in group products*/

.item-gorup-product-label {
  color: black;
  display: block;
  clear: both;
  cursor: pointer;
  padding: 5px;
  background-color: #f5f5f5;
}

  .item-gorup-product-label:hover {
    background-color: #DCDCDC;
    text-decoration: underline;
  }

/*Parts Details modal dialog*/
.part-details-modal {
  background-color: #FFFFFF;
  width: 90%;
  margin-top: 0%;
  margin-left: 5%;
}

.tab-content {
  height: 580px;
  overflow: auto;
}

.part-details-panel-header-text {
  color: black;
  font-weight: bold;
}

.part-details-panel {
  background-color: #2494F2;
}

.modal-body {
  background-color: white;
}
/*Accessory list columns*/
.accessory-list-columns {
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
}

.accessory-list-label {
  color: black;
  font-size: 13px;
  font-weight: bold;
}

/*Admin panel*/
.adminpanel-gorup-categories-label {
  color: black;
  display: block;
  clear: both;
  cursor: pointer;
  border-bottom: 1px dotted;
}

  .adminpanel-gorup-categories-label:hover {
    background-color: #DCDCDC;
  }


.languageSeletcedClass {
  /*border: 0.2em solid green;*/
  /*background-color: #2494f2;*/
  border: none;
}

.languageUnSeletcedClass {
  /*background-color: #2494f2;*/
  opacity: 0.4;
  border: none;
}

.language {
  font-size: 10px;
  float: left;
  padding: 15px 5px 0px 5px;
}

.my-drop-zone {
  border: dotted 3px lightgray;
}

.nv-file-over {
  border: dotted 3px red;
}
/* Default class applied to drop zones on over */
.another-file-over-class {
  border: dotted 3px green;
}




/*section:hover article{
  animation-play-state: paused;
}*/

article {
  position: absolute;
  left: 200px;
  width: 180px;
  height: 400px;
  text-align: center;
  overflow: hidden;
  /*font: 2em/1em sans-serif;
  padding-top: 80px;*/
}

  article:nth-of-type(1) {
    animation: slideIn 50s linear 0s infinite;
  }

  article:nth-of-type(2) {
    animation: slideIn 50s linear 5s infinite;
  }

  article:nth-of-type(3) {
    animation: slideIn 50s linear 10s infinite;
  }

  article:nth-of-type(4) {
    animation: slideIn 50s linear 15s infinite;
  }

  article:nth-of-type(5) {
    animation: slideIn 50s linear 20s infinite;
  }

  article:nth-of-type(6) {
    animation: slideIn 50s linear 25s infinite;
  }

  article:nth-of-type(7) {
    animation: slideIn 50s linear 30s infinite;
  }

  article:nth-of-type(8) {
    animation: slideIn 50s linear 35s infinite;
  }

  article:nth-of-type(9) {
    animation: slideIn 50s linear 40s infinite;
  }

  article:nth-of-type(10) {
    animation: slideIn 50s linear 45s infinite;
  }

@keyframes slideIn {
  0% {
    left: 200px;
  }

  1% {
    left: 0;
  }

  10% {
    left: 0;
  }

  11% {
    left: -200px;
  }

  100% {
    left: -200px;
  }
}
/* Admin panel for menu */
.list-style {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}

/* Photos for direct-small search-ovi */


.detail-part-img-content {
  height: 100%;
  width: 100%;
}

.direct-search-thumbnail {
  height: 87px;
  width: 87px;
  overflow: hidden;
}

.message-text {
  width: 100%;
  height: 28px;
  font-size: 13px;
}

.message-text1 {
  width: 100%;
  height: 32px;
  font-size: 16px;
}

.fontMessage {
 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 color: darkslategrey;
 margin-top: 3px;
}

.button-login {
  margin-left: 1px;
}

.prodaction-year {
  cursor: pointer;
  color: #525452;
}

.border-radius {
  border-radius: 0%;
}


.dropbtn {
  padding: 16px;
  font-size: 16px;
}

.dropdown-group {
  position: relative;
  display: inline-block;
}


.dropdown-content-group a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}

  .dropdown-content-group a:hover {
    background-color: #f1f1f1
  }

.dropdown-group:hover .dropdown-content-group {
  display: block;
}


.banner {
  width: 33.2%;
  margin-right: 1px;
  float: left;
  margin-bottom: 10px;
  border: 5px solid #f6f6f6;
}

.image-banner {
  width: 100%;
  height: 270px;
}

.banner-theme {
  width: 33.2%;
  margin-right: 1px;
  float: left;
  margin-bottom: 10px;
  border: 5px solid #f6f6f6;
}

.theme-active {
  background-color: #60C060;
  position: relative;
  text-align: center;
  color: white;
}

.theme-non-active {
  background-color: #db4437;
  position: relative;
  text-align: center;
  color: white;
}

.profile-img-container {
  /*display: inline;*/
}

/*.button_home {
  display: inline-block;
  border-radius: 0%;
  background-color: #dddddd;
  border: none;
  text-align: center;
  padding: 1%;
  width: 12.5%;
  transition: all 0.5s;
  cursor: pointer;
 margin: 7px;
  margin-right: 5px;
  margin-bottom: 20px;
  height: 60px;
  font-size: 1em;
  font-weight: 600;
  color: #272930;
  float: left;
}

  .button_home span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

    .button_home span:after {
      content: '\00bb';
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
    }

  .button_home:hover span {
    padding-right: 15px;
  }

    .button_home:hover span:after {
      display: inline;
    }*/



.mainapp-cen {
  margin-left: -60px;
}

.btn-menu-color {
  color: white;
}

.menu-top {
}

.about-us {
  text-transform: uppercase;
  padding: 10px;
  margin: 6px 6px 6px 0px;
  color: #FFFFFF;
}



.select-year {
  display: inline-block;
}

.show-year {
  display: inline-block;
  background-color: #e9e9e9;
  padding: 3px 13px 3px 13px;
  float: left;
  margin: 5px 5px 0px 0px;
  font-size: 13px;
  font-weight: 600;
  color: #525452;
  border: 1px solid #CCC;
}

.no-border {
  border: 0px solid transparent;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.table-vehicle-type {
  width: 100%;
}

.tab-product-group {
  background-color: #525452;
  padding: 10px;
  color: #FFFFFF;
}

.more-detail {
  background-color: #525452;
  padding: 5px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.product-group-col {
  width: 33.3%;
  float: left;
  display: inline-block;
  padding: 5px;
}

.product-group-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.col-md-12-product-group {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.col-md-4-product-group {
  width: 33.333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 0px;
}

.more-info-table {
  margin-bottom: 0px;
  width: 88%;
  background-color: ghostwhite;
  margin-left: 5px;
  font-size: 10px !important;
}

.manufacture-filter {
  width: 15%;
  float: left;
}

.direct-result-for-vehicle {
  width: 84%;
  float: right;
}

.direct-result-for-universal {
  width: 84%;
  float: right;
}

.main-direct-search {
  width: 84%;
  float: right;
}



.table-search-vechile {
  display: inline-block;
  float: left;
  padding: 5px;
}

.vechile-img {
  width: 10%;
}

.vechile-icon {
  width: 10%;
}

.vechile-description {
  width: 60%;
}

.vechile-price {
  width: 20%;
}

.vechile-button {
  width: 10%;
}

.direct-search-img {
  width: 10%;
}

.direct-search-icon {
  width: 10%;
}

.direct-search-description {
  width: 60%;
}

.direct-search-price {
  width: 20%;
}

.direct-search-button {
  width: 10%;
}

.universal-img {
  width: 10%;
}

.universal-icon {
  width: 10%;
}

.universal-description {
  width: 60%;
}

.universal-price {
  width: 20%;
}

.vechile-button {
  width: 10%;
}

.price-stil {
  padding: 5px;
  border: 1px solid #CCC;
  margin-bottom: 5px;
  background-color: #FFFFFF;
}

.title-products {
  font-size: 18px;
  font-weight: 600;
  color: #248dc1;
}

.direct-search-title-description {
  font-size: 14px;
  font-weight: 600;
  color: #248dc1;
}

.title-number {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}

.scrop-up-search {
  position: fixed;
  bottom: 10px;
  right: 51px;
  width: 3%;
  overflow: auto;
}

.number-clinet {
  /* display: inline-block; */
  background-color: #e9e9e9;
  padding: 1px 1px 1px 1px;
  float: left;
  margin: 5px 5px 0px 0px;
  font-size: 13px;
  /* font-weight: 600; */
  color: #525452;
  border: 1px solid #CCC;
  padding: 0px 5px;
}

.add-edit-new-product {
  width: 60%;
  margin-left: 17%;
}


.add-group-product {
  width: 40%;
  margin-left: 26%;
}

.modal-content {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0)
}

.btn-add-product {
  float: right;
}

.modal-warehouse-detail {
  background-color: #ffffff;
  width: 30%;
  float: right;
  margin-right: 39%;
}

.modal-connection-product {
  background-color: #ffffff;
  width: 30%;
  float: right;
  margin-right: 39%;
}

.modal-connection-continue-product {
  background-color: #ffffff;
  width: 72%;
  float: right;
  margin-right: 19%;
}

.connection-product-heading {
  background-color: #525452;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}

.connection-product-heading-label {
  color: #ffffff;
}

.connection-product-heading-paragraph {
  font-weight: bold;
  color: black;
}

.connection-product-number {
  font-size: 13px;
  font-weight: 500;
}

.connection-product-search {
  font-weight: bold;
  color: black;
  padding: 10px 0px 10px 0px
}

.connection-product-span {
  color: #000000;
  font-size: 15px;
}

.connection-product2 {
  font-weight: bold;
  color: black;
  padding: 10px 0px 10px 0px
}

.connection-product-col-md-padding {
  padding: 10px 10px 10px 10px;
}

.connection-product-from-inline {
  padding: 10px 10px 10px 10px
}

.connection-product-btn {
  color: black
}

.continue-connection-product-heading-pannel {
  color: white;
  background-color: #525452;
  font-size: 15px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent
}

.continue-connection-product-strong {
  text-decoration: underline;
}

.continue-connection-product-padding {
  padding-left: 1px;
}

.continue-connection-product-btn-group {
  width: 100%;
  margin-left: 0%;
}

.continue-connection-product-label {
  width: 32px;
}

.continue-connection-product-btn-default {
  width: 86%;
  padding-left: 0px;
}

.continue-connection-product-scroll {
  overflow-y: scroll;
  height: 400px;
}

.continue-connection-product-th {
  font-weight: bold;
}

.continue-connection-product-text {
  text-align: center;
}

.continue-connection-product-bottom {
  margin-bottom: 6px;
}

.continue-connection-product-btn-cancel {
  color: black;
  margin-left: 7px;
  margin-right: 5px;
}

.continue-connection-product-btn-save {
  color: black;
}

.custom-linked-connection-pannel-heading {
  background-color: #525452;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}

.custom-linked-connection-pannel-label {
  color: #ffffff;
}

.custom-linked-connection-pannel-span {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.custom-linked-connection-pannel-title {
  font-weight: bold;
}

.custom-linked-connection-td {
  text-align: center;
  cursor: pointer;
}

.wareghouse-back-color {
  background-color: #525452;
  color: #ffffff;
}

.wareghouse-back-strong {
  font-size: 15px;
}

.wareghouse-back-has-qunatity {
  color: green;
}

.wareghouse-back-has-no-qunatity {
  color: red;
}

.wareghouse-back-info-message {
  width: 90%;
  margin-left: 31px;
}

table thead {
  background-color: #525452;
  font-size: 14px;
  font-weight: bold;
}

.add-export-user-search {
  margin-right: 10px;
  float: right;
}



.list-order-search-btn {
  margin: 7px 10px 0px 0px;
  float: left;
}

.modal-content-universal-product-image {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.footer-image {
  width: 100px;
}

.footer-div {
  position: fixed;
  bottom: 0;
  padding: 5px;
  background-color: #ffffff;
  z-index: 999
}

.change-role-btn {
}

.automatic-search {
  float: right;
}


.logo-image {
  padding-left: 35px;
  text-align: left;
  width: 206px;
  color: #FFF;
  background: url(images/logo_images/logo.png) no-repeat 0 1px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: 300;
  font-size: 19px;
  line-height: 49px;
}

body {
  padding: 0;
  /*background-color: #272930;*/
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 12px;
  color: #555;
}

.about-us-color {
  color: #525452;
}

.about-us-pannel-row {
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 10px;
}

.about-us-btn-width {
  width: 10%
}

.change-image-banner-pannel {
  background-color: #525452;
  color: white
}

.change-image-banner-margin {
  margin-bottom: 40px;
}

.change-image-banner-table-width {
  width: 50%
}

.change-image-size {
  height: 400px;
  width: 180px;
}

.change-image-delete-btn {
  cursor: pointer;
  top: 9px;
}

.change-image-paragraph {
  margin-top: -9%
}

.change-message-container {
  display: inline-block;
  width: 100%;
}

.change-message-textarea {
  width: 100%;
}

.change-message-text {
  background-color: #ffffff;
  border-color: #000000
}

.change-message-paragraph {
  color: black;
  font-weight: bold
}

.change-role-row {
  margin-top: 9px;
}

.deleted-vehicle-model-table {
  width: 5%
}

.deleted-vehicle-model-td {
  cursor: pointer;
  text-align: center;
}

.group-category-container {
  display: inline-block;
  width: 100%;
}

.group-category-row {
  margin-top: 9px;
}

.group-category-div {
  display: inline-block;
  width: 100%
}

.groups-container {
  display: inline-block;
  width: 100%;
}

.groups-row {
  margin-top: 9px
}

.groups-tbody {
  cursor: pointer;
  color: black
}

.create-location-pannel-heading {
  background-color: #525452;
}

.create-location-label-color {
  color: #ffffff;
}

.create-location-form-color-label {
  color: black;
}

.create-location-magrin-bottom {
  margin-bottom: 10px;
}

.create-location-btn-span {
  width: 100%;
}

.create-location-form-group-save {
  margin-left: 52%;
  margin-right: -4%
}

.create-location-btn {
  width: 45%;
}

.create-location-btn-group {
  width: 99%;
}

.create-location-form-group {
  width: 100%;
  margin-left: 0%;
  margin-top: 12px;
}

.create-location-span {
  width: 100%;
}

.edit-location-heading {
  background-color: #525452;
}

.edit-location-heading-label {
  color: #ffffff;
}

.location-container {
  display: inline-block;
  width: 100%;
}

.location-text-align-right {
  text-align: right;
}

.location-create-btn {
  padding-left: 1px;
  width: 10px;
}

.location-tbody-color {
  color: black
}

.location-text-align-center {
  text-align: center
}

.location-span-background {
  background-color: lightgrey
}

.create-module-form-group-margin {
  margin-left: 52%;
  margin-right: -4%
}

.create-module-width {
  width: 45%;
}

.create-module-back-color {
  background-color: #525452
}

.create-module-label-color {
  color: black
}

.create-module-margin-bottom {
  margin-bottom: 10px
}

.create-module-ng-select {
  width: 89%
}

.create-module-add-btn {
  width: 10%;
  height: 32px;
}

.create-moduletype-back-color {
  background-color: #525452;
}

.create-moduletype-color-label {
  color: #ffffff;
}

.create-moduletype-span {
  color: black;
  font-size: 14px
}

.create-moduletype-margin-bottom {
  margin-bottom: 10px;
}

.create-moduletype-container {
  display: inline-block;
  width: 100%;
}

.create-moduletype-th {
  width: 30%;
}

.create-moduletype-status-th {
  width: 10%;
}

.create-moduletype-btn-th {
  text-align: right;
  width: 15%
}

.create-moduletype-save-btn {
  padding-left: 1px;
  width: 10px;
}

.create-moduletype-color-tbody {
  color: black;
}

.create-moduletype-text-align {
  text-align: center;
}

.create-moduletype-span-back-color {
  background-color: lightgrey;
}

.create-moduletype-td-text-align {
  text-align: center;
  padding: 2px 0px 0px 0px;
}

.create-moduletype-ng-select-div {
  display: inline-block;
  width: 70%;
}

.create-moduletype-btn-update {
  height: 32px;
}

.create-moduletype-btn-update-margin {
  margin-top: 8px;
}

.create-shop-back-color {
  background-color: #525452;
}

.create-shop-margin-bottom {
  margin-bottom: 10px;
}

.create-shop-color-label {
  color: black;
}

.create-shop-ng-select {
  background-color: white;
  color: black
}

.create-shop-form-group {
  margin-left: 52%;
  margin-right: -4%
}

.create-shop-btn {
  width: 45%;
}

.shop-container {
  display: inline-block;
  width: 100%;
}

.shop-text-align-right {
  text-align: right;
}

.shop-create-btn {
  padding-left: 1px;
  width: 10px;
}

.shop-text-align-center {
  text-align: center;
}

.shop-tbody-color {
  color: black;
}

.themes-container {
  display: inline-block;
  width: 100%;
}

.create-universal-subgroup-back-color {
  background-color: #525452;
}

.create-universal-subgroup-span {
  color: black;
  font-size: 14px
}

.create-universal-subgroup-margin-bottom {
  margin-bottom: 10px
}

.create-universal-subgroup-from-group {
  margin-left: 52%;
  margin-right: -6%
}

.create-universal-subgroup-btn {
  width: 45%;
}

.create-universal-back-color {
  background-color: #525452
}

.create-universal-margin-bottom {
  margin-bottom: 10px;
}

.create-universal-span {
  color: black;
  font-size: 14px
}

.create-universal-ng-select {
  background-color: white;
  color: black
}

.create-universal-product-group-btn {
  margin-top: 18px;
  width: 57px;
}

.create-universal-product-subgroup-btn {
  margin-top: 18px;
  width: 57px;
}

.create-table-name-th {
  width: 50%;
}

.create-table-size-th {
  width: 30%;
}

.create-universal-form-group {
  margin-left: 52%;
  margin-right: -6%
}

.create-universal-btn {
  width: 45%;
}

.create-universal-description-textarea {
  width: 100%;
}

.uinversal-product-group-back-color {
  background-color: #525452;
}

.universal-product-span {
  color: black;
  font-size: 14px
}

.universal-product-form-group {
  margin-left: 52%;
  margin-right: -6%
}

.universal-product-btn {
  width: 45%;
}

.universal-image-margin {
  margin: 17px 0px 15px 70px;
}

.universal-prduct-image {
  width: 75%;
  height: 60%
}

.universal-image-product-btn {
  float: right;
  margin-right: 10px
}

.universal-group-container {
  display: inline-block;
  width: 100%;
}

.universal-group-margin-top {
  margin-top: 9px;
  padding-left: 0px;
}

.universal-group-scroll {
  overflow-y: scroll;
  height: 400px;
}

.universal-products-container {
  display: inline-block;
  width: 100%;
}

.universal-product-margin-top {
  margin-top: 9px;
}

.useractivity-history-container {
  display: inline-block;
  width: 100%;
}

.useractivity-history-ngselect {
  background-color: white;
  color: black
}

.useractivity-history-search {
  margin-left: 2%;
  margin-right: 20%;
}

.useractivity-history-label-color {
  color: black
}

.useractivity-product-container {
  display: inline-block;
  width: 100%;
}

.useractivity-color-span {
  color: black
}

.useractiity-tbody-color {
  color: black;
}

.useractivity-summary-container {
  display: inline-block;
  width: 100%;
}

.useractivity-summary-tbody-color {
  color: black;
}

.useractivity-summary-alig-center {
  text-align: center;
}

.useractivity-summary-pointer {
  cursor: pointer;
}

.userloginactivity-container {
  display: inline-block;
  width: 100%;
}

.userloginactivity-color-span {
  color: black
}

.userloginactivity-margin-left {
  margin-left: 15px
}

.userloginactivity-tbody {
  color: black;
}

.vehicle-for-show-container {
  display: inline-block;
  width: 100%;
}

.vehicle-for-show-margin-top {
  margin-top: 9px;
}

.vehicle-for-show-ngselect {
  background-color: white;
  color: black
}

.vehicle-for-show-forshow {
  width: 100%;
  margin-left: 0%;
}

.vehicle-for-show-label {
  width: 32px;
}

.vehicle-for-show-first-page-label {
  width: 86%;
  padding-left: 0px;
}

.vehicle-for-show-save-btn {
  padding-left: 5px;
}

.vehicle-for-show-save-btn-width {
  width: 100%;
}

.vehicle-for-show-number-vehicle-th {
  width: 35%
}

.vehicle-for-show-marke-vehicle-th {
  width: 35%
}

.vehicle-for-show-first-page-vehicle-th {
  width: 25%;
  text-align: center
}

.vehicle-for-show-action-th {
  width: 5%;
}

.vehicle-for-show-color-tbody {
  color: black
}

.vehicle-for-show-text-align {
  text-align: center;
}

.vehicle-for-show-span-background {
  background-color: lightgrey
}

.vehicle-for-show-delete-btn {
  cursor: pointer;
  text-align: center;
}

.direct-search-container {
  padding-top: 7px;
  margin-top: 10px;
}

.direct-search-header {
  float: left;
  font-size: 15px;
}

.direct-search-product {
  color: #FFFFFF;
  margin-left: 10px;
}

.float-left {
  float: left;
}

.direct-search-size {
  height: 28px;
  float: left;
}

.direct-search-height {
  height: 28px;
}

.direct-search-input-group-top {
  top: -1px;
}

.direct-search-input-margin-top {
  margin-top: 3px;
}

.direct-search-font {
  font-weight: bold;
}

.direct-search-not-result {
  color: black;
  margin-top: 10px
}

.direct-search-filter-group-product {
  height: 300px;
  background-color: #eeeeee;
  width: 100%;
  border: 1px solid #CCC;
  padding: 5px;
}

.manufacturer-search-filter-group-product {
  height: 500px;
  background-color: #eeeeee;
  width: 100%;
  border: 1px solid #CCC;
  padding: 5px;
}

.direct-search-filter-label {
  font-size: 14px;
  margin-top: 4px;
  color: black;
}

.direct-search-groupname-height {
  height: 28px;
}

.direct-search-groupname-top {
  top: -1px;
}

.direct-search-productgroup-label {
  font-size: 12px;
  cursor: pointer;
}

.direct-search-productgroup-span {
  margin-left: 7px;
}

.direct-search-manufacture {
  height: 300px;
  background-color: #eeeeee;
  width: 100%;
  border: 1px solid #CCC;
  margin-top: 10px;
  padding: 5px;
}

.direct-search-manufacture-label {
  font-size: 14px;
  margin-top: 4px;
  color: black;
}

.direct-search-manufacture-input {
  font-size: 14px;
  margin-top: 4px;
  color: black;
}

.direct-search-manufacturename-input {
  margin-left: 7px;
}

.main-direct-search-pannel {
  font-size: 18px;
  float: right;
  width: 100%
}

.main-direct-search-find {
  font-weight: bold;
}

.main-direct-search-brend {
  width: 100%;
  background-color: #525452;
  color: #FFFFFF;
  padding: 0px 10px 0px 10px;
  font-weight: bold;
}

.main-direct-search-margin-top {
  margin-top: 3px;
}

.main-direct-search-value {
  width: 100%;
  border: 1px solid #ccc;
  display: inline-block;
}

.main-direct-search-pointer {
  cursor: pointer;
}

.main-direct-search-image-size {
  width: 75px;
}

.main-direct-search-color {
  color: black;
}

.main-direct-search-magacin-margin {
  margin: 0px 0px 0px;
}

.main-direct-search-foundby-span {
  background-color: bisque;
  color: #000000;
  font-weight: bold;
  font-size: 13px;
}

.main-direct-search-number-font-size {
  font-size: 13px;
}

.main-direct-search-quantity {
  float: left;
  font-weight: bold;
  font-size: 13px;
}

.main-direct-search-add-cart-btn {
  width: 100%;
  margin-top: 10px;
}

.main-direct-search-quantity-width {
  width: 75px;
}

.engine-container {
  padding-top: 7px;
  margin-top: 10px
}

.engine-header {
  float: left;
  font-size: 15px;
}

.engine-header-search {
  color: #FFFFFF;
  margin-left: 10px;
}

.engine-search {
  float: left;
  margin-left: 10px;
  margin-right: 20px;
}

.engine-search-input {
  height: 28px;
  float: left;
}

.engine-search-text-align {
  text-align: center;
}

.engine-search-tbody {
  cursor: pointer;
  color: black
}

.engine-search-width-th {
  width: 35%;
}

.delete-my-cart-span {
  text-decoration: underline;
}

.exist-quantity-for-order-color-label {
  color: black;
}

.exist-quantity-for-order-color-strong {
  color: #2394F2;
}

.mycart-container {
  display: inline-block;
  width: 100%;
}

.mycart-tbody {
  cursor: pointer;
  color: black;
  font-weight: normal;
}

.mycart-delivery {
  width: 90%;
  margin-left: 5%;
}

.mycart-payment {
  width: 90%;
  margin-left: 5%;
}

.mycart-list-empty {
  color: black;
  margin-top: 10px
}

.order-list-ng-select {
  background-color: white;
  color: black;
  width: 100%
}

.order-list-search-margin {
  margin: 1px;
}

.order-list-search-color {
  color: black;
}

.calculate-qunatity-by-magacin-span {
  color: red;
}

.calculate-qunatity-by-magacin-span-info {
  color: red;
  font-weight: bold
}

.calculate-qunatity-by-magacin-strong {
  color: #525452;
}

.order-product-panel-heading {
  background-color: #525452;
  border-radius: 0px;
}

.order-product-panel-heading-color {
  color: #fff
}

.order-product-margin-left {
  margin-left: 1px;
}

.order-product-font-weight {
  font-weight: 100;
}

.order-product-status {
  border-color: #e0b1b8;
  background-color: #F2DEDE;
}

.order-product-status-color {
  color: #B94A48;
}

.order-product-status-tbody {
  cursor: pointer;
  color: black;
  font-weight: normal;
}

.order-product-status-text-align {
  text-align: center;
}

.order-product-status-margin-right2 {
  margin-right: 2%
}

.order-product-status-margin-right1 {
  margin-right: 1%
}

.partcatalogue-container {
  display: inline-block;
  width: 100%;
}

.partcatalogue-padding {
  float: left;
  padding-top: 8px;
}

.partcatalogue-ng-select {
  background-color: white;
  color: black
}

.partcatalogue-margin-top3 {
  margin-top: 3px;
}

.partcatalogue-margin-top1 {
  margin-top: 1px;
}

.partcatalogue-margin-display {
  display: inline-block;
}

.partcataloguesearch-container {
  display: inline-block;
  width: 100%;
}

.partcataloguesearch-navbar {
  font-size: 15px;
  font-weight: bolder;
  color: #ffffff;
  margin-top: 12px;
  margin-left: 10px
}

.partcataloguesearch-vechileinformation {
  float: left;
  padding-top: 8px;
}

.partcataloguesearch-margin-top {
  margin-top: 15px;
}

.partcataloguesearch-group-product {
  height: 310px;
  background-color: #eeeeee;
  width: 100%;
  border: 1px solid #CCC;
  margin-top: 10px;
  padding: 5px;
}

.partcataloguesearch-group-product-label {
  font-size: 14px;
  margin-top: 4px;
  color: black;
}

.partcataloguesearch-input-group {
  margin-top: 11px;
  margin-bottom: 7px;
}

.partcataloguesearch-input-group-name {
  height: 28px;
}

.partcataloguesearch-filter-scroll-label {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}

.partcataloguesearch-show-brend {
  margin-left: 40px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 1px;
  margin-left: 0px;
}

.partcataloguesearch-show-color {
  color: #3380FF;
}

.partcataloguesearch-foundby {
  font-size: 18px;
}

.partcataloguesearch-numberofproduct {
  font-weight: bold;
}

.partcataloguesearch-notfound {
  color: black;
  margin-top: 10px;
}

.partcataloguesearch-brend {
  width: 100%;
  background-color: #525452;
  color: #FFFFFF;
  padding: 0px 10px 0px 10px;
  font-weight: bold;
}

.partcataloguesearch-value {
  width: 100%;
  border: 1px solid #ccc;
  display: inline-block;
}

.partcataloguesearch-pointer {
  cursor: pointer;
}

.partcataloguesearch-image-size {
  width: 75px;
}

.partcataloguesearch-color {
  color: black;
}

.partcataloguesearch-coonection-product-margin {
  margin: 0px 0px 0px;
}

.partcataloguesearch-coonection-foundby-label {
  background-color: bisque;
  color: #000000;
  font-weight: bold;
}

.partcataloguesearch-number {
  font-size: 13px
}

.partcataloguesearch-qunatity {
  float: left;
  font-weight: bold;
}

.partcataloguesearch-qunatity-size {
  width: 75px;
}

.partcataloguesearch-qunatity-float {
  float: right;
}

.partcataloguesearch-add-cart {
  width: 100%;
  margin-top: 10px;
}

.partcataloguesearch-scroll {
  position: fixed;
  bottom: 10px;
  right: 51px;
  width: 3%;
  overflow: auto;
}

.part-detalis-heading-back-color {
  background-color: #525452;
  border-radius: 0px;
}

.part-details-heading-color {
  color: #fff
}

.part-details-margin {
  margin-left: 10px;
  margin-right: 10px;
}

.part-details-tabset {
  margin-left: 10px;
  margin-right: 10px;
}

.part-details-description {
  font-size: 17px;
  background-color: #525452;
  color: #ffffff;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}

.part-details-backtopart {
  color: black;
  float: right;
  cursor: pointer;
}

.part-details-float-right {
  float: right;
}

.part-details-quantity {
  width: 60px;
}

.part-details-add-to-cart {
  border-color: white;
  width: 100%
}

.part-details-add-to-desired {
  border-color: white;
  width: 100%
}

.part-details-info-product {
  background-color: #e9e9e9
}

.part-details-replacement-number-label {
  margin-top: 0px;
  margin-bottom: -5px
}

.part-details-replacement-number-td {
  width: 24%;
  text-align: left;
  padding: 2px;
}

.part-details-replacement-number-span {
  text-align: left;
  padding: 2px;
}

.part-details-panel-heading-height {
  height: 50px
}

.part-details-panel-heading-margin {
  margin-top: 5px;
}

.part-details-panel-text-align {
  text-align: left;
  padding: 2px;
}

.part-details-oe-brend {
  font-weight: bold;
  color: black;
}

.part-details-pointer {
  cursor: pointer
}

.part-details-document-description-span {
  font-size: 15px;
  color: #000000;
}

.part-details-document-description-color {
  background-color: red;
}

.part-details-part-list {
  font-size: 17px;
  background-color: #525452;
  color: #ffffff;
}

.part-details-part-name {
  color: black;
  border-bottom: 1px ridge
}

.part-details-price-td-width {
  width: 30%;
}

.part-details-price-tr-width {
  border-style: hidden;
}

.part-details-price-td-padding {
  border-radius: 100px;
  padding-bottom: 0px;
}

.part-details-price-td-paragraph {
  color: black;
  font-size: 13px;
  font-weight: 600;
}

.part-details-price-strong {
  color: black;
  font-size: 13px;
}

.part-details-td-border {
  border-style: hidden;
}

.part-details-td-qunatity-paragraph {
  margin-top: -7px;
}

.part-details-qunatity {
  border-style: hidden;
  margin-top: -6px;
}

.part-details-qunatity-number {
  width: 60px;
  height: 22px;
  margin-top: -14px;
}

.part-details-add-to-cart {
  margin-top: -18px;
  left: 173px;
}

.part-details-additional-list {
  font-size: 17px;
  background-color: #525452;
  color: #ffffff;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}

.part-details-additional-list-span {
  border-bottom: 1px dotted;
}

.part-details-contact-address {
  font-size: 17px;
  background-color: #525452;
  color: #ffffff;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}

.part-details-contact-address-td {
  text-align: left;
  padding: 2px;
}

.part-details-vechile {
  font-size: 17px;
  background-color: #525452;
  color: #ffffff;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}

.part-details-additional-information {
  font-size: 17px;
  background-color: #525452;
  color: #ffffff;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}

.part-details-main-partnumber {
  font-size: 17px;
  background-color: #525452;
  color: #ffffff;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}

.part-details-main-partnumber-span {
  border-bottom: 1px dotted;
}

.part-details-table-product {
  color: black;
}

.universal-product-details-back-color {
  background-color: #525452;
  border-radius: 0px;
}

.universal-product-details-span {
  color: #fff
}

.universal-product-details-brend {
  font-size: 17px;
  background-color: #525452;
  color: #ffffff;
}

.universal-product-details-price {
  font-weight: bold;
  color: black;
}

.universal-product-details-qunatity {
  width: 47px;
}

.universal-product-details-panel {
  background-color: #e9e9e9;
}

.universal-product-details-image {
  width: 100%
}

.universal-product-search-group-margin {
  margin-top: 15px;
}

.universal-product-search-group {
  height: 435px;
  background-color: eeeeee;
  width: 100%;
  border: 1px solid #CCC;
  margin-bottom: 10px;
  padding: 5px;
}

.universal-product-search-label {
  font-size: 14px;
  margin-top: 4px;
  color: black;
}

.universal-product-search-input {
  margin-top: 11px;
  margin-bottom: 7px;
}

.universal-product-search-btn-height {
  height: 28px;
}

.universal-product-search-btn-top {
  height: 28px;
}

.universal-product-search-group-name {
  height: 340px;
  overflow: auto;
}

.universal-product-search-group-name-label {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}

.universal-product-search-group-showgroup {
  margin-left: 40px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 1px;
  margin-left: 0px;
}

.universal-product-showgroup-color {
  color: #3380FF;
}

.universal-product-search-start {
  width: 100%;
}

.universal-product-search-brend {
  font-weight: bold;
  font-size: 15px;
}

.universal-product-search-pannel {
  width: 100%;
  border: 1px solid #ccc;
  display: inline-block;
}

.universal-product-search-pointer {
  cursor: pointer;
}

.universal-product-search-image-size {
  width: 75px;
}

.universal-product-search-paragraph {
  width: 75px;
}

.universal-product-search-foundby {
  background-color: bisque;
  color: #000000;
  font-weight: bold;
}

.universal-product-search-qunatity {
  float: left;
  font-weight: bold;
}

.universal-product-search-float-right {
  float: right;
}

.universal-product-qunatity-width {
  width: 75px;
}

.universal-product-search-add-to-cart {
  width: 100%;
  margin-top: 10px;
}

.add-user-pannel-background {
  background-color: #525452;
}

.add-user-pannel-label {
  color: #ffffff;
}

.add-user-color-label {
  color: black;
}

.add-user-form-margin {
  margin-bottom: 10px
}

.add-user-ng-select-back-color {
  background-color: white;
}

.add-user-locked {
  width: 107%;
  margin-left: 0%;
  margin-top: 17px;
}

.add-user-locked-label {
  width: 85%;
}

.add-user-form-group-btn {
  margin-left: 52%;
  margin-right: -6%;
}

.add-user-btn {
  width: 45%
}

.change-password-username {
  font-size: 14px;
  font-weight: bold
}

.edit-user-locked {
  width: 100%;
  margin-left: 0%;
}

.edit-user-locked-label {
  width: 90%;
}

.edit-user-label {
  width: 28px;
  font-size: 14px;
}

.edit-user-form-group {
  margin-left: 52%;
  margin-right: -6%
}

.user-list-pannel {
  margin-top: 15px;
}

.user-list-float-right {
  float: right;
}

.vechile-model-series-show-container {
  display: inline-block;
  width: 100%;
}

.vechile-model-series-tbody {
  cursor: pointer;
  color: black
}

.vechile-type-model-container {
  display: inline-block;
  width: 100%;
}

.vechile-type-model-manufacture {
  float: left;
  padding-top: 8px;
}

.vechile-type-tbody {
  cursor: pointer;
  color: black
}

.direct-search-for-vehicle-margin-top {
  margin-top: 3px;
}

.direct-search-for-vehicle-margin-left {
  margin-left: 1px;
}

.direct-search-vehicle-product-information {
  float: left;
  padding-top: 8px;
}

.direct-search-vehicle-not-found {
  margin-top: 20px;
  margin-left: 14px;
}

.direct-search-vehicle-not-found-color {
  color: black;
  margin: 0px;
}

.direct-search-vehicle-manufacture-filter-top {
  margin-top: 15px;
}

.direct-search-vehicle-manufacture-filter {
  height: 310px;
  background-color: #eeeeee;
  width: 100%;
  border: 1px solid #CCC;
  padding: 5px;
}

.direct-search-vehicle-manufacture-filter-label {
  height: 310px;
  background-color: #eeeeee;
  width: 100%;
  border: 1px solid #CCC;
  padding: 5px;
}

.direct-search-vehicle-manufacture-filter-input-group {
  margin-top: 11px;
  margin-bottom: 7px;
}

.float-left {
  float: left;
}

.direct-search-vehicle-manufacture-filter-scroll-label {
  font-size: 14px;
  margin-top: 4px;
  color: black;
}

.direct-search-vehicle-manufacture-filter-scroll-span {
  margin-left: 7px;
}

.direct-search-vehicle-group-product {
  height: 310px;
  background-color: #eeeeee;
  width: 100%;
  border: 1px solid #CCC;
  margin-top: 10px;
  padding: 5px;
}

.direct-search-vehicle-group-product-label {
  font-size: 14px;
  margin-top: 4px;
  color: black;
}

.direct-search-vehicle-group-product-input-group {
  margin-top: 11px;
  margin-bottom: 7px;
}

.direct-search-vehicle-manufacture-name-span {
  margin-left: 7px;
}

.direct-search-vehicle-manufacture-name-label {
  font-size: 12px;
  cursor: pointer;
}

.direct-search-vehicle-manufacture-scroll-font {
  font-size: 14px;
}

.direct-search-vehicle-manufacture-scroll-label {
  text-decoration: underline;
  cursor: pointer;
  color: #000000;
}

.direct-quick-search-vehicle-manufacture-group {
  height: 310px;
  background-color: #eeeeee;
  width: 100%;
  border: 1px solid #CCC;
  margin-top: 10px;
  padding: 5px;
}

.direct-quick-search-vehicle-manufacture-group-label {
  font-size: 14px;
  margin-top: 4px;
  color: black;
}

.direct-quick-search-vehicle-manufacture-group-input-group {
  font-size: 14px;
  margin-top: 4px;
  color: black;
}

.direct-search-vehicle-foundby {
  font-size: 18px;
  width: 100%
}

.direct-search-vehicle-foundby-brend {
  font-weight: bold;
}

.direct-search-vehicle-legend {
  display: inline
}

.direct-search-vehicle-brend {
  width: 100%;
  background-color: #525452;
  color: #FFFFFF;
  padding: 0px 10px 0px 10px;
  font-weight: bold;
}

.direct-search-vehicle-value {
  width: 100%;
  border: 1px solid #ccc;
  display: inline-block;
}

.direct-search-vehicle-image-size {
  width: 75px;
}

.direct-search-vehicle-color {
  color: black;
}

.direct-search-vehicle-warehouse {
  margin: 0px 0px 0px;
}

.direct-search-vehicle-connection-product {
  margin: 0px 0px 0px;
}

.direct-search-vehicle-foundby-span {
  background-color: bisque;
  color: #000000;
  font-weight: bold;
}

.direct-search-vehicle-number {
  font-size: 13px;
}

.direct-search-vehicle-qunatity {
  float: left;
  font-weight: bold;
}

.direct-search-vehicle-float-right {
  float: right;
}

.direct-search-vehicle-qunatity-value {
  width: 75px;
}

.direct-search-vehicle-add-to-cart {
  width: 100%;
  margin-top: 10px;
}

.app-component-back-color {
  background-color: #525452;
}

.app-component-margin-right {
  margin-right: 0px
}

.app-component-language {
  float: right !important;
}

.app-component-language-nav-bar {
  display: inline-block;
}

.app-component-language-dropdown-toogle {
  width: 185px !important;
  cursor: pointer;
}

.app-component-language-dropdown-span {
  background-color: green;
}

.app-component-li-font {
  font-size: 12px;
}

.app-component-li-width {
  width: 60%;
}

.app-component-li-label {
  color: black;
  border-bottom: 1px dotted;
}

.app-component-label-color {
  color: black;
}

.app-component-label-qunatity {
  color: black;
  padding-left: 20px;
}

.app-component-label-qunatity {
  color: black;
  padding-left: 20px;
}

.app-component-notification {
  color: white;
  font-size: 13px;
  margin-left: 20px;
}

.app-component-delete-btn {
  margin-right: 31%;
}


.app-component-li-cart-span {
  background-color: green;
}

.app-component-pointer {
  cursor: pointer;
}

.app-component-scroller::-webkit-scrollbar {
  width: 0.5em;
}

.app-component-scroller::-webkit-scrollbar-thumb {
  background-color: #C23F38;
  border: 1px solid white;
}

.app-component-scroller {
  overflow-y: scroll;
  height: 260px;
  cursor: pointer;
}


.app-component-universal-pannel {
  margin-left: 10%;
  cursor: pointer;
}

.app-component-universal-subgroup {
  margin-left: 20%;
}

.app-component-vehicle-information {
  margin-top: 10px;
  margin-bottom: 10px;
}

.app-component-vehicle-information-details {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

.app-component-vehicle-information-td-width {
  width: 45%
}

.app-component-vehicle-information-span {
  font-size: 10px;
}

.app-component-vehicle-information-more-detail {
  color: #ffffff;
}

.app-component-vehicle-show-template {
  width: 100% !important;
}

.app-component-btn {
  vertical-align: middle;
}

.app-component-text-align {
  text-align: center;
}

.app-component-float-right {
  float: right;
}

.app-component-footer-link {
  position: relative;
  top: 20px;
  width: 132px;
  float: right;
  color: #414141;
  font-size: 11px;
}

.app-component-footer-phone-number {
  font-size: 13px;
}

.moreInformation {
  cursor: pointer;
  text-decoration: underline;
  color: black;
}

.moreInformation-notfound {
  color: black;
}

.language-div-width {
  float: left;
  position: relative;
  min-height: 1px;
  width: 33%;
  text-align: center;
  padding-top: 13px;
  margin: 0px;
  padding: 0px;
}

.language-active {
}

.language-non-active {
  opacity: 0.2
}

.language-image-grid {
  width: 35px;
}

.language-border-bottom {
  border-bottom: solid black 1px;
  font-size: 14px;
}

.language-margin-top {
  margin-top: 5px;
}

.language-select:hover {
  opacity: 1;
  cursor: pointer;
}

.language-select-btn {
  margin-left: 52%;
  margin-right: -6%;
  margin-top: 10%;
}

.language-width-btn {
  margin-left: 45%;
  width: 40%
}

.language-paragrah-right {
  text-align: right;
}

.language-float-right {
  float: right;
}

.select-language-login:hover {
  background-color: darkseagreen;
}

.dropdown-menu-language-login {
  padding: 0;
  min-width: 150px;
  max-width: 150px;
  border-radius: 2px;
}

.dropdown-menu-language-div {
  margin-bottom: 2px;
  margin-top: 2px;
}

.dropdown-item-image {
  cursor: pointer;
  padding: 1px 1px 1px 7px;
}

.dropdown-item-image-margin {
  margin-bottom: 3px
}

.quick-search-img {
  width: 30px;
  height: 29px;
}

.quick-search-image-btn {
  width: 40px;
  height: 40px;
  margin-right: 1px;
  margin-top: 1px;
}

.vehicle-model-series-search-input {
  height: 29px;
  margin-top: 5px;
}

.vehicle-model-series-search-div {
  float: left;
  width: 20%;
}

.order-cart-color-span {
  background-color: #525452;
}

.order-cart-border {
  border-radius: 0px !important;
  border: 1px solid !important;
}

.notification-ul {
  z-index: 1250;
  border: 1px solid;
}

.user-profile-ul {
  padding: 0px;
  border-radius: 0px;
}

.order-list-btn {
  background: #525452;
  border: 1px solid;
  border-color: white;
  color: white !important;
}
.small-search-input {
  height: 32px;
}
.search-article {
  border-top: 1px solid #1a1c20;
}
.add-user-approve-login {
  width: 87%;
  height: 3.2rem;
  border: 1px solid #ddd;
  box-shadow: none;
}

.confirm-user-check {
  width: 3.2rem;
}

.allert-message-red-style {
  background-color: white;
  border-color: #e0b1b8;
  color: #B94A48;
  border-left: 11px solid;
}

.search-viacle-special-style {
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  border: 1px solid #ccc;
}

.choose-language {
  width: 60%;
  margin-left: 17%;
}

.choose-language-image-width {
  width: 78%
}
