﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 13px;
    font-family: 'Segoe UI';
}

textarea:focus{
    outline: none;
}

/*@media (min-width: 1200px) {
    .container {
        max-width: 91%;
    }
}*/


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 10px;*/
    margin-left: 249px; /* Same as the width of the sidenav */
    min-height:95vh
}

.footer {
    position: fixed;
    bottom: 0;
    height: 30px;
    width: 100%;
    background: white;
    padding: 5px 5px;
    box-shadow: 0 0px 3px #cccccc;
    z-index: 5;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 100%;
    font-weight: 500;
}

.card-body .btn-user {
    border-radius: 10rem;
    padding: .50rem 1rem
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .35rem;
        border-bottom-left-radius: .35rem
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0
}

    .card-header:first-child {
        border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

/*.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.35rem - 1px) calc(.35rem - 1px)
    }*/

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.35rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.35rem - 1px);
    border-bottom-left-radius: calc(.35rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: .75rem
    }

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -.75rem;
        margin-left: -.75rem
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: .75rem;
            margin-bottom: 0;
            margin-left: .75rem
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: .75rem
    }

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

#alertCard:hover i {
    color: red;
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card .card-header {
        margin-bottom: -1px
    }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        /*padding: 0;*/
    }
}

.logo {
    float: left;
    height: 49.5px;
    width: 100px;
}

.logoside {
    height: 35px;
    width: 35px;
    padding: 5px;
}

.logoToggle {
    height: 20px;
    width: 20px;
}

.nav-fix-container {
    background-color: #fff;
    height: 40px;
    /*z-index:2;*/
}

#nav-noti {
    margin-right: 70px;
    float: right;
    margin-top: -40px;
}

#nav-setting {
    margin-right: 40px;
    float: right;
    margin-top: -40px;
}

#nav-signout {
    margin-right: 10px;
    float: right;
    margin-top: -40px;
}

    #nav-noti li,
    #nav-setting li,
    #nav-signout li {
        text-decoration: none;
        display: inline-block;
        list-style: none;
        padding: 2px;
    }

    #nav-noti .fas:hover,
    #nav-setting .fas:hover,
    #nav-signout .fas:hover {
        cursor: pointer;
        text-shadow: 1px 1px 8px #cccccc;
        text-decoration: none;
        display: block;
    }


.search-form {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(-50%,-50%);
    width: 300px;
    height: 30px;
    background: white;
    border: 1px solid #cccccc;
    border-radius: 25px;
    padding: 5px;
}

    .search-form input {
        position: absolute;
        top: 0%;
        left: 6%;
        width: 100%;
        height: 30px;
        outline: 0;
        border: 0;
        font-size: 15px;
        border-radius: 20px;
        padding: 0 20px;
        text-align: initial;
        background-color: transparent;
        display: normal;
        color: #333;
    }

::-webkit-input-placeholder {
    color: #cccccc;
}

#searchbtn {
    box-sizing: border-box;
    padding: 6px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4%;
    left: 1%;
    border-radius: 50%;
    color: #303056;
    text-align: center;
    font-size: 1em;
    cursor: pointer;
}

    #searchbtn:hover {
        width: 30px;
        height: 30px;
        font-size: 1.2em;
    }

#supportdiv {
    position: absolute;
    top: 25%;
    right: 10%;
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
    list-style: none;
    padding: 2px;
    cursor: pointer;
}

    #supportdiv:hover .fas {
        cursor: pointer;
        text-shadow: 1px 1px 8px #cccccc;
        text-decoration: none;
        display: inline-block;
    }

.menu ul {
    position: absolute;
    top: 80%;
    left: -30%;
    width: auto;
    height: auto;
    background-color: white;
    padding: .5em 0;
    padding-right: 5px;
    margin-top: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
    border: 1px solid #cccccc;
    white-space: nowrap;
    cursor: pointer;
    display: none;
}

    .menu ul.hide {
        margin-top: .7em;
        visibility: hidden;
        opacity: 0;
    }

    .menu ul:before {
        content: '';
        width: .75em;
        height: .75em;
        background: inherit;
        position: absolute;
        top: -.375em;
        left: calc(56px / 2 - .375em);
        transform: rotate(45deg);
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
    }

    .menu ul li {
        font-family: 'Segoe UI';
        font-weight: 400;
        font-size: 15px;
        list-style: none;
        padding: 2px;
        position: relative;
        cursor: pointer;
        transition: 0.2s;
    }

        .menu ul li:before {
            position: absolute;
            top: calc(5% + 8px);
            left: 5px;
        }

        .menu ul li i {
            padding-left: 10px;
            margin-right: 8px;
        }

        .menu ul li:hover .fas {
            font-size: 20px;
            font-weight: 800;
        }


/* The sidebar menu  */
.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    /*width: 13%;*/ /* Set the width of the sidebar */
    width: 250px;
    min-width: 250px;
    position: fixed; /* Fixed Sidebar (stay in place on  scroll) */
    left: 0;
    top: 75px;
    background-color: #262852;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 10px;
    overflow: hidden;
    border-right: 1px solid #262852;
    /*box-shadow: 0 2px 4px #cccccc;*/
    z-index: 5;
    color:white;
    font-size:15px;
}

    .sidenav td {
        line-height: normal;
    }

    .sidenav tr {
        display: block;
        border-radius: 20px;
        line-height: 1.0;
        padding:5px;
    }

        .sidenav tr:hover {
            background-color: #999999;
            cursor: pointer;
            color:black;
            font-Weight: 600;
            text-decoration: none;
        }

            .sidenav tr:hover .sidenav-li {
                color: black;
                font-family: 'Segoe UI';
                font-size: 14px;
                font-weight: 600;
                text-decoration: none;
            }

            .sidenav tr:hover .fas {
                color: black;
                font-weight: 600;
            }

.sidenav-li {
    color: white;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

#SideBarTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    #SideBarTable .tdIcon {
        width: 40%;
        padding:5%;
    }

    #SideBarTable span {
        color: #ffffff;
        font-family: 'Segoe UI';
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        display: block;
    }

.sideTab {
    font-family: 'Segoe UI';
    font-size: 14px;
    text-align: center;
    border: 3px solid white;
}

.RuleTab {
    background-color: #999999;
    color: white;
}

