/* ****** ****** ****** ****** ****** **
 * ****** Common CSS ****** *
** ****** ****** ****** ****** ****** */
*, *:before, *:after {
    box-sizing: border-box;
}

ul, li, ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a, button, .btn {
    outline: none;
    outline: 0;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        outline: none;
        outline: 0;
    }

object, embed {
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

.topHeader ul.rightNavbar .mobileNav {
    display: none;
}

.topHeader ul.rightNavbar .desktopNav {
    display: block;
}

::-webkit-scrollbar {
    width: 6px; /* for vertical scrollbars */
    height: 6px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}

.modal-footer.textAlignCenter {
    text-align: center;
}

.modal-footer,
.modal-header,
.modal-body {
    clear: both;
    border: 0px;
    float: left;
    width: 100%;
}

.modal-content {
    clear: both;
    border: 0px;
    float: left;
    width: 100%;
}

.modal-header {
    background: #0057a6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,115,181,1)), color-stop(38%,rgba(0,87,166,1)), color-stop(100%,rgba(0,87,166,1)));
    background: -webkit-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -moz-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -o-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -ms-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: linear-gradient(to bottom, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    color: #fff;
}

    .modal-header .close {
    }

body {
    margin-top: 100px;
    background-color: #fff;
}

#page-wrapper .page-header {
    margin: 10px 0 20px;
}

#wrapper .navbar-inverse, .navbar-inverse {
    background: #0057a6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,115,181,1)), color-stop(38%,rgba(0,87,166,1)), color-stop(100%,rgba(0,87,166,1)));
    background: -webkit-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -moz-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -o-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -ms-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: linear-gradient(to bottom, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    border-bottom: 1px solid #013E75;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
    min-height:560px  /* Rajendra  */
}

.navbar-brand.logo {
    background:transparent url("../images/tyco-logo.png") no-repeat center center;
    width: 240px;
    height: 50px;
    /*border-right: 5px solid #013E75;*/
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 240px;
        min-height :650px;     /*Rajendra*/
    }
}
/* Top Navigation */
.top-nav {
    padding: 0 15px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

        .top-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
            color: #fff;
        }

            .top-nav > li > a:hover,
            .top-nav > li > a:focus,
            .top-nav > .open > a,
            .top-nav > .open > a:hover,
            .top-nav > .open > a:focus {
                color: #fff;
                background-color: #004787;
            }

    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .top-nav > .open > .dropdown-menu > li > a {
            white-space: normal;
        }

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

    li.message-preview > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Sidebar Styles */
