﻿html {
    height: 100%;
}

form {
    height: 100%;
}

body {
    margin: 0px;
    height: 100%;
    font-family: Calibri; /*Sans-Serif;*/
    font-size: 13px;
    font-weight: 500;
    overflow-y: hidden;
}

@keyframes FadeLoad {
    from {
        opacity: 0.9;
    }

    to {
        opacity: 2;
    }
}

.fadeIn {
    animation-name: FadeLoad;
    animation-duration: 0.8s;
}

@keyframes example {
    from {
        margin-top: -200px;
    }

    to {
        margin-top: 0px;
    }
}

.animated {
    animation-name: example;
    animation-duration: 0.6s;
}

.popupBackground {
    opacity: 0.6;
    background: Black none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0px;
}


.messageAlert {
    background-color: #4caf50;
    color: white;
    padding: 12px;
    position: fixed;
    right: 23px;
    top: 7px;
    width: 253px;
    padding-top: 20px;
    opacity: 0.9;
    border-radius: 5px;
    z-index: 10000 !important;
}

.tick {
    color: white;
    float: left;
    font-size: 39px;
    margin-top: -25px;
}

.messageLabel {
    color: White !important;
}

.title_bar, .title_bar_div, .menu_div, .table_list {
    animation-name: FadeLoad;
    animation-duration: 0s;
}

.title_bar {
    background-color: white;
    color: black;
    height: 7%;
}

.title_bar_div {
    margin-left: 20px;
    padding-top: 5px;
}

.Time {
    color: red;
    float: right;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    margin-top: 16px;
    padding-right: 10px;
    text-align: right;
    width: 18%;
}

.body_div {
    height: 93%;
}

.HeadIng_Div {
    border-bottom: 1px solid #e9e9e9;
    font-size: 17px;
    padding: 6px 6px 6px 20px;
    text-transform: uppercase;
}

.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 #dddddd;
    font-size: 15px;
    padding-left: 10px;
    width: 90%;
}

.searchDiv {
    float: right;
    width: 334px;
}

.btnAddNew {
    background-color: #2b66b1;
    border: medium none;
    color: white;
    float: right;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    width: 25px;
    padding-bottom: 1px;
    text-align: left;
    cursor: pointer;
    margin-top: -2px;
}

.listTable {
    border-collapse: collapse;
    margin: 1%;
    width: 98%;
}

    .listTable thead tr th {
        background-color: #2b66b1;
        border: 1px solid #dddddd;
        color: white;
        padding: 7px;
        text-align: left;
    }

.listTableSlNo {
    text-align: center;
    width: 5% !important;
}

.listTableAction {
    padding-right: 5px ;
    text-align: right !important;
}

.listTableActionButtonDiv {
    padding-left: 1%;
}

.listTable tbody tr td {
    border: 1px solid #dddddd;
    font-size: 15px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-top: 4px;
}

.navigationButton {
    background-color: #2b66b1;
    border: medium none;
    color: white;
    font-weight: bold;
    padding-bottom: 4px;
    width: 50px;
}

.pageSize {
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    text-align: center;
}

.navigationRow {
    text-align: right !important;
}

.Adding_heading {
    background-color: #2b66b1;
    border-bottom: 1px solid #ababab;
    color: white;
    font-size: 20px;
    padding-bottom: 2px;
    padding-left: 13px;
    padding-top: 2px;
}

.btn_excel {
    background: green url(../images/excel.png) no-repeat scroll center center;
    border: medium none;
    cursor: pointer;
    float: right;
    font-family: calibri;
    height: 25px;
    margin-right: 3px;
    margin-top: -2px;
    width: 25px;
}

.btnDcancel {
    cursor: pointer;
    height: 25px;
    width: 25px;
    background: none;
    background: url(../images/reject.jpg) no-repeat center;
    border: none;
}
.btnrenew {
    cursor: pointer;
    height: 25px;
    width: 25px;
    background: none;
    background: url(../images/renewred.jpg) no-repeat center;
    border: none;
}

.btn_pdf {
    background: green url(../images/print.png) no-repeat scroll center center;
    border: medium none;
    cursor: pointer;
    float: right;
    font-family: calibri;
    height: 25px;
    margin-right: 3px;
    margin-top: -2px;
    width: 25px;
}

.btn_Dicon {
    background: none;
    background: url(../images/Dicon.png) no-repeat center;
    border: none;
    font-family: calibri;
    cursor: pointer;
}

.btn_CDicon {
    background: none;
    background: url(../images/cdicon.png) no-repeat center;
    width: 20px;
    height: 20px;
    border: none;
    font-family: calibri;
    cursor: pointer;
}

.filter {
    background: violet url(../images/filter.png) no-repeat scroll center center;
    border: medium none;
    cursor: pointer;
    float: right;
    font-family: calibri;
    height: 25px;
    margin-right: 3px;
    margin-top: -2px;
    width: 25px;
}

.largePopUp {
    background: white none repeat scroll 0 0;
    border: 1px solid #919191;
    left: 2%;
    position: fixed;
    top: 10px;
    box-shadow: 0px 0px 10px 4px whitesmoke;
    width: 95%;
    height: 90%;
    overflow-y: scroll;
    padding-bottom: 15px;
}

.halfPopUp {
    background: white none repeat scroll 0 0;
    /* border: 1px solid #919191; */
    left: 14%;
    position: fixed;
    top: 5%;
    box-shadow: 0px 0px 10px 4px whitesmoke;
    width: 72%;
    overflow-y: auto;
    height: 90%;
}

.smallPopUp {
    background: white none repeat scroll 0 0;
    border: 1px solid #919191;
    right: 25px;
    position: fixed;
    top: 88px;
    box-shadow: 0px 0px 10px 4px whitesmoke;
    width: 35%;
    overflow-y: auto;
    max-height: 80%;
}

