/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : Aug 17, 2019, 1:17:53 PM
    Author     : Tanveer Qureshee
*/

.modal-content {
    background-color: lightgoldenrodyellow !important;
}

.login-box {
    background-color: white;
}

.login-logo-overwrite a {
    font-size: 25px !important;
    color: black;
}

.json_alert_message {
    display: none;
}

.login-background {
    background-image: url(../images/images/Chittagong-port._low.jpg);
}

.login-box-body {
    margin-top: -42px;
}

.content-wrapper {
    background-image: url(../images/images/Chittagong-port._low_opacity.jpg);
}

table.list-table-custom-style {
    background-color: lightgray;
}

table.list-table-custom-style tr th {
    font-size: 13px;
    text-align: center;
}

table.list-table-custom-style tr td {
    font-size: 13px;
    padding-top: .5%;
}

.sms_balance_showing_top {
    float: left;
    margin-top: 2.5%;
    color: white;
    font-weight: bold;
}

.sms_balance_showing_top ul {
    list-style: none;
    float: left;
}

.sms_balance_showing_top ul li {
    float: left;
    font-weight: bold;
    text-align: right;
    margin: 0 5px;
}

.send_pending_sms {
    margin: 10px 5px;
    padding: 2px;
}