/**
* Project: < Expocar - Programari >;
* Author: < Dobre Sorin >;
* Company: Expocar;
**/
/*====================================================
#   GENERAL STYLES                                   #
====================================================*/
/* Animatii toate browserele
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
*/

* {
    border: 0 none;
    -webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html, body {
    border: 0 none;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: none;
    color: #343434;
    font-family: open_sansregular,Arial,Helvetica,Tahoma,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
}
@font-face {
    font-family: 'gloriolastd';
    src: url('../fonts/gloriola_std_regular-webfont.woff2') format('woff2'),
         url('../fonts/gloriola_std_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gloriolastdmedium';
    src: url('../fonts/gloriola_std_medium-webfont.woff2') format('woff2'),
         url('../fonts/gloriola_std_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'segois';
    src: url('../fonts/segois-webfont.eot');
    src: url('../fonts/segois-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segois-webfont.woff') format('woff'),
         url('../fonts/segois-webfont.ttf') format('truetype'),
         url('../fonts/segois-webfont.svg#segoisregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gloriolasemibold';
    src: url('../fonts/gloriola_std_semibold-webfont.woff2') format('woff2'),
         url('../fonts/gloriola_std_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*====================================================
#   HEADER                                           #
====================================================*/
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {

    background-color: #9F191B;

}
.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li.menu-open > a {

    color: #fff;
    background: #9F191B;

}
/*====================================================
#   select2 alterations                                           #
====================================================*/
.select2-container .select2-selection--single {
    height: 21px;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 4px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 19px;
}
/*====================================================
#   CONTENT                                          #
====================================================*/


#register-header {
    background-color: #f4f4f4;
    height: 100px;
    padding-top: 40px;
    text-align: center;
}
main#register-content {
    background-color: #f4f4f4;
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 8;
}
.register-title {
    color: #787878;
    font-family: segois;
    font-size: 30px;
}
.register-input-username > input {
    width: 100%;
}
.register-input-password > input {
    width: 100%;
}
.register-register-button {
    background-color: #2165b0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: segois;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.register-register-button:hover{
    color: #fff;
}
.register-no-account {
    color: #787878;
    font-family: segois;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}
.register-wrapper {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 3px 13px grey;
    display: inline-block;
    padding: 60px 50px;
    width: 375px;
}
.register-instruction {
    color: #333333;
    display: inline-block;
    font-family: segois;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 100%;
}
.register-input-username, .register-input-password {
    margin-top: 10px;
}
#register-page {
    background-color: #f4f4f4;
    display: block;
    min-height: 100%;
    position: relative;
    width: 100%;
}
.register-sau-poti-intra {
    color: #b1b1b1;
    font-family: segois;
    font-size: 16px;
    margin-top: 15px;
}
.line-not-through {
    background-color: #b1b1b1;
    display: inline-block;
    height: 1px;
    margin-top: 13px;
    vertical-align: top;
    width: 100px;
}
.register-facebook > span {
    border-left: 1px solid #b1b1b1;
    margin-left: 15px;
    padding-left: 15px;
}
.register-facebook {
    background-color: #aaa;  /*#3b5a9a;*/
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: segois;
    font-size: 16px;
    padding: 8px 18px;
    vertical-align: top;
}
.register-googleplus > span {
    border-left: 1px solid #b1b1b1;
    margin-left: 15px;
    padding-left: 15px;
}
.register-googleplus {
    background-color: #aaa;  /*#ce3633*/
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: segois;
    font-size: 16px;
    margin-left: 20px;
    padding: 8px 22px;
    vertical-align: top;
}
.register-sau-poti-intra-socials {
    margin-top: 10px;
}
.register-container{
    width: 100%;
}
.termenii-si-contitiile-bifa {
    margin-top: 10px;
}
.termenii-si-contitiile-bifa > input {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
}
.termenii-si-contitiile-bifa > span {
    color: #333333;
    font-family: segois;
    font-size: 15px;
    margin-left: 6px;
}

/* end .squaredThree */
/* .squaredFour */
.squaredFour {
    display: inline-block;
    margin: 1px auto;
    position: relative;
    vertical-align: top;
    width: 20px;
}
.squaredFour label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fff 0%, #fff 40%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 40%, #fff 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredFour label:after {
  content: '';
  width: 15px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #13a049;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squaredFour label:hover::after {
  opacity: 0.5;
}
.squaredFour input[type=checkbox] {
  visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.termenii-si-contitiile-bifa > span > a {
    color: #2165b0;
}
.register-wrapper > input {
    background-color: #eee;
    width: 100%;
}
.loginBtn {
    border-radius: 4px;
    background-color: #2165b0;
    color: #fff;
    font-family: segois;
    font-size: 16px;
    margin-top: 15px;
    padding: 5px 0;
    width: 100%;
}
.register-no-account > a {
    color: #333;
    font-family: segois;
    font-size: 16px;
}
.register-login-button{
    background-color: #9F191B;
    border-radius: 4px;
    color: #fff;
    font-family: segois;
    font-size: 16px;
    margin-top: 15px;
    padding: 5px 0;
    width: 100%;
}
.sidebar-menu {
    margin: 20px 0px;
}
.user-panel > .info {
    padding: 1px 5px 5px 15px;
}
.skin-blue .main-header .navbar {
    background-color: #9F191B;
}
.sidebar-toggle {
    font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    white-space: normal;
}
.selectize-control.multi .selectize-input > div {
    background: #2165b0 none repeat scroll 0 0;
    color: #fff;
}
.img-responsive-custom{
    width: 100%;
}
.listing-results-content-hidden, .cart-results-content-hidden{
    display: none;
}
.product-images > a {
    display: inline-block;
    position: relative;
    text-align: center;
}
.product-images-background-opaciter {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
}
.product-images-counter {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 17px;
    top: 18px;
}
.vezi-fisa-tehnica {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    margin-top: 16px;
}
.pace .pace-progress {
    background: #fff;
    height: 3px;
}
.pace .pace-progress-inner{
    box-shadow: none;
}
.product-images {
    display: inline-block;
}
.pace .pace-activity {
    border-top-color: #fff;
    border-left-color: #fff;
}
.button-arrow.up-arrow, .button-arrow.down-arrow{
    text-align: center;
}
.button-arrow.up-arrow > i, .button-arrow.down-arrow > i{
    font-size: 30px;
    cursor: pointer;
    padding: 2px 6px;
    margin-bottom: 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #9F191B;
}
.label-offer-counter {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 12px;
    text-align: center;
    border-radius: 4px;
    font-size: 11px;
}
.icon-aligner > i {
    float: left;
    position: relative;
    top: -1px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}
.select2-aligner {
    margin-left: -26px;
    margin-top: -4px;
}
.more-details-button {
    background-color: transparent;
    font-size: 24px;
    vertical-align: top;
    top: 0px;
    position: absolute;
    right: 0px;
}
.offer-details-button {
    margin-top: 15px;
    width: 300px;
    float: right;
}
.more-padding{
    padding-top: 20px;
}
.btn-app-custom {
    padding: 2px 12px;
    margin: -4px 0 5px 10px;
    min-width: 48px;
    height: 25px;
    vertical-align: top;
}
.btn-app-custom > .fa{
    display: inline-block;
    vertical-align: top;
}
.dropdown-menu-offer {
    display: none;
    width: 100%;
    position: relative;
}
.old-price {
    font-size: 11px;
    text-decoration: line-through;
}
.new-price {
    font-size: 10px;
}
.scoate-din-oferta > img, .adauga-in-oferta > img {
    margin-left: 5px;
}
.scoate-din-oferta, .adauga-in-oferta{
    background: transparent;
}
.register-footer{
    background-color: #f4f4f4;
}