.smallPopUpCentre {
    background: white none repeat scroll 0 0;
    border: 1px solid #919191;
    /* right: 25px; */
    position: fixed;
    top: 160px;
    box-shadow: 0px 0px 10px 4px whitesmoke;
    width: 35%;
    overflow-y: auto;
    max-height: 80%;
    left: 32%;
}

.formTable {
    width: 98%;
    margin: 1%;
}

.actionTable {
    width: 98%;
    margin: 1%;
}

.formTable td {
    vertical-align: top;
}

    .formTable td span {
        display: inline;
    }

input[type="checkbox"], input[type="checkbox"] label {
    display: inline !important;
}

element.style {
}

.formTable td .txt, .formTable td .txtarea, .formTable td .RadComboBox, .formTable td .RadPicker, .formTable td .lbl {
    display: block !important;
}

.formTable td input[type=submit] {
    display: inline;
}

.txt {
    border: 1px solid #ababab;
    width: 95%;
    font-size: 13px;
    padding-left: 3px;
    margin-bottom: 4px;
    border-radius: 2px;
    height: 21px;
    margin-top: 4px;
}

.txtarea {
    border: 1px solid #ababab;
    width: 95%;
    font-size: 13px;
    padding-left: 3px;
    margin-bottom: 4px;
    border-radius: 2px;
    height: 50px;
    margin-top: 4px;
    resize: none;
}

.btn_add_new {
    background: none;
    background: url(../images/plus.png) no-repeat center;
    border: none;
    font-family: calibri;
    cursor: pointer;
}

.btn_edit {
    background: none;
    background: url(../images/editsvg.png) no-repeat center;
    border: none;
    font-family: calibri;
    cursor: pointer;
}

.btn_completeTick {
    background: none;
    background: url(../images/complete.png) no-repeat center;
    border: none;
    font-family: calibri;
    cursor: pointer;
}

.btn_print {
    background: none;
    background: url(../images/print.png) no-repeat center;
    border: none;
    font-family: calibri;
    cursor: pointer;
    height: 20px;
    width:20px;
}

.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;
    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: #dccff2;
    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: #FFa500;
    border: medium none;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    font-size: 17px;
    min-width: 99px;
    margin-left: 6px;
    margin-top: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-family: unset;
    border-radius: 10px;
}

.butn_save {
    background-color: #FFa500;
    border: medium none;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    font-size: 17px;
    min-width: 99px;
    margin-left: 6px;
    margin-top: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-family: unset;
    border-radius: 10px;
}

.butn_delete {
    background-color: Red;
    border: medium none;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    font-size: 17px;
    min-width: 99px;
    margin-left: 6px;
    margin-top: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-family: unset;
    border-radius: 10px;
}

.butn:hover {
    background-color: #FF8C00;
}

.butn_delete:hover {
    background-color: #6B0000;
}

.butn_save:hover {
    background-color: #FF8C00;
}

.Profile_div {
    border: 1px solid gray;
    clear: both;
    height: 60%;
    margin: 11px;
    width: 18%;
    float: left;
}

.Profile_image {
    height: 98%;
    border: none;
    border-radius: 50%;
}

.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;
}

.menu_div {
    background-color: #041d3b;
    color: white;
}

.Main_menu {
    font-size: 15px;
    padding-left: 13px;
    padding-top: 5px;
    background-color: #2b66b1;
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
}

.Sub_menu_Div {
    display: none;
    display: block;
    background-color: black;
    margin-left: -13px;
    font-size: 15px;
    color: white;
    margin-bottom: -4px;
}

.Sub_menu_item {
    border-bottom: 1px solid #2d2b2b;
    background-color: #041d3b;
    padding: 2px;
    color: white;
    padding-left: 45px;
}

.Main_menu:hover .Sub_menu_Div {
}

.MainMenuItem::after {
    color: gray;
    content: "▾";
    float: right;
    margin-right: 10px;
}

.icon {
    color: violet;
    font-size: 18px;
    margin-right: 10px;
}

.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;
    }

.companyTitleDiv {
    width: 15%;
    float: left;
    background-color: #2b66b1;
    height: 100%;
    text-align: center;
}

    .companyTitleDiv img {
        margin-top: 10px;
    }

.requiredtxt {
    position: absolute;
    margin-left: -58px;
    margin-top: -14px;
}

.requiredlong {
    position: absolute;
    margin-left: -168px;
    margin-top: -14px;
}

.requiredRadCombo {
    position: absolute;
    margin-left: 78%;
    margin-top: -40px;
}

.infopopup {
    position: fixed;
    top: 113px;
    background: #F5F5F5;
    width: 30%;
    min-height: 100px;
    right: 30px;
    border: 1px solid gray;
    padding: 6px;
}

.popupBackgroundTransperant {
    opacity: 0;
    background: Black none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.btn_view {
    background: rgba(0, 0, 0, 0) url("../images/viewdet.png") no-repeat scroll center center;
    border: medium none;
    cursor: pointer;
    font-family: calibri;
    height: 22px;
    width: 23px;
}

.RadComboBox {
    margin-top: 5px;
}

.RadPicker_Default .rcCalPopup, .RadPicker_Default .rcTimePopup {
    position: inherit;
}

.RadPicker {
    margin-top: 5px;
}

.labelOutput {
    font-weight: bold;
    font-size: 15px;
}

.asLabel {
    border: none;
    text-align: right;
}

.butn_save:focus {
    background: red;
    border-radius: 10px;
    outline: 0;
}

.labelled {
    border: none;
    padding-left: 0px;
    outline: 0;
}