.Sideactive {
    background-color: #999999;
    text-decoration: none;
    color: white;
    /*border: 3px solid white;*/
    /*border-left: 5px solid #b38f00;*/
    border-radius: 20px;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%), 0 2px 3px 0 rgb(0 0 0 / 19%);
}

    .Sideactive:hover {
        background-color: #FBBC05;
        color: white;
        text-decoration: none;
    }

    .Sideactive .fas {
        color: white;
    }

    .Sideactive a {
        color: #fff;
        text-decoration: none;
    }

    .Sideactive a:hover {
        color: #fff;
    }

.nav-subbar {
    height: 30px;
    width: 100%;
    position: fixed;
    right: 0;
    background-color: #66a6ea;
    z-index: 6;
    background-image: linear-gradient(to right, #aa312c, #e75c57);
}

.pageTitle {
    color: black;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.nav-subbar ul {
    margin-top: -10px;
}

.navsubbar-active {
    border-top: 2px solid greenyellow;
    cursor: pointer;
    color: #fff;
    font-family: 'Segoe UI';
    font-size: 15px;
}

.nav-subbar a {
    color: white;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.nav-subbar a:hover {
    border-top: 2px solid greenyellow;
    cursor: pointer;
    color: white;
    font-family: 'Segoe UI';
    font-size: 14px;
}

.nav-subbar #bods a:hover {
    /*border-top: 2px solid greenyellow;*/
    cursor: pointer;
    color: black;
    font-family: 'Segoe UI';
    font-size: 14px;
}

    .nav-subbar li {
        text-decoration: none;
        list-style: none;
        padding: 0px 15px 7px 15px;
        display: inline-block;
    }

    .divTitle {
        position: absolute;
        margin-left: -10px;
    }


#tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

#tooltiptext {
    visibility: hidden;
    font-size: 12px;
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: -129%;
    margin-left: -50px;
    opacity: 1;
    transition: opacity;
    cursor:pointer;
}

    #tooltiptext::after {
        content: '';
        position: absolute;
        display: block;
        width: 0px;
        left: 70%;
        top: 25%;
        border: 15px solid transparent;
        border-top: 0;
        border-bottom: 10px solid #555;
        transform: translate(-50%, calc(-100% - 5px));
    }

#tooltip:hover #tooltiptext {
    visibility: visible;
    opacity: 5;
}

.tooltipSide {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltiptextSide {
    height: 35px;
    padding: 10px;
    visibility: hidden;
    font-size: 12px;
    width: 160px;
    background-color: #66a6ea;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    z-index: 1;
    top: 40.5%;
    left: 4.8%;
    margin-left: -50px;
    opacity: 0.5;
    transition: opacity;
    cursor: pointer;
    left: 6.9%;
    box-shadow: 0px 4px 11px 0px rgb(0 0 0 / 39%);
}

    .tooltiptextSide::after {
        content: '';
        position: absolute;
        display: block;
        width: 0px;
        left: -13%;
        top: 34%;
        border: 15px solid transparent;
        border-top: 0;
        border-bottom: 10px solid #7094db;
        transform: translate(-50%, calc(-100% - 5px));
        -ms-transform: rotate(270deg); /* IE 9 */
        transform: rotate(270deg);
    }

.tooltipSide:hover .tooltiptextSide {
    visibility: visible;
    opacity: 5;
}

#nav a:hover .fa-user {
    background: #cccccc;
    color: white;
    cursor: pointer;
    border-radius: 100%;
    transition: all 0s;
    padding: 10px;
    font-size: 1.2em;
    text-decoration: none;
    display: block;
}

.column {
    float: left;
    /* padding: 10px; */
    margin-left: -15px;
    height: 300px;
    width: 250px;
}

    .column ul {
        list-style-type: none;
    }

    .column li a {
        color: #555;
        font-family: 'Segoe UI';
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        display: block;
        padding: 5px 5px 5px 5px;
        cursor: pointer;
    }

    /*.column li ul li a {
    display: block;
    text-align: left;
    }*/

    .column li:hover a {
        color: #303056;
        font-family: 'Segoe UI';
        font-size: 15px;
        font-weight: 500;
        border-left: 1.5px solid #303056;
    }

.row-setting1 {
    margin-right: -15px;
    margin-left: -15px;
}
    /* Clear floats after the columns */
    .row-setting1:after {
        content: "";
        display: table;
        clear: both;
    }

.row-setting2 {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 50px;
}

    .row-setting2:after {
        content: "";
        display: table;
        clear: both;
    }

#CompanyTab {
    margin-top: 45px;
}

    #CompanyTab section {
        display: none;
        padding: 5px 0 0;
        /*border-top: 1px solid #eee;*/
    }

    #CompanyTab input {
        display: none;
    }

    #CompanyTab #lbl1,
    #CompanyTab #lbl2,
    #CompanyTab #lbl3,
    #CompanyTab #lbl4,
    #CompanyTab #lbl5 {
        display: inline-block;
        margin: 0 -2px -1px;
        padding: 8px 20px;
        font-weight: 600;
        font-family: 'Segoe UI';
        font-size: 15px;
        text-align: center;
        color: #303056;
        border: 1px solid #cccccc;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        #CompanyTab #lbl1:hover,
        #CompanyTab #lbl2:hover,
        #CompanyTab #lbl3:hover,
        #CompanyTab #lbl4:hover,
        #CompanyTab #lbl5:hover {
            background-color: #303056;
            color: white;
            cursor: pointer;
            border: 1px solid #303056;
        }

    #CompanyTab input:checked + #lbl1,
    #CompanyTab input:checked + #lbl2,
    #CompanyTab input:checked + #lbl3,
    #CompanyTab input:checked + #lbl4,
    #CompanyTab input:checked + #lbl5 {
        background-color: #303056;
        color: white;
        border: 1px solid #303056;
    }

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
    display: block;
}

@media screen and (max-width: 800px) {
    #CompanyTab label {
        font-size: 0;
    }

    #CompanyTablabel:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    #CompanyTab label {
        padding: 15px;
    }
}

.DIVEOC2 {
    position: fixed;
    top: 52px;
    left: 150px;
    background-color: white;
    box-shadow: -1px 4px 3px -2px #eee;
    text-decoration: none;
    color: #303056;
    width: 100%;
    height: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    z-index: 2;
}

