﻿/*colors:*/
/*colors:*/
.ico {
    display: inline;
}

.ico-arrow-right {
    background: url('/images/ico-arrow-green.svg') center center no-repeat;
    padding: 0 15px;
}

.ico-twitter {
    background: url('/images/ico-twitter-blue.svg') center center no-repeat;
    padding: 0 10px 0 10px;
}

.btn {
    display: inline-block !important;
    padding: 0px 16px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    zoom: 1 !important;
    font-family: 'ProximaNova-Regular' !important;
}

.btn span {
font-family: 'ProximaNova-Regular' !important;
}

.btn-large {
    line-height: 53px !important;
    font-size: 22px !important;
    font-weight: bold !important;
}

.btn-medium {
    line-height: 42px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.btn-small {
    line-height: 32px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.btn-green {
    color: #ffffff !important;
    background-color: #88c744 !important;
    border: 1px solid #88c744 !important;
}

.btn-green:hover {
    background-color: #8ccd46 !important;
}

.btn-green:active,
.btn-green.active {
    background-color: #82be40 !important;
}

.btn-green.disabled,
.btn-green[disabled] {
    opacity: 0.6 !important;
    background-color: #88c744 !important;
    cursor: default !important;
}

.btn-green-invert {
    color: #88c744 !important;
    background-color: transparent !important;
    border: 1px solid #88c744 !important;
    padding: 0 25px !important;
}

.btn-green-invert .caret {
    border-top-color: #88c744 !important;
}

.btn-green-invert:hover,
.btn-green-invert:active,
.btn-green-invert.active {
    color: #ffffff !important;
}

.btn-green-invert:hover {
    background-color: #8ccd46 !important;
}

.btn-green-invert:hover .ico-arrow-right {
    background: url('/images/ico-arrow-white.svg') center center no-repeat !important;
}

.btn-green-invert:active,
.btn-green-invert.active {
    background-color: #82be40 !important;
    -webkit-box-shadow: inset 0px 0px 14px 3px #82be40 !important;
    -moz-box-shadow: inset 0px 0px 14px 3px #82be40 !important;
    box-shadow: inset 0px 0px 14px 3px #82be40 !important;
}

.btn-green-invert:active .ico-arrow-right,
.btn-green-invert.active .ico-arrow-right {
    background: url('/images/ico-arrow-white.svg') center center no-repeat !important;
}

.btn-green-invert.disabled,
.btn-green-invert[disabled] {
    opacity: 0.6 !important;
    background-color: transparent !important;
    color: #88c744 !important;
    cursor: default !important;
}

.btn-yellow {
    color: #ffffff !important;
    background-color: #f7a900 !important;
    border: 1px solid #f7a900 !important;
}

.btn-yellow:hover {
    background-color: #ffb108 !important;
}

.btn-yellow:active,
.btn-yellow.active {
    background-color: #f2a600 !important;
}

.btn-yellow.disabled,
.btn-yellow[disabled] {
    opacity: 0.6 !important;
    background-color: #f7a900 !important;
    cursor: default !important;
}

.btn-gray {
    color: #b4b4b4 !important;
    background-color: transparent !important;
    border: 1px solid #b4b4b4 !important;
}

.btn-gray span {
    color: #b4b4b4 !important;
}

.btn-gray:hover {
    color: #c3c3c3 !important;
    border-color: #c3c3c3 !important;
}

.btn-gray:active,
.btn-gray.active {
    color: #aaaaaa !important;
    border-color: #aaaaaa !important;
    -webkit-box-shadow: inset 0px 0px 14px 3px transparent !important;
    -moz-box-shadow: inset 0px 0px 14px 3px transparent !important;
    box-shadow: inset 0px 0px 14px 3px transparent !important;
}

.btn-gray.disabled,
.btn-gray[disabled] {
    opacity: 0.6 !important;
    border-color: #b4b4b4 !important;
    color: #b4b4b4 !important;
    cursor: default !important;
}

.btn-danger {
    color: #ffffff !important;
    background-color: #d33b3e !important;
    border: 1px solid #d33b3e !important;
}

.btn-danger:hover {
    background-color: #da3e41 !important;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #c9373a !important;
    -webkit-box-shadow: inset 0px 0px 14px 3px #c9373a !important;
    -moz-box-shadow: inset 0px 0px 14px 3px #c9373a !important;
    box-shadow: inset 0px 0px 14px 3px #c9373a !important;
}

.btn-danger.disabled,
.btn-danger[disabled] {
    opacity: 0.6 !important;
    background-color: #d33b3e !important;
    cursor: default !important;
}

.caret {
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    vertical-align: top !important;
    border-top: 5px solid #ffffff !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
    content: "" !important;
}

.btn .caret {
    margin-top: 18px !important;
    margin-left: 18px !important;
}

.btn-group-logout {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.btn-group-logout .btn {
   margin-left: 5px;
}


/* Themes */

.btn-theme-container {
    position: absolute;
    top: 24px;
    right: 24px;
}

.btn-theme {
    display: inline-block;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    border-radius: 0.25rem;
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
}

.active {
    border-color: #f7a900;
}

.btn-theme-blue {
    background: #4a8bbb;
}

.btn-theme-black {
    background: #222222;
}

/* Themes End */

