@import @'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700,800';

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    font-family: Open Sans, arial;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    font-weight: 400;
    height: 100%;
    margin: 0;
    padding: 0;
}

#wrapper {
    min-height:100%;
    position:relative;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input,
button {
    outline: none;
}

img,
a:link,
a:focus {
    outline: none;
}

.fix {
    overflow: hidden
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.slicknav_menu {
    display: none;
}

.column {
    width: 1000px
}

#nav ul,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li,
ul li {
    float: left;
}

#nav ul li a {
    display: block;
    padding: 10px;
    color: #000
}

#nav ul li a:hover {}

header {
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
}

.logo {}

.logo img {
    width: 100%;
}

.pageHeader {
    margin-top: 25px;
}

.pageHeader h1 {}

.login_area {
    margin: 55px auto;
}

.menu_area {}

.menu_area ul {}

.menu_area ul li {
    float: none;
    border-bottom: 1px solid#ddd;
    background: #ededed;
    position: relative;
    background: rgba(226, 226, 226, 1);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+28,52b152+58,008a00+91,008a00+91,008a00+95,008a00+100,005700+100,ffffff+100 */
background: rgb(180,221,180); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(180,221,180,1) 0%, rgba(131,199,131,1) 28%, rgba(82,177,82,1) 58%, rgba(0,138,0,1) 91%, rgba(0,138,0,1) 91%, rgba(0,138,0,1) 95%, rgba(0,138,0,1) 100%, rgba(0,87,0,1) 100%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 28%,rgba(82,177,82,1) 58%,rgba(0,138,0,1) 91%,rgba(0,138,0,1) 91%,rgba(0,138,0,1) 95%,rgba(0,138,0,1) 100%,rgba(0,87,0,1) 100%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 28%,rgba(82,177,82,1) 58%,rgba(0,138,0,1) 91%,rgba(0,138,0,1) 91%,rgba(0,138,0,1) 95%,rgba(0,138,0,1) 100%,rgba(0,87,0,1) 100%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.menu_area ul li:hover a {
    color: #fff;
    background: rgba(183, 222, 237, 1);
    background: -moz-linear-gradient(top, rgba(183, 222, 237, 1) 0%, rgba(113, 206, 239, 1) 0%, rgba(33, 180, 226, 1) 0%, rgba(33, 180, 226, 1) 30%, rgba(33, 180, 226, 1) 68%, rgba(183, 222, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183, 222, 237, 1)), color-stop(0%, rgba(113, 206, 239, 1)), color-stop(0%, rgba(33, 180, 226, 1)), color-stop(30%, rgba(33, 180, 226, 1)), color-stop(68%, rgba(33, 180, 226, 1)), color-stop(100%, rgba(183, 222, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(183, 222, 237, 1) 0%, rgba(113, 206, 239, 1) 0%, rgba(33, 180, 226, 1) 0%, rgba(33, 180, 226, 1) 30%, rgba(33, 180, 226, 1) 68%, rgba(183, 222, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(183, 222, 237, 1) 0%, rgba(113, 206, 239, 1) 0%, rgba(33, 180, 226, 1) 0%, rgba(33, 180, 226, 1) 30%, rgba(33, 180, 226, 1) 68%, rgba(183, 222, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(183, 222, 237, 1) 0%, rgba(113, 206, 239, 1) 0%, rgba(33, 180, 226, 1) 0%, rgba(33, 180, 226, 1) 30%, rgba(33, 180, 226, 1) 68%, rgba(183, 222, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(183, 222, 237, 1) 0%, rgba(113, 206, 239, 1) 0%, rgba(33, 180, 226, 1) 0%, rgba(33, 180, 226, 1) 30%, rgba(33, 180, 226, 1) 68%, rgba(183, 222, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0);
}

.menu_area ul li:last-child {
    border-bottom: 0px solid#ddd;
}

.menu_area ul li a {
    padding: 10px;
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 18px;
}

.menu_area ul li a:hover {}

.menu_area ul li ul {
    position: absolute;
    left: -9999999px;
    top: 0;
    width: 100%;
    z-index: 9;
}

.menu_area ul li:hover ul {
    left: 210px;
}

.menu_area ul li ul li {}

.menu_area ul li ul li a {}

.menu_area ul li:hover ul li a {
    background: none;
    color: #333;
}

.menu_area ul li:hover ul li:hover a {
    background: rgba(183, 222, 237, 1);
    background: -moz-linear-gradient(top, rgba(183, 222, 237, 1) 0%, rgba(113, 206, 239, 1) 0%, rgba(33, 180, 226, 1) 0%, rgba(33, 180, 226, 1) 30%, rgba(33, 180, 226, 1) 68%, rgba(183, 222, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183, 222, 237, 1)), color-stop(0%, rgba(113, 206, 239, 1)), color-stop(0%, rgba(33, 180, 226, 1)), color-stop(30%, rgba(33, 180, 226, 1)), color-stop(68%, rgba(33, 180, 226, 1)), color-stop(100%, rgba(183, 222, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(183, 222, 237, 1) 0%, rgba(113, 206, 239, 1) 0%, rgba(33, 180, 226, 1) 0%, rgba(33, 180, 226, 1) 30%, rgba(33, 180, 226, 1) 68%, rgba(183, 222, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(183, 222, 237, 1) 0%, rgba(113, 206, 239, 1) 0%, rgba(33, 180, 226, 1) 0%, rgba(33, 180, 226, 1) 30%, rgba(33, 180, 226, 1) 68%, rgba(183, 222, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(183, 222, 237, 1) 0%, rgba(113, 206, 239, 1) 0%, rgba(33, 180, 226, 1) 0%, rgba(33, 180, 226, 1) 30%, rgba(33, 180, 226, 1) 68%, rgba(183, 222, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(183, 222, 237, 1) 0%, rgba(113, 206, 239, 1) 0%, rgba(33, 180, 226, 1) 0%, rgba(33, 180, 226, 1) 30%, rgba(33, 180, 226, 1) 68%, rgba(183, 222, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0);
    color: #fff;
}

.menu_area ul li ul li a:hover {}

.nav_menu {
    background: #ededed;
    padding: 0px 17px;
    border-bottom: 1px solid#ededed;
}

.nav_menu ul {}

.nav_menu ul li {}

.nav_menu ul li a {
    padding: 20px;
    display: block;
    font-size: 17px;
    color: #313131;
    font-weight: 600;
}

.nav_menu ul li a i.fa {
    margin-right: 5px;
}

.nav_menu ul li a:hover {}

.content_area {
    margin-top: 20px;
    padding-bottom: 120px;
}

.title {
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: capitalize;
}

.dataTables_length {
    float: left;
}

.dataTables_filter {
    float: right;
    margin-bottom: 20px;
}

.datatable {
    margin: 20px 0;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_filter input[type=search] {
    -webkit-appearance: none;
    border: 1px solid#ddd;
    height: 30px;
    margin-left: 5px;
}


.ui-datepicker {}

.data_employee_table {
    margin-top: 35px;
    text-align: center;
}

.data_employee_table tr td a {
    text-transform: capitalize;
}

.office_table,
.office_table th {
    text-align: center;
}

.office_table h3 {
    text-align: left;
}

footer {
    clear: both;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

/*.grey_gradient {
    background: rgba(226, 226, 226, 1);
    background: -moz-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(209, 209, 209, 1) 15%, rgba(254, 254, 254, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(0%, rgba(219, 219, 219, 1)), color-stop(15%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
    background: -webkit-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(209, 209, 209, 1) 15%, rgba(254, 254, 254, 1) 100%);
    background: -o-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(209, 209, 209, 1) 15%, rgba(254, 254, 254, 1) 100%);
    background: -ms-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(209, 209, 209, 1) 15%, rgba(254, 254, 254, 1) 100%);
    background: linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 0%, rgba(209, 209, 209, 1) 15%, rgba(254, 254, 254, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
}*/
.grey_gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+28,52b152+58,008a00+97,005700+99,232323+99,008a00+100 */
background: rgb(180,221,180); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(180,221,180,1) 0%, rgba(131,199,131,1) 28%, rgba(82,177,82,1) 58%, rgba(0,138,0,1) 97%, rgba(0,87,0,1) 99%, rgba(35,35,35,1) 99%, rgba(0,138,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 28%,rgba(82,177,82,1) 58%,rgba(0,138,0,1) 97%,rgba(0,87,0,1) 99%,rgba(35,35,35,1) 99%,rgba(0,138,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 28%,rgba(82,177,82,1) 58%,rgba(0,138,0,1) 97%,rgba(0,87,0,1) 99%,rgba(35,35,35,1) 99%,rgba(0,138,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#008a00',GradientType=0 ); /* IE6-9 */

}


.footer_area {
    text-align: center;
}

.footer_area p {
    margin-bottom: 0;
    padding: 20px 0;
}

.office_name h2.title{text-align: center;
    font-size: 20px;
    font-weight: 700;}

.resetPass {
    text-align: center;
    display: block;
    margin: 20px 0;
}

.last_entered_data{margin-top: 65px; }

.margin-lg{margin: 50px 0;}
