/*
Theme Name: SendAPI
Description: Проект по поиску авто запчастей
Version: 1.0
Theme URI: https://sendapi.net
Author: Alexfkz
*/

html,body {
    height: 100%;
    min-height: 100%;
    display: block;
}
body {
    background: #EDE9ED;
}

.container {
    max-width: 960px;
}

.header {
    margin: 20px 0;
}

.logo {
    background: url(img/logo2.svg);
    height: 50px;
    width: 220px;
    display: inline-block;
}

.logo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.logo a span{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #333;
    font-size: 9.6px;
    margin: 3px 0;
    background: #ede9ed;
}

.pre {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    word-break: break-all;
    font-size: 13px;
    color: #333;
}

.pre pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: 0;
}

.auth_block {
    padding: 5px 0;
    display: inline-block;
}

.page-header {
    margin: 0px 0 20px;
    border-bottom: 1px solid #ccc;
}

.page-header .main_heading {
    margin-top: 0;
}

.btn-default {
    color: #ffffff;
    background-color: #505050;
    border-color: #505050;
}

.footer-content {
    border-top: 1px dashed #ccc;
    padding: 15px 0;
    font-size: 10px;
}

.auth_block2{
    margin: 8px 15px;
}
.auth_block2 button, .auth_block2 .exit{
    border-color: #ac3911;
    background-color: transparent;
    padding: 6px 10px;
}
.auth_block2 button:hover, .auth_block2 button:focus {
    background-color: #ac3911;
}
.auth_block2 .dropdown-menu{
    right: 0;
    left: inherit;
}
.auth_block2 .btn-default:active:hover,
.auth_block2 .btn-default.active:hover,
.auth_block2 .open>.dropdown-toggle.btn-default:hover,
.auth_block2 .btn-default:active:focus,
.auth_block2 .btn-default.active:focus,
.auth_block2 .open>.dropdown-toggle.btn-default:focus,
.auth_block2 .btn-default:active.focus,
.auth_block2 .btn-default.active.focus,
.auth_block2 .open>.dropdown-toggle.btn-default.focus {
    color: #ffffff;
    background-color: #ac3911;
    border-color: #ac3911;
}


.tariff_price{
    font-size: 30px;
    font-weight: bold;
    color: #e95420;
}
.title_block{
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
}
.title_block:after{
    display: block;
    width: 150px;
    height: 2px;
    content: '';
    background: #e95420;
    margin: 10px auto 0;
}

.widget_setting .panel-heading input[type="checkbox"]{
    margin: 0;
}
.widget_setting .panel-heading label{
    margin: 0;
}
.widget_setting .widget_setting_content{
}

.sendapi_chat_widget{
    border: 0!important;
    padding: 0!important;
    position: fixed;
    bottom: 0;
    right: 0;
}
.sendapi_chat_widget .sendapi_widget_button{
    border-radius: 4px 4px 0 0;
}
.required-mark {
    color: #ff3138;
}
input.error {
    border: 1px solid #ff0000;
}
label.error {
    color: #ff0000;
    font-weight: normal;
}
small.error{
    color: #ff0000;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}
.files img{
    height: 50px;
}

.bot_command_tree {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 5px;
    border-top: 0;
}
ul.bot_command_tree_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.bot_command_tree table{
    margin: 0;
}
ul.bot_command_tree_ul .bot_command_tree_ul{
    list-style-type: none;
    margin: 0;
    padding-left: 20px;
}
@media (max-width: 767px){
    .navbar .dropdown-menu a {
        color: #333333;
    }

    .menu_navigation{
        padding: 0;
    }
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.error.invalid-feedback {
    color: red;
    font-size: 12px;
}

#widget_edit .messengers .messenger_item:first-child .cat_sort_up {
    display: none;
}
#widget_edit .messengers .messenger_item:last-child .cat_sort_down {
    display: none;
}
.text_break-all{
    word-break: break-all;
}
