/******************************************
*  Author : Author   
*  Created On : Mon Dec 17 2018
*  File : custom.css
*******************************************/

.link-button a {
    color: #FFFFFF !important;
}

.row {
    margin-bottom: 8px !important;
}

table.table tr:hover {
    background-color: rgb(214, 214, 214);
}

.menu-title li {
    border: 1px solid #ccc;
    display: inline-block !important;
    height: 50px !important;
    margin: 60px !important;
    padding: 4px !important;
}

.menu-icon.fa,
.ico-text {
    /*line-height: 50px !important;*/
}

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

input::placeholder,
textarea::placeholder {
    color: #CCCCCC !important;
}

.btn,
.button {
    border-radius: 4px !important;
}

img.avatar-in-list {
    height: 60px !important;
    width: auto;
    display: block;
    margin: auto;
}

#page-title h1 {
    font-size: 42px !important;
    line-height: normal !important;
    font-weight: 700 !important;
}

h2 {
    color: #FFFFFF !important;
}

.white-bg {
    background: #FFFFFF !important;
}

.content.detail {
    font-size: larger !important;
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
}

.author-img {
    width: 100px !important;
    height: auto;
}

th {
    text-align: center;
}

.td-btn.right {
    display: -ms-inline-grid;
    margin-right: 4px !important;
}

.td-btn.left {
    display: -ms-inline-grid;
    margin-left: 4px !important;
}

.form-control-static {
    color: #b0b0b0 !important;
}

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

.numberCircle {
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important;
    padding: 8px !important;
    background: #f4df42;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font-size: larger;
}

.bank-logo {
    width: 60px;
    height: auto;
    padding-right: 12px;
}

.text-larger {
    font-size: x-large;
    padding-left: 8px;
}

.space-lr {
    padding-left: 16px;
    padding-right: 16px;
}

.thumb-img {
    width: 100%;
}


/*
form for multiperson
*/

div[id^="person_"] {
    display: none;
}


/* first: show only one block */

#person_1 {
    display: block;
}


/* For mobile phones: */

[class*="col-lg"] {
    width: 100% !important;
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    /*
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    */
    .col-lg-4 {
        width: 31.33% !important;
    }
    /*
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    */
}