﻿html
{
    height: 100%;
}
form
{
    height: 100%;
}
body
{
    margin: 0px;
    height: 100%;
}

@keyframes FadeLoad {
    from {opacity: 0.9;}
    to {opacity: 2;}
}
* 
{
        animation-name: FadeLoad;
    animation-duration:0.8s;
    }
    
  .title_bar,.title_bar_div,.menu_div,.table_list
{
        animation-name: FadeLoad;
    animation-duration:0s;
    }
.title_bar 
{
    background-color: black;
    border-bottom: 1px solid grey;
    color: white;
    height: 33px;
}
.title_bar_div
{
    margin-left: 20px;
    padding-top: 5px;
}
.Time
{
    width: 18%;
    float: left;
}
.menu_div
{
    float: right;
    height: 27px;
    padding-right: 29px;
    text-align: right;
}
.Main_menu
{
    cursor: pointer;
    float: left;
    font-size: 18px;
    height: 28px;
    margin-top: -4px;
    padding-left: 16px;
    padding-right: 14px;
    padding-top: 4px;
}

.Divider
{
    background-color: gray;
    float: left;
    height: 33px;
    margin-top: -4px;
    width: 1px;
}
.Main_menu:hover
{
    background-color: #2CA6CB;
}
.Main_menu:hover .Sub_menu_Div
{
    display: block;
}
.Sub_menu_Div
{
    background-color: black;
    color: white;
    display: none;
    margin-left: -90px;
    margin-top: 5px;
    position: absolute;
    width: 189px;
     max-height:90%;
    overflow:auto;
}
.Sub_menu_item
{
    min-height: 28px;
    text-align: center;
}
.Horizontal_line
{
    background-color: gray;
    height: 1px;
}
.Sub_menu_item:hover
{
    background-color: #2CA6CB;
    font-weight: bold;
}
.body_div
{
    height: 93%;
    overflow-y: scroll;
}
.HeadIng_Div
{
    margin: 0 10px 10px;
    padding: 5px;
    background-color: rgb(239, 245, 252);
    border: 1px solid rgb(170, 188, 207);
    border-radius: 10px;
    font-size: 20px;
    height: 26px;
    color: rgb(0, 120, 215);
    font-weight: bold;
}
.List_Div
{
    margin: 10px;
    width: 25%;
    height: 87%;
    border: 1px solid rgb(170, 188, 207);
    padding: 2px;
   /* overflow-y: scroll;*/
   overflow:auto;
    position: relative;
    float: left;
}
.Navigation_div
{
    background-color: #EFF5FC;
    bottom: 20px;
    height: 28px;
    padding-left: 1%;
    width: 97%;
    display: none;
}
.list_info
{
    bottom: 0;
    text-align: center;
    width: 99%;
    background-color: white;
}
.List_Div:hover .Navigation_div
{
    display: block;
}
.btn_next
{
    background: rgba(0, 0, 0, 0) url("../images/next.png") no-repeat scroll center center;
    border: medium none;
    cursor: pointer;
    font-family: calibri;
    height: 22px;
    width: 23px;
}
.txt_search
{
    border: 1px solid gray;
    margin-top: 2px;
    width: 98%;
}
.txt_search:focus
{
    border: 1px solid black;
}
.addnew
{
    float: left;
    height: 87%;
    margin: 10px;
    width: 70%;
   /* overflow-y: scroll;*/
   overflow:auto;
    font-size: 17px;
}
.Adding_heading
{
    background-color: #0078d7;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-top: 2px;
}
.btn_excel
{
    background: rgba(0, 0, 0, 0) url("../images/excel.png") no-repeat scroll center center;
    border: medium none;
    cursor: pointer;
    font-family: calibri;
    height: 22px;
    width: 23px;
}
.btn_add_new
{
    background: none;
    background: url(../images/plus.png) no-repeat center;
    border: none;
    font-family: calibri;
    cursor: pointer;
}
.btn_search {
    background: none;
    background: url(../images/search2.jpg) no-repeat center;
    border: none;
    width:20px;
    height:20px;
    font-family: calibri;
    cursor: pointer;
}
.btn_edit
{
    background: none;
    background: url(../images/edit-zcc.png) no-repeat center;
    border: none;
    font-family: calibri;
    cursor: pointer;
}

