﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font: normal 12px "Trebuchet MS", Verdana, sans-serif, serif;
    background-color: #FCFCFC;
}

input, select, textarea {
    font-family: "Trebuchet MS", Verdana, sans-serif, serif;
    font-size: 12px;
}

    input:focus, select:focus {
        outline: none 0;
        -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        border: 1px solid #41CAE2;
    }

a, a img {
    text-decoration: none;
    outline: none 0;
    border: none 0px;
}

li, ol {
    list-style-type: none;
}

p {
    margin-bottom: 10px;
    text-align: justify;
    line-height: 20px;
}

.clear {
    clear: both;
}

.fltl {
    float: left;
}

.fltr {
    float: right;
}

.fltn {
    float: none !important;
}

.marg_5 {
    margin: 5px;
}

.marg_10t {
    margin-top: 10px;
}

.marg_10b {
    margin-bottom: 10px;
}

.pad_5 {
    padding: 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */

*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */

* html .clearfix {
    height: 1%;
}

.radius {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.shadow {
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

* html .shadow {
    border: 1px solid #DDDDDD;
}

/* ===================== Common Css ================*/

.containar {
    width: 980px;
    margin: 0 auto;
}

.top_bar {
    background-color: #222222;
    height: 30px;
    color: #FCFCFC;
    line-height: 30px;
    text-align: right;
    margin-bottom: 10px;
}

    .top_bar .links {
        float: right;
    }

    .top_bar a {
        color: #FCFCFC;
        margin-left: 10px;
        float: left;
        display: block;
        padding-left: 20px;
    }

        .top_bar a.location {
            background: url(../images/icon_lcation.png) no-repeat left center;
        }

        .top_bar a.employee {
            background: url(../images/icon_employee.png) no-repeat left center;
        }

        .top_bar a.attendance {
            background: url(../images/icon_attendance.png) no-repeat left center;
        }

        .top_bar a.logout {
            background: url(../images/icon_logout.png) no-repeat left center;
        }

.login {
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #41CAE2;
    margin: 50px auto;
    width: 250px;
    min-height: 225px;
}

h1 {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #41CAE2;
    padding-bottom: 3px;
}

h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #db4a37;
    border-bottom: 1px solid #db4a37;
    padding-bottom: 3px;
}

.form {
    padding: 5px;
}

    .form li {
        padding: 5px;
    }

        .form li.text {
            margin-top: 5px;
            font-weight: bold;
            min-width: 100px;
            width: 103px;
        }

        .form li.none {
            clear: both;
            width: 100%;
            font-size: 0;
            padding: 0;
            height: 0;
            line-height: 0;
        }

        .form li.input {
        }

        .form li.button {
            clear: both;
            margin-top: 10px;
        }

.form_input {
    width: 200px;
    border: 1px solid #DDDDDD;
    height: 20px;
    padding: 3px 5px;
}

.form_inputCalender {
    width: 110px;
    border: 1px solid #DDDDDD;
    height: 20px;
    padding: 3px 5px;
}

.form_inputSmall {
    width: 80px;
    border: 1px solid #DDDDDD;
    height: 20px;
    padding: 3px 5px;
}

.form_inputforTotal {
    width: 30px;
    border: 1px solid #DDDDDD;
    height: 20px;
    padding: 3px 5px;
}

.form_inputForInt {
    width: 200px;
    border: 1px solid #DDDDDD;
    height: 20px;
    padding: 3px 5px;
}

.form_inputForDecimal {
    width: 200px;
    border: 1px solid #DDDDDD;
    height: 20px;
    padding: 3px 5px;
}

.form_submit {
    background-color: #e3887d;
    border: 1px solid #db4a37;
    cursor: pointer;
    padding: 5px;
    color: #ffffff;
    max-width: 100px;
    min-width: 100px;
    height: 30px;
    font-weight: bold;
    color: #000;
}


.form_submitLarge {
    background-color: #e3887d;
    border: 1px solid #db4a37;
    cursor: pointer;
    padding: 5px;
    color: #ffffff;
    max-width: 200px;
    min-width: 100px;
    height: 30px;
    font-weight: bold;
    color: #000;
}

.form_submit:focus {
    border: 0 none;
    outline: none 0;
}

.form_submit.add {
    background: url(../images/icon_add.png) no-repeat 3px center #c3e3f0;
    border: 1px solid #72b4ce;
    padding-left: 15px;
}

.signin {
    border-color: #2cb5cd;
    background-color: #87d2df;
    height: 30px;
}

.form_select {
    width: 210px;
    border: 1px solid #DDDDDD;
    height: 28px;
    padding: 3px 5px;
}

.form_selectsmall {
    width: 150px;
    border: 1px solid #DDDDDD;
    height: 28px;
    padding: 3px 5px;
}

.mandatory {
    color: #FF0000;
    padding-right: 3px;
}

.two_column {
    width: 675px;
    padding: 10px;
    margin: 0 auto;
}

    .two_column .text {
        text-align: right;
    }

.one_column {
    padding: 10px;
}

    .one_column .text {
        text-align: right;
    }

    .one_column select, .one_column input {
        width: 180px;
    }

    .one_column .button {
        clear: none !important;
        margin-top: 0 !important;
    }

.tdClass {
    text-align: center;
}

.grid {
    margin: 5px;
}

    .grid table {
        border-collapse: collapse;
    }

    .grid th, .grid td {
        padding: 4px;
        text-align: center;
    }

    .grid th {
        background-color: #333;
        color: #ffffff;
        text-align: center;
    }

    .grid td {
        border: 1px solid #DDDDDD;
        background-color: #FDFDFD;
        text-align: left;
        padding-left: 20px;
    }

    .grid tr.color td {
        background-color: #F6F6F6;
        text-align: center;
    }

    .grid .select {
        width: 38px;
    }

    .grid img {
        width: 15px;
        margin: 0 2px;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    min-width:120px;
    min-height:25px;
}

 