.TitleName {
    position: relative;
    padding-top: 5px;
    /*padding-bottom: 12px;*/
    padding-left: 45px;
}

    .TitleName span {
        color: #666;
        font-family: 'Segoe UI';
        font-size: 16px;
        font-weight: normal;
        margin-left: 65px;
    }

    .TitleName .comlogo {
        max-width: 100%;
        max-height: 100%;
        display: table-cell;
    }

    .TitleName img {
        width: 50px;
        height: auto;
        display: block;
        left: 4%;
        top: 6%;
        position: absolute;       
    }

 .editing {
    right: 12%;
    position: absolute;
    cursor: pointer;
    top: 0;
    margin: 5px;
}

    .editing:hover .far {
        cursor: pointer;
        text-shadow: 2px 5px 8px #cccccc;
        font-size: 22px;
        text-decoration: none;
        transition: 0.5s ease;
    }

.ok {
    right: 15%;
    position: absolute;
    cursor: pointer;
    top: 0;
    margin: 5px;
}

    .ok:hover .far {
        cursor: pointer;
        text-shadow: 2px 5px 8px #cccccc;
        font-size: 25px;
        text-decoration: none;
        transition: 0.5s ease;
    }

.cancel {
    right: 17.5%;
    position: absolute;
    cursor: pointer;
    top: 0;
    margin: 5px;
}

    .cancel:hover .far {
        cursor: pointer;
        text-shadow: 2px 5px 8px #cccccc;
        font-size: 25px;
        text-decoration: none;
        transition: 0.5s ease;
    }

#CompanyGeneral {
    width: 58%;
    margin-top: 10px;
    margin-bottom: 60px;
    left:41%;
    position:absolute;
    z-index:-1;
}

    #CompanyGeneral td {
        padding-top: 20px;
        padding-right: 10px;
        /*margin-top:10px;*/
        /*line-height:20px;*/
    }

    #CompanyGeneral label {
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0;
        color: #666;
        font-family: 'Segoe UI';
        font-size: 16px;
        font-weight: normal;
    }

    /*dropdown list as ul li method*/
    #CompanyGeneral .select-block {
        background-color: #fff;
        width: 250px;
        padding: 0;
        position: relative;
        margin-top: -25px;
        transition: all 0.3s ease-out;
        height: 40px;
        top: 10px;
    }

        #CompanyGeneral .select-block .active-list {
            width: 100%;
            height: 40px;
            position: relative;
            z-index: 2;
            font-weight: normal;
            cursor: pointer;
            font-size: 0;
            white-space: nowrap;
            overflow: hidden;
        }

        #CompanyGeneral .select-block:hover .custom-select {
            border-bottom: solid 1px #2196f3;
        }

        #CompanyGeneral .select-block .active-list:after {
            content: "▼";
            position: absolute;
            right: 0;
            top: 28%;
            background-color: #fff;
            width: 20px;
            padding-left: 5px;
            color: #c9c9c9;
            font-size: 10px;
            height: 30px;
            background-color: transparent;
        }

        #CompanyGeneral .select-block.focus .active-list {
            color: #c9c9c9;
            font-size: 16px;
            font-family: 'Segoe UI';
            font-weight: normal;
            top: 8px;
        }

        #CompanyGeneral .select-block.focus .list-field {
            display: none;
        }

        #CompanyGeneral .select-block.focus .custom-select {
            border-bottom: solid 1px #2196f3;
        }

        #CompanyGeneral .select-block.focus .active-list:after {
            content: "▲";
            color: #3c3c3c;
            top: 10%;
        }

    #CompanyGeneral .custom-select {
        border-bottom: solid 1px #f5f5f5;
        display: inline-block;
        height: 40px;
        position: relative;
        width: 100%;
        line-height: 30px;
    }

    #CompanyGeneral .list-field {
        width: 100%;
        height: 40px;
        padding: 0 5px;
        position: absolute;
        top: 0;
        display: block;
        border: 0;
        background-color: transparent;
        font-size: 16px;
        font-family: 'Segoe UI';
        font-weight: normal;
    }

    #CompanyGeneral .drop-down-list {
        width: 100%;
        height: auto;
        max-height: 250px;
        overflow-x: auto;
        z-index: 99;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        margin-top: 2px;
        left: 0;
        background-color: white;
        display: none;
        box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
    }

        #CompanyGeneral .drop-down-list li {
            padding: 10px;
            cursor: pointer;
            font-size: 16px;
            font-family: 'Segoe UI';
            font-weight: normal;
            line-height: normal;
            background-color: #fff;
            transition: all 0.3s ease-out;
        }

            #CompanyGeneral .drop-down-list li:hover {
                color: #3c3c3c;
                background-color: #cccccc;
            }

    /*dropdown list as ul li method for Company*/
    #CompanyGeneral .select-blockCom {
        background-color: #fff;
        width: 350px;
        padding: 0;
        position: relative;
        margin-top: -25px;
        transition: all 0.3s ease-out;
        height: 40px;
        top: 10px;
    }

        #CompanyGeneral .select-blockCom .active-listCom {
            width: 100%;
            height: 40px;
            position: relative;
            z-index: 2;
            font-weight: normal;
            cursor: pointer;
            font-size: 0;
            white-space: nowrap;
            overflow: hidden;
        }

        #CompanyGeneral .select-blockCom:hover .custom-selectCom {
            border-bottom: solid 1px #2196f3;
        }

        #CompanyGeneral .select-blockCom .active-listCom:after {
            content: "▼";
            position: absolute;
            right: 0;
            top: 28%;
            background-color: #fff;
            width: 20px;
            padding-left: 5px;
            color: #c9c9c9;
            font-size: 10px;
            height: 30px;
            background-color: transparent;
        }

        #CompanyGeneral .select-blockCom.focus .active-listCom {
            color: #c9c9c9;
            font-size: 16px;
            font-family: 'Segoe UI';
            font-weight: normal;
            top: 8px;
        }

        #CompanyGeneral .select-blockCom.focus .list-fieldCom {
            display: none;
        }

        #CompanyGeneral .select-blockCom.focus .custom-selectCom {
            border-bottom: solid 1px #2196f3;
        }

        #CompanyGeneral .select-blockCom.focus .active-listCom:after {
            content: "▲";
            color: #3c3c3c;
            top: 10%;
        }

    #CompanyGeneral .custom-selectCom {
        border-bottom: solid 1px #f5f5f5;
        display: inline-block;
        height: 40px;
        position: relative;
        width: 100%;
        line-height: 30px;
    }

    #CompanyGeneral .list-fieldCom {
        width: 100%;
        height: 40px;
        padding: 0 5px;
        position: absolute;
        top: 0;
        display: block;
        border: 0;
        background-color: transparent;
        font-size: 16px;
        font-family: 'Segoe UI';
        font-weight: normal;
    }

    #CompanyGeneral .drop-down-listCom {
        width: 100%;
        height: auto;
        max-height: 250px;
        overflow-x: auto;
        z-index: 99;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        margin-top: 2px;
        left: 0;
        background-color: white;
        display: none;
        box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
    }

        #CompanyGeneral .drop-down-listCom li {
            padding: 10px;
            cursor: pointer;
            font-size: 16px;
            font-family: 'Segoe UI';
            font-weight: normal;
            line-height: normal;
            background-color: #fff;
            transition: all 0.3s ease-out;
        }

            #CompanyGeneral .drop-down-listCom li:hover {
                color: #3c3c3c;
                background-color: #cccccc;
            }

    #CompanyGeneral .form-group {
        position: relative;
        display: inline-block;
        width: 250px;
        margin-top: 3px;
        margin-bottom: 0;
    }

        #CompanyGeneral .form-group input,
        #CompanyGeneral .form-group textarea {
            display: block;
            background: none;
            padding: 0px 5px 0px;
            font-size: 16px;
            font-family: 'Segoe UI';
            font-weight: normal;
            border-width: 0;
            border-color: transparent;
            line-height: 1.9;
            width: 100%;
            border-bottom: 1px solid #f5f5f5;
            cursor: pointer;
        }

            #CompanyGeneral .form-group input:hover {
                border-bottom: 1px solid #2196f3;
            }

            #CompanyGeneral .form-group input:focus,
            #CompanyGeneral .form-group textarea:focus {
                outline: none;
                border-bottom: 1px solid #2196f3;
            }

