﻿html, body {
    background-color: #F2F2F2;
    margin: 0;
    color: #4B566C;
    font-family: roboto;
    height: 100%;
}

.page_conatiner {
    min-height: 620px;
    height: 100%;
}


table {
    border-spacing: 16px 0px;
}


footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
}

.clear {
    clear: both;
    width: 0px;
    height: 0px;
}

.calendar {
    width: 184px;
    margin: auto;
    text-align: center;
    border-spacing: 0px;
}

    .calendar a {
        cursor: pointer;
    }

    .calendar td {
        border: 3px solid #F2F2F2;
        font-size: 11px;
        font-weight: bold;
    }

    .calendar th {
        color: #3DC4E3;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 11px;
    }

    .calendar .disabled {
        color: #999;
    }

    .calendar .selected {
        border: 3px solid #3DC4E3 !important;
    }

    .calendar .current_date {
        color: #F2F2F2;
        background-color: #4B566C;
        border: 3px solid #4B566C;
    }

/* Company admin */

.company_top_menu {
    width: 450px;
    height: 32px;
    margin: auto;
}

    .company_top_menu li {
        text-align: center;
        vertical-align: middle;
        display: block;
        float: left;
    }

        .company_top_menu li a {
            width: 100px;
            height: 40px;
            display: block;
            font-size: 11px;
            float: left;
            background-position: center;
            background-repeat: no-repeat;
            text-decoration: none;
            text-transform: uppercase;
            color: #999;
        }


.company_admin_search {
    padding-right: 45px;
    padding-left: 17px;
    width: 200px;
    border: 1px solid #999;
    font-size: 12px;
    background-color: #f2f2f2;
    background-image: url('img/search_arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    outline: 0;
}

.companyadmin_add_new_section {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #4b566c;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}


.company_admin_employees {
    width: 700px;
    margin: 10px auto;
}

.company_admin_employees_content {
    width: 100%;
}

    .company_admin_employees_content .first_column {
        width: 48%;
        float: left;
    }

    .company_admin_employees_content .second_column {
        width: 48%;
        float: right;
        border-left: 2px solid #999;
    }

.employee_actions {
    height: 50px;
    width: 80px;
    vertical-align: top;
    text-align: right;
    float: left;
}

.img_circle_employee_container {
    background-image: url('img/face_background.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    float: left;
    text-align: center;
    padding-top: 4px;
    opacity: 0.8;
}

.img_circle_employee {
    width: 58px;
    height: 58px;
    z-index: 3;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    border-radius: 58px;
}

.employee_name {
    width: 100px;
    float: left;
}

    .employee_name .first_name {
        font-style: italic;
        font-size: 11px;
        color: #999;
    }

    .employee_name .last_name {
        font-weight: bold;
        font-size: 12px;
        color: #4b566c;
        text-transform: uppercase;
    }

.control-group {
    margin-bottom: 20px;
    *zoom: 1;
}

    .control-group:before,
    .control-group:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .control-group:after {
        clear: both;
    }

.controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}

.control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.controls:first-child {
    *padding-left: 180px;
}

.form_data {
    width: 600px;
    margin: 2px auto;
}

.buttons {
    display: block;
    text-align: center;
    width: 300px;
    margin: auto;
}

    .buttons a {
        display: block;
        margin: 2px 5px;
        float: left;
        width: 120px;
        text-decoration: none;
        text-transform: uppercase;
        color: #F2F2F2;
        background-color: #4b566c;
    }


.company_admin_standard_table {
    font-size: 12px;
    width: 500px;
    margin: 10px auto;
}

    .company_admin_standard_table td {
        padding: 0;
        margin: 0;
        border: 0;
    }

.pagination {
    width: 270px;
    float: left;
    text-align: right;
    margin: 2px auto;
    font-size: 11px;
    color: #4B566C;
}

    .pagination a {
        text-decoration: none;
        color: #999;
    }


.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tt-dropdown-menu {
    font-size: 11px;
    color: #4B566C;
    background-color: #fff;
    border: 1px solid #4B566C;
}

.typeahead-wrapper {
    display: block;
    margin: 50px 0;
}


.tt-suggestion.tt-cursor {
    background-color: #3DC4E3;
    cursor: pointer;
}

.triggered-events {
    float: right;
    width: 500px;
    height: 300px;
}

.color_picker {
    width: 150px;
    height: 150px;
    padding: 3px;
    border-spacing: 0px;
}

    .color_picker td {
        border: 2px solid #F2F2F2;
    }



.btn-radio {
    width: 100%;
}

.img-radio {
    opacity: 0.5;
    margin-bottom: 5px;
}

.space-20 {
    margin-top: 20px;
}
