﻿body
{
    margin: 0px;
}
.logo
{
    float: left;
    margin-left: 5px;
    background-image: url('../../Images/ICLogo.png');
    height: 41px;
    background-repeat: no-repeat;
    width: 390px;
    height: 42px;
}

.logo-container
{
    width: 100%;
    height: 43px;
    padding: 0px;
    margin-top: 1px;
    border-bottom: solid 1px #C0C0C0;
    outline: solid .3mm #E4E4E4;
    text-align: center;
    background-color: #FFFFFF;
}

.logo-title1
{
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #3C3C3C;
}
.logo-title2
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #3C3C3C;
}
.logo-title3
{
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #3C3C3C;
}

.show-menu-button
{
    width: 48px;
    height: 100%;
    float: left;
    color: #ffffff;
    background-color: #5B68FF;
    border: none;
    margin-left: 0px;
    font-family: Arial;
    font-weight: normal;
    font-size: 28px;
    outline: none;
}

.left-menu-close
{
    width: 1px;
    float: right;
    color: #000000;
    background-color: #F9DC00;
    border: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    outline: none;
    cursor: pointer;
}

.left-menu-close:hover
{
    color: #5B68FF;
}

.show-menu-button:hover
{
    background-color: #3C4AFF;
}

.loading
{
    position: absolute;
    left: 500px;
    top: 2px;
    display: none;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #202e0e;
}


.badge
{
    background-color: #F9DC00;
    color: #333333;
    font-size: 10px;
    padding: 2px 5px 2px 5px;
    text-align: center;
    border-radius: 9px;
    display: inline-block;
}

.badge_none
{
    background-color: #999999;
    color: #FFFFFF;
    font-size: 10px;
    padding: 2px 5px 2px 5px;
    text-align: center;
    border-radius: 9px;
    display: inline-block;
}

.ims_plugin_notify
{
    width: 48px;
    height: 43px;
    float: left;
    color: #ffffff;
    border: none;
    margin-right: 2px;
    margin-left: 1px;
    font-family: Arial;
    outline: none;
    /*background-position: center top;
    background: url('../../Images/images.png') -192px -20px;*/
    background-color: #FF471A;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
}

.ims_plugin_notify:hover
{
    background-color: #FF3300;
}

.ims_plugin
{
    width: 48px;
    height: 43px;
    float: left;
    color: #ffffff;
    border: none;
    margin-right: 2px;
    margin-left: 1px;
    font-family: Arial;
    outline: none;
    /*background-position: center top;
    background: url('../../Images/images.png') -192px -20px;*/
    background-color: #5B68FF;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
}

.ims_plugin:hover
{
    background-color: #3C4AFF;
}

.logout
{
    width: 48px;
    height: 100%;
    float: right;
    color: #ffffff;
    border: none;
    margin-right: 1px;
    margin-left: 2px;
    font-family: Arial;
    outline: none;
    background-position: center top;
    background: url('../../Images/images.png') -192px -20px;
    background-color: #5B68FF;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
    line-height: 73px;
}

.logout:hover
{
    background-color: #3C4AFF;
}

.button
{
    background-color: #5B68FF;
    color: #ffffff;
    border: none;
    height: 32px;
    border-radius: 2px;
}

.button:hover
{
    background-color: #3C4AFF;
}

.user-dept-label
{
    background-color: #ffffff;
    border: 1px solid #293D9B;
    border-left: none;
    color: #293D9B;
    padding: 2px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    float: right;
    margin-top: 13px;
}

.user-name-label
{
    background-color: #F9DC00;
    border: 1px solid #293D9B;
    border-right: none;
    color: #293D9B;
    padding: 2px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    float: right;
    margin-top: 13px;
}

.menu-container
{
    margin: 0px;
    top: 45px;
    left: 0px;
    position: absolute;
    width: 100%;
    text-align: left;
    background: #2A3E9A; /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#5B68FF));     background: -moz-linear-gradient(top,  #fff,  #5B68FF);     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#5B68FF');     */
}

.menu-level1
{
    float: left;
}

.menu-level1 div
{
    display: none;
    z-index: 1;
}

.menu-level1:hover div
{
    display: inline-block;
}

/*Changed By Ilyas - 08 Feb,2016*/
.menu-level1:hover label
{
    background-color: #F9DC00;
    color: #2A3E9A;
    margin: 2px 0px 0px 0px;
}
/*Added By Ilyas - 08 Feb,2016*/
.menu-level1:hover
{
    background-color: #F9DC00;
    color: #2A3E9A;
    margin: 2px 0px 0px 0px;
}

