/* NEW POPUPS FOR FORGET PASSWORD MESSAGES CSS */

 .popup_cls h2 {
    font-weight: bold;
    margin-bottom: 20px; text-align:center;
}

.popup_cls .modal-body {
    padding: 30px 30px 30px 30px;
}

.popup_cls .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    font-size: 22px;
}

.save_btn { text-align:center; padding:40px 0 0 0}
.save_btn button { background:#00599E; color:#fff; border:0; border-radius:50px; width:100%;     font-size: 18px;
    font-weight: 600;
    padding: 8px 10px;}
	.delete_icon { text-align:center;}
	.delete_icon img{ max-width:100px;}
.delete_icon { text-align:center;}
	.delete_icon img{ max-width:100px;}
	.delete_app { padding:0; text-align:center;}
	.delete_app button { background:#00599E; color:#fff; border:0; border-radius:50px; width:100%;     font-size: 18px;
    font-weight: 600;
    padding: 8px 10px;}
	.delete_app h4{font-size: 19px;
    font-weight: 700; padding:20px 0 10px 0;}
	.delete_app p{font-size: 15px; font-weight:600;     padding-bottom: 5px;}


    .dash-top h2 img {
        display: inline-block;
    }

    .delete_icon img {
        display: inline-block;
    }

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

    /*.btn-2{*/
    /*    width: 160px !important;*/
    /*}*/

    #dataTables-size .btn-group{
        min-width: 10px;
    }

    .table tr:nth-child(odd) td {
        background-color: #F5F5F5;
    }
    .required-field {
        border: 1px solid red !important;
    }

    .btn-group.dropstart button {
        padding: 0;
    }

    body .currency_sign > .form-control {
        padding-left: 30px !important;
        position: relative;
    }
    
    .currency_sign::before {
        content: '$';
        position: absolute;
        left: 16px;
        z-index: 1;
        top: 20px;
        color: #000000;
    } 
    
    .currency_main {
        position: relative;
    }
    
    .currency_main > .form-control {
        padding-left: 30px !important;
        position: relative;
    }
    
    .currency_sign_new {
        content: '$';
        position: absolute;
        left: 16px;
        z-index: 1;
        top: 7px;
        color: #000000; 
    }
    
    .select-menu .options .option .option-text {
        font-weight: bold !important;
    }
    
    .sBtn-text {
        font-weight: bold;
    }