﻿.spot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    position: absolute;
    margin-left: 4px;
}

.pending {
    background: #18AACC;
}

.stop {
    background: #dd4b39;
}

.inprocess {
    background: #f39c12;
}

a.tab {
    color: #afafaf;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 4px 8px;
}

    a.tab.active {
        color: #222;
    }

.status {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 6px;
    border-radius: 3px;
    font-size: 13px;
    border-width: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.filterSelect {
    background: none;
    height: 20px;
    padding: 0;
    color: #fff;
}

select.filterSelect option {
    color: black;
}

.filterSelect:focus {
    background: none;
}

.table .checkbox label::after {
    /*margin-left: 2px;*/
}

.emp-info h4 {
    font-size: 21px;
    color: #8d8d8d;
    margin-top: 5px;
    font-weight: 200;
}

.tableBtn {
    min-height: 17px;
    height: 17px;
    padding: 0 3px;
    background: none;
    color: #000;
    border: none;
}


.table .tableBtn {
    min-height: 17px;
    height: 17px;
    padding: 0 3px;
    background: none;
    color: #fff;
    border: none;
}

.dropdown-menu {
    font-size: 13px;
}

.tab .fa {
    display: inline;
}

.maxcheckwidth {
    width: 36px;
}

.table th {
    white-space: nowrap;
}

.table td {
    white-space: nowrap;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dataISetting {
    font-size: 14px;
    position: absolute;
    right: 22px;
    top: 7px;
}

.colStatus {
    min-width: 72px;
}

.fs12 {
    font-size: 11px;
}

.fs9 {
    font-size: 9px;
}

.table tbody tr:hover td {
    color: #2b6a94 !important;
}

.table thead > tr > td, .table tbody > tr > td {
    vertical-align: middle;
}

.treegrid-expander {
    margin-right: 5px;
    cursor: pointer;
}

.innerTableBg {
    background: #f1f1f1;
}

    .innerTableBg h4 {
        font-size:16px;
        margin:5px 0;
    }

    .mt32 {
        margin-top: 32px;
    }

.formBG {
    padding: 10px 0px;
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    border: 1px solid rgba(0,0,0,.07);
    background: #ffffff;
}

.closeTD {
    font-size: 16px;
    color: #18AACC;
    cursor: pointer;
}

.select2-container {
    width: 100% !important;
}

table .checkbox label {
    padding-left: 25px;
}

table .checkbox {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0;
}

.innTableHeading {
    background: #fff;
    padding: 0px 10px;
}

.mt11 {
    margin-top: 11px;
}

.form-control {
    font-size: 13px;
}

.scroller .form-control {
    height: auto;
}


/* Table Pagination - START*/

.pagination {
    margin: 0px;
    margin-top: 5px;
}

.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

.innerPagination li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.innerPagination li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#tableDatapagination .pagination ul li.inactive, #tableDatapagination .pagination ul li.inactive:hover {
    background-color: #fff;
    color: #bababa;
    border: 1px solid #ddd;
    cursor: default;
}

#tableDatapagination .data ul li {
    list-style: none;
    font-family: verdana;
    margin: 5px 0 5px 0;
    color: #000;
    font-size: 13px;
}

#tableDatapagination .pagination {
    /*width: 800px;
    height: 25px;*/
}

    #tableDatapagination .pagination ul li {
        list-style: none;
        float: left;
        border: 1px solid #ddd;
        padding: 3px 7px 3px 7px;
        /*margin: 0 3px 0 3px;*/
        font-family: arial;
        font-size: 12px;
        color: #0485A3;
        font-weight: bold;
        background-color: #f2f2f2;
    }

        #tableDatapagination .pagination ul li.activepage {
            border: 1px solid #18AACC;
        }

        #tableDatapagination .pagination ul li:hover {
            color: #fff;
            background-color: #0485A3;
            cursor: pointer;
            background: -webkit-gradient(linear, left top, left bottom, from(#18AACC), to(#0485A3)) !important;
            background: -moz-linear-gradient(top, #18AACC, #0485A3) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18AACC', endColorstr='#0485A3') !important;
        }

.go_button {
    padding: 3px 5px;
    margin-left: 4px;
    background-color: #0485A3;
    border: 1px solid #18AACC;
    color: #fff;
    padding: 2px 6px 2px 6px;
    cursor: pointer;
    margin-top: -1px;
    border-radius: 4px;
    background-color: #0485A3;
    background: -webkit-gradient(linear, left top, left bottom, from(#18AACC), to(#0485A3)) !important;
    background: -moz-linear-gradient(top, #18AACC, #0485A3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18AACC', endColorstr='#0485A3') !important;
}

.paginationSelect {
    height: 24px;
}

.total {
    float: right;
    font-family: arial;
    color: #999;
}

.pagination p {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-right: 3px;
    margin-top: 2px;
}

.innerPagination {
    margin-top: -1px;
    float: left;
    margin-left: 6px;
}

    .innerPagination ul {
        margin: 0px;
        padding: 0px;
    }

.pagedata {
    float: left;
}

.datatodisplay {
    background: #ccc;
    width: 100%;
    height: 100px;
}

#tableDatapagination .pagination ul li.activepage {
    color: #fff;
    background-color: #0485A3;
    background: -webkit-gradient(linear, left top, left bottom, from(#18AACC), to(#0485A3)) !important;
    background: -moz-linear-gradient(top, #18AACC, #0485A3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18AACC', endColorstr='#0485A3') !important;
}

.scroller {
    background: #fff !important;
    width: 100%;
    padding: 8px 0px;
}

/* Table Pagination - END*/

.fa-caret-right, .fa-caret-down {
    font-size: 20px;
}

.table .calendaricon {
    top: 26px;
}

.innerTableBg