*, html, body
{
    margin:0;
    padding:0;
}
body
{
    background:#e9e9e9;
    font-family:'calibri';
}
div.wrapper
{
    width:392px;
    margin:100px auto 0 auto;
    background:#FFFFFF;
}
.logo
{
    margin-bottom:30px;
}
div.white_part
{
    width:342px;
    padding:25px;
    float:left;
    background:#FFFFFF;
}
div.username, div.password
{
    float:left;
    width:340px;
    border:1px solid #e5e5e5;
}
div.username img, div.password img
{
    padding:10px;
    background:#e9e9e9;
    box-sizing:border-box;
    float:left;
}
div.username input, div.password input
{
    height:55px;
    width:277px;
    box-sizing:border-box;
    float:left;
    border:none;
    padding-left:10px;
    border:none;
    color:#666;
    font-family:'calibri';
    font-size:18px;
}
div.password
{
    border-top:none;
}
input.login_button
{
    float:left;
    width:340px;
    background:#007096;
    border:none;
    padding:15px 0;
    color:#FFFFFF;
    font-family:'calibri';
    text-transform:uppercase;
    font-size:20px;
    margin:25px 0;
    cursor:pointer;
    border-radius:3px;
}
.forgot
{
    width:342px;
    float:left;
    border:1px solid #e5e5e5;
}
.for_pass a
{
    width:170px;
    border-right:1px solid #e5e5e5;
    text-align:center;
    padding:15px 0;
    color:#999999;
    font-family:'calibri';
    font-size:14px;
    text-transform:uppercase;
    float:left;
    text-decoration:none;
}
.reg_now a
{
    width:171px;
    text-align:center;
    padding:15px 0;
    color:#999999;
    font-family:'calibri';
    font-size:14px;
    text-transform:uppercase;
    float:left;
    text-decoration:none;
}
.for_pass a:hover, .reg_now a:hover
{
    background:#e9e9e9;
    transition:0.6s ease-in-out;
    color:#000000;
}
div.grey_part
{
    width:392px;
    float:left;
    background:#1a1a1a;
    padding:20px 0;
    text-align:center;
    color:#a4a4a4;
    font-size:14px;
    font-family:'calibri';
}
div.grey_part a
{
    color:#a4a4a4;
    font-size:14px;
    font-family:'calibri';
    text-decoration:none;
}
div.grey_part a:hover
{
    text-decoration:underline;
}


/*----------------------------employee page----------------------------*/