.divLogo {
    background-color: transparent;
    width: 25%;
    left: 14%;
    border-right: 1px solid #eee;
    bottom: 0;
    top: 25%;
    position: absolute;
    z-index: -1;
    height: 100%;
}

.LogoUpper {
    height: 250px;
    border-bottom: 1px solid #eee;
}

#InfoBelow {
    margin-top: 23px;
}

    #InfoBelow .divInfo {
        margin-bottom: 10px;
    }

    #InfoBelow h4 {
        color: #303056;
        font-family: 'Segoe UI';
        font-size: 20px;
        font-weight: 500;
    }

    #InfoBelow .fa {
        color: #303056;
        padding-right: 5px;
    }

    #InfoBelow address {
        font-family: 'Segoe UI';
        font-size: 15px;
        font-weight: normal;
        color: #666;
    }

    #InfoBelow .contactPerson {
        font-family: 'Segoe UI';
        font-size: 16px;
        font-weight: normal;
        color: #666;
        margin-left: 5px;
    }

    #InfoBelow .contact {
        font-family: 'Segoe UI';
        font-size: 16px;
        font-weight: normal;
        color: #666;
        margin-left: 5px;
    }

    #InfoBelow .email {
        font-family: 'Segoe UI';
        font-size: 16px;
        font-weight: normal;
        color: #666;
        margin-left: 5px;
    }

    #InfoBelow .service {
        font-family: 'Segoe UI';
        font-size: 16px;
        font-weight: normal;
        color: #666;
        margin-left: 5px;
    }

    #InfoBelow .website {
        font-family: 'Segoe UI';
        font-size: 16px;
        font-weight: normal;
        margin-left: 5px;
        cursor: pointer;
    }

    #InfoBelow a {
        font-family: 'Segoe UI';
        font-size: 16px;
        font-weight: normal;
        margin-left: 8px;
    }

    #InfoBelow .form-group {
        position: relative;
        width: 100%;
        margin-top: 3px;
        margin-bottom: 0;
        padding: 0px 5px 0px;
        font-size: 16px;
        font-family: 'Segoe UI';
        font-weight: normal;
        border-width: 0;
        border-color: transparent;
        line-height: 1.9;
        border-bottom: 1px solid #F5F5F5;
        cursor: pointer;
    }

.profile-pic {
    width: 95%;
    display: table-cell;
}

.file-upload {
    display: none;
}

.circle {
    overflow: hidden;
    width:280px;
    position: absolute;
    top: 5%;
    left: 5%;
    box-shadow: 0 2px 4px #cccccc;
}

.p-image {
    position: absolute;
    right: 1%;
    top: 33.5%;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

    .p-image:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    }

.upload-button {
    font-size: 1.2em;
}

    .upload-button:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #999;
    }

#CompanyDetails {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    z-index: -1;
}

    #CompanyDetails td {
        padding-top: 15px;
        padding-right: 15px;
        /*margin-top:10px;
        line-height:20px;*/
    }

    #CompanyDetails label {
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0;
        color: #666;
        font-family: 'Segoe UI';
        font-size: 16px;
        font-weight: normal;
    }

    #CompanyDetails .form-group {
        position: relative;
        display: inline-block;
        width: 250px;
        margin-top: 3px;
        margin-bottom: 0;
    }

        #CompanyDetails .form-group input,
        #CompanyDetails .form-group textarea {
            display: block;
            background: none;
            padding: 0px 5px 0px;
            font-size: 16px;
            font-family: 'Segoe UI';
            font-weight: normal;
            border-width: 0;
            border-color: transparent;
            line-height: 1.9;
            width: 100%;
            border-bottom: 1px solid #f5f5f5;
            cursor: pointer;
        }

            #CompanyDetails .form-group input:hover {
                border-bottom: 1px solid #2196f3;
            }

            #CompanyDetails .form-group input:focus,
            #CompanyDetails .form-group textarea:focus {
                outline: none;
                border-bottom: 1px solid #2196f3;
            }

