/** Home Page **/
body {
    padding-top: 60px;
    padding-bottom: 40px;
    /*background-color: #f5f5f5;*/
}

/** Login Page **/
#login {
    padding-top: 40px;
    padding-bottom: 40px;
}

    #login .form-signin {
        max-width: 300px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        box-shadow: 0 1px 2px rgba(0,0,0,.05);
    }

        #login .form-signin .form-signin-heading,
        #login .form-signin .checkbox {
            margin-bottom: 10px;
        }

        #login .form-signin input[type="text"],
        #login .form-signin input[type="password"] {
            font-size: 16px;
            height: auto;
            margin-bottom: 15px;
            padding: 7px 9px;
        }

/** 2 level sub menu **/
.dropdown-menu-with-subs .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
    visibility: visible;
    display: block;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/** Global **/
#content {
    margin-left: 0px;
}

.hide-sidebar, .show-sidebar {
    cursor: pointer;
}

.padd-bottom {
    margin-bottom: 5px;
}

.breadcrumb {
    margin: 0 0 0px;
    padding: 10px 0px;
    background-color: transparent;
}

.block {
    border: 1px solid #ccc;
    background: white;
    margin: 6px 0em;
    border-top: none;
}

.block-content {
    margin: 1em;
    min-height: .25em;
}

.block-header {
    margin-bottom: 0px;
    border-right: none;
    border-left: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .block-header div {
        padding-top: 10px;
        color: #444;
    }

.easyPieChart {
    margin: 0px auto;
}

.chart-bottom-heading {
    margin-top: 5px;
    text-align: center;
}

/** Side Bar **/
.bs-docs-sidenav {
    max-width: 228px;
    margin: 5px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .bs-docs-sidenav > li > a {
        display: block;
        width: 190px \9;
        margin: 0 0 -1px;
        padding: 8px 14px;
        border: 1px solid #e5e5e5;
    }

    .bs-docs-sidenav > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .bs-docs-sidenav > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .bs-docs-sidenav > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    }
    /* Chevrons */
    .bs-docs-sidenav .icon-chevron-right {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
        opacity: .25;
    }

    .bs-docs-sidenav > li > a:hover {
        background-color: #f5f5f5;
    }

    .bs-docs-sidenav a:hover .icon-chevron-right {
        opacity: .5;
    }

    .bs-docs-sidenav .active .icon-chevron-right,
    .bs-docs-sidenav .active a:hover .icon-chevron-right {
        opacity: 1;
    }

    .bs-docs-sidenav.affix {
        top: 40px;
    }

    .bs-docs-sidenav.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 270px;
    }

/* Icons
------------------------- */
.the-icons {
    margin-left: 0;
    list-style: none;
}

    .the-icons li {
        float: left;
        width: 25%;
        line-height: 25px;
    }

    .the-icons i:hover {
        background-color: rgba(255,0,0,.25);
    }


ul {
    list-style-type: none;
}

    ul li {
        display: inline;
    }





