﻿.astrik {
    color: red;
}

.required {
    display: none;
    color: red;
}


.boxResize {
    resize: none;
}

/*For Required Class*/
.ht-Not-Required{
    border-left-width: 5px;
    border-left-style: solid;
}
/*.ht-Required {
    border-left: 5px solid red;
}*/

/* Setting for glyphicon*/
.infoText 
{
    top: 0px;
}

/* Version label*/
.lblVersion{
    position: fixed;
    top: 98%;
    right: 5px;
    color: #b3aeae;
}

/*For Tooltip*/
.large.tooltip-inner 
{
    max-width: 350px;
    width: 250px;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
    font-size: 12px;
}

.table 
{
    margin-bottom: 0px;
}

.table > thead > tr > th > .form-control, .table > tbody > tr > th > .form-control, .table > tfoot > tr > th > .form-control, .table > thead > tr > td > .form-control, .table > tbody > tr > td > .form-control, .table > tfoot > tr > td > .form-control 
{
    height: auto;
    font-size: 12px;
    padding: 3px 6px;
}

.table > thead > tr > th > span > input[type="text"].form-control, .table > tbody > tr > th > span > input[type="text"].form-control, .table > tfoot > tr > th > span > input[type="text"].form-control, .table > thead > tr > td > span > input[type="text"].form-control, .table > tbody > tr > td > span > input[type="text"].form-control, .table > tfoot > tr > td > span > input[type="text"].form-control 
{
    height: auto;
    font-size: 12px;
    padding: 3px 6px;
}

.table > thead > tr > th > input[type="text"].form-control, .table > tbody > tr > th > input[type="text"].form-control, .table > tfoot > tr > th > input[type="text"].form-control, .table > thead > tr > td > input[type="text"].form-control, .table > tbody > tr > td > input[type="text"].form-control, .table > tfoot > tr > td > input[type="text"].form-control {
    min-width: 80px;
}

.table > thead > tr > th > select.form-control, .table > tbody > tr > th > select.form-control, .table > tfoot > tr > th > select.form-control, .table > thead > tr > td > select.form-control, .table > tbody > tr > td > select.form-control, .table > tfoot > tr > td > select.form-control 
{
    min-width: 80px;
}

.tblhdr 
{
    background-color: #808080;
    color: #f2e7e7;
}

.tblhdr2 
{
    background-color: #380f62;
    color: #f2e7e7;
}

.form-group 
{
    margin-bottom: 5px;
}

.radioButtons input[type=radio] 
{
    margin-left: 8px;
}

.rbl input[type="checkbox"] 
{
    margin-left: 8px;
    margin-right: 2px;
}

#message 
{
    position: fixed;
    height: auto;
    top: 10%;
    z-index: 9999;
    right: 0%;
    display:none;
    max-width: 450px;
    min-width: 350px;
    border-radius: 10px;
    height:auto;
}


.msgBlock 
{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 9998;
}

.msgBlockshow 
{
    display: block;
    background: rgba(100, 100, 100,.6);
}