#CompanyTax {
    width: 60%;
    margin-top: 10px;
    margin-bottom: 20px;
    z-index: -1;
}

    #CompanyTax td {
        padding-top: 15px;
    }

    #CompanyTax label {
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0;
        color: #666;
        font-family: 'Segoe UI';
        font-size: 16px;
        font-weight: normal;
    }

    #CompanyTax .form-group {
        position: relative;
        display: inline-block;
        width: 250px;
        margin-top: 3px;
        margin-bottom: 0;
    }

        #CompanyTax .form-group input,
        #CompanyTax .form-group textarea {
            display: block;
            background: none;
            padding: 0px 5px 0px;
            font-size: 16px;
            font-family: 'Segoe UI';
            font-weight: normal;
            border-width: 0;
            border-color: transparent;
            line-height: 1.9;
            width: 100%;
            border-bottom: 1px solid #f5f5f5;
            cursor: pointer;
        }

            #CompanyTax .form-group input:hover {
                border-bottom: 1px solid #2196f3;
            }

            #CompanyTax .form-group input:focus,
            #CompanyTax .form-group textarea:focus {
                outline: none;
                border-bottom: 1px solid #2196f3;
            }

.divSSTatt {
    margin-left: -80px;
    cursor: pointer;
    width:200px;
}

.filepicker {
    background: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    padding: 5px 10px;  
}

    .filepicker.selected {
        background: #303056;
        color:white;
    }

    .filepicker:hover {
        background: #cccccc;
        color: #fff;
        cursor: pointer;
    }

#CompanyEPF {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 20px;
    z-index: -1;
}

    #CompanyEPF td {
        padding-top: 15px;
        /*margin-top:10px;
        line-height:20px;*/
    }

    #CompanyEPF label {
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0;
        color: #666;
        font-family: 'Segoe UI';
        font-size: 16px;
        font-weight: normal;
    }

    #CompanyEPF .form-group {
        position: relative;
        display: inline-block;
        width: 250px;
        margin-top: 3px;
        margin-bottom: 0;
    }

        #CompanyEPF .form-group input,
        #CompanyEPF .form-group textarea {
            display: block;
            background: none;
            padding: 0px 5px 0px;
            font-size: 16px;
            font-family: 'Segoe UI';
            font-weight: normal;
            border-width: 0;
            border-color: transparent;
            line-height: 1.9;
            width: 100%;
            border-bottom: 1px solid #f5f5f5;
            cursor: pointer;
        }

            #CompanyEPF .form-group input:hover {
                border-bottom: 1px solid #2196f3;
            }

            #CompanyEPF .form-group input:focus,
            #CompanyEPF .form-group textarea:focus {
                outline: none;
                border-bottom: 1px solid #2196f3;
            }

#CompanySocso {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 20px;
    z-index: -1;
}

    #CompanySocso td {
        padding-top: 15px;
        /*margin-top:10px;
        line-height:20px;*/
    }

    #CompanySocso label {
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0;
        color: #666;
        font-family: 'Segoe UI';
        font-size: 16px;
        font-weight: normal;
    }

    #CompanySocso .form-group {
        position: relative;
        display: inline-block;
        width: 250px;
        margin-top: 3px;
        margin-bottom: 0;
    }

        #CompanySocso .form-group input,
        #CompanySocso .form-group textarea {
            display: block;
            background: none;
            padding: 0px 5px 0px;
            font-size: 16px;
            font-family: 'Segoe UI';
            font-weight: normal;
            border-width: 0;
            border-color: transparent;
            line-height: 1.9;
            width: 100%;
            border-bottom: 1px solid #f5f5f5;
            cursor: pointer;
        }

            #CompanySocso .form-group input:hover {
                border-bottom: 1px solid #2196f3;
            }

            #CompanySocso .form-group input:focus,
            #CompanySocso .form-group textarea:focus {
                outline: none;
                border-bottom: 1px solid #2196f3;
            }



.table-operations {
    margin-bottom: 16px;
}

    .table-operations > button {
        margin-right: 8px;
    }

/* Soh's css*/

#News-container {
    padding: 5px 0 0 0;
    width: 100%;
}

.btnCreateNews {
    margin-left: 75%;
    font-family: 'Segoe UI';
    font-size: 16px;
    background-color: #303056;
    color: white;
    border: none;
    width: 120px;
    height: 30px;
}

    .btnCreateNews:hover {
        background-color: grey;
        color: white;
    }

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    width: 280px;
}

.btn {
    font-family: 'Segoe UI';
    font-size: 16px;
    background-color: #303056;
    color: white;
    border: none;
}

    .btn:hover {
        background-color: grey;
        color: white;
        cursor: pointer;
    }

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin-bottom: 4px;
}

.newstitle {
    color: blue;
    font-size: 16px;
    font-family: 'Segoe UI';
}

    .newstitle:hover {
        color: deepskyblue;
    }