.inner_wrapper
{
    width:100%;
    margin:0 auto;
    height:auto;
    overflow:hidden;
}
.inner_header
{
    width:100%;
    background:#007096;
    height:auto;
    float:left;
}
ul.left_nav
{
    float:left;
    width:auto;
    list-style-type:none;
    left:0;
}
ul.left_nav li
{
    float: left;
    position: relative;
}
ul.left_nav li a
{
    border-right: 1px solid #005673;
    color: #ffffff;
    display: inline-block;
    font-family: 'calibri';
    font-size: 13px;
    font-weight:bold;
    height: 50px;
    line-height: 52px;
    padding: 0 20px 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    float:left;
}
ul.left_nav li a:hover
{
    background:#005673;
}
ul.left_nav li a img.arr
{
    position:relative;
    left:5px;
}
div.submenu
{
    position:absolute !important;
    display:none;
    width:150px;
    left:0px;
    top:50px;
}
div.submenu a
{
    display:inline-block;
    float:left;
    width:120px;
    padding:0px 5px;
    color:#FFF;
    background:#005673;
    font-family:'calibri';
    font-size:14px;
    height:40px !important;
    line-height:40px !important;
    padding:0;
    z-index:20px;
    border-bottom:1px solid #007096;
}
ul.left_nav li:hover div.submenu
{
    display:block;
}
ul.right_nav
{
    float:right;
    width:auto;
    list-style-type:none;
    right:0;
}
ul.right_nav li
{
    display:inline;
    position:relative;
}
ul.right_nav li a
{
    border-left: 1px solid #005673;
    color: #ffffff;
    display: inline-block;
    font-family: 'calibri';
    font-weight:bold;
    font-size: 13px;
    height: 50px;
    line-height: 52px;
    padding: 0 20px 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    float:left;
}
ul.right_nav li a:hover
{
    background:#005673;
}
ul.right_nav li a img.icon
{
    position:relative;
    top:12px;
}
ul.right_nav li a img.arr
{
    position:relative;
    left:5px;
}
div.submenu1
{
    z-index:10;
    position:absolute !important;
    display:none;
    width:120px;
    right:100px;
    top:50px;
}
div.submenu1 a
{
    display:inline-block;
    float:left;
    width:120px;
    padding:0px 5px;
    color:#FFF;
    background:#005673;
    font-family:'calibri';
    font-size:14px;
    height:40px !important;
    padding:0;
    border-bottom:1px solid #007096;
    border-right:none;
    line-height:40px !important;
}
ul.right_nav li:hover div.submenu1
{
    display:block;
}
.main_contents
{
    width:100%;
    float:left;
}
.main_contents .inner
{
    width:1220px;
    margin:0 auto 50px auto;
    height:auto;
}
.left_panel
{
    width:240px;
    float:left;
    border:1px solid #d9d9d9;
    background:#FFFFFF;
    margin:30px 10px 30px 0;
    height:auto;
}
.left_panel ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}
.left_panel ul li
{
    display:block;
    border-bottom:1px solid #d9d9d9;
}
.left_panel ul li a
{
    color:#666;
    font-family:'Calibri';
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    width:240px;
    display:block;
    padding:15px 0;
    text-indent:15px;
}
.left_panel ul li a:hover
{
    color:#000000;
}
.left_panel ul li a img
{
    float:right;
    margin-right:10px;
}
.right_panel
{
    width:956px;
    float:right;
    border:1px solid #d9d9d9;
    background:#FFFFFF;
    margin:30px 0 100px;
}
.form_header
{
    width:916px;
    float:left;
    padding:25px 20px;
}
.form_header h1
{
    float:left;
    font-family:'Calibri';
    font-size:35px;
    color:#2f2f2f;
    font-weight:normal;
    width:290px;
}
.search_part
{
    width:430px;
    float:right;
}
.search
{
    float: left;
    margin-top: 10px;
    width: 294px;
}
input.s_textbox
{
    width:259px;
    padding-left:5px;
    float:left;
    height:30px;
    border:1px solid #d9d9d9;
    border-right:none;
    box-sizing:border-box;
    font-style:italic;
    font-family:'Calibri';
    font-size:14px;
    color:#666666;
}
input.s_button
{
    width:29px;
    float:left;
    height:30px;
    background:url(../images/search_icon.png); background-position:center;
    background-repeat:no-repeat;
    border:1px solid #d9d9d9;
    border-left:none;
    cursor:pointer;
}
a.add_employee
{
    display:inline-block;
    width:128px;
    border:1px solid #d9d9d9;
    height:30px;
    float:right;
    margin-top:9px;
    text-decoration:none;
    font-family:'Calibri';
    font-size:14px;
    color:#666666;
    border-radius:3px;
}
a.add_employee img
{
    position:relative;
    margin-top:3px;
    margin-left:5px;
}
a.add_employee span
{
    position:relative;
    bottom:8px;
    left:6px;
}
.form_detail
{
    width:956px;
    float:left;
    border-top:1px solid #d9d9d9;
}
.form_detail table
{
    width:956px;
    font-family:'Calibri';
    font-size:14px;
    text-align:left;
}
.form_detail table th
{
    height:40px;
    color:#333333;
    padding-left:10px;
    background:#f1f1f1;
    border-right:1px solid #d9d9d9;
}
.form_detail table td
{
    border-top:1px solid #d9d9d9;
    height:40px;
    color:#666666;
    padding-left:10px;
    border-right:1px solid #d9d9d9;
}
.form_detail table td img
{
    box-sizing:border-box;
}
.emp_name img
{
    float:left;
}
.emp_name div
{
    position:relative; float:left; left:10px; top:6px;
}
ul.actions
{
    list-style-type:none;
    margin-top:5px;
    padding:0;
}
ul.actions li
{
    display:inline;
}
ul.actions li a
{
    opacity:0.7;
}
ul.actions li a:hover
{
    opacity:1;
}

.footer_main
{
    width:100%;
    float:left;
    background: none repeat scroll 0 0 #1a1a1a;
    clear: both;
    position:fixed;
    bottom:0;
}
.footer
{
    margin: 0 auto;
    padding:15px;
    width: 1190px;
    height: auto;
    overflow: hidden;
}
.footer p.copyright
{
    float:left;
    color:#a4a4a4;
    font-size:13px;
    text-transform:uppercase;
}
.footer p.copyright a
{
    color:#a4a4a4;
    font-size:13px;
    text-decoration:none;
    text-transform:uppercase;
}
.footer p.copyright a:hover
{
    text-decoration:underline;
}
a.need_help
{
    color:#007096;
    font-size:13px;
    text-decoration:none;
    float:right;
    text-transform:uppercase;
    font-weight:bold;
}


