@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(line-icons.css);

.viewmoreimg {
    height: 13px;
}

body {
    font-family: 'Lato', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px !important;
    background-color: #eaeaea;
}

h1, h2, h3, h4, h5 {
    font-weight: 300;
}

label {
    font-weight: 300;
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    outline: 0;
}

input:focus, textarea:focus {
    outline: none;
}

table tr th {
    color: #ffffff;
    vertical-align: middle;
}

*:focus {
    outline: none;
}

::selection {
    background: #688a7e;
    color: #fff;
}

::-moz-selection {
    background: #688a7e;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
}

.nopadding {
    padding: 0px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.padding25 {
    padding: 25px;
}

.paddingt5 {
    padding-top: 5px;
}

.paddingt10 {
    padding-top: 10px;
}

.paddingt15 {
    padding-top: 15px;
}

.paddingt20 {
    padding-top: 20px;
}

.paddingt25 {
    padding-top: 25px;
}

.paddingb5 {
    padding-bottom: 5px;
}

.paddingb10 {
    padding-bottom: 10px;
}

.paddingb15 {
    padding: 15px;
}

.paddingb20 {
    padding-bottom: 20px;
}

.paddingb25 {
    padding-bottom: 25px;
}

.paddingl5 {
    padding-left: 5px;
}

.paddingl10 {
    padding-left: 10px;
}

.paddingl15 {
    padding-left: 15px;
}

.paddingl20 {
    padding-left: 20px;
}

.paddingl25 {
    padding-left: 25px;
}

.paddingr5 {
    padding-right: 5px;
}

.paddingr10 {
    padding-right: 10px;
}

.paddingr15 {
    padding-right: 15px;
}

.paddingr20 {
    padding-right: 20px;
}

.paddingr25 {
    padding-right: 25px;
}

.paddingtb5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.paddingtb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.paddingtb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.paddingtb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.paddingtb25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.paddinglr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.paddinglr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.paddinglr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.paddinglr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.paddinglr25 {
    padding-left: 25px;
    padding-right: 25px;
}

.nomargin {
    margin: 0px;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.margin20 {
    margin: 20px;
}

.margin25 {
    margin: 25px;
}

.margint5 {
    margin-top: 5px;
}

.margint10 {
    margin-top: 10px;
}

.margint15 {
    margin-top: 15px;
}

.margint20 {
    margin-top: 20px;
}

.margint25 {
    margin-top: 25px;
}

.marginb5 {
    margin-bottom: 5px;
}

.marginb10 {
    margin-bottom: 10px;
}

.marginb15 {
    margin: 15px;
}

.marginb20 {
    margin-bottom: 20px;
}

.marginb25 {
    margin-bottom: 25px;
}

.marginl5 {
    margin-left: 5px;
}

.marginl10 {
    margin-left: 10px;
}

.marginl15 {
    margin-left: 15px;
}

.marginl20 {
    margin-left: 20px;
}

.marginl25 {
    margin-left: 25px;
}

.marginr5 {
    margin-right: 5px;
}

.marginr10 {
    margin-right: 10px;
}

.marginr15 {
    margin-right: 15px;
}

.marginr20 {
    margin-right: 20px;
}

.marginr25 {
    margin-right: 25px;
}

.margintb5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margintb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margintb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margintb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margintb25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.marginlr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.marginlr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.marginlr15 {
    margin-left: 15px;
    margin-right: 15px;
}

.marginlr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.marginlr25 {
    margin-left: 25px;
    margin-right: 25px;
}

.none {
    display: none;
}

.dblock {
    display: block;
}

.dinline {
    display: inline;
}

.dinline-block {
    display: inline-block;
}

.dinherit {
    display: inherit;
}

.pabsolute {
    position: absolute;
}

.prelative {
    position: relative;
}

.pfixed {
    position: fixed;
}

.pinherit {
    position: inherit;
}

.pinitial {
    position: initial;
}

.z-index1 {
    z-index: 1;
}

.z-index9 {
    z-index: 9;
}

.z-index11 {
    z-index: 11;
}

.z-index99 {
    z-index: 99;
}

.z-index100 {
    z-index: 100;
}

.z-index999 {
    z-index: 999;
}

.marginpadding5 {
    margin: 5px;
    padding: 5px;
}

.marginpadding10 {
    margin: 10px;
    padding: 10px;
}

.marginpadding15 {
    margin: 15px;
    padding: 15px;
}

.marginpadding20 {
    margin: 20px;
    padding: 20px;
}

.cno-action {
    cursor: no-drop;
}

.cdefault {
    cursor: default;
}

.width50 {
    width: 50%;
}

.width100 {
    width: 100%;
}

.font13b {
    font-size: 13px !important;
    font-weight: 500 !important;
}

.main-header {
    background: #1a2a40;
    position: relative;
    height: 240px;
    padding: 10px 55px 0px 80px;
    margin-bottom: -125px;
}

    .main-header .left-section a span {
        color: #fff;
        font-size: 70px;
        font-weight: 600;
        float: left;
        position: relative;
        top: -5px;
        font-family: 'Roboto', sans-serif;
    }

    .main-header a {
        padding: 10px;
        display: inline-block;
    }

    .main-header .left-section {
        display: inline;
        float: left;
    }

    .main-header .right-section {
        display: flow-root;
        text-align: right;
        position: relative;
        top: 10px;
    }

        .main-header .right-section ul {
            margin: 0px;
            margin-top: 12px;
        }

            .main-header .right-section ul li {
                display: inline-block;
            }

            .main-header .right-section ul #alert_notificatoin_bar {
                position: relative;
                border: 2px solid #fff;
                padding: 3px 8px;
                border-radius: 50%;
                top: 6px;
            }

            .main-header .right-section ul li .badge {
                top: -7px;
                left: inherit;
                right: 0px;
            }

    .main-header a {
        padding: 10px;
        display: inline-block;
    }

    .main-header .right-section ul li label {
        font-size: 13px;
        font-family: sans-serif;
        margin-bottom: 0px;
        position: relative;
        top: 0px;
        color: #333;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

        .main-header .right-section ul li label i {
            margin-bottom: 0px;
            position: absolute;
            right: 10px;
            top: 10px;
        }

    .main-header .right-section ul li a input {
        background: transparent;
        border: 0px;
        border-bottom: 1px solid #fff;
        padding: 10px;
        color: #fff;
        font-size: 20px;
        border-radius: 0px;
        height: inherit;
        margin: inherit;
        width: inherit;
    }

    .main-header .right-section ul li a i {
        color: #fff;
        font-size: 22px;
    }

.login-cart {
    display: grid;
    border-bottom: 2px solid;
    padding-bottom: 15px;
}

    .login-cart .inner_wrap {
    }

        .login-cart .inner_wrap .user_img {
            width: 55px;
            display: inline-block;
            float: left;
            margin-right: 10px;
            margin-left: 5px;
        }

            .login-cart .inner_wrap .user_img img {
                width: 100%;
            }

        .login-cart .inner_wrap .user_info .user_one {
            color: #fff;
            margin-bottom: 0px;
            font-weight: 600;
            font-size: 18px;
            position: relative;
            top: 17px;
        }

.small-navbar .login-cart .inner_wrap .user_info .user_one {
    top: 5px;
    text-align: center;
    font-size: 14px;
}

.small-navbar .login-cart .inner_wrap .user_img {
    margin-right: 0px;
    margin-left: 8px;
}

aside {
    background-color: #040404;
    opacity: 1;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 9;
    overflow: hidden;
    overflow-y: auto;
    transform: translate3d(0px,0px,0px);
}

    aside .responsive_way {
        padding-top: 88px;
		height:100%;
		overflow-x:hidden;
		overflow-y:auto;
    }

.small-navbar {
    background-color: #040404;
    opacity: 1;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 1;
    width: 70px;
    overflow: hidden;
}

    .small-navbar ul {
        padding: 0px;
        line-height: 2.5;
    }

        .small-navbar ul li {
            text-align: center;
            border-bottom: 1px solid;
            line-height: 1.3;
        }

.colps-aside li {
    border-bottom: 1px solid;
    line-height: 3;
}

.small-navbar .colps-aside ul li a {
    padding: 3px 0px;
    height: 60px;
}

    .small-navbar .colps-aside ul li a i {
        margin-bottom: 5px;
    }

    .small-navbar .colps-aside ul li a span {
        margin: 0px;
        font-weight: 600;
        font-size: 12px;
        line-height: 1;
        display: block;
    }

.adjust-width {
    padding-left: 185px !important;
}

.adjust-header {
    padding: 10px 55px 0px 170px !important;
}

.colps-aside ul li a {
    font-size: 16px;
    color: #d6d1d1;
    cursor: pointer;
    width: 100%;
    display: block;
    padding: 0px 5px;
}

    .colps-aside ul li a:hover {
    }

    .colps-aside ul li a i {
        display: inline-block;
        text-align: center;
        width: 25px;
        font-size: 20px;
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

    .colps-aside ul li a span {
        margin: 0px;
        font-weight: 600;
        font-size: 16px;
        line-height: 3;
    }

    .colps-aside ul li a:hover {
        background: #272626;
        color: #ffffff !important;
        transition: easy-in-out;
        opacity: 1;
    }
.main-container {
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 15px;
    width: 100%;
    padding-left: 90px;
    padding-right: 20px;
}

    .main-container .wrapper {
        background: #fff;
        padding: 15px;
        position: relative;
        box-shadow: 1px 1px 10px 2px #2323239e;
        margin-bottom: 25px;
        overflow: hidden;
    }

.dataTables_wrapper {
    overflow-x: auto;
}

.callout {
    position: relative;
    padding: 0 1rem;
    margin: 1rem 0;
    border: 0 solid #cfd8dc;
    border-left-width: .25rem;
    display: block;
    width: 100%;
}

.sidemap-head {
    font-size: 2rem;
    color: #2474a6;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    display: block;
    margin-top: 50px;
}

.callout label {
    color: #ff9900;
    font-size: 30px;
    font-weight: bolder;
    margin: 0px;
    cursor: pointer;
}

.callout-info {
    border-left-color: #fbb133 !important;
}

.text-muted {
    color: #666 !important;
    font-size: 18px;
    font-weight: 600;
}

.sm-form-panel {
    margin: -15px;
    margin-bottom: 20px;
}

    .sm-form-panel .fpanel-head {
        margin-bottom: 20px;
    }

        .sm-form-panel .fpanel-head h1 {
            margin: 0px;
            background: #0060c7;
            color: #fff;
            font-size: 2rem;
            padding: 10px;
            text-align: center;
            font-weight: bold;
        }

.toggle-check {
    background: transparent;
    color: #eaeaea;
    padding: 0px 12px;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 10px 0px 0px;
    cursor: pointer;
    border: 1px solid;
}

.checked-confirm {
    color: #fff;
    background: #1a2a40;
}

    .checked-confirm::before {
        content: "\f120";
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        color: #10ab34;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 5px;
    }

.toggle-check input {
    display: none;
}

.dataTables_wrapper .dataTables_filter input {
    width: inherit !important;
    margin: inherit !important;
    padding: 8px !important;
    height: 20px !important;
}

table.dataTable.nowrap th {
    color: black;
}

#exampleone_wrapper {
    display: none;
}

.reset {
    border: 1px solid #c3c3c3;
    width: 400px;
    margin: auto;
    padding: 15px 10px 25px 10px;
    box-shadow: 4px 3px 8px #cccccc;
    margin-top: 10px;
}

.notification li p label {
    top: 0px !important;
    font-size: 13px !important;
}

.reset button {
    border: 1px solid transparent;
    background: #f3ad2e;
    color: #fff;
    padding: 10px;
    width: 200px;
    font-size: 18px;
    font-weight: 600;
}

.side-toggle {
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    font-size: 27px;
    cursor: pointer;
    z-index: 10;
    background: #040404;
    padding: 25px;
}

.close-toggle {
    color: #fff;
    position: absolute;
    top: 6px;
    right: -40px;
    font-size: 3rem;
    cursor: pointer;
}

.overlay-draw {
    background: #171414c7;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    display: none;
}

.force-toggle {
    -webkit-transition: all .6s ease-out !important;
    -o-transition: all .8s ease-out !important;
    transform: translate3d(0px,0px,0px) !important;
}

.forceclose-toggle {
    display: block;
    -webkit-transition: all .6s ease-out !important;
    -o-transition: all .8s ease-out !important;
    transform: translate3d(0px,0px,0px) !important;
}

@media (max-width:768px) {
    .top-logo {
        top: 0px !important;
    }

    .sm-form-panel .fpanel-head h1 {
        font-size: 1.5rem;
    }

    .marginres20 {
        margin-bottom: 20px;
    }

    .main-container .wrapper {
        top: 70px;
    }

    .custome-modal .custome-modal-body {
        max-height: 475px;
        overflow: auto;
    }

    .side-toggle {
        top: 10px;
        background: transparent;
    }

    .main-header {
        height: 70px;
        z-index: 9;
        position: fixed;
        left: 0px;
        right: 0px;
        padding: 10px 55px 0px 55px;
    }

    .main-container {
        top: 0px;
    }

    .dataresetmat {
        top: 30px !important;
    }

    .tabforce {
        display: block !important;
    }

    .main-header .right-section ul li label {
    }

    .main-header .left-section a span {
        font-size: 31px;
    }

    .toggleWidth {
        width: 54%;
        max-width: 170px;
    }

    .main-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .adjust-width {
        padding-left: 15px !important;
    }

    .login-cart {
        position: relative;
        margin-top: 15px;
        display: inline-block;
        border-bottom: 1px solid gainsboro;
        width: 100%;
        padding-bottom: 25px;
    }

    .small-navbar {
        display: none;
    }

    .side-toggle {
        padding: 7px 20px;
    }

    aside .responsive_way {
        padding-top: 50px;
    }

    .main-header .right-section ul {
        margin-top: 0px;
    }

    .fixed-samhead {
        position: fixed;
        left: 60px;
        right: 0px;
        background: #1a2a3f;
        z-index: 1;
        height: 48px;
        padding-right: 20px;
    }

    #map {
        height: 400px !important;
    }
}

@media (max-width:1075px) {
    .uniwidth {
        margin-bottom: 20px;
    }
}

@media (max-width:580px) {
    .uniwidth {
        max-width: 100%;
        flex: 100%;
    }
}

@media (min-width:320px) and (max-width:640px) {
    .side-toggle {
        background: transparent;
    }

    .main-header .left-section a span {
        position: relative;
        top: -5px;
    }

    .main-header .right-section ul {
        margin-top: -14px;
    }
}

@media (max-width:480px) {
    .fullmobile {
        width: 100%;
    }

    .repad10 {
        padding: 10px;
    }

    .reset {
        width: 100%;
    }
}

.n_backimage {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.open .notification {
    display: block;
}

.dropdown-toggle::after {
    display: none;
}

.badge {
    min-width: 29px !important;
    position: absolute;
    top: -12px !important;
    left: 14px !important;
    background: #ff9900;
    color: #fff !important;
    border-radius: 50%;
    padding: 0px 1px !important;
    height: 26px !important;
    text-align: center !important;
}

.notification {
    left: inherit;
    right: 0px;
    margin-top: 15px !important;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    height: 300px;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: auto;
}

    .dropdown-menu.extended li p.blue {
        background-color: #fbb133;
        color: #fff;
    }

    .dropdown-menu.extended li p {
        background-color: #F1F2F7;
        color: #666666;
        margin: 0;
        padding: 10px;
    }

.notification li {
    display: block !important;
}

.notification .small {
    position: relative;
    top: 2px;
    left: 8px;
}

.alignvertical {
    display: flex;
    vertical-align: middle;
    align-items: center;
    background: #fff;
}

.badge label, .blue label {
    color: #fff;
}

.dropdown-menu.extended li a {
    text-align: left
}

    .dropdown-menu.extended li a i {
        font-size: 16px !important;
    }

@media(max-width:1199px) {
    .callout-info {
        border-left-color: #fbb133 !important;
        width: 30%;
        float: left;
    }

    .sidemap-head {
        margin-top: 0px;
    }

    .midevice {
        width: 100% !important;
    }
}

@media(max-width:480px) {
    .callout-info {
        width: 100%;
        float: left;
    }
}

.text-left {
    text-align: left !important;
}

.dt-button {
    height: 50px;
    border: 0px !important;
    background-color: transparent !important;
    background-image: none !important;
    top: -6px;
}

.buttons-excel span::before {
    content: "";
    background-image: url(../images/excel.png) !important;
    width: 40px;
    height: 32px;
    display: block;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
}

.buttons-pdf span::before {
    content: "";
    background-image: url(../images/pdf.png) !important;
    width: 40px;
    height: 32px;
    display: block;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 1px 0px;
}

.text-left {
    text-align: left !important;
}

.dwidth {
    min-width: 100px !important;
    max-width: 100px !important;
    width: 100px !important;
    white-space: pre-wrap !important;
}

.dwidth90 {
    width: 90px !important;
    white-space: pre-wrap !important;
}

#remainingC, #remainingC2, #remainingC1 {
    display: inline-block;
    position: absolute;
    color: red;
    bottom: -5px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 15px !important;
    vertical-align: middle;
}

.dt-buttons span {
    color: transparent;
    position: relative;
    top: -10px;
}

.maptoolx .callout-info {
    padding: 0px 6px;
}

.maptoolx .callout {
    position: relative;
    padding: 0 1rem;
    margin: 20px 0px;
    border: 0 solid #cfd8dc;
    border-left-width: .25rem;
    display: block;
    width: 100%;
}

.maptoolx .text-muted {
    color: #ff9900;
    font-size: 15px;
    font-weight: 600;
}

.maptoolx strong.number {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    background: #428bca;
    padding: 5px;
    width: 25px;
    float: right;
    position: relative;
    top: 1px;
    border-radius: 50%;
    text-align: center;
}

input.empty {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

td {
    width: 100px !important;
    max-width: 100px !important;
    white-space: pre-wrap !important;
    vertical-align: middle;
    word-break: break-all;
}

.attachico {
    display: block;
    font-size: 16px;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 0px solid #111;
}

#tableDelete th {
    width: 100px !important;
    max-width: 100px !important;
    white-space: pre-wrap !important;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

#tableDelete td {
    width: 100px !important;
    max-width: 100px !important;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

#tableDelete th:first-child {
    width: 20px !important;
    max-width: 20px !important;
    white-space: pre-wrap !important;
    min-width: 20px !important;
}

#tableDelete td:first-child {
    width: 20px !important;
    max-width: 20px !important;
    white-space: pre-wrap !important;
    min-width: 20px !important;
}