.sidebar-nav {
    position: fixed;
    top: 59px;   /*Rajendra*/
    left: 240px;
    width: 240px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 40px;
    margin-left: -240px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #0057a6;
    bottom: 0;
    overflow-x: hidden;
}

    .sidebar-nav > li {
        padding: 0px 0px;
        display: block;
        clear: both;
        border-bottom: 1px solid #000;
    }

        .sidebar-nav > li a {
            word-break: break-word;
            white-space: normal;
            width: 100%;
            background: #242424;
        }

        .sidebar-nav > li.dropdown a {
            background: #242424;
        }

        .sidebar-nav > li > a {
            display: block;
            text-decoration: none;
            color: #999999;
            padding: 15px 35px 14px 35px;
            border-right: 5px solid #999;
        }

            .sidebar-nav > li > a:hover,
            .sidebar-nav > li > a:active,
            .sidebar-nav > li > a.active,
            .sidebar-nav > li > a:focus {
                text-decoration: none;
                color: #044D91;
                background: #0a59a4;
                border-right: 5px solid #044D91;
            }

        .sidebar-nav > li.dropdown > a:hover,
        .sidebar-nav > li.dropdown > a:active,
        .sidebar-nav > li.dropdown > a.active,
        .sidebar-nav > li.dropdown > a:focus {
            color: #fff;
            background: #3c3c3c;
        }

        .sidebar-nav > li.dropdown .glyphiconL {
            position: absolute;
            left: 10px;
            top: 50%;
            right: inherit;
            text-align: right;
            width: 16px;
            height: 16px;
            margin-top: -8px;
        }

        .sidebar-nav > li.dropdown .glyphicon {
            position: absolute;
            right: 20px;
            top: 50%;
            text-align: right;
            width: 16px;
            height: 16px;
            margin-top: -8px;
        }

        .sidebar-nav > li.dropdown.open .glyphicon.glyphicon-menu-right:before {
            content: "\e259";
        }

        .sidebar-nav > li .dropdown-menu {
            position: inherit;
            margin: 0px;
            min-width: 100%;
            width: 100%;
            padding: 0px;
            border: 0px;
        }

            .sidebar-nav > li .dropdown-menu > li:hover > a,
            .sidebar-nav > li .dropdown-menu > li:active > a,
            .sidebar-nav > li .dropdown-menu > li > a.active,
            .sidebar-nav > li .dropdown-menu > li:focus > a {
                text-decoration: none;
                color: #fff;
                background: #0a59a4;
                border-right: 5px solid #3c3c3c;
            }

            .sidebar-nav > li .dropdown-menu > li > a {
                padding: 15px 25px 14px 35px;
                color: #999999;
                background: #111;
                border-bottom: 1px solid #000;
                background: #3c3c3c;
                border-right: 5px solid #044D91;
            }

        .sidebar-nav > li.dropdown.open > a {
            background: #242424;
            color: #fff;
        }
/* ****** ****** ****** ****** ****** **
 * ****** Table List ****** *
** ****** ****** ****** ****** ****** */
.tableButtonList01 {
    width: auto;
    /*float:right;*/
    clear: both;
    padding-bottom: 10px;
}

    .tableButtonList01 .input-group {
        width: 220px;
        float: left;
        margin-right: 15px;
    }

    .tableButtonList01 .buttonList {
        width: auto;
        /*float:right;*/
    }