/*-----------------------------profile--------------------------------*/
.right_buttons
{
    width:400px;
    float:right;
    margin-top:8px;
    text-align:right;
}
.right_buttons a
{
    border: 1px solid #d9d9d9;
    color: #666666;
    display: inline-block;
    float: right;
    font-family: 'Calibri';
    font-size: 14px;
    padding:6px 12px;
    text-decoration: none;
    box-sizing:border-box;
    margin-left:5px;
    border-radius:3px;
}
.blue_button
{
    background:#007096;
    color:#FFF !important;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.25) inset;
    border:none !important;
    border-radius:3px;
    padding:7px 12px !important;
    cursor:pointer;
}
.profile_pic
{
    width:200px;
    float:left;
    text-align:center;
    padding:20px 0;
}
.profile_pic img
{
    border:1px solid #d9d9d9;
    margin-bottom:20px;
    padding:6px;
}
a.change_photo
{
    border: 1px solid #d9d9d9;
    color: #666666;
    display: inline-block;
    font-family: 'Calibri';
    font-size: 14px;
    padding:6px 16px;
    text-decoration: none;
    box-sizing:border-box;
    border-radius:3px;
}
.profile_detail
{
    width:700px;
    float:right;
    padding:20px 25px;
    height:auto;
    border-left:1px solid #d9d9d9;
}
.profile_detail .grid
{
    width:330px;
    float:left;
    padding:10px 0;
    margin-right:20px;
}
.profile_detail .grid label, .profile_detail .grid1 label
{
    color:#666666;
    font-size:13px;
    font-family:'calibri';
    text-transform:uppercase;
    float:left;
    display:block;
    clear:both;
    width:100%;
    margin-bottom:3px;
}
.profile_detail .grid input.full
{
    border:1px solid #d9d9d9;
    height:28px;
    display:block;
    clear:both;
    width:320px;
    padding:7px 0 7px 10px;
}
.profile_detail .grid input.half
{
    border:1px solid #d9d9d9;
    height:28px;
    width:45%;
    width:145px;
    padding:8px 0 8px 10px;
}
.profile_detail .grid input.half1
{
    border:1px solid #d9d9d9;
    height:28px;
    width:145px;
    padding:8px 0 8px 10px;
    float:right;
}
.profile_detail .grid select
{
    width:100%;
    height:45px;
    border:1px solid #d9d9d9;
    padding:5px;
}
.profile_detail .grid1
{
    width:680px;
    float:left;
    padding:10px 0;
}
.profile_detail .grid1 input.full
{
    border:1px solid #d9d9d9;
    height:28px;
    display:block;
    clear:both;
    width:670px;
    padding:7px 0 7px 10px;
}
.formerror {
    background: none repeat scroll 0 0 #ffebe8;
    border: 1px solid red;
    clear: both;
    color: #000000;
    float: left;
    font-size: 12px;
    padding: 10px;
}
.odd
{
    background-color:#FBFBFB;

}
.text-field
{
    border:1px solid #d9d9d9;
    height:28px;
    display:block;
    clear:both;
    width:320px;
    padding:2px 0 2px 10px;
}
.mytable table tr td
{
    border:none !important;


}
.mytable .wrapper_div{
    width: 100%;
}
.mytable .wrapper_div .section{
    width: 40%;
    display: inline-block;
    float:left;
}
.mytable .wrapper_div .section:first-child{
    padding-left: 10%;
}
.mytable .wrapper_div .section:first-child > div{
    margin-bottom: 20px
} 
.mytable .wrapper_div .section:last-child{
    padding-right: 10%;
}
.mytable .wrapper_div .section:last-child > div{
    margin-bottom: 40px
} 
.mytable .btn_section {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.mytable .wrapper_div .section select.text-field{
    height:350px !important;
}
.mytable .wrapper_div .section textarea.text-field{
    height:361px;
}

/*============ error messages =======================*/
.error_container
{
    padding: 10px;
    text-align: center;

}
.redmsg
{
    width:99%;
    min-height:25px;
    background-color:#FBD2B2;
    padding:4px;
}
#msg-red
{
    color:#CE2700;
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
    font-weight:bold;
    padding-top:5px;
}

.greenmsg
{
    width:99%;
    min-height:25px;
    background-color:#E0F2CB;
    padding:4px;
}
#msg-green
{
    color:#6DA85F;
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
    font-weight:bold;
    padding-top:5px;
}

/* ======================================================== */
.home_inner
{
    width:100%;
    background:#FFF;
    min-height:700px;
}

/**************** Dashboard ********************/
.dashboard_main{
    width:100%;
    float:left;
    background:#fff;
    margin: 15px 0px;
}
.dshbrd_space{
    width:auto;
    height:auto;
    float:left;
    padding:15px;
}
.dshbrd_box{
    width: 235px;
    float: left;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #8D8D8D;
    margin-bottom: 20px;
}
.dshbrd_box span{
    width:100%;
    float:left;
}
.dshbrd_box a{
    color:#8d8d8d;
}
.dshbrd_box a:hover{
    text-decoration:underline;
}

.member-details table{
    padding: 10px;

}
.member-details td{
    padding: 10px;
}
.member-details td:first-child { 
    width: 40%;
}

.member-details td:last-child{
    width: 60%
}

