.fade {
    opacity: 1;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.modal.fade .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.no-padding {
    padding: 0px!important;
}

.modal-content {
    border-radius: 3px;
    /*border: 0px;*/
}

.no-t-padding {
    padding-top: 0px;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.no-border {
    border: 0px !important;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-15 {
    margin-right: 15px !important;
}

.f-s-10 {
    font-size: 10px!important;
}

.f-s-12 {
    font-size: 12px!important;
}

.f-s-13 {
    font-size: 13px;
}

.f-s-14 {
    font-size: 14px;
}

.p-1em {
    padding: 1em;
}

.padding-t-b-1em {
    padding-top: 1em;
    padding-bottom: 1em;
}

.padding-b-1em {
    padding-bottom: 1em;
}

.padding-b-2em {
    padding-bottom: 2em;
}

.no-padding-l-r {
    padding-left: 0;
    padding-right: 0;
}

.padding-t-b-2px {
    padding-top: 2px;
    padding-bottom: 2px;
}

.padding-t-b-0px {
    padding-top: 0px;
    padding-bottom: 0px;
}

.padding-t-b-2px {
    padding-top: 2px;
    padding-bottom: 2px;
}

.padding-t-b-9px {
    padding-top: 9px;
    padding-bottom: 9px;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: inherit;
}

.color-white {
    color: #ffffff;
}

.color-black {
    color: black;
}

.color-inherit {
    color: inherit !important;
}

.wd-5pr {
    width: 5%;
}

.no-l-r-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-l-padding {
    padding-left: 0px;
}

.no-r-padding {
    padding-right: 0px;
}

.pl-0-8-em {
    padding-left: 0.8em;
}

.full-width {
    width: 100% !important;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-1em {
    margin-bottom: 1em;
}

.underline {
    text-decoration: underline;
}

.pointer {
    cursor: pointer !important;
}

.p-0-5 {
    padding: 0px 5px;
}

.p-l-r-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.p-l-r-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.p-t-2 {
    padding-top: 2px;
}

.p-t-10 {
    padding-top: 10px;
}

.text-blue {
    color: #1da1f2;
}

.bb-op-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 75%;
}

.style-none {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.bold {
    font-weight: bold;   
}

.p-r-10 {
    padding-right: 10px;
}

.padding-t-b-2em {
    padding-bottom: 2em;
    padding-top: 2em;
}

.radius-10 {
    border-radius: 10px;
}

.p-r-4em {
    padding-right: 4em;
}

.no-margin {
    margin: 0px!important;
}

.d-block {
    display: block!important;
}

.hidden {
    display: none;
}

.m-r-10 {
    margin-right: 10px;
}

.pre-space {
    white-space: pre;
}

.relative {
    position: relative;
}
.w-35 {
    width: 35%!important;
}