.tableList01 {
    width: 100%;
    display: table;
}

    .tableList01 > ul {
        width: 100%;
        display: table-row;
    }

        .tableList01 > ul > li {
            display: table-cell;
            padding: 10px 15px;
            vertical-align: middle;
            border-bottom: 1px solid #fff;
        }

            .tableList01 > ul > li:nth-child(7) {
                width: 160px;
                text-align: center;
            }

            .tableList01 > ul > li:nth-child(3) {
                width: 15%;
            }

        .tableList01 > ul.head > li {
            background: #0057a6;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,115,181,1)), color-stop(38%,rgba(0,87,166,1)), color-stop(100%,rgba(0,87,166,1)));
            background: -webkit-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
            background: -moz-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
            background: -o-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
            background: -ms-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
            background: linear-gradient(to bottom, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
            color: #fff;
        }

        .tableList01 > ul.hbody:nth-child(even) > li {
            background: #f5f5f5;
            color: #000;
        }

        .tableList01 > ul.hbody:nth-child(add) > li {
            background: #fff;
            color: #000;
        }

    .tableList01 .panel-collapse {
        width: 100%;
    }

        .tableList01 .panel-collapse > ul {
            width: 100%;
            display: table-row;
        }

            .tableList01 .panel-collapse > ul > li {
                display: table-cell;
                padding: 10px 15px;
                vertical-align: middle;
                border-bottom: 1px solid #fff;
            }

                .tableList01 .panel-collapse > ul > li:nth-child(7) {
                    width: 160px;
                    text-align: center;
                }

            .tableList01 .panel-collapse > ul.head > li {
                background: #0057a6;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,115,181,1)), color-stop(38%,rgba(0,87,166,1)), color-stop(100%,rgba(0,87,166,1)));
                background: -webkit-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
                background: -moz-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
                background: -o-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
                background: -ms-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
                background: linear-gradient(to bottom, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
                color: #fff;
            }

            .tableList01 .panel-collapse > ul.hbody > li {
                background: #f5f5f5;
                color: #333;
            }

           
/* ****** ****** ****** ****** ****** **
 * ****** Form List 01 ****** *
** ****** ****** ****** ****** ****** */
.formDiv01 {
    width: 100%;
    display: block;
    background: #f5f5f5;
    float: left;
    padding-bottom: 10px;
}

    .formDiv01 > ul {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

        .formDiv01 > ul > li {
            float: left;
            padding: 10px 15px;
        }

        .formDiv01 > ul.colm3List > li {
            width: 33.33%;
        }

        .formDiv01 > ul.colm3List > li {
            width: 33.33%;
        }

        .formDiv01 > ul > li .required {
            color: red;
        }

    .formDiv01.bgBorder {
        border-bottom: 10px solid #fff;
    }

    .formDiv01 > ul > li .form-control.datepicker {
        background: #fff url("../images/icons/calendarSpace.png") no-repeat left center;
        padding-left: 35px !important;
    }
/* ****** ****** ****** ****** ****** **
 * ****** Form label List 01 ****** *
** ****** ****** ****** ****** ****** */
.formLabelDiv01 {
    width: 100%;
    display: block;
    background: #f5f5f5;
    float: left;
    padding-bottom: 10px;
}

    .formLabelDiv01 > ul {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

        .formLabelDiv01 > ul > li {
            float: left;
            padding: 10px 15px;
        }

            .formLabelDiv01 > ul > li .lableValue {
                float: left;
                width: 100%;
                clear: both;
                padding: 5px 0px;
            }

        .formLabelDiv01 > ul.colm3List > li {
            width: 33.33%;
        }

        .formLabelDiv01 > ul.colm3List > li {
            width: 33.33%;
        }

        .formLabelDiv01 > ul > li .required {
            color: red;
        }

    .formLabelDiv01.bgBorder {
        border-bottom: 10px solid #fff;
    }

.circle {
    /*border:1px solid;
    border-radius:90px 90px;*/
}

/* table  */

.table > thead > tr > th, .header {
    background: #0057a6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,115,181,1)), color-stop(38%,rgba(0,87,166,1)), color-stop(100%,rgba(0,87,166,1)));
    background: -webkit-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -moz-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -o-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: -ms-linear-gradient(top, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    background: linear-gradient(to bottom, rgba(44,115,181,1) 0%,rgba(0,87,166,1) 38%,rgba(0,87,166,1) 100%);
    color: #fff;
}
.header{
    border-radius:0px!important;    
}
.grid-view .row{
    margin-right: 0px!important;
margin-left: 0px!important;
}

.table-xs {
    font-size: 11px;
}

.search-grid .table-xs .btn{
    padding:0px!important;
}

    .table-xs > .table > thead > tr > th, .table-xs > .table > tbody > tr > th, .table-xs > .table > tfoot > tr > th, .table-xs > .table > thead > tr > td, .table-xs > .table > tbody > tr > td, .table-xs > .table > tfoot > tr > td {
        padding: 1px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #DDD;
    }
    .heading-xs{
        padding: 3px 15px!important;
    }
.block {
    display: block !important;
}

.align-left {
    text-align: left !important;
}


.padding4 {
    padding: 4px;
}

.padding8 {
    padding: 0px;
}
.mtop10{
    margin-top:10px;
}
.mb5 {
    margin-bottom: 5px;
}

typeahead .list-group {
    margin-bottom: 2px;
    overflow: auto;
    height: 300px;
    position: absolute;
    z-index: 10000;
}

    typeahead .list-group .list-group-item {
        padding: 1px 5px;
    }

    .grid-view .row{
        padding:1px;
    }
    
    
    .page-footer {float: right;    margin-right: 40px;    margin-bottom:10px;   font-size: .8em; } /*Rajendra*/
    .col-comment-text { width: 90% !important }
    .col-comment-date { width:15% !important;font-size :13px !important}