#table1Resolve th {
    width: 100px !important;
    max-width: 100px !important;
    white-space: pre-wrap !important;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

    #table1Resolve th:first-child {
        width: 20px !important;
        max-width: 20px !important;
        white-space: pre-wrap !important;
        min-width: 20px !important;
    }

#table1Resolve td:first-child {
    width: 20px !important;
    max-width: 20px !important;
    white-space: pre-wrap !important;
    min-width: 20px !important;
}

#table1Resolve td {
    width: 100px !important;
    max-width: 100px !important;
    white-space: pre-wrap !important;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

#tableAllIssue th {
    width: 100px !important;
    max-width: 100px !important;
    white-space: pre-wrap !important;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

#tableAllIssue td {
    width: 100px !important;
    max-width: 100px !important;
    white-space: pre-wrap !important;
    word-break: break-all;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
}

#tableAllIssue th:first-child {
    width: 20px !important;
    max-width: 20px !important;
    white-space: pre-wrap !important;
    min-width: 20px !important;
}

#tableAllIssue td:first-child {
    width: 20px !important;
    max-width: 20px !important;
    white-space: pre-wrap !important;
    min-width: 20px !important;
}

#TableNotification th {
    width: 100px !important;
    max-width: 100px !important;
    white-space: pre-wrap !important;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