#NewsGeneral {
    width: 40%;
    margin-bottom: 20px;
}

    #NewsGeneral td {
        padding-top: 15px;
        /*margin-top:10px;
        line-height:20px;*/
    }

    #NewsGeneral label {
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0;
        color: #666;
        font-family: 'Segoe UI';
        font-size: 12px;
    }

    /*dropdown list as ul li method*/
    #NewsGeneral .select-block {
        background-color: #fff;
        width: 250px;
        padding: 0;
        position: relative;
        margin-top: -25px;
        transition: all 0.3s ease-out;
        height: 40px;
        top: 10px;
    }

        #NewsGeneral .select-block .active-list {
            width: 100%;
            height: 40px;
            position: relative;
            z-index: 2;
            font-weight: normal;
            cursor: pointer;
            font-size: 0;
            white-space: nowrap;
            overflow: hidden;
        }

        #NewsGeneral .select-block:hover .custom-select {
            border-bottom: solid 1px #2196f3;
        }

        #NewsGeneral .select-block .active-list:after {
            content: "▼";
            position: absolute;
            right: 0;
            top: 28%;
            background-color: #fff;
            width: 20px;
            padding-left: 5px;
            color: #c9c9c9;
            font-size: 10px;
            height: 30px;
            background-color: transparent;
        }

        #NewsGeneral .select-block.focus .active-list {
            color: #c9c9c9;
            font-size: 16px;
            font-family: 'Segoe UI';
            font-weight: normal;
            top: 8px;
        }

        #NewsGeneral .select-block.focus .list-field {
            display: none;
        }

        #NewsGeneral .select-block.focus .custom-select {
            border-bottom: solid 1px #2196f3;
        }

        #NewsGeneral .select-block.focus .active-list:after {
            content: "▲";
            color: #3c3c3c;
            top: 10%;
        }

    #NewsGeneral .custom-select {
        border-bottom: solid 1px #f5f5f5;
        display: inline-block;
        height: 40px;
        position: relative;
        width: 100%;
        line-height: 30px;
    }

    #NewsGeneral .list-field {
        width: 100%;
        height: 40px;
        padding: 0 5px;
        position: absolute;
        top: 0;
        display: block;
        border: 0;
        background-color: transparent;
        font-size: 16px;
        font-family: 'Segoe UI';
        font-weight: normal;
    }

    #NewsGeneral .drop-down-list {
        width: 100%;
        height: auto;
        max-height: 250px;
        overflow-x: auto;
        z-index: 99;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        margin-top: 2px;
        left: 0;
        background-color: white;
        display: none;
        box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
    }

        #NewsGeneral .drop-down-list li {
            padding: 10px;
            cursor: pointer;
            font-size: 16px;
            font-family: 'Segoe UI';
            font-weight: normal;
            line-height: normal;
            background-color: #fff;
            transition: all 0.3s ease-out;
        }

            #NewsGeneral .drop-down-list li:hover {
                color: #3c3c3c;
                background-color: #cccccc;
            }

    #NewsGeneral .form-group {
        position: relative;
        display: inline-block;
        width: 250px;
        margin-top: 3px;
        margin-bottom: 0;
    }

        #NewsGeneral .form-group input,
        #NewsGeneral .form-group textarea {
            display: block;
            background: none;
            padding: 0px 5px 0px;
            font-size: 16px;
            font-family: 'Segoe UI';
            font-weight: normal;
            border-width: 0;
            border-color: transparent;
            line-height: 1.9;
            width: 100%;
            border-bottom: 1px solid #f5f5f5;
            cursor: pointer;
        }

            #NewsGeneral .form-group input:hover {
                border-bottom: 1px solid #2196f3;
            }

            #NewsGeneral .form-group input:focus,
            #NewsGeneral .form-group textarea:focus {
                outline: none;
                border-bottom: 1px solid #2196f3;
            }


.newslist {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5rem;
    line-height: 1.5rem;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 100;
}

.dashboard .dashboardLabel {
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 30px;
}

.dashboard .userCount {
    font-family: 'Segoe UI';
    font-size: 16px;
    text-align: right;
}

.dashboard .colorLabel {
    font-family: 'Segoe UI';
    font-size: 16px;
}

#CompanyPolicy {
    position: relative;
}

.inputValidator {
    color: red;
    font-size: large;
    font-family: 'Segoe UI';
}

.profileLink {
    font-family: 'Segoe UI';
    color: black;
    text-decoration:none;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 500;
}

.profileLink:focus {
    text-decoration: none;
}

.profileLink:hover {
    text-decoration: none;
    color: #d3d3d3;
}

.profilePicture {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.profilePictureTbl  {
    width: 35%;
}




/*.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #f2f2f2
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #f2f2f2
}

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " "
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " "
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

@media screen and (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #f2f2f2
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #f2f2f2
}

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " "
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " "
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

@media screen and (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }
}*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 7; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 800px;
    height: 410px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.5s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.btnClose {
    color: white;
    font-size: 28px;
    font-weight: 500;
}

    .btnClose:hover,
    .btnClose:focus {
        color: #d3d3d3;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 0px 0px;
    background-color: #66a6ea;
    color: white;
    font-family: 'Segoe UI';
    height: 40px;
    /*height: 50px;*/
}

.modal-body {
    padding-top: 10px;
    padding-bottom: 0px;
    /*padding-left: 10px;*/
}

.modal-Footer {
    border: 0px;
    background-color: white;
    color: white;
    height: 50px;
    padding: 12px 12px 12px 12px;
}

.logoutModalBtn {
    color: white;
    padding: 5px 35px 5px 35px;
    margin-right: 10px;
    border: none;
    border-radius: 5px;
}

.fa-sign-out-alt:hover {
    cursor: pointer;
}

.allTable {
    margin-top: 5px;
    font-family: 'Segoe UI';
    width: 1180px;
    font-size: 12px;
    /*position:absolute;
    z-index:0;*/
}

    .allTable tr {
        border-bottom: 1px solid #d3d3d3;
    }

    .allTable th {
        font-weight: 600;
        font-family: 'Segoe UI';
        font-size: 15px;
        color: #fff;
        background-color: #303056;
        border-top: 1px solid #cccccc;
        outline: none;
        border-bottom: 1px solid #d3d3d3;
        height: 25px;
    }

        .allTable th:focus {
            outline: none;
            border-bottom: 1px solid #d3d3d3;
        }

    .allTable tbody tr:hover {
        background-color: #f2f2f2;
    }

    .allTable th, .allTable tr {
        border-bottom: 1px solid #cccccc;
        padding: 5px 5px 5px 5px;
        border-left: none 0px transparent;
        border-right: none 0px transparent;
    }

    .allTable td {
        padding: 3px 5px 3px 5px;
    }

.btn-notification {
    color: white !important;
    background-color: #303056  !important;
    border-color: #4e73df  !important;
    text-decoration: none !important;
}

    .btn-notification:hover {
        color: white;
        background-color: #303056;
        border-color: #2653d4
    }

    .btn-notification.focus, .btn-notification:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(105,136,228,.5);
        box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
    }

    .btn-notification.disabled, .btn-notification:disabled {
        color: #fff;
        background-color: #4e73df;
        border-color: #4e73df
    }

    .btn-notification:not(:disabled):not(.disabled).active, .btn-notification:not(:disabled):not(.disabled):active, .show > .btn-notification.dropdown-toggle {
        color: #fff;
        background-color: #2653d4;
        border-color: #244ec9
    }

        .btn-notification:not(:disabled):not(.disabled).active:focus, .btn-notification:not(:disabled):not(.disabled):active:focus, .show > .btn-notification.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(105,136,228,.5);
            box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
        }

        .btn-circle {
            text-decoration: none;
            /*height: 32px;*/
            /*width: 32px;*/
        }

.dropdown {
    position: static;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: static;
    background-color: #4285F4;
    min-width: 110px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 60%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    margin-left: -10px;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.navbarIcon {
    margin-top: 8px;
}

.navbarIcon td {
    padding:2px;
}

#divRegMasterListMenu td {
    padding: 5px 10px 0px 10px;
}

