
body {font-family: Arial;}

/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #a7d7f9;
background-color: white;
border-top: none;
border-right: none;



}

/* Style the buttons inside the tab */
.tab button {
    background-image: linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,#ffffff 100%);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 0.8125em;
    background-position: right bottom;
    color: #0645ad;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 3.07692308em;
    position: relative;
    padding-top: 1.25em;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8125em;
    cursor: pointer;
}



/* Create an active/current tablink class */
.tab button.active {
    background-image: none;
    background-color: white;
    border: none;
    background-position: right bottom !important;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 16px;
    border: 1px solid #a7d7f9;
    border-top: none;
    border-right: none;
}

h3{
    margin-bottom: 0.25em;
    padding: 0;
    font-family: 'Linux Libertine','Georgia','Times',serif;
    line-height: 1.3;
    font-size: 1.8em;
    font-weight: 200;
}
hr{
    padding: 0;
}

p{
    font-size: calc(1em * 0.875);
    line-height: 1.6;
}

.f-25{
    font-size:12px;
}

.list-group-item{
    border:none;
    padding:5px;
    /*line-height:13px;*/
    margin-top:2px;
    font-size: 13px;
    line-height: 1.125em;
}

ul{
    padding-left: 0px;
    background-color: #f6f6f6 !important;
}

li,ul,body,a , .bg-secondary{
    background-color: #f6f6f6 !important;
}

input{
    background-color: rgba(255,255,255,0.5);
    color: #000000;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a2a9b1;
    border-radius: 2px;
    padding: 0.4em 1.84615385em 0.4em 0.4em;
    -webkit-box-shadow: inset 0 0 0 1px transparent;
    box-shadow: inset 0 0 0 1px transparent;
    font-size: 0.8125em;
    direction: ltr;
    -webkit-transition: border-color 250ms,box-shadow 250ms;
    -moz-transition: border-color 250ms,box-shadow 250ms;
    transition: border-color 250ms,box-shadow 250ms;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}


.search-icon{
  position: absolute !important;
    right: 40px !important;
    background-color: #ffffff00 !important;
    width: 4px !important;
    top: 60px !important;
    border: none !important;
    color: gray !important;
}