#TableNotification td {
    width: 100px !important;
    max-width: 100px !important;
    white-space: pre-wrap !important;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

#TableNotification th:first-child {
    width: 20px !important;
    max-width: 20px !important;
    white-space: pre-wrap !important;
    min-width: 20px !important;
}

#TableNotification td:first-child {
    width: 20px !important;
    max-width: 20px !important;
    white-space: pre-wrap !important;
    min-width: 20px !important;
}

#table2myIssue th {
    width: 100px !important;
    max-width: 100px !important;
    white-space: pre-wrap !important;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

#table2myIssue td {
    width: 100px !important;
    max-width: 100px !important;
    white-space: pre-wrap !important;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

#table2myIssue th:first-child {
    width: 20px !important;
    max-width: 20px !important;
    white-space: pre-wrap !important;
    min-width: 20px !important;
}

#table2myIssue td:first-child {
    width: 20px !important;
    max-width: 20px !important;
    white-space: pre-wrap !important;
    min-width: 20px !important;
}

.a_active {
    background: #eaeaea;
    color: #0060c7 !important;
    transition: easy-in-out;
    opacity: 1;
}
.small-navbar .colps-aside ul li a:hover label {
    color: inherit !important;
}
.hid input[type="text"] {
    display: none;
}

.dataTables_wrapper .dataTables_filter {
    display: none;
}

