﻿body {
    font-family: Calibri;
    font-size: 12px;
    margin:0px;
}




table.DDGridView .th, table.DDListView .th {
    background-image: url('/_Admin/Icons/MenuBack00.gif');
    background-repeat: repeat-x;
    height: 25px;
}

.CssTextBox {
    font-family: Calibri;
    font-size: 10pt;
}


.menuHeaders {
    background-color: #7fba00;
    color: #ffffff;
    height: 25px;
    font-weight: bold;
    font-size: 14px;
}

a {
    text-decoration: none;
    font-size: 14px;
    color: #000000;
}

    a:hover {
        color: #ff0000;
    }

.ajax__tab_tab {
    font-size: 11px;
}

    .ajax__tab_tab a {
        color: #000000;
    }

        .ajax__tab_tab a:hover {
            color: #000000;
        }

.topPage {
    /*background-image: url('/_Admin/Icons/MenuBack00.gif'); 
    background-repeat: repeat-x;*/
    background-color: #335686;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
}

.topPageLeft {
    /*background-image: url('/_Admin/Icons/MenuBack00.gif'); 
    background-repeat: repeat-x;*/
    background-color: #335686;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}

.topPage a {
    color: #ffffff;
}

.footPage {
    /*background-image: url('/_Admin/Icons/MenuBack00.gif'); 
    background-repeat: repeat-x;*/
    background-color: #335686;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.ajax__tab_panel {
    background-color: #eeeeee;
}

.ajax__tab_xp {
    width: 1100px;
}

.txtbody {
    font-size: 10pt;
    color: #ffffff;
    background-color: #68217a;
    padding-left: 0px;
}

.fontsize12 {
    font-family: Calibri;
    font-size: 12px;
}

.fontsize14 {
    font-family: Calibri;
    font-size: 14px;
}

.HeaderText {
    font-size: 10pt;
    font-weight: bolder;
    color: #ffffff;
    background-color: #335686;
    padding-left: 10px;
    text-align: left;
}

.HeaderTextCenter {
    font-size: 10pt;
    font-weight: bolder;
    color: #ffffff;
    background-color: #335686;
    padding-left: 10px;
    text-align: center;
}

.HeaderTextPage {
    font-size: 10pt;
    font-weight: bolder;
    color: #ffffff;
    background-color: black;    
    padding:10px;

}

.div-HeaderDates {
    width:170px;    
}

input {
    border: 1px solid #c0c0c0;
    padding: 2px;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
}

    input:focus, input.input_focus {
        border-color: #646464;
        background-color: #ffffc0;
    }

select {
    border: 1px solid #c0c0c0;
    padding: 2px;
    /*font-size: 12px;*/
    color: #000000;
    background-color: #ffffff;
}

    select:focus, select.select_focus {
        border-color: #646464;
        background-color: #ffffc0;
    }

textarea {
    border: 1px solid #c0c0c0;
    padding: 2px;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
}

    textarea:focus, textarea.textarea_focus {
        border-color: #646464;
        background-color: #ffffc0;
    }


.modalBackground {
    position: fixed;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.pnlBack {
    position: fixed;
    background-color: #fff;
}



div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
    cursor: pointer;
    z-index: 9999;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 15px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

.alternate_tr {
    background-color: #cccccc;
    border-bottom: 1px solid #000;
}

    .alternate_tr :hover {
        background-color: #f6f6f6;
    }

.alternate_item {
    background-color: #cccccc;
}

.clear-fix:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

#tst {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 25px;
    background-Color: black;
    z-index:1000;
}

#container {
    position: fixed;
    height: 100%;
    right: 0px;
    background-color: #2a4566;
    top: 0px;
    width: 150px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: -80;
}


.clear-fix:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

input, select {
    /*font-size: 10px;*/
}

.wrapper {
}

.content-wrapper {
}

.content {
}