#divLifeMonitorMenu td {
    padding: 5px 10px 0px 10px;
}

#divToolTransMenu td {
    padding: 5px 10px 0px 10px;
}

#divRepairMaintenMenu td {
    padding: 5px 10px 0px 10px;
}

#divReportMenu td {
    padding: 5px 10px 0px 10px;
}

.allBtn {
    font-family: 'Segoe UI';
    font-size: 13px;
    background-color: #4CAF50;
    color: white;
    border: none;
    width: 100px;
    padding: 5px 10px 5px 10px;
    text-align: center
}

    .allBtn:hover {
        cursor: pointer;
        text-decoration: none;
        color: white;
        background-color: #013220;
    }

    .allBtn:focus {
        color: white;
        outline: none;
    }

    .allBtn:disabled {
        color: white;
        background-color: #8e8e8e;
        outline: none;
    }

    .allBtn:disabled:hover {
        color: white;
        background-color: #8e8e8e;
        outline: none;
        cursor:default;
    }

    .allBtnTool img {
        /*width:100%;*/
        width: 25px;
        margin: 2px;
    }

.allBtnRed {
    font-family: 'Segoe UI';
    font-size: 13px;
    background-color: #dc3545;
    color: white;
    border: none;
    width: 100px;
    padding: 5px 10px 5px 10px;
    text-align: center
}

    .allBtnRed:hover {
        cursor: pointer;
        text-decoration: none;
        color: white;
        background-color: #580000;
    }

    .allBtnRed:focus {
        color: white;
        outline: none;
    }


.allBtnOrange {
    font-family: 'Segoe UI';
    font-size: 13px;
    background-color: #f8661e;
    color: white;
    border: none;
    width: 100px;
    /*padding: 3px 7px 3px 7px;*/
    padding: 5px 10px 5px 10px !important;
    text-align: center;
    cursor: pointer;
}

    .allBtnOrange:hover {
        cursor: pointer;
        text-decoration: none;
        color: white;
        background-color: #b36200;
    }

    .allBtnOrange:focus {
        color: white;
        outline: none;
    }

.allBtnYellow {
    font-size: 13px;
    background-color: #fbbc05;
    color: white;
    border: none;
    width: 100px;
    /*padding: 3px 7px 3px 7px;*/
    text-align: center;
    cursor: pointer;
}

    .allBtnYellow:hover {
        cursor: pointer;
        text-decoration: none;
        color: white;
        background-color: #b3932a;
    }

    .allBtnYellow:focus {
        color: white;
        outline: none;
    }

    .allBtnYellow:disabled {
        color: white;
        background-color: #8e8e8e;
        outline: none;
    }

        .allBtnYellow:disabled:hover {
            color: white;
            background-color: #8e8e8e;
            outline: none;
            cursor: default;
        }

.allBtnBlue {
    font-family: 'Segoe UI';
    font-size: 13px;
    background-color: #80aaff;
    color: white;
    border: none;
    width: 100px;
    padding: 3px 7px 3px 7px;
    text-align: center;
    cursor: pointer;
}

    .allBtnBlue:hover {
        cursor: pointer;
        text-decoration: none;
        color: white;
        background-color: #66b3ff;
    }

    .allBtnBlue:focus {
        color: white;
        outline: none;
    }

.allBtnGreen {
    font-size: 13px;
    background-color: #4CAF50;
    color: white;
    border: none;
    width: 100px;
    margin-right: 5px;
    text-align: center
}

    .allBtnGreen:hover {
        cursor: pointer;
        text-decoration: none;
        color: white;
        background-color: #013220;
    }

    .allBtnGreen:focus {
        color: white;
        outline: none;
    }

.btn {
    border: none; /* Remove borders */
    color: white; /* Add a text color */
    padding: 3px 10px; /* Add some padding */
    cursor: pointer; /* Add a pointer cursor on mouse-over */
}

.modalTablespc {
    border: 0;
    font-size: 15px;
    margin-bottom: 10px;
    /*margin-top:10px;*/
}

    .modalTablespc th {
        background-color: #66a6ea;
        color:white;
        padding: 5px;
        font-size: 15px;
        font-weight: 500;
        font-style: normal;
        /*width:200px;*/
    }

    .modalTablespc tr {
        border-bottom: 1px solid #c0c0c0;
    }

        .modalTablespc tr:nth-child(even) td {
            background-color: #f2f2f2;
        }

        .modalTablespc tbody tr:hover {
            background-color: #e5e5e5;
            cursor: pointer;
        }

    .modalTablespc td {
        padding: 5px;
    }

        .modalTablespc td input {
            /*width: 90%;*/
            border: 0;
            /*border-bottom: 1px solid #c0c0c0;*/
            font-size: 11px;
        }

.modalTable2spc {
    border: 0;
    width: 100%;
    padding: 100%;
    font-size: 13px;
    margin-bottom: 10px;
}

    .modalTable2spc th {
        padding: 5px;
        font-size: 13px;
        font-weight: 500;
        font-style: normal;
    }

    .modalTable2spc tr {
        border-bottom: 1px solid #c0c0c0;
    }

    .modalTable2spc tr:hover {
        background-color: #e5e5e5;
        cursor: pointer;
    }

        .modalTable2spc tr:nth-child(even) td {
            background-color: #f2f2f2;
        }

    .modalTable2spc td {
        padding: 5px;
    }

        .modalTable2spc td input {
            /*width: 90%;*/
            border: 0;
            /*border-bottom: 1px solid #c0c0c0;*/
            /*border-bottom: 1px solid #c0c0c0;*/
            font-size: 13px;
        }

.shadow {
    -webkit-box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.39);
}

.ddl {
    width: 100%;
    height: 30px;
    font-family: 'Segoe UI';
    font-size: 13px;
    outline: none;
    border: none;
    border-bottom: solid 1px #cdcdcd;
}

.ddlOperand {
    width: 100%;
    height: 30px;
    font-family: 'Segoe UI';
    font-size: 13px;
    outline: none;
    border: none;
    border-bottom: solid 1px #cdcdcd;
}

