table{
    font-size: 14px;
    font-family: "pt";
}
table td{
    padding: 3px 8px;
}
select{
    font-size: 14px;
    height: 28px;
}
b{ 
    font-size: 18px; 
}

/*------------- Index.php --------------*/
.logo-image img{
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("../style/img/grayscale.svg#greyscale");
    filter: gray;*/
    border-bottom: 4px solid transparent;
    opacity: 0.3;
}
.logo-image img:hover{
    background: #FF9 !important;
    opacity: 0.8 !important;
}
.selected-logo-image{
    background: #F0F4FB !important;
    opacity: 1.0 !important;
    border-bottom-color: #3783C8 !important;
}
#table-no-param img{
    opacity: 1.0 !important;
}
.box-title-info{        
    visibility: hidden;
    position: absolute;
    width: 210px;
    right: -180px; 
    top: 16px;
    line-height: 20px;
    background: rgba(0,0,0,0.8);
    color: #FFF;
    text-shadow: 0px 1px 1px #111;
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px 1px #757575 inset;
    border-radius: 5px;
    padding: 12px 16px;
    z-index: 10;
}
.fa-info-circle{
    font-size: 16px;
    cursor: help;
}
.fa-info-circle:hover + .box-title-info{
    visibility: visible;
}



#button-WebMoney{
    background: #3783C8;
    color: #FFF;
    /*text-shadow: 0px 1px 1px #044371, 0px -1px 1px #044371;*/
    text-shadow: none;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'bold';
    height: 48px;
    width: 200px;
    border:none;
    border-bottom: 3px solid #055896;
    box-shadow: none;
    border-radius: 6px;
}

#select-tariff{
    color: #055896;
    font-family: 'bold';     
    font-size: 17px;
}

/*------------- modal --------------*/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.modal-content {
    position: relative;
    background-color: #edffeb;
    margin: auto;
    padding: 0;
    border: 1px solid #b0f2b8;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.close {
    color: grey;
    float: right;
    font-size: 15px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: white;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: white;
    color: white;
}
/*------------- !modal --------------*/