.hor-minimalist-b {
    font-size: 12px;
    background: #fff;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

    .hor-minimalist-b th {
        font-size: 14px;
        font-weight: normal;
        color: #039;
        padding: 10px 8px;
        border-bottom: 1px solid #6678b1;
    }

    .hor-minimalist-b td {
        border-bottom: 1px dotted #ccc;
        color: #669;
        padding: 6px 8px;
        cursor: pointer;
    }

    .hor-minimalist-b tbody tr:hover td {
        color: #009;
    }




/****  Grid View Style for Keyword Report ******/


.dataTable {
    color: #333;
    white-space: normal;
    border-bottom: 1px dotted gray;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}



    .dataTable CAPTION {
        color: Black;
        text-align: left;
        font-size: 12pt;
        font-weight: bold;
        padding-bottom: 5px;
        padding-top: 15px;
    }

    .dataTable TH {
        text-decoration: none;
        font-weight: bold;
        font-size: 10pt;
        padding: 5px 0px 5px 10px;
        text-align: left;
        white-space: normal;
        border-style: none;
        background-color: #08c;
        border: 1px solid #08c;
        color: white;
    }

    .dataTable TD {
        font-size: 0.9em;
        padding-left: 6px;
        text-align: left;
        padding: 8px;
        padding-left: 10px;
        white-space: normal;
    }


    .dataTable img {
        vertical-align: middle;
    }

.dataTableAlt {
    color: White;
    white-space: normal;
    /*background-color: #f2f2f2;*/
    border-bottom: 1px dotted gray;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

    .dataTableAlt TD {
        font-size: 0.9em;
        color: #222;
        padding: 8px;
        padding-left: 10px;
        text-align: left;
        border-image: initial;
        white-space: normal;
    }

.dataTableRow {
    color: rgb(75,75,75);
    padding: 2px 0px 2px 8px;
    border: solid 0px white;
    background-color: White;
}

.dataTable A:Link, .dataTable A:Visited, .dataTableAlt A:Link, .dataTableAlt A:Visited {
    text-decoration: none;
    color: black;
}

.dataTable A:Hover, .dataTableAlt A:Hover {
    color: Red;
    text-decoration: none;
}


.dataTable:hover {
    background-color: #DFF1FB;
}

.dataTableAlt:hover {
    background-color: #DFF1FB;
}

.dataTable:last-child, .dataTableAlt:last-child {
    /*background:#ff0000;*/
    border-bottom: 1px solid #ccc;
}




/******Page Index***********/


.pagination {
    font-size: 80%;
}

    .pagination a {
        text-decoration: none;
        border: solid 1px #AAE;
        color: #15B;
    }

    .pagination a, .pagination span {
        display: block;
        float: left;
        padding: 0.3em 0.5em;
        margin-right: 5px;
        margin-bottom: 3px;
        margin-top: 3px;
    }

    .pagination .current {
        background: #26B;
        color: #fff;
        border: solid 1px #AAE;
    }

        .pagination .current.prev, .pagination .current.next {
            color: #999;
            border-color: #999;
            background: #fff;
        }


.ulLiInstruction {
    padding: 0px;
    margin: 0px;
    list-style-type: circle;
    margin: 0px 0px 0px 30px;
}

    .ulLiInstruction li {
        font-size: 12px;
        display: list-item;
    }


.navAnchor {
    border-bottom: 1px solid;
    margin-bottom: 5px;
    float: left;
    font-weight: bold;
}

    .navAnchor hover {
        border-bottom: 2px solid orange;
        margin-bottom: 5px;
        float: left;
        text-decoration: none;
    }






/*MessageAlert css start*/

#MessageAlert {
    padding-left: 5px;
    margin-top: 5px;
}

.SuccessMessage, .ErrorMessage, .info, .warning, .emptygrid, .failureText {
    border: 1px solid;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 10px 10px 10px 50px;
}

.SuccessMessage {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../images/success.png');
}

.ErrorMessage {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

.info {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/information.png');
}

.warning {
    color: #A68B3A;
    background-color: #FFECB3;
    background-image: url('../images/warning.png');
}

/*Message alert css close*/




.filteUlLiButton {
    padding: 0px;
    margin: 0px;
    margin-bottom: 8px;
}

    .filteUlLiButton li {
        text-decoration: none;
        list-style-type: none;
        display: inline-block;
        margin-right: 3px;
    }

        .filteUlLiButton li a {
            color: #555;
            background-color: #E5ECFF;
            text-decoration: none;
            display: inline-block;
            outline: none;
            cursor: pointer;
            text-align: center;
            text-decoration: none;
            font: 12px/100% Arial, Helvetica, sans-serif;
            padding: .5em 2em .55em;
            -webkit-border-radius: .5em;
            -moz-border-radius: .5em;
            border-radius: .5em;
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
            box-shadow: 0 1px 2px rgba(0,0,0,.2);
        }

            .filteUlLiButton li a:hover {
                text-decoration: none;
                color: gray;
            }

            .filteUlLiButton li a:active {
                position: relative;
                top: 1px;
            }

.filterButton {
    color: #555;
    background-color: white;
    text-decoration: none;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px/100% Arial, Helvetica, sans-serif;
    padding: .3em 0.3em 0.25em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    /*-webkit-box-shadow:1px 1px 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow:1px 1px 1px 2px rgba(0,0,0,.2);
    box-shadow:1px 1px 1px 2px rgba(0,0,0,.2);*/
    webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    margin-right: 6px;
    border: 1px solid #c2c2c2;
}

    .filterButton:hover {
        text-decoration: none;
        color: gray;
    }

    .filterButton:active {
        position: relative;
        top: 1px;
    }

.filterButtonActive {
    color: green;
    font-weight: bold;
    padding: .3em 0.3em 0.25em;
}

    .filterButtonActive:hover {
        text-decoration: none;
        color: #1860B9;
    }

    .filterButtonActive:active {
        position: relative;
        top: 1px;
    }



     ul.ui-autocomplete {
            width: auto;
            max-height: 250px;
            overflow-y: auto;
            overflow-x: hidden;
        }

        li.ui-menu-item {
            list-style-type: none;
        }

        .modalStyle {
            background-color: black;
            filter: alpha(opacity=80);
            opacity: 0.8;
        }

        .popUpStyle {
            width: 482px; /* height:580px;*/
            border: 1px solid navy;
            background-color: White;
            color: Black; /*  padding:6px;     */
            height: auto;
        }

        .drag {
            line-height: 15px;
            background-color: #ccddfd;
            color: navy;
            cursor: move;
            font-size: 1.2em;
            font-family: Georgia;
            padding: 5px;
            width: 470px;
            float: left; /*border:solid 1px gray;*/
            margin: 1px 1px 0px 1px;
            height: 15px;
        }

          .navAnchorLink {
            color: #333;
            font-size: 12px;
            font-weight: bold;
            border-bottom: 1px solid;
        }

            .navAnchorLink span {
                font-size: 16px;
                font-weight: bold;
            }


                 .alert {
            padding: 5px;
            margin-bottom: 5px;
        }

            .alert .close {
                position: relative;
                top: 0px;
                right: 0px;
                line-height: 20px;
                margin-right: 5px;
            }

        .alertCloseButton {
            float: right;
        }

        .customNotify {
            padding: 10px 10px 5px 10px;
        }

            .customNotify li {
                float: left;
                width: 500px;
                clear: both;
            }

        #topHeader {
            float: left;
            width: 100%;
            background-color: #eee;
            width: 100%;
            background-color: #d9d9d9;
            background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#d9d9d9));
            background-image: -webkit-linear-gradient(top, white, #d9d9d9);
            background-image: -moz-linear-gradient(top, white, #d9d9d9);
            background-image: -o-linear-gradient(top, white, #d9d9d9);
            background-image: -ms-linear-gradient(top, white, #d9d9d9);
            background-image: linear-gradient(top, white, #d9d9d9);
        }

        .devider {
            border-right: 1px solid #bababa;
            height: 35px;
        }

        #dvNotificationHelper {
            float: left;
        }

        #dvBellNotification {
        }

        #dvNotificationCount {
            display: inline-block;
            position: absolute;
            top: 1px;
            right: 6px;
            background: white;
            border: 1px solid white;
            border-radius: 2px;
        }