﻿.none-border-radius, .none-border-radius:hover, .none-border-radius:active, .none-border-radius:focus {
    border-radius: 0 !important;
}
.error{    color: red;
    margin-bottom: 10px;}
.none-outline, .none-outline:hover, .none-outline:active, .none-outline:focus {
    outline: none !important;
}

.none-box-shadow, .none-box-shadow:hover, .none-box-shadow:active, .none-box-shadow:focus {
    box-shadow: none !important;
}

.none-border, .none-border:hover, .none-border:active, .none-border:focus {
    border: none !important;
}

.color-pink {
    color: #ef2f72 !important;
}
/*.border-blue {
    border-color: #01B1AF !important;
}*/
.color-white {
    color: #ffffff !important;
}

.color-black {
    color: #000000 !important;
}
.border-left-ccc {
    border-left: 1px solid #ccc
}
.background-pink, .background-pink:hover, .background-pink:active, .background-pink:focus {
    background-color: #ef2f72 !important;
}
.background-pink-1, .background-pink-1:hover, .background-pink-1:active, .background-pink-1:focus {
    background-color: #be0058 !important;
}
.background-black, .background-black:hover, .background-black:active, .background-black:focus {
    background-color: #000000 !important;
}
.border-1px {
    border-width: 1px;
}
.background-brown {
    background-color: #d0c69f !important;
}
.border-2px {
    border-width: 2px;
}
.background-vani, .background-vani:hover, .background-vani:active, .background-vani:focus {
    background-color: #f7f1db!important;
}
.background-red {
    
}
.border-3px {
    border-width: 3px;
}

.border-solid {
    border-style: solid;
}

.border-dashed {
    border-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.border-red {
    border-color: #8b0304;
}
.border-pink {
    border-color: #ef2f72;
}

.border-white {
    border-color: #ffffff;
}

.border-red {
    border-color: #000000;
}

.border-transparent {
    border-color: transparent !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-italic {
    font-style: italic;
}

.text-bold {
    font-weight: bold;
}
.text-underline {
    text-decoration: underline
}

.clr {clear:both}

.display-none {display:none}
.item-nobg {background:none !important}
.border-line {border-bottom:1px solid #ccc; margin-top:7px}
.padding-left-0 {padding-left:0}
.padding-right-0 {padding-right:0}

.border-header-right{border-right: 1px dotted #fff;}

.border-1-000{border: 1px solid #000}
.border-1-fff{border: 1px solid #fff}
.width-20 {width: 20px;}
.height-20 {height: 20px;}
.mg-right-5{margin-right: 5px}
.fft {float: left;}