.open .notification::before {
    content: "";
    border-bottom: 9px solid #2196f3;
    position: absolute;
    width: 15px;
    right: 10px;
    top: -9px;
    border-left: 8px solid transparent;
    border-right: 7px solid transparent;
}

.notification li a:hover span label {
    color: #fff;
}

#tableAllIssue th:nth-child(2), #tableAllIssue td:nth-child(2), #tableAllIssue th:nth-child(5), #tableAllIssue td:nth-child(5), #tableDelete th:nth-child(2), #tableDelete td:nth-child(2), #tableDelete th:nth-child(4), #tableDelete td:nth-child(4), #table1Resolve th:nth-child(2), #table1Resolve td:nth-child(2), #table1Resolve th:nth-child(4), #table1Resolve td:nth-child(4), #table2myIssue th:nth-child(2), #table2myIssue td:nth-child(2), #table2myIssue th:nth-child(4), #table2myIssue td:nth-child(4) {
    width: 520px !important;
    max-width: 520px !important;
}

.dpinfoico {
    width: 100%;
}

    .dpinfoico::before {
        content: "\f2d1";
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 10px;
        bottom: 15px;
        cursor: pointer;
        font-size: 24px;
        color: #585858;
        cursor: pointer;
    }

@media screen and (max-width:640px) {
    div.dt-buttons {
        float: none !important;
        text-align: left !important;
    }
}