.btn_expand
{
    background: none;
    background: url(../images/expand.gif) no-repeat center;
    border: none;
    font-family: calibri;
    cursor: pointer;
}

.btn_collapse
{
    background: none;
    background: url(../images/collapse.gif) no-repeat center;
    border: none;
    font-family: calibri;
    cursor: pointer;
}
.btn_doc_up
{
    background: none;
    background: url(../images/doc_up.png) no-repeat center;
    border: none;
    font-family: calibri;
    cursor: pointer;
}
.btn_doc_down
{
    background: none;
    background: url(../images/doc_down.png) no-repeat center;
    border: none;
    font-family: calibri;
    cursor: pointer;
}
.btn_delete
{
    background: rgba(0, 0, 0, 0) url("../images/delete.png") no-repeat scroll center center;
    border: medium none;
    cursor: pointer;
    font-family: calibri;
    height: 22px;
    width: 23px;
}
.btn_close_in {
    background: none;
    background: url(../images/close.png) no-repeat center;
    border: none;
    width: 20px;
    height: 20px;
    font-family: calibri;
    cursor: pointer;
}

.btn_return
{
    background: none;
    background: url(../images/return.png) no-repeat center;
    border: none;
    font-family: calibri;
    cursor: pointer;
}
.btn_nonreturn
{
    background: none;
    background: url(../images/nonreturn.png) no-repeat center;
    border: none;
    font-family: calibri;
    cursor: pointer;
}
.btn_back
{
    background: none;
    background: url(../images/back.png) no-repeat center;
    border: none;
    width:30px;
    height:25px;
    background-size:30px 25px;
    font-family: calibri;
    cursor: pointer;
}
.table_list
{
    font-size: 18px;
     border: 1px solid black;
    border-collapse: collapse;
}
.table_list, .table_list thead tr th
{
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 18px;
    font-weight: normal !important;
}
.table_list thead tr td
{
    color: White;
    font-weight: bold;
    background-color: #000066;
}
.table_list tbody tr td
{
    border: 1px solid #a6a6a6;
    border-collapse: collapse;
    padding-left: 5px;
    padding-top: 3px;
}

