﻿
.word-force-break {
    word-wrap:break-word;
    word-break:break-all;
}

/* page number */
.fg-button.ui-button {
    border: 1px solid #EBEBEB;
    padding: 2px 5px;
    margin: 0px 3px;
    border-radius: 4px!important;
    cursor: pointer;
}

.dataTables_paginate {
    margin-top: 0.25em;
}

.ui-state-disabled:not(.previous):not(.next) {
    background-color: #1570a6;
    color: white;
}

.btn-warning {
    background-color:#ffa500;
}

.pencil {
    border-radius: 50px !important;
    padding: 4px 7px;
}

.btn-grey,.btn-grey:hover {
    background-color:grey;
    color:white;
}

.site-title {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.me-0 {
    margin-right: 0;
}

.img-circle {
    height: 29px;
}

.header.navbar.h-90 {
    height: 90px;
}

.h-100 {
    height: 100%;
}

.w-90 {
    width: 90px;
}

.page-header-fixed .page-container.mt-90 {
    margin-top: 90px;
}

.min-height-1300 {
    min-height: 1300px;
}

.bg-main {
    background-color: #1570a6 !important;
}

.ms-14 {
    margin-left: 14px;
}

.mb-20 {
    margin-bottom: 20px;
}

.h-20 {
    height: 20px;
}

.color-white {
    color: white;
}

.noPadding {
    padding: 0;
}

.color-red {
    color: red;
}

.bold {
    font-weight: bold;
}

.font-20 {
    font-size:20px;
}

.active-panel {
    min-height: 860px;
    margin-left: 0;
}

.btn-activate {
    width: 300px;
    font-size: 24px;
}

/*two factor page*/
.panel-container {
    overflow: hidden;
    height: 100%;
}

    .panel-container .left-panel {
        display: table;
        padding-left: 0;
        height: 100%;
    }

        .panel-container .left-panel > div {
            display: table-cell;
            vertical-align: middle;
            background-color: rgb(251,183,26);
        }

            .panel-container .left-panel > div > div {
                margin-left: auto;
                margin-right: auto;
                width: 60%;
            }

        .panel-container .left-panel .logo-image {
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

        .panel-container .left-panel .clearfix {
            margin-top: 100px;
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
            padding-bottom: 50px;
        }

            .panel-container .left-panel .clearfix > div {
                text-align: center;
                font-size: 30px;
                float: left;
            }

            .panel-container .left-panel .clearfix > img {
                width: 25%;
                margin-top: 50px;
                margin-left: 50%;
                float: right;
            }

.bg-white {
    background-color: white;
}

.ms-20-m {
    margin-left: -20px;
}

.panel-container .login-area {
    margin: 0 auto -50px;
}

    .panel-container .login-area .img-responsive {
        text-align: center;
        margin: 40px 0px auto 90px;
        width: 100px;
    }
    .panel-container .login-area .cat-label {
        text-align: left;
        margin: 20px 0px;
        padding: 0px;
        font-size: 24px;
    }
    .panel-container .login-area .login-label {
        color: mediumturquoise;
        font-size: 24px;
    }

.panel-container .footer {
    font-size: 12px;
    margin-top: 50px;
    position: fixed;
    bottom: 0px;
    margin-bottom: 50px;
}

    .panel-container .footer .row {
        white-space: nowrap;
    }

.ps-0 {
    padding-left:0;
}

.text-left {
    text-align: left;
}

.w-full {
    width: 100%;
}

.max-full-280 {
    max-width: 280px;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    background-color: #33333390 !important; 
}

.fade.show {
    opacity: 1;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.notify-new:after {
    content: ' ';
    border-radius: 99px;
    background-color: #ffa500;
    top: -10px;
    position: absolute;
    right: -10px;
    width: 10px;
    height: 10px;
}