/* Body */
body {
    padding-bottom: 40px;
}

i {
    margin-right: 5px;
}

.button-icon {
    margin-right: 0px;
}

.color-gray {
    color: dimgray !important;
}

/* Login a Register formular */
.signforms {
    max-width: 300px;
    margin: 0 auto 20px;
}

.signforms input[type="text"],
.signforms select,
.signforms input[type="password"],
.signforms input[type="email"] {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 7px 9px;
}

/* edit profile formular */
.editforms input[type="text"],
.editforms select,
.editforms textarea,
.editforms input[type="password"],
.editforms input[type="email"] {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 7px 9px;
}


/* Refresh button v headeru panelu */
.pnlrefresh {
    background: transparent;
    float: right;
    color: #000000;
    text-shadow: 0 1px 0 #000001;
    opacity: 0.4;
    text-decoration: none !important;
    margin-left: 5px;
    padding: 5px;
}

a.pnlrefresh:hover {
    opacity: 1;
}


/* ajax spinner */
#ajax-spinner {
    position: absolute;
    display: block;
    width: 100%;
    height: 142px;
    display: none;
    text-align: center;
    z-index: 123456;
    margin-top: 50px;
}

/* Google mapa */
.gmap {
    margin: -15px;
}

/* Badge na buttonu */
.button-badge {
    margin-left: 5px !important;
}

/* panel UserInfo*/
.userinfo-panel {
    height: 175px;
    font-weight: bold;
}

/* panel SelectedCell */
.cellinfo-panel {
    height: 165px;
    font-weight: bold;
}

/* panel Map */
.map-panel {
    height: 500px;
}

/* panel KingSize */
.kingsize-panel {
    height: 120px;
    font-weight: bold;
}

/* panel Tag */
.tag-panel {
    padding-left: 0px;
}

.tag-panel table {
    margin-bottom: 0px !important;
}

/* panle Log */
.log-panel {

}

.log-panel table {
    margin-bottom: 0px !important;
}

.stats-panel {

}

.stats-panel table {
    margin-bottom: 0px !important;
}

/*odkazy z boxu*/
.link-to {
    font-weight: bold;
    cursor: pointer;
    text-decoration: none !important;
    color: inherit;
}

/* chart panel */
.chart-panel {
    width: 70%;
    margin-left: 15%;
}

/* panel user profilu */
.profile-panel {
    max-width: 500px;
    margin: 0 auto 20px;
}

.profile-panel .icon-male {
    color: blue;
}

.profile-panel .icon-female {
    color: red;
}


/* tlacitka pro externi prihlaseni */
#facebook-href {
    width: 65px;
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

#google-href {
    width: 65px;
    background-color: #dd4c39;
    border-color: #dd4c39;
    color: #ffffff;
}

/* selectboxy - placeholder hack */
select option {
    color: #555555;
}

select option:first-child {
    color: #999999;
}

select.empty {
    color: #999999;
}

select option[disabled]:first-child {
    display: none;
}

/* badges */
.rightbadge {
    margin-left: 1px;
}

.item-avatar {
    float: left;
    width: 80px;
    margin: 0px 15px 0 0;

}


.callsign-input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #428bca; /* #dddddd; */
    background-color: #f5f5f5;
    width: 100%;
    height: 50px;
    font-size: x-large;
    margin: 0 0 20px 0 !important;
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

::placeholder { /* Recent browsers */
    text-transform: none;
}

.callsign-input:focus {
    outline: none !important;
}

.callsign-btn {
    background-color: #f5f5f5;
    border: 1px solid #428bca; /* #dddddd; */
    border-left: 1px solid lightgray;
    width: 100%;
    height: 50px !important;
    margin: 0 0 20px 0 !important;
}

.callsign-btn::before {
    font-family: fontAwesome;
    content: "\f002\00a0";
    font-size: x-large;
}

.stat-table {
    text-align: center !important;
    margin-bottom: 0px !important;
}

.stat-table th, td {
    /*    text-align: center; */
    vertical-align: middle !important;
}

.stat-table tr:hover{
    cursor:default;
}

.stat-table-search tr:hover{
    cursor:pointer;
}

.left {
    text-align: left !important;
    vertical-align: middle !important;
}

.right {
    text-align: right !important;
    vertical-align: middle !important;
}

.center {
    text-align: center !important;
}

.harmcall-input {
    border-radius: 3px;
    border: 1px solid #dddddd;
    background-color: #f5f5f5;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 5px !important;
}

.harmcall-call {
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

::placeholder { /* Recent browsers */
    text-transform: none;
}

.harmcall-input:focus {
    outline: none !important;
}

.blogtags {
    margin: 2px;
    padding: 5px 8px;
    background-color: #f5f5f5;
    border-radius: 4px;
    float: left !important;
}

.actblogtags {
    margin: 2px;
    padding: 5px 8px;
    background-color: #dddddd;
    border-radius: 4px;
    float: left !important;
}

.blogimg {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    margin: 5px 10px 5px 5px;

}


