﻿/*Added By Anand Kumar*/

.textrigth {
    text-align: right;
}

.textright {
    text-align: right;
}

.tblOrEntry {
    font-family: Open Sans;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    font-size: 11px;
    text-align: left;
    font-weight: 800;
    padding: 5px;
}

/*fixed header of table*/

.fixed_headers {
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

    .fixed_headers th {
        text-decoration: none;
    }

    .fixed_headers th, td {
        padding: 5px;
        text-align: left;
        border: 1px solid #E3E3E3;
        border-bottom: none;
        /*border-left: none;*/
        border-right: none;
    }

    .fixed_headers thead {
        background-color: #f5f5f5;
        color: #333;
        height: 25px;
        width: 100%;
    }

        .fixed_headers thead tr {
            display: block;
            position: relative;
        }

    .fixed_headers tbody {
        overflow-y: scroll;
        display: block;
        width: 100%;
    }

        .fixed_headers tbody td {
            border: 1px solid #E3E3E3;
            border-bottom: none;
            /*border-left: none;*/
            border-right: none;
            width: 100%;
        }
/*///////////////*/

.tableFixHead {
    overflow: scroll;
    border-collapse: collapse;
    width: 100%;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
    }

.tableFixHead th, td {
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}

.tableFixHead th {
    background: #eee;
}

.tableFixCol {
    position: absolute;
    /*width: 5.6em;
    margin-left: -5.7em;
    background: #ffffff;*/
}

.chosen-container {
    width: 100% !important;
}

.text-danger {
    color: #ff0000 !important;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    white-space: nowrap;
    /*white-space: nowrap !important;*/
}


.nav > li > a {
    padding: 12px 7px !important;
}

/*.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}*/

.dropdown-submenu {
    position: relative;
}

@media (min-width: 768px) {
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }
}

@media (max-width: 768px) {
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 0px;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }
}


.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
   
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
        display: block;
    }

.orth {
    padding: 0px !important;
    line-height: 1.42857143 !important;
    border-top: none !important;
    border-bottom: none !important;
}
.orth input[type=text] {
    width:100%;
    border:none;
}
.ab {
    padding: 4px 3px 5px;
    outline: none;
    width: 100%;
    border: none;
}
.myLabel {
    position: relative;
}

.myLabel input {
    position: absolute;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
}


/* Example custom styling */
.myLabel {
    /*border: 2px solid #AAA;
        border-radius: 4px;
        padding: 2px 5px;
        margin: 2px;
        background: #DDD;*/
    display: inline-block;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/Images/Loader.gif') 50% 50% no-repeat rgba(0, 0, 0, 0.24);
}

.bg-an {
    background-color: #65baba;
}
.bg-norate {
    background-color: #FFA500;
}
.oragedot {
    height: 10px;
    width: 10px;
    background-color: #FFA500;
    border-radius: 10%;
    display: inline-block;
}
.tealdot {
    height: 10px;
    width: 10px;
    background-color: #65baba;
    border-radius: 10%;
    display: inline-block;
}
.text-blue {
   color: #3826d3 !important;
    font-weight:bold;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.wrate {
    font-weight: bold;
    background-color: #FFA500;
}