﻿::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #194d19; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #387c0a; 
}

body{
}

.navbar{
    box-shadow:2px 2px 5px #194d19;
    opacity:0.9;
    background:#fff;
}

.navbar .nav-item{
    font-size:1.4rem;
    padding-right:1.4rem;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#showcase{
    position:relative;
    background:url('img/news_bg.jpg');
    min-height: calc(100vh - 136px - 64px);
    
}



@media (max-width: 768px) {


  .mb-resp {
    margin-bottom: 1rem; }

  #showcase{
    min-height:600px;
}
}

@media(max-width:992px){
    .md-foot {
        min-width:600px;
    }
}

#main-footer {

    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #194d19;
    background-image: url('img/footbg.png');
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box.box-success {
    border-top-color: #387c0a;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.panel-body {
    padding: 15px;
}
.color-text{
    color: rgba(33, 37, 41, 0.5);
}

.border-costome{
        border: 0.6px solid #194d19 !important;
}

.btn-geen:hover {
    color: #fff;
    background-color: #387c0a;
    border-color: #387c0a;
}

.error{
   color:red;
   border-color:red;
}

@media (max-width:1400px){
    #showcase{
        min-height:400px;
    }
}


.MVCCapcha, .MVCCapcha a:hover {
  color: #a9abad;
  line-height: 0;
  font-size: 0; }
.MVCCapcha {
    max-width: 50%;
    display: inline-block;
    padding: 0;
}


.MVCCapcha > img {
    border-radius: 0.35rem;
    border: solid 1px #a9abad !important;
    border-left: none;
    background-color:black;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 85%;
    float: right;
    height: 50px;
}
    .MVCCapcha > a {
        max-width: 15%;
        width: 100%;
        position: relative;
        float: left;
        max-height: 71px;
        height: 50px;
        display: block !important;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAXCAYAAAD+4+QTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAHbSURBVHja3JY9aFRBEIC/F4M5JSAqQcihnWVEixQmnXZBUFCwUdBCRCFaqY2FtSLWpjFRUwj2gkYsFCwEQYPiD1ekMMSLP/HUgAh+Fk7xeMa9DYcWLgzszu7Ot/N2ZvYVKn+7dfEPWg6kBuwExoHXQBOYA54AF4EBoEhaUFOySj2nzqqf1Q/qM/VljBeif0AtYk+vWi/bSQE2qvfVr+o1dUjtDmOFWlP3qHf91cbUHvWM2siB1NXHalMdaeMt6skAnVcvhedJSJd6Wf0RpydTDquL6lt1JgXpU7cH4ESm8X51XL0d+1Tfl9d0V+JgH7AFaADXMyN0NdAH9AIPQvciFV131DfqhWV8prZSzZMBoB943kHubQAGU8m4CHwB5juAHANulBXVO9kfuukOIJvinv4IedRhmVoBbK4esgoZiztZU5qfBk4BnzIg24CtwOkUZC+wLvoLwEPgHfAt05NRQOBmKoRn1O8Rxk11cBmheiQS8Wh1rrpwNiDH1VvqvLorAzAagKtRuZOQhtpSd6jr1XtRjybV4SWq8G51KgBXoszTDlKPEr8yxjX1bHjYUj+W3pNWvCev1EOl9+Q3KTLe+B5gCDgIDANrQz8HTAETwNO48CVb8d/8SPwcAAXMUi3mMKbZAAAAAElFTkSuQmCC') /*../Content/img/captch-refresh.png*/ #1d932a no-repeat center;
        border-radius: 0.35rem;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        font-size: 0;
    }
.MVCCapcha a {
    color: #1d932a;
    margin: 0;
}
.MVCCapcha br {
    display: none !important; 

}
.MVCCapcha input[type="text"] {
    min-height: 32px !important;
    box-shadow: none;
    border: solid 1px #a9abad;
    border-radius: 5px;
    max-width: none;
    padding: 2px 10px;
    color: #333;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px !important;
    font-size: 1rem;
    float: right;
    line-height: 1.5;}