.button{
    color: #ffffff;
    background: #322B80;
    border-radius: 8px;
    padding: 0px 16px;
    line-height: 33px;
    height: 33px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    border: none;
}

.button.danger{
    background: #FF0000 !important;
}

.button.success{
    background: #42a60b !important;
}

.button-inverse{
    color: #322B80;
    background: #ffffff;
    border-radius: 8px;
    padding: 0px 16px;
    line-height: 33px;
    height: 33px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #322B80;
}

.button-inverse.disabled{
    background: #d3d3d3;
    cursor: default;
}

.button.disabled{
    background: #d3d3d3;
    cursor: default;
}

.button.disabled:hover{
    text-decoration: none;
}

.button-inverse.disabled:hover{
    text-decoration: none;
}

.button-inverse:hover{
    text-decoration: underline;
}

.no-hover:hover{
    text-decoration: none !important;
}

.pointer{
    cursor: pointer;
}
.pointer:hover{
    text-decoration: underline;
}

.button-inverse.elastic{
    min-height: 33px;
    height: auto;
}

.button-inverse span{
    color: #000000;
    font-size: 12px;
    font-weight: 300;
}

.button-inverse.form{
    height: 29px;
    line-height: 29px;
    cursor: pointer;
}

h1{
    color: #312087;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.77px;
}

h1 span.small{
    font-size: 22px;
    color: #6558A5;
}

h2 span.small{
    font-size: 14px;
    color: #6558A5;
}

h3 span.small{
    font-size: 12px;
    color: #6558A5;
}

h2 {
    color: #312087;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.77px;
    line-height: 1.3em;
}

a{
    text-decoration: none;
    color: #322b80;
    letter-spacing: 0.29px;
}

a:hover{
    text-decoration: underline;
}

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

.simple-list{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.simple-list .active{
   font-weight: 800;
}

.simple-list li a{
    margin-bottom: 5px;
    display: inline-block;
}

.table-style-list{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.table-style-list .top-borderder{
    border-top: 1px solid #BFBFBF;
}

.table-style-list li{
    width: 100%;
    border-bottom: 1px solid #BFBFBF;
    clear: both;
    display: inline-block;
    min-height: 40px;
    line-height: 40px;
    color: #312087;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.48px;
}

.table-style-list li span{
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    float: right;
}

.table-style-list li .category-list {
    display: block;
    width: 450px;
    text-align: right;
    float: right;
}

.table-style-list li .category-list span {
    float: none;
}

.centered-line{
    background-image: url("./images/grey--double-dot.png");
    background-repeat: repeat-y;
    background-position: center;
}

.horizontal-line{
    background-image: url("./images/grey--double-dot.png");
    background-repeat: repeat-x;
    background-position: center;
}

.breadcrumb{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top:30px;
}

.breadcrumb li{
   float: left;
}

.breadcrumb li a{
    font-weight: bold;
    text-decoration: none;
    padding-right: 12px;
    margin-right: 12px;
   border-right: 1px solid #BFBFBF;
}

.breadcrumb li a:hover:hover{
    text-decoration: underline;
}

.paginator{
    margin: 0px;
    padding: 0px;
    list-style: none;
    clear: both;
}

.paginator li{
    float: left;
    padding: 0px;
    margin: 0px;
}

.paginator li a{
    display: inline-block;
    width: auto;
    height: 23px;
    padding: 0px 5px;
    line-height: 23px;
    text-align: center;
    border:1px solid #3E3888;
    border-left:none;
    text-transform: uppercase;
    font-weight: 700;
}

.paginator li a.active,
.paginator li a:hover{
    background: #008ED2;
    color:#ffffff;
}

.paginator li.back a {
    width: auto;
    padding: 0px 10px;
    border-left:1px solid #3E3888;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;

}

.paginator li.forward a {
    width: auto;
    padding: 0px 10px;
    border-right:1px solid #3E3888;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.alert{
    background: #0095db;
    margin:20px 0px;
    padding: 15px;
    text-align: center;
    font-weight: 300;
    color:#ffffff;
    border-radius: 8px;
    z-index: 200;
}

.alert .close-button{
    font-weight: 300;
    text-align: center;
    border:1px solid white;
    border-radius: 15px;
    line-height: 14px;
    width: 15px;
    height: 15px;
    font-size: 13px;
}

.text-muted{
    padding: 5px 10px 15px 10px;
    color: darkgrey;
}

.text-muted-only{
    color: darkgrey;
}

.text-danger{
    color:#FF0000 !important;
}

.text-success{
    color:#42a60b !important;
}

.text-super-strong {
    font-weight: 800 !important;
}

.social-login-button{
    width: 220px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 5px 3px;
    background-size: 28px;
}

.social-login-button.facebook{
    background-image:url('./images/login/facebook.png');
}

.social-login-button.google{
    background-image:url('./images/login/google.png');
}

.social-login-button.linkedin{
    background-image:url('./images/login/linkedin.png');
}

.social-login-button.twitter{
    background-image:url('./images/login/twitter.png');
}

.fb-xfbml-parse-ignore {
    padding: 5px 0px 5px 30px;
    background-image:url('./images/login/facebook.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 27px;
}

.order-thumbnail{
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.payment-list{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.payment-list li{
    margin: 0px 0px 10px 20px;
}

.service-order-wrapper.has-parent{
    margin-left: 20px;
}

.banner-slot{
    padding-right: 10px;
    margin: 20px 0px 20px 0px;
    text-align: center;
}

.banner-slot img {
    max-width: 100%;
}

.underlined{
    text-decoration: underline;
}

.vote-wrapper{
    height: 30px;
    width: 100%;
    background: #e1f0fd;
}

.vote--bar{
    height: 30px;
    background: #0095db;
    line-height: 30px;
    padding-left: 10px;
    color:white;
}

.monograme{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    background: #322B80;
    color: #ffffff;
}

.message{
    padding: 15px;
    background: #f4faff;
    border-radius: 5px;
}

.message-text{
    padding-left: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.common-list {
    padding: 0px 0px 0px 20px;
}

ul.common-list .active a{
    font-weight: bold;
}