/**/
.custom_approve_reject_form input[type="submit"]{
    width: 100px;
}
a.print_button {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    text-align: center;
}
.custom_popup, .hidden{
    display: none;
}
.pagination li {
    margin: 0 3px;
}
.pagination li.active a{
    color: #000000;
}
.card_custom_inner{
    padding: 10px 19px 25px;
}
.custom_button{
    display: inline-block;
    vertical-align: top;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #263238;
    transition: all 0.5s ease;
}
.custom_button:hover{
    color: #ffffff;
    background-color: #000000;
}
.disallow_user_select{
    user-select: none;
}
.add_user_hidden_part{
    display: none;
    margin-top: 20px;
}
.custom_popup.active{
    display: block;
}
#open_users_form{
    margin-bottom: 20px;
}
.popup{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}
.popup.active{
    display: block;
}
.mask_popup{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.7);
}
.popup .popup_content{
    position: relative;
    z-index: 2;
}
.v_center {
    display: table;
    width: 100%;
    height: 100%;
}
.c_center {
    display: table;
    text-align: center;
}
.v_center > .container {
    display: table-cell;
    vertical-align: middle;
}
.popup_form_block p {
    font-size: 16px;
}
.popup_form_block{
    text-align: center;
    padding: 30px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    max-width: 350px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input.error{
    border-color: #ff0000;
}
.users_add_form_container{
    position: relative;
}
.form_loader{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    display: none;
}
.form_loader.active{
    display: block;
}
.users_add_form_container .loader_spin{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.loader_spin{
    border: 10px solid #f3f3f3;
    border-top: 10px solid #263238;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.accent{
    padding-top: 10px;
    color: #29B6F6;
}

.details{
    min-width:600px;
    max-width: 1000px;
}

.details_inline{
    border-bottom: 1px dotted black;
}
.details_inline, .details_inline p{
    display: inline;
    margin: 5pt;
}

.json{    
    margin: 5pt;
    display: block;
}

.dt_item{
    font-size: 9pt;
    margin:15pt;
    padding:2pt;
}
.dt_item_v{
    background-color: aquamarine;
}
.dt_item_n{
    background-color: rosybrown;
}

.actions{
    margin:2pt;
}
.field-portfolio-user_only .select2-container{
    width: 100% !important;
}
.portfolio_list_table{
    table-layout: fixed;
    border: solid 1px #ddd;
    border-collapse: collapse;
}
.portfolio_list_table th:first-child, .portfolio_list_table td:first-child{
    width: 3%;
}
.portfolio_list_table th:last-child, .portfolio_list_table td:last-child{
    width: 10%;
}
a.add_portfolio_list_item {
    position: static;
    top: -33px;
    right: 11px;
    background: #4cae51;
    padding: 7px 15px;
    color: #ffffff;
    margin-right: 50px;
}
.flex_p{
    display: flex;
    justify-content: flex-end;
}
.fixed-top{
    z-index: 9999;
}
.help-block {
    color: #F44336;
}