html {
    font-family: 'Open Sans', sans-serif;
}

.btn {
    border-radius: 0px;
}


.font-20 {
    font-size: 20px;
}

.panel-custom {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    /*background-color: rgba(0,0,0,0.8);*/
    border: 1px solid transparent;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-custom .panel-body {
    border-top: 0px !important;
    border-radius: 0px;
}

.panel-custom > .panel-heading {
    border-radius: 0px;
/*    color: #333;
    background-color: #000;
    opacity : 0.8;
    border-color: #ddd;*/
}

.panel.panel-full-black {

}

.panel.panel-full-black .panel-heading {
    background-color: rgba(0, 0, 0, 0.8) !important;
    color: #fff;
}

.panel-full-black .panel-body {
    background-color: rgba(0,0,0,0.8) !important;
    color: #fff;
}

.panel-custom select {
    color : #000;
    border-radius: 4px !important;
}


.login-header {
    padding-top : 25px;
    padding-bottom : 5px;
    font-size: 24px;
}

.panel-custom>.panel-body {
    padding: 15px;
}

.fa-login-input {
    margin-left: 35px;
    margin-top: 15px;
}

.panel-custom input[type='email'],
.panel-custom input[type='password']{
    border-radius: 0px;
    height: 50px !important;
}

.panel-custom > .panel-heading {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.80);
    border-radius: 0px;
}


.panel-register input,
.panel-register input[type='email'], 
.panel-register input[type='password'] {    
    border-radius: 0px;
    height: inherit !important;
}

.panel-register select {
    border-radius: 0px;
}

.huge-fa-container {
    margin-top: 15px;
}

a.huge-fa {
    text-decoration: none;      
}

a.huge-fa div { 
    text-align: center;
    width: 150px;
    padding: 25px 25px;
    background: #dee5ec;
    color : #000;
}


a.huge-fa i {
    font-size: 78px;
    color : #000;    
    margin-bottom: 10px;
}

form#akinita-results select,
form#akinita-results input:not([type="submit"]) {
    color: #000;
    border-radius: 4px;
}

.akinita-submit {
    margin-left: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 0px;
}

.table>thead>tr>th {
    vertical-align: middle;
    /*text-align: center;*/
}

.modal-header button.close {
    color : #fff;
    opacity: 1;
    min-height: 24px;
}

tr.clickable-tr {
    cursor : pointer;
}

.group-tr {
    background-color: #abd2d4;
    vertical-align: top;    
}

.group-tr th {
    text-align: center;    
}

.table-scroll-x {
    overflow-x: auto !important;
    overflow-y: hidden;
}

#map { 
    margin-top: 0px;
    height: 100%; 
    min-height: 700px;
    width: auto;     
}

.blocksize-select {
    margin: 20px;
    vertical-align: top;
    padding-top: 7.5px;
}

div.filters {    
    margin-bottom: 15px;
}

form#akinita-results .form-control {    
    display: inline-block;    
    float: right;
}

.w350 {
    width: 350px;
}

.filters-panel-heading {
    
}


form#akinita-results .col-sm-6 label {
    width : 24%
}

form#akinita-results .col-sm-6 .form-control {
    width : 75%
}

form#akinita-results #sm-filters .col-sm-6 label {
    width : 70%
}

form#akinita-results #sm-filters .col-sm-6 .form-control {
    width : 30%
}

.left-segment {
    width:200px;    
    float:left;    
}

.right-segment {    
    width:auto;        
    overflow:hidden;
    margin-left : 210px;
}

a[data-toggle="collapse"] {
    text-decoration: none;
}

a.btn-project-main[data-toggle="collapse"] {
    margin-top: 5px;
}

.form-group label {
    margin-top: 5px;
}

.nav.nav-tabs {
    background-color: #fff;
    padding: 10px 10px 0px 10px;
}

.nav.nav-tabs a {
    font-size: 16px;
}

.nav.nav-tabs i {
    font-size: 20px;
}

.nav-tabs>li>a {
    color: #555;
    border : 0px;
    border-radius: 0px;
}

.nav-tabs>li>a.btn-success:focus,
.nav-tabs>li>a.btn-success:hover {
    text-decoration: none;
    background-color: #449d44;
    color: #fff;
}

.tab-content {
    background-color: #fff;
    padding: 10px;
}

ul.nav.nav-tabs {
    border-bottom: 0px;
}

.pagination {
    margin-top : 0px;
    margin-bottom : 5px;    
}



.paginator-black .pagination >.active>a,
.paginator-black .pagination>.active>a:focus,
.paginator-black .pagination>.active>a:hover,
.paginator-black .pagination>.active>span,
.paginator-black .pagination>.active>span:focus,
.paginator-black .pagination>.active>span:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.paginator-black .pagination>li>a,
.paginator-black .pagination>li>span {
    color: #000;
}






.infowindow {
    padding-top: 10px;
    font-weight: bold;    
    min-width: 175px;
    max-width: 310px;    
}

.akinita-details-wrapper {
    background-color: #fff;
    padding : 15px 0px;
    margin-bottom: 25px;
}

form#edit-akinito {
    /*text-align: right;*/
}
form#edit-akinito h3{
    /*text-align: left;*/
}

form#edit-akinito input[type='text'] {        
    /*width : 400px;*/
}

.results {
    margin-bottom: 25px;
}

.table-hover>tbody>tr:hover {
    background-color: rgba(211, 212, 210, 0.51);
}


.modal .modal-content {
    color : #333;
    border-radius: 0px;
}

.modal .modal-title {
    font-size : 20px;
    text-align: center;
    color : #292929;
}

.modal .modal-header
{
    font-size : 25px;
    text-align: center;
    color : #fff;
    background-color: #8bc34a;
}

.modal .modal-title
{
    color : #fff;    
}

.poleodomia-modal .modal-body {
    text-align: center;
}

.modal-header.bg-danger {
    background-color: #d9534f;
}

li.select2-selection__choice {
    color: #444;
}

.p-25 {
    padding: 0px 25px;
}

.modal-danger .modal-header {
    background-color: #d9534f !important;
    text-align: center;
    color: #fff;
}


.display-inline {
    display : inline;
}

.display-inline-block {
    display : inline-block;
}

.display-none {
    display : none;
}

.display-block {
    display : block;
}

table.table-striped {
    background-color: #fff;
}

.wide-table-wrapper {
    padding: 0px;
    overflow-x: auto;
    margin-bottom: 20px;
}

.wide-table-wrapper table {
    margin-bottom: 0px;
}

.coral-table-heading {
    font-size: 22px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.80);
    padding: 15px;
}

.coral-detail-table-heading {
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.80);
    padding: 10px;
}

.table-padding-10-15 {
     padding: 10px 15px;
 }

.table-padding-10-15 th,
.table-padding-10-15 td
{
    padding: 10px 15px !important;
    vertical-align: middle !important;
}

.table-padding-7-10 {
    padding: 7px 10px;
}

.table-padding-7-10 th,
.table-padding-7-10 td
{
    padding: 7px 10px !important;
    vertical-align: middle !important;
}

.footer {
    color : #fff;
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.80);
}

.table-form tr,
.table-form tr td {
    border-top: 0px !important;
}

.table-30-70 {
    margin-bottom: 0px;
}

.table-30-70 td:first-child {
    width: 30%;
}

.alert-success {
    color: #fff;
    background-color: rgba(121, 208, 66, 0.75);
    border-color: rgba(121, 208, 66, 1);
}

textarea {
    resize: none;
}