tfoot {
    display: table-header-group;
}

.map-tooltip {
    max-width: 300px;
    width: 100%;
    margin: auto;
    background: #2b6aa0;
    border-radius: 4px;
    position: relative;
}

    .map-tooltip .mt-header {
        margin-bottom: 5px;
        padding: 0px 10px;
    }

        .map-tooltip .mt-header h6 {
            color: #fff;
            text-align: center;
            padding: 10px 10px;
            margin: 0px;
            border-bottom: 1px solid;
        }

    .map-tooltip .inner_mtbody {
        color: #fff;
        padding: 0px 10px;
        position: relative;
        line-height: 2.5;
    }

        .map-tooltip .inner_mtbody .wraping {
            border-bottom: 1px solid;
            position: relative;
        }

            .map-tooltip .inner_mtbody .wraping label {
                font-weight: 100;
                font-size: 14px;
                margin-bottom: 5px;
            }

            .map-tooltip .inner_mtbody .wraping span {
                font-size: 16px;
                float: right;
                color: #ff9900;
                font-family: monospace;
                font-weight: bold;
            }

                .map-tooltip .inner_mtbody .wraping span::after {
                    content: "";
                    float: right;
                    color: #ff9900;
                    font-weight: 500;
                    height: 30px;
                    border-left: 4px solid;
                    position: absolute;
                    right: -10px;
                    top: 3px;
                }