/*Changed By Ilyas - 08 Feb,2016*/
.menu-level1 label
{
    border-right: 1px dotted #cacbcc;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    color: #FFF;
    background-color: #2A3E9A;
    margin: 5px 0px 5px 0px;
    padding: 2px 5px 2px 5px;
    display: block; /* height: 20px; */
    white-space: nowrap;
}


.menu-level2
{
    position: absolute;
    left: 0px;
    width: 100%;
    background-color: #F9DC00;
    display: none;
}
.menu-level2 div
{
    padding: 15px 3px 3px 3px;
    float: left;
}
.menu-level2 div span
{
    font-size: 11px;
    font-weight: bold;
    color: #2A3E9A;
    border-bottom: 1px dotted #2A3E9A;
    background: none;
    margin: 2px 10px 2px 10px;
    padding-top: 1px;
}

.menu-level2 div span a
{
    color: #2A3E9A;
}

.menu-level2 div span a:visited
{
    color: #2A3E9A;
}

.menu-level3
{
    list-style-type: disc;
    padding-left: 35px;
    margin-left: 1px;
    color: #000000;
    font-size: 12px;
    padding-bottom: 1px;
}

.menu-level3 li
{
    margin-top: 3px;
    margin-left: 1px;
}

.menu-level3 li a
{
    display: block;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    margin-top: 3px; /*white-space: nowrap;*/
}

.menu-level3 li a:hover
{
    color: #2A3E9A;
    text-decoration: underline;
}
.menu-level3 li a:active
{
    color: #2A3E9A;
    text-decoration: none;
}

.sub-page
{
    width: 100%;
}

.main-progress-bar
{
    width: 100%;
    text-align: center;
    position: fixed;
    top: 48px;
    display: none;
}

.main-progress-bar span
{
    padding: 3px;
    border: 1px solid #666666;
    background-color: #FFBA53;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
}

.left-menu
{
    background-color: #F9DC00;
    width: 11%;
    height: 93.8%;
    float: left;
    position: absolute;
    display: none;
    padding-left: 3px;
    padding-right: 5px;
    padding-top: 3px;
}

.left-menu span
{
    font-size: 11px;
    font-weight: bold;
    color: #2A3E9A;
    border-bottom: 1px dotted #2A3E9A;
    background: none;
    margin: 2px 10px 2px 10px;
    padding-top: 1px;
}

.left-menu span a
{
    color: #2A3E9A;
}

.notification-container
{
    left: 0;
    top: 28px;
    margin: 0;
    font-family: arial, sans-serif;
    font-weight: bold;
    visibility: hidden;
    z-index: 8;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
}
.notification-message
{
    position: relative;
    display: inline-block;
    visibility: visible;
    font-size: 11px;
    padding: 6px 10px;
    background-color: #f9edbe;
    border: 1px solid #f0c36d;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/*Model Styles & Other Styles Added By Mohammed Ilyas 08 Feb , 2016*/
#lean_overlay
{
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#signup
{
    width: 600px;
    padding-bottom: 2px;
    display: none;
    height: 550px;
    display: none;
    position: fixed;
    opacity: 1;
    z-index: 11000;
    left: 50%;
    margin-left: -202px;
    top: 50px !important;
    overflow-y: auto;
    background: #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
#signup-header
{
    width: 583px;
    padding: 0px 5px !important;
    background: #fff;
    z-index: 1000;
    border-bottom: 1px solid #CCC;    
    margin-left:3px;
    margin-top:5px;
    position: fixed;
}
#signup-header h2
{
    color: #444;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 3px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#signup-header p
{
    color: #444;
    font-size: 1.3em;
    margin: 0;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: none;
}
.helpCirlce
{
    width: 100px;
    margin-top: 16px;
    margin-right: 2px;
    height: 1px;
    padding: 8px 8px 8px 8px;
    float: right;
    color: #000;
    font-weight: bolder;
    text-decoration: underline;
    font: 10px Arial, sans-serif;
}
.imgFirstHelp
{
    width: 550px;
    margin-left: 15px;
    margin-bottom: 5px;
    border: 1px solid #C0C0C0;
    background-image: url('../../Images/IC_helpScreen1.png');
    background-repeat: no-repeat;
    height: 325px;
    background-size: 551px;
    outline:solid .3mm #E4E4E4;
}
.imgSecondHelp
{
    width: 550px;
    margin-left: 15px;
    margin-top: 5px;
    border: 1px solid #C0C0C0;
    background-image: url('../../Images/IC_helpScreen2.png');
    background-repeat: no-repeat;
    height: 325px;
    background-size: 551px;
    outline:solid .3mm #E4E4E4;
}
.modal_close
{
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../Images/modal_close.png?1);
    z-index: 2;
}
