/*background-color:#2196f3;
border-color:#2196f3;*/
:root {
    /*--main-bg-color:#2196f3;*/
    --main-bg-color:#116611;
    --button-color:#116611;
}

*,:active,:hover {
    -webkit-tap-highlight-color:transparent!important;
    outline:0!important;
    }
    
    *,:after,:before {
    box-sizing:border-box;
    }
    
    *,a,button,i,input {
    -webkit-font-smoothing:antialiased;
    }
    
    .btn {
    -moz-user-select:none;
    -ms-touch-action:manipulation;
    -ms-user-select:none;
    -webkit-user-select:none;
    border:1px solid transparent;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-bottom:0;
    touch-action:manipulation;
    user-select:none;
    vertical-align:middle;
    white-space:nowrap;
    }
    
    .btn,.form-control {
    background-image:none;
    padding:6px 12px;
    }
    
    .btn,.form-control,output {
    font-size:13px;
    line-height:1.42857143;
    }
    
    .btn,.input-group-addon {
    font-weight:400;
    text-align:center;
    }
    
    .btn-block {
    display:block;
    width:100%;
    }
    
    .btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    content:" ";
    display:table;
    }
    
    .btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
    clear:both;
    }
    
    .btn-primary {
    /*background-color:#2196f3;
    border-color:#0d8aee;*/
    background-color:var(--button-color);
    color:#fff;
    }
    
    .btn-primary .badge {
        background-color:#fff;
        color:var(--main-bg-color);
    }
    
    .btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
        /*background-color:#1791f2;*/
        border-color:#0d87e9;
        color:#fff;
    }
    
    .btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    background-image:none;
    }
    
    .btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
        /*background-color:#0a68b4;*/
        border-color:#064475;
        color:#fff;
    }
    
    .btn.focus,.btn:focus,.btn:hover {
    color:#333;
    text-decoration:none;
    }
    
    .btn:not(.btn-alt) {
    border:0;
    }
    
    .container {
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px;
    }
    
    .form-control {
    background-color:#fff;
    border:1px solid #e8e8e8;
    height:35px;
    width:100%;
    }
    
    .form-control {
    border-radius:0;
    box-shadow:0 0 0 40px transparent!important;
    resize:none;
    transition:all;
    transition-duration:.3s;
    }
    
    .form-control,output {
    color:#595959;
    display:block;
    }
    
    .form-control:focus,.form-control:hover {
        border-color:var(--main-bg-color);
    }
    
    .h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color:#333;
    font-family:inherit;
    font-weight:500;
    line-height:1.1;
    }
    
    .h1,.h2,.h3,h1,h2,h3 {
    margin-bottom:9px;
    margin-top:18px;
    }
    
    .h3,h3 {
    font-size:23px;
    }
    
    .header {
    margin-top:25px;
    }
    
    .header img {
    height:40px;
    }
    
    .help-block {
    color:#b6b6b6;
    display:block;
    margin-bottom:10px;
    margin-top:5px;
    }
    
    .input-group {
    border-collapse:separate;
    display:table;
    position:relative;
    }
    
    .input-group .form-control {
    float:left;
    margin-bottom:0;
    position:relative;
    width:100%;
    z-index:2;
    }
    
    .input-group .form-control,.input-group-addon,.input-group-btn {
    display:table-cell;
    }
    
    .input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius:0;
    border-top-right-radius:0;
    }
    
    .input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius:0;
    border-top-left-radius:0;
    }
    
    .input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius:0;
    }
    
    .input-group .input-group-addon {
    color:#333;
    min-width:40px;
    padding:0;
    }
    
    .input-group-addon {
    background-color:#fcfcfc;
    border:1px solid #e8e8e8;
    border-radius:0;
    color:#595959;
    font-size:13px;
    line-height:1;
    padding:6px 12px;
    }
    
    .input-group-addon,.input-group-btn {
    vertical-align:middle;
    white-space:nowrap;
    width:1%;
    }
    
    .input-group-addon:first-child {
    border-right:0;
    }
    
    .input-group:not([class*=input-group-]) .input-group-addon,.panel-title {
    font-size:15px;
    }
    
    .input-group[class*=col-] {
    float:none;
    padding-left:0;
    padding-right:0;
    }
    
    .m-b-15 {
    margin-bottom:15px!important;
    }
    
    .m-b-25 {
    margin-bottom:25px!important;
    }
    
    .m-t-0 {
    margin-top:0!important;
    }
    
    .panel {
    background-color:#fff;
    border:1px solid transparent;
    border-radius:2px;
    box-shadow:0 1px 1px rgba(0,0,0,.05);
    margin-bottom:18px;
    }
    
    .panel-body {
    padding:15px;
    }
    
    .panel-heading {
    border-bottom:1px solid transparent;
    border-top-left-radius:1px;
    border-top-right-radius:1px;
    padding:10px 15px;
    }
    
    .panel-heading>.dropdown .dropdown-toggle,.panel-title {
    color:inherit;
    }
    
    .panel-primary {
    border-color:var(--main-bg-color);
    }

    .panel-primary>.panel-heading {
        background-color: var(--main-bg-color);
        color:#fff;
    }
    
    .panel-title {
    margin-bottom:0;
    margin-top:0;
    }
    
    .text-center {
    text-align:center;
    }
    
    a {
    background-color:transparent;
    color:var(--main-bg-color);
    }
    
    a,a:focus,a:hover {
    text-decoration:none;
    }
    
    audio,canvas,progress,video {
    display:inline-block;
    vertical-align:baseline;
    }
    
    body {
    background-color:#edecec;
    color:#767676;
    font-size:13px;
    line-height:1.42857143;
    position:relative;
    }
    
    body {
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    padding-bottom:95px;
    padding-top:0;
    }
    
    body,html {
    background:#f6f8f9;
    height:100%;
    margin:0;
    min-height:100vh;
    padding:0;
    }
    
    button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance:button;
    cursor:pointer;
    }
    
    button,input,optgroup,select,textarea {
    color:inherit;
    font:inherit;
    margin:0;
    }
    
    button,input,select,textarea {
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
    }
    
    html {
    -ms-overflow-style:auto;
    -ms-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust:100%;
    font-family:sans-serif;
    font-size:10px;
    overflow-x:hidden;
    }
    
    img {
    border:0;
    vertical-align:middle;
    }
    
    input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width:100%;
    }
    
    label {
    display:inline-block;
    margin-bottom:5px;
    max-width:100%;
    }
    
    label {
    font-weight:500;
    }