.wraping:last-child {
    border-bottom: 0px !important;
    padding-bottom: 6px;
}

.highcharts-tooltip span {
    left: 0px !important;
    top: 0px !important;
    width: 180px;
}

.maptoolx {
    width: 198px;
}

.modal-backdrop.in {
    display: none !important;
}

.modal {
    box-shadow: inherit !important;
    background: transparent !important;
    opacity: 1 !important;
    z-index: 99999 !important;
}

button.close {
    color: #fff;
    opacity: 1;
}

.modal-content {
    padding: 0px !important;
}

.bootstrap-dialog-footer-buttons {
    text-align: center;
}

    .bootstrap-dialog-footer-buttons .btn {
        border-radius: 0px !important;
        width: auto;
        padding: 0px 15px;
    }

.bootstrap-dialog.type-primary .modal-header {
    background-color: #1a2a40;
    padding: 10px 15px;
}

.bootstrap-dialog {
    display: block;
    background: #00000099 !important;
    width: 100%;
    max-height: 100%;
}

    .bootstrap-dialog .bootstrap-dialog-title {
        font-size: 18px;
        color: #fff;
    }

.modal-open .modal {
    max-height: inherit !important;
    width: auto !important;
    margin: auto;
}

.dataresetmat {
    position: absolute;
    right: 28px;
    top: 48px;
    background: #3e3e3e;
    color: #fffefe;
    padding: 5px 5px 5px 6px;
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer;
}