#dropBtn {
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.mainTable {
    /*margin-top: 5px;
    margin-bottom: 30px;*/
    width: 100%;
    font-family: 'Segoe UI';
    border-collapse: separate;
    font-size: 15px;
    /*position:absolute;
    z-index:0;*/
    border-right: 1px solid #d3d3d3;
    text-wrap: nowrap
}

    .mainTable tr {
    }

    .mainTable th {
        font-weight: 600;
        font-family: 'Segoe UI';
        font-size: 15px;
        color: #fff;
        background-color: #66a6ea;
        border-top: 1px solid #cccccc;
        outline: none;
        position: sticky;
        top: 0;
        /*padding: 5px 0px 5px 5px;*/
    }

        .mainTable th:focus {
            outline: none;
        }

    .mainTable tbody tr:hover {
        background-color: #d3d3d37a !important;
        cursor: pointer;
        color:black
    }

    .mainTable th, .mainTable tr {
        padding: 5px 5px 5px 5px;
        text-align: left;
    }

    .mainTable td {
        padding: 5px 5px 5px 5px;
        border-left: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
        text-align: left;
    }

        .mainTable td input {
            width: 100%;
            border: 0;
            /*border-bottom: 1px solid #d3d3d3;*/
            font-size: 14px;
        }

        .mainTable .ddl {
            width: 100%;
            border: 0;
            /*border-bottom: 1px solid #d3d3d3;*/
            font-size: 14px;
        }

    .mainTable thead th {
        position: sticky;
        top: 0;
        background-color: #66a6ea;
        resize: horizontal;
        overflow: auto;
        min-width: 70px;
    }

    .mainTable .clickedrow td {
        background-color: #caaf8f;
    }

.selected {
    color: black;
}

.stickRow th {
    position: sticky;
    top: 0;
}

.hideBtn{
    display:none;
}

input[type="color"] {
    border: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

label[for="toggle"] {
    height: 30px;
    background: #66a6ea;
    color: white;
    border-top: 1px solid #66a6ea;
    cursor: pointer;
    transition: all 0.5s;
    width: 65px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-left: 49%;
    font-weight: 500;
    font-size: 15px;
}

    label[for="toggle"]:after {
        /*font-family: FontAwesome;
        content: '\f107';
        font-size: 18px;
        color: white;
        font-weight: 800;*/
        margin: 14px;
    }

    label[for="toggle"]:hover {
        background-color: #f2f2f2;
        color: #666;
        border-top: 1px solid #303056;
    }

#loadingIcon .modal-content {
    width: 15%;
    height: 35%;
}

.toggleTR {
    display: block;
}

textarea {
    resize: none;
    border: 1px solid #cdcdcd;
}

/*#dashTD {
    width:6%;
}

#dashTD1 {
    width: 6%
}

#dashTD2 {
    width: 7%
}

#dashTD3 {
    width: 6%
}

#dashTD4 {
    width: 11%
}

#dashTD5 {
    width: 12%
}

#dashTD6 {
    width: 12%
}*/


/* CSS Codes for BODS Square PC size (1280 x 1024) */
@media only screen and (max-width: 1280px) {

    body {
        font-size:12px;
    }

    .body-content{
       /* margin-left: 8%;*/
    }

    /*.container {
        max-width: 91%;
    }*/

    .wrapper {
        font-size:12px;
    }

    .allBtn, .allBtnOrange, .allBtnRed, .allBtnGreen, .allBtnBlue, .allBtnYellow {
        width:50px;
        font-size:12px;
    }

    .allBtnTool {
        font-size: 11px;
    }

    #loadingIcon .modal {
        vertical-align: middle;
        padding-top: 23%;
        background-color: rgba(0, 0, 0, 0.4);
        display: none;
    }

    #loadingIcon .modal-content {
        width: 17%;
        height: 28%;
    }

    /*.sidenav {
        width: 7%;
    }

    .sidenav-li {
        font-size: 14px;
    }*/

    .ddl{
        height:20px;
    }

    .ddlOperand {
        height:20px;
    }

    .fa-file-export{
        display:none;
    }

    .sidez {
        width: 5%;
    }

    .nav-subbar a {
        font-size: 12px;
    }
    
    .nav-subbar a:hover {
        border-top: 2px solid greenyellow;
        cursor: pointer;
        color: white;
        font-family: 'Segoe UI';
        font-size: 12px;
    }

   /* #dashTD {
        width: 8%;
    }

    #dashTD1{
        width: 8%
    }

    #dashTD2 {
        width: 9%
    }

    #dashTD3 {
        width: 8%
    }

    #dashTD4 {
        width: 13%
    }

    #dashTD5 {
        width: 15%
    }
    
    #dashTD6 {
        width: 15%
    }*/
}

/* CSS Codes for small laptop screens (1366 x 768) */
/*@media only screen and (max-width: 1366px) {

    .allBtn, .allBtnOrange, .allBtnRed, .allBtnGreen, .allBtnBlue, .allBtnYellow {
        width: 60px;
    }

    #loadingIcon .modal {
        vertical-align: middle;
        padding-top: 23%;
        background-color: rgba(0, 0, 0, 0.4);
        display: none;
    }

    #loadingIcon .modal-content {
        width: 15%;
        height: 49%;
    }
    
    .toggleTR {
        display: none;
    }

    .sidenav {
        width: 6%;
    }

    .sidenav-li{
        font-size: 13px;
    }
}
*/

.swal2-html-container, .swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
    font-size: 14px;
}

.swal2-styled.swal2-confirm {
    background-color: #5099e7;
}

.swal2-popup.swal2-toast .swal2-title {
    font-size: 14px;
}

body.swal2-toast-shown .swal2-container {
    width: 300px;
}

.maintenanceIcon {
    font-size: 17px;
    padding-right: 4px;
    cursor: pointer;
    float: right;
}

.maintenanceIcon:disabled {
    cursor: pointer;
    color: #dedede
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
    padding-top: 4px;
}

    .swal2-styled.swal2-confirm:focus, .swal2-styled.swal2-cancel:focus {
        border: none
    }

.reportTabs span {
    margin-right: 22px
}

/* Toggle Menu */
.containerMenu {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 20px;
    height: 3px;
    background-color: white;
    margin: 3px 5px;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-0px, 6px);
    transform: rotate(-45deg) translate(-0px, 6px);
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-2px, -8px);
    transform: rotate(45deg) translate(-2px, -8px);
}

.selectedRow {
    background-color: #00000029 !important;
}

button:disabled, button:disabled:hover {
    color: white;
    background-color: #8e8e8e;
    outline: none;
    cursor: default;
}