

img {
    max-width: 100%;
}

image {
    justify-self: flex-start;
}

.img-container {
    max-width: 100%;
    text-align: center;
    margin: auto;
    object-fit: contain;
}

.cover-img {
    margin: auto;
    text-align: center;
}

.navbar-inverse {
    background-color: #FFFFFF;
    border-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #061d3b;
    background-color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #061d3b;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #ff7d09;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #ffffff;
    color: #061d3b;
    border-right: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #061d3b;
        padding: 5px 15px 5px 30px;
    }
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
    border: none;
    -webkit-box-shadow: inset 0 -8px 0 #2196f3;
    box-shadow: inset 0 -8px 0 #061d3b;
    color: #061d3b;
}

.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus:hover {
    border: none;
    color: #061d3b;
}

.nav-tabs>li>a, .nav-tabs>li>a:focus {
    margin-right: 0;
    background-color: transparent;
    border: none;
    color: #999999;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -8px 0 #ddd;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:focus:hover {
    background-color: transparent;
    -webkit-box-shadow: inset 0 -2px 0 #ff7d09;
    box-shadow: inset 0 -8px 0 #ff7d09;
    color: #ff7d09;
}

.dropdown-menu>h3 {
    font-size: 1.25em;
    color: #ff7d09;
    border-bottom: 2px solid #ff7d09;
    padding-left: 15px;
    margin-top: 10px;
}

.pro-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    max-width: 150px;
}

a {
    color: #4a99da;
    text-decoration: none;
}

#main-body {
    min-width: 240px;
    width: auto !important;
    min-height: 100%;
    height: auto;
    margin: 0 auto -155px;
    padding: 40px 0 155px 0;
}

.actions_box {
    padding: 0;
    width: 100%;
    height: 30px;
}

.text-info {
    color: #ca118c;
}

.bootstrap-dialog.type-danger .modal-header {
    background-color: #991210;
}

.bootstrap-dialog.type-info .modal-header {
    background-color: #155d95;
}

/*  BUTTONS  */

/*
.btn-primary {
    color: #ffffff;
    background-color: #ff7d09;
    border-color: transparent;
}
*/

.btn {
    text-transform: uppercase;
    margin-right: 5px;
    border-right: none;
    border-bottom: none;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-primary {
    color: #ffffff;
    background-color: #ff7d09;
    border-color: transparent;
    background-image: -webkit-radial-gradient(circle, #ff7d09 80%, #e06d07 81%);
    background-image: -o-radial-gradient(circle, #ff7d09 80%, #e06d07 81%);
    background-image: radial-gradient(circle, #ff7d09 80%, #e06d07 81%);
    background-repeat: no-repeat;
    -webkit-background-size: 200% 200%;
    background-size: 200%;
    background-position: 50%;
    -webkit-transition: background-size .5s;
    -o-transition: background-size .5s;
    transition: background-size .5s;
}

.btn-primary:hover {
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    border-color: #e06d07;
}

.btn-primary:active {
    background-color: #e06d07;
    background-image: -webkit-radial-gradient(circle, #e06d07 10%, #ff7d09 11%);
    background-image: -o-radial-gradient(circle, #0d87e9 10%, #2196f3 11%);
    background-image: radial-gradient(circle, #e06d07 10%, #ff7d09 11%);
    background-repeat: no-repeat;
    -webkit-background-size: 1000% 1000%;
    background-size: 1000%;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto #e06d07;
    outline-offset: -2px;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #ff7d09;
    border-color: transparent;
}

.sms_log_view {
    height: 400px;
}

#sms_log_view {
    width: 100%;
    height: 100%;
    border: 1px solid #ECF0F1;
    padding: 5px;
    font-size: 10pt;
}

/*  MESSAGE BOXES  */

#user_inbox_msg {
    padding-right: 2px;
    padding-bottom: 12px;
    color: #666666;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 8px;
    border: 2px solid #666666;
    margin-bottom: 8px;
    word-break: break-all;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#user_outgoing_msg {
    padding-right: 2px;
    padding-bottom: 12px;
    color: #666666;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 8px;
    border: 2px solid #666666;
    margin-bottom: 8px;
    word-break: break-all;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#all_inbox_msg {
    padding-right: 2px;
    padding-bottom: 12px;
    color: #666666;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 8px;
    border: 2px solid #666666;
    margin-bottom: 8px;
    word-break: break-all;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#msg_option {
    text-align: left;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 5px;
}

input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 0px;
    border: 2px solid #666666;
    border-radius: 2px;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #0d3a68;
    border-color: #0d3a68;
}

textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
    padding: 0;
    padding-left: 10px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
    font-size: 16px;
}

input.wide {
    font-size: 12pt;
    font-weight: normal;
    color: #738384;
    background-color: #ECF0F1;
    border: 1px solid #ECF0F1;
    padding-left: 5px;
    margin-right: 2px;
    margin-bottom: 2px;
    border-radius: 3px;
    width: 600px;
}

/*  STATUS INDICATOR  */

.status_enabled {
    width: 34px;
    height: 17px;
    background-color: #8cca11;
    color: #8cca11;
    display: inline-block;
    border-radius: 3px;
}

.status_disabled {
    width: 34px;
    height: 17px;
    background-color: #991210;
    color: #991210;
    display: inline-block;
    border-radius: 3px;
}

/*  ICONS  */

.pro-icon-lg {
    font-size: large;
    margin-right: 8px;
}

.pro-icon-md {
    font-size: medium;
    margin-right: 5px;
}

.pro-icon-sm {
    font-size: small;
    margin-right: 3px;
}

.pro-icon-submenu {
    font-size: small;
    margin-left: 10px;
    margin-right: 4px;
}

.pro-icon-submenu-right {
    float: right;
    font-size: small;
    margin-right: 10px;
    margin-left: 4px;
}

.pro-icon-mandatory {
    color:#991210;
    float: right;
    margin-top: 5px;
    display: inline-block;
    vertical-align: bottom;
}

/*  SUBMENU  */

#submenu-datetime-show {
    display: inline;
}

.submenu-lt {
    float: left;
}

.submenu-rt {
    float: right;
}

/*  FOOTER  */

.pro-credit {
    color:#FFFFFF
}

#main-footer {
    height: 140px;
    background-color: #061d3b;
}

#main-footer p {
    margin-top: 17px;
    text-align: center;
    vertical-align: middle;
}

#main-footer div {
    margin-top: 17px;
    text-align: center;
    vertical-align: middle;
}

.subfoot>ul {
    padding: 0;
    font-size: 14px;
    color: #FFFFFF;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #061d3b;
    display: flex;
    justify-content: center;
}

.subfoot>ul>li {
    float: left;
}

.subfoot>ul>li>a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

/******************************************************************************/
/**                            PRICING TABLE                                 **/
/******************************************************************************/