.subchild {
    display: none;
}

    .subchild label {
        display: block;
        text-transform: capitalize;
        cursor: pointer;
        padding: 15px 3px;
        margin-bottom: 0px;
        color: inherit;
    }

    .subchild a {
        border-top: 1px solid;
    }

    .subchild label:hover {
        color: #0060c7;
    }

.top-logo {
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 28px;
}

.lbgform {
    width: 700px;
    margin: auto;
    border: 1px solid #c3c3c3;
    padding: 20px 10px 25px 10px;
    box-shadow: 4px 3px 8px #cccccc;
    margin-top: 30px;
}

.subchild .activeTab label {
    color: #0060c7;
}

td a .fa-pencil-square-o {
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.morecontent {
    display: none;
}

.viewmoreimg {
    width: 100%;
    max-width: 70px;
}

#table1Resolve th:nth-child(11), #table1Resolve td:nth-child(11), #table1Resolve th:nth-child(12), #table1Resolve td:nth-child(12), #tableDelete th:nth-child(11), #tableDelete td:nth-child(11), #tableDelete th:nth-child(12), #tableDelete td:nth-child(12) {
    max-width: 185px !important;
    width: 185px !important;
}

.icospan {
    background: #428bca;
    padding: 5px;
    border-radius: 2px;
}

.whitecol {
    color: #fff !important;
}

.updatebgx {
    background: #f5af46;
}

.delbgx {
    background: red;
}

.resbgx {
    background: #05b105;
}

.addbgx {
    background: #04b7cc;
}

@media(max-width:830px) {
    .lbgform {
        width: 95%;
    }
}