.btnbar 
{
    border: 1px dotted #380f62;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

.btn-100 
{
    width: 120px;
}

/*.btn-clear 
{
    background-color: #808080;
    border: 1px solid #380f62;
}

.btn-help 
{
    background-color: #89cdff;
    border: 1px solid #380f62;
}

.btn-save 
{
    background-color: #e4c310;
    border: 1px solid #380f62;
}

.btn-delete 
{
    background-color: #ff6a00;
    border: 1px solid #380f62;
}

.btn-search 
{
    background-color: #9fa8a4;
    border: 1px solid #380f62;
}

.btn-clear1 
{
    background-color: #808080;
    border: 1px solid #380f62;
}*/


/*Style for button of multiple forms*/
a.btnBorderStyle:hover:after 
{
    height: 100%;
    opacity: 1;
}

a.btnBorderStyle:link:hover:after, a.btnBorderStyle:visited:hover:after 
{
    height: 100%;
}

a.btnBorderStyle:after 
{
    background: #733028;
    opacity: .75;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

a.btnBorderStyle:link:after, a.btnBorderStyle:visited:after 
{
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

:after, :before 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btnBorderStyle 
{
    border-color: #733028;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.btnBorderStyle[disabled] 
{
    color: white;
    background-color: #733028;
    opacity: 1;
}

.btnBorderStyle[disabled]:hover 
{
    color: white;
    background-color: #733028;
    opacity: 1;
}

.alternavtiveRowStyle 
{
    background-color: #e9e8e8;
}


/*styles for the grid to convert row horizental to vertical*/
@media only screen and (max-width: 769px) 
{

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr,
    #no-more-tables1 table,
    #no-more-tables1 thead,
    #no-more-tables1 tbody,
    #no-more-tables1 th,
    #no-more-tables1 td,
    #no-more-tables1 tr  
    {
        display: block;
    }

/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr ,
#no-more-tables1 thead tr
{
    position: absolute;
    top: -9999px;
    left: -9999px;
    FONT-WEIGHT: Bold;
    FONT-FAMILY: Verdana;
    FONT-VARIANT: small-caps;
}

#no-more-tables tr,
#no-more-tables1 tr 
{
    border: 1px solid #ccc;
}

#no-more-tables td,
#no-more-tables1 td 
{
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #f0ad4e;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
}

#no-more-tables td:before,
#no-more-tables1 td:before 
{
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
}

/*
Label the data
*/
#no-more-tables td:before,
#no-more-tables1 td:before 
{
    content: attr(data-title);
}
}

/* Employee dashboard styles*/

ol {
    padding-left: 20px;
}

.panel-body, .panel-heading {
    padding: 7px;
}

.panel-default > .panel-heading {
    background-color: #fff;
}

.panelTopBorderDanger {
    border-top: 3px solid #df493a;
}

.panelTopBorderInfo {
    border-top: 3px solid #3c8dbc;
}

.panelTopBorderSuccess {
    border-top: 3px solid #31a65a;
}

.panelTopBorderDefault {
    border-top: 3px solid #c1c1c1;
}

.panelBottom {
    margin-bottom: 10px;
}

.panelScrollStyle {
    height: 180px;
    overflow-y: scroll;
    /*padding: 7px;*/
}

    .panelScrollStyle ul {
        /*min-height: 100px;*/
        margin-bottom: 0px;
    }

    .panelScrollStyle::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .panelScrollStyle::-webkit-scrollbar-thumb {
        background-color: #808080;
    }

    .panelScrollStyle::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

h4 {
    margin: 5px;
}

.birthdayImage {
    margin: 5px;
    Height: 35px;
    Width: 35px;
    border-radius: 50%;
}

p.birthdayName {
    margin: 2px 5px;
    font-size: 16px;
}

p.birthdayDesignation {
    margin: 2px 5px;
    font-size: 12px;
}

span.holidayName {
    font-weight: bold;
}

span.holidayDate {
    color: #3c8dbc;
    font-size: 12px;
}

.reportingPersonImage {
    margin: 5px auto;
    Height: 35px;
    Width: 35px;
    border-radius: 50%;
}

.reportingPersonColor div {
    padding: 5px;
}

    .reportingPersonColor div:nth-of-type(4n) div {
        color: white;
        background-color: #e09f29;
    }

    .reportingPersonColor div:nth-of-type(4n+1) div {
        color: white;
        background-color: green;
    }

    .reportingPersonColor div:nth-of-type(4n+2) div {
        color: white;
        background-color: #5a9aaf;
    }

    .reportingPersonColor div:nth-of-type(4n+3) div {
        color: white;
        background-color: #d06868;
    }

.reportingPerson {
    font-size: 20px;
}

.reportingPersonName {
    font-size: 12px;
    margin: 0px;
}

.reportingPersonDesg {
    font-size: 12px;
}