.table_list tr:nth-child(even)
{
    background-color: #ECECFF;
}
.table_list tr:nth-child(odd)
{
    background-color: white;
}
.table_list tbody tr:hover
{
    background-color: rgb(230,231,231);
}
.head_second_div
{
    float: right;
    padding-top: 3px;
}
.PageNumber
{
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.SubList
{
    height: 130px;
    overflow-y: scroll;
    position: relative;
}


.SubList:hover .Navigation_div
{
    display: block;
}

.div_items {
    background-color: #eff5fc;
    border-bottom: 1px solid #ababab;
    font-size: 17px;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-top: 2px;
}
.txt_80
{
    border: 1px solid #ababab;
    width: 69%;
    font-size: 17px;
    padding-left: 3px;
    margin-bottom: 4px;
    border-radius:2px;
}
.txt_100
{
    border: none;
    border-bottom: 1px solid gray;
    width: 90%;
    font-size: 17px;
    padding-left: 3px;
    margin-bottom: 4px;
}
.txt_80:focus
{
    border: 1px solid gold;
    color: Blue;
}
gap_for_list
{
    height: 40px;
    clear: both;
}
.butn
{
    background-color: #0096FF;
    border: medium none;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    font-size: 20px;
    min-width: 99px;
    margin-left: 6px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 10px;
    font-family: unset;
}
.butn_save
{
    background-color: Green;
    border: medium none;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    font-size: 20px;
    min-width: 99px;
    margin-left: 6px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 10px;
    font-family: unset;
}
.butn_delete
{
    background-color: Red;
    border: medium none;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    font-size: 20px;
    min-width: 99px;
    margin-left: 6px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 10px;
    font-family: unset;
}
.butn:hover
{
    background-color: #0078D7;
}
.butn_delete:hover
{
    background-color: #6B0000;
}
.butn_save:hover
{
    background-color: #195905;
}

.Profile_div
{
    border: 1px solid gray;
    clear: both;
    height: 60%;
    margin: 11px;
    width: 18%;
    float: left;
}
.Profile_image
{
    height: 98%;
    width: 98%;
    margin-left: 1%;
    margin-top: 1%;
}
.Profile_name
{
    background-color: #0078d7;
    color: white;
    font-size: 18px;
    margin-top: 3px;
    text-align: center;
}
.profile_info
{
    font-family: monospace;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}
.week_activity
{
    border: 1px solid gray;
    float: left;
    height: 60%;
    margin: 11px;
    width: 50%;
}
.week_head
{
    background-color: #0078d7;
    color: white;
    font-weight: bold;
    padding-bottom: 6px;
    padding-left: 5px;
}
.reminder_div
{
    border: 1px solid gray;
    float: left;
    height: 96%;
    margin: 11px;
    overflow-y: scroll;
    width: 25%;
}
.Reminder_head
{
    background-color: #0078d7;
    color: white;
    padding-bottom: 6px;
    padding-left: 6px;
}
.notification_div
{
    border: 1px solid gray;
    float: left;
    height: 33%;
    margin-left: 11px;
    margin-top: -16%;
    width: 70%;
}
.notification_head
{
    background-color: blue;
    color: white;
    padding-bottom: 4px;
    padding-left: 10px;
    width: 25%;
}
.btn_complete
{
    background: none;
    background: url(../images/Complte_2.png) no-repeat center;
    border: none;
    font-family: calibri;
    cursor: pointer;
}
.pop_up_div
{
    background-color: whitesmoke;
    padding-top: 5px;
    border: 1px solid black;
    border-radius: 5px;
    height: auto;
    position: absolute;
    z-index: 9;
    top: 90px;
    width: 60%;
    left: 20%;
    overflow-y: scroll;
}

.content_main_div
{
    margin: 10px;
}
.Content_row
{
    clear: both;
    padding-top: 10px;
}
.Content_row div:nth-child(odd)
{
    float: left;
    width: 25%;
}

.Content_row div:nth-child(even)
{
    float: left;
    width: 35%;
}
.txt_lable
{
    width: 92%;
    margin: 0px;
    border: none;
    background-color: transparent;
}
.info_div {
    background-color: #C9EBFE;
    border-radius: 10px;
    display: none;
    margin-left:-11%;
    margin-top: 13px;
    position: absolute;
    width: 228px;
    padding:10px;
}
.act:hover .info_div
{
 display:block;   
  }
  
.popup_overlay
{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
}

.popup_win
{
    background-color: whitesmoke;
    padding-top: 5px;
    display: none;
    border: 1px solid black;
    border-radius: 5px;
    height: auto;
    left: 30%;
    position: absolute;
    z-index: 9;
    top: 182px;
    width: 30%;
}

.popup_close
{
    background-color: #0078d7;
    border-radius: 20px;
    color: white;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bolder;
    padding: 0px 6px;
    position: relative;
    text-align: right;
    top: -10px;
}

.popupbtn_close
{
    background-color: #0078d7;
    border-radius: 20px;
    color: white;
    cursor: pointer;
    float: right;
    font-size: 15px;
    font-weight: bolder;
    padding: 0px 5px;
    position: relative;
    text-align: right;
    top: -7px;
    border:0px;
}
.newsitem {
    border: 1px solid black;
    border-radius: 10px;
    float: left;
    height: 78%;
    margin-left: 1%;
    margin-top: 10px;
    text-align: center;
    width: 19%;
}

.newsitem:hover {
    animation-duration: 0.2s;
    animation-name: FadeLoad;
    background-color: #EFF5FC;
    color: green;
    font-size: 20px;
}