#map {
    height: 700px;
}

.closemaptool {
    position: absolute;
    top: 6px;
    right: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
}

.bottomindicatior {
    position: fixed;
    bottom: 30px;
    color: #fff;
    right: 27px;
    background: #1a2a40;
    z-index: 1;
    border-radius: 50%;
    font-size: 2rem;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
    z-index: 2;
}

    .bottomindicatior:hover {
        opacity: 1;
    }

    .bottomindicatior a {
        padding: 0px 13px;
        display: block;
        color: #fff;
    }

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 20%, 40%, 60%, 80%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.aboutcont h2 {
    background: #0060c7;
    margin: -15px;
    margin-bottom: 10px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.aboutcont p {
    font-size: 20px;
    vertical-align: middle;
    display: inline-table;
    text-align: center;
    word-spacing: 4px;
    background: black;
    opacity: 0.8;
    color: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 15px;
    line-height: 1.8;
}

    .aboutcont p span {
        display: block;
        margin-top: 25px;
    }

.aboutcont div {
    max-width: 600px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

#pcbmaster .modal-title {
    margin: 0;
    line-height: 1.428571429;
    background: #242525;
    color: #fff;
    padding: 6px 12px;
    font-size: 28px;
}

#pcbmaster .modal-header {
    padding: 0px;
}

#pcbmaster p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    color: #1f1f1f;
}

#pcbmaster .modal-header .close {
    position: relative;
    top: 15px;
    right: 15px;
}

#pcbmaster button {
    border-radius: 0px;
}

.timeline_table {
    box-shadow: 2px 2px 7px #3c3b3b;
}

    .timeline_table thead {
        background: #9E9E9E;
        color: #fff;
    }

    .timeline_table td {
        border-radius: 0px;
        text-align: -webkit-center;
    }

.monthcolone {
    background: #054159;
}

.monthcoltwo {
    background: #02678e;
}

.monthcolthree {
    background: #62a0c5;
}

.monthcolfour {
    background: #b2cadb;
}

.unimonthcol {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px !important;
    font-size: 14px;
    padding: 15px 0px;
}

    .unimonthcol a {
        color: #fff;
    }

.upheadtime {
    text-align: center;
    background: #696969;
    margin-bottom: 0px !important;
    padding: 10px;
    color: #fff;
}

.timelineinfo_head h6 {
    margin: 35px 0px 10px 0px;
    font-size: 2rem;
    color: #2474a6;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

.calloutbx {
    border: 1px solid gainsboro;
    text-align: center;
    padding: 8px 0px;
    box-shadow: 3px 3px 7px #8c8c8c;
}

@media(max-width:1370px) and (min-width:1199px) {
    .rfoures {
        font-size: 14px !important;
    }
}

.highcharts-contextbutton, .highcharts-credits, .highcharts-color-undefined {
    display: none;
}

@media(max-width:1199px) and (min-width:630px) {
    .block-resbl {
        width: 33%;
        display: inline-block;
    }
}

@media (max-width:480px) {
    .top-logo {
        max-width: 40px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .main-header a {
        padding: 10px 0px;
    }

    .main-header .left-section a span {
        font-size: 20px;
        top: 0px;
    }

    .right-logo img {
        width: 50px;
        position: relative;
        top: 3px;
    }

    .main-header {
        padding: 10px 20px 0px 55px;
    }

    #alert_notificatoin_bar {
        display: none;
    }
}

@media (max-width:768px) and (min-width:641px) {
    .main-header .right-section ul {
        position: relative;
        top: -15px;
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 5px;
	height:5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
}

.tmapfirst {
    font-size: 12px;
    font-weight: bold;
}

@media(max-width:1199px) and (min-width:768px) {
    .maptoolx .callout {
        margin: 10px 0px;
    }
}
.sidesubmenu {
    display: none;
}
#nest li img {
    width: 20px;
    margin-top: 6px;
    margin-bottom: 5px;
}