a.action-button {
    -moz-transition: background-color .2s,color .2s;
    -o-transition: background-color .2s,color .2s;
    -webkit-transition: background-color .2s,color .2s;
    transition: background-color .2s,color .2s;
    padding: 5px 10px;
    margin: 2px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #3c3e41;
    background-color: #cdcdcd;
    color: #b0b0b0;
    text-align: center;
}

    a.action-button:hover {
        -moz-transition: background-color .2s,color .2s;
        -o-transition: background-color .2s,color .2s;
        -webkit-transition: background-color .2s,color .2s;
        transition: background-color .2s,color .2s;
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,1);
        color: #e0e0e0;
        background-color: #222427;
        cursor: pointer;
    }

    a.action-button:active {
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
        color: #e0e0e0;
        box-shadow: none;
        background-color: #3c3e41;
        border: 1px solid #222427;
    }

a.delete-button {
    border: 1px solid #4b2020;
    background-color: #2c1010;
}

    a.delete-button:hover {
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,1);
        background-color: #381717;
        cursor: pointer;
    }

    a.delete-button:active {
        box-shadow: none;
        background-color: #4b2020;
        border: 1px solid #381717;
    }

a.add-button {
    background-image: url('/lib/Icons/AddIcon.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 35px;
    /*transition: all .1s;*/
    transition: background-color .1s,box-shadow .1s;
}

    a.add-button:hover {
        background-color: rgba(91, 91, 91, 0.42);
        box-shadow: 0px 0px 10px 0px #5b5b5b;
        transition: background-color .1s,box-shadow .1s;
    }

    a.add-button:active {
        background-color: rgba(91, 91, 91, 0.42);
        box-shadow: none;
        box-shadow: 0px 0px 10px 0px #5b5b5b;
        margin: 2px;
        width: 24px;
        height: 31px;
        transition: background-color .1s,box-shadow .1s;
    }

a.update-button {
    border: 1px solid #3c3e41;
    background-color: #191b1e;
    color: #b0b0b0;
}

a.insert-button {
    border: 1px solid #3c3e41;
    background-color: #191b1e;
    color: #b0b0b0;
}

.Login {
    width: 400px;
}

.Login-outter {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 400px;
}

.Login-inner {
    display: inline-block;
}

.content-wrapper {
}

.content {
}

.textAlignRight {
    text-align: right;
}

.textAlignLeft {
    text-align: left;
}

.textAlignCenter {
    text-align: center;
    text-align: justify;
}

.visibility-hidden {
    visibility: hidden;  
    width:1px;
    height:1px;  
}

.visibility-visible {
    visibility: visible;
}

.td-legend {
    width: 150px;
    text-align: center;
    color: #2e6e9e;
    font-weight: bold;
    font-size: 16px;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
}

.cssBtn-back {
    background-image: url('/Lib/Icons/btn-back.png');
    width: 402px;
    height: 32px;
    background-repeat: no-repeat;
}

.div-customer-amount {
    color: #2e6e9e;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
}



.div-numofHours {
    font-size: 25px;
    font-weight: bold;
    border:1px solid black;
    width:100px;
    padding:6px;
    text-align:center;
}

.div-numofDays {
    font-size: 25px;
    font-weight: bold;
    border:1px solid black;
    width:100px;
    padding:6px;
    text-align:center;
}

.div-numofHoursDaysTotal {
    font-size: 25px;
    font-weight: bold;
    border:1px solid black;
    width:100px;
    padding:6px;
    text-align:center;
}
.input-textbox-right {
    text-align:right;
}
.input-textbox-left {
    text-align:left;
}
.input-textbox-center {
    text-align:center;
    text-align:justify;
}
.pnlTopMenu {
    z-index:-9000;
}
.div-NotificationNum {
    font-size:18px;
    color:red;
    width:50px;
}
.backgroundRed{
    background: white;
}
.cssAppointment {
    font-size:10px;
}

.divClassFullScreen
{
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    background:rgba(255,255,255,0.5);
}
.div-TotalHumanSalary {
    font-size:28px;
    text-align:center;
    font-family:'Digital dream Fat';
    font-weight:bold;
    padding:10px;
}

