﻿@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Roboto:400,300);

/*@import url(https://db.onlinewebfonts.com/c/0fb6570a60563eb5563ea22165640c31?family=News+Gothic+MT);*/

body {
    background:#f1f1f1;
    font-size: 13px;
    font-family: 'Segoe UI',arial, sans-serif;
    min-width: 768px;
}

@font-face {
    font-family: 'news-gothic-mt-1361521017';
    src: url('../../../../../../Scripts/app/font/news-gothic-mt-1361521017/news-gothic-mt-1361521017.ttf') format('truetype');
}
/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
/*----- Tab Links -----*/
/* Clearfix */
/*
#tabul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#tabli {
    float: left;
    border: 1px solid #000;
    border-bottom-width: 0;
    margin: 3px 3px 0px 3px;
    padding: 5px 5px 0px 5px;
    background-color: #CCC;
    color: #696969;
}

#mainTabView {
    border: 1px solid black;
    clear: both;
    padding: 0 1em;
}

.active {
    background-color: #FFF;
    color: #000;
}*/
/*----- Content of Tabs -----*/
/*
.styled-select input {
    background: transparent;
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}*/

[ng-cloak] {
    display: none !important;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
   
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }


a, a:hover, a:focus, a:active {
    outline: 0;
    cursor: pointer;
    
}

.extralink a:-webkit-any-link {
    text-decoration: none !important;
}

.taskFilter .icon {
    width: 34px;
    height: 28px;
    float: left;
    border: 1px solid #c4cbd3;
    border-left: 0;
    margin: 0;
    border-radius: 0 4px 4px 0;
}

/*.header {
    height: 55px;
    background: #fff;
    position: relative;
    z-index: 1;
}*/

.errorlabel {
    display: none;
}

.logo {
    float: left;
    width: 240px;
    text-align: center;
    padding: 6px 0;
}

    .logo a {
        display: block;
        padding: 6px 0;
    }

.loginHeader {
    height: 75px;
}

    .loginHeader .logo {
        border-right: 0;
    }

        .loginHeader .logo a {
            padding: 22px 0;
        }

.globalSearchBox {
    float: left;
    width: 320px;
    height: 32px;
    padding-top: 10px;
}

    .globalSearchBox input {
        width: 260px;
        /*border: 1px;*/
        margin-left: 5px;
        /*margin-top: 11px;*/
        box-shadow: 0 0 0 0;
        font-size: 12px;
    }

        .globalSearchBox input:focus {
            box-shadow: 0 0 0 0;
        }

.searchBox {
    float: left;
    /*width: 320px;*/
    width: 30%;
    height: 42px;
    /*border-right: 1px solid #eeeeee;*/
}

    .searchBox input[type="submit"] {
        width: 25px;
        height: 30px;
        border: 0;
        background: url('../images/icon-search.png') right center no-repeat;
        margin-top: -10px;
        margin-left: -2px;
    }

    .searchBox input {
        /*width: 260px;*/
        width: 90%;
        /*border: 1px;*/
        margin-left: 5px;
        /*margin-top: 11px;*/
        box-shadow: 0 0 0 0;
        font-size: 12px;
    }

        .searchBox input:focus {
            box-shadow: 0 0 0 0;
        }

.navRight {
    float: right;
}

    .navRight ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .navRight li {
        border-left: 1px solid #eeeeee;
        float: left;
        position: relative;
    }

        .navRight li a {
            white-space: nowrap;
            padding: 16px 15px;
            display: block;
            color: #636e7b;
            text-decoration: none;
        }

.navRightSub {
    border: 1px solid #dddddd;
    position: absolute;
    width: 255px;
    left: -106px;
    background: #fff;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    top: 62px;
    display: none;
    word-wrap: break-word;
}

.userSubMenu {
    width: 120px;
    left: 11px;
}

.anchor.active {
    background: #51a8da;
    color: #ffffff;
}

.navRight .open .navRightSub {
    display: block;
}

.navRightSub:before {
    content: "";
    background: url('../images/icon-arrowTop.png');
    width: 23px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -11px;
}

.navRightSub li {
    float: none;
    border-bottom: none;
    border-top: 1px solid #dddddd;
    border-left: 0;
}

.navRight .userPic {
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.navRight .userPicShape {
    border-radius: 13px;
    background-position: left top;
    background-repeat: repeat;
    width: 26px;
    height: 26px;
}

.navRight .newUpdates {
    background: #d9534f;
    height: 13px;
    width: 13px;
    position: absolute;
    text-align: center;
    color: #fff;
    line-height: 13px;
    font-size: 10px;
    top: 15px;
    right: 5px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 15px;
}
.navRight .newUpdates.announcementStatus{
    color: #d9534f;
    background:none;
    font-weight:800;
    font-size:12px;
}
.navRightSub li:first-child {
    border-top: 0;
}   

.navRightSub li a {
    color: #2d6587;
    padding: 5px 10px;
    text-decoration: none;
}

    .navRightSub li a:hover {
        color: #000;
    }

.slideMenu {
    float: left;
    margin-top: 15px;
    margin-left: 12px;
}

    .slideMenu a {
        background: #e4e7ea url('../images/btn-slide.png') center center no-repeat;
        width: 18px;
        height: 14px;
        padding: 8px;
        display: block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;    
        border-radius: 4px;         
    }

        .slideMenu a:hover,
        .toggleSidebar .slideMenu a {
            background: #51a8da url('../images/btn-slide.png') center center no-repeat;
        }

    .slideMenu li a:hover,
    .toggleSidebar .slideMenu li a {
        background: #51a8da url('../images/btn-slide.png') center center no-repeat;
    }

/*.toggleSidebar .slideMenu a {
    background: url('../images/btn-slide.png') center center no-repeat;
}

    .toggleSidebar .slideMenu a:hover {
        background: url('../images/btn-slide.png') center center no-repeat;
    }*/

.toggleSidebar .sideBar {
    width: 10px;
}

.toggleSidebar .pageData {
    margin-left: 10px;
}

.toggleSidebar .sideBarInner {
    display: none;
}

.sideBar {
    width: 255px;
    height: 660px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .1s linear;
    overflow-y: auto;
}

   

.sideBarInner {
    margin-top: 52px;
    padding: 10px 15px;
    background: #f7f7f7;
    border-right: 1px solid #d3d7db;
}

.sideBarDiv {
    margin-bottom: 10px;
}



ul.ui-autocomplete {
    list-style: none;
    position: absolute;
    font-size: 14px !important;
    font-family: DubaiRegular !important;
    color: black;
    width: 100px;
    word-break: break-all;
    z-index: 3005 !important;
    font-weight: 400;
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    /*overflow: auto;*/
    text-decoration: none;
}

ul.ui-menu .ui-menu-item a:hover {
    background: #133f68;
    color:white!important;
}

li.ui-menu-item {
    text-decoration: none;
    font-size: 14px !important;
    font-family: DubaiRegular !important;
    color: black !important;
}

ul.ui-menu .ui-menu-item a {
    color: black !important;
}

.mainMenu, .mainMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .mainMenu ul {
        display: none;
        padding: 10px 0;
    }

    .mainMenu > li {
        border-bottom: 1px solid #d3d7db;
    }

.mainMenuCluster, .mainMenuCluster ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .mainMenuCluster ul {
        display: none;
        padding: 10px 0;
    }

    .mainMenuCluster > li {
        border-bottom: 1px solid #d3d7db;
    }

        .mainMenuCluster > li.open {
            border-bottom: none;
        }

.mainMenuForTab, .mainMenuForTab ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .mainMenuForTab ul {
        display: none;
        padding: 10px 0;
    }

    .mainMenuForTab > li {
        border-bottom: 1px solid #d3d7db;
    }

.mainMenuForTabModule, .mainMenuForTabModule ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .mainMenuForTabModule ul {
        display: none;
        padding: 10px 0;
    }

    .mainMenuForTabModule > li {
        border-bottom: 1px solid #d3d7db;
    }

.icon-Calendar {
    background: #fff url('../images/icon-cal.png') center center no-repeat;
}

.icon-CalendarRange {
    background: #fff url('../images/icon-calRange.png') center center no-repeat;
}

.icon {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

.icon-dashboard {
    background: url('../images/icon-dashboard.png');
}

.open .icon-dashboard {
    background: url('../images/icon-dashboard-active.png');
}

.icon-people {
    background: url('../images/icon-people.png');
}

.open .icon-people {
    background: url('../images/icon-people-active.png');
}

.icon-process {
    background: url('../images/icon-process.png');
}

.open .icon-process {
    background: url('../images/icon-process-active.png');
}

.icon-facility {
    background: url('../images/icon-facility.png');
}

.open .icon-facility {
    background: url('../images/icon-facility-active.png');
}

.icon-grc {
    background: url('../images/icon-grc.png');
}

.open .icon-grc {
    background: url('../images/icon-grc-active.png');
}

.icon-finance {
    background: url('../images/icon-finance.png');
}

.open .icon-finance {
    background: url('../images/icon-finance-active.png');
}

.icon-external {
    background: url('../images/icon-external.png');
}

.open .icon-external {
    background: url('../images/icon-external-active.png');
}




.mainMenu li .plusMinus {
    background: url('../images/icon-plus.png');
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    margin-top: 2px;
}

.mainMenu li.open .plusMinus {
    background: url('../images/icon-minus.png');
}

.mainMenu > li > a:hover,
.mainMenu > li.open > a {
    background: #51a8da;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

.mainMenu > li > a {
    padding: 10px;
    display: block;
    color: #4d4c4c;
    text-decoration: none;
}

.mainMenu > li ul > li a {
    /*background: url('../images/arrowRight.png') 20px center no-repeat;*/
    padding: 5px 10px 5px 20px;
    display: block;
    color: #8f939e;
    text-decoration: none;
}

    .mainMenu > li ul > li a:hover {
        color: #4d4c4c;
    }

.mainMenu > li > a.activeMenu {
    background: #51a8da;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}



.mainMenuCluster li > a > .plusMinus {
    background: url('../images/icon-plus.png');
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    margin-top: 2px;
}

.mainMenuCluster li.open > a > .plusMinus {
    background: url('../images/icon-minus.png');
}

.mainMenuCluster > li > a:hover,
.mainMenuCluster > li.open > a {
    background: #51a8da;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

.mainMenuCluster > li > a {
    padding: 10px;
    display: block;
    color: #4d4c4c;
    text-decoration: none;
}

.mainMenuCluster > li ul > li a {
    background: url('../images/arrowRight.png') 20px center no-repeat;
    padding: 5px 10px 5px 40px;
    display: block;
    color: #8f939e;
    text-decoration: none;
}

    .mainMenuCluster > li ul > li a:hover {
        color: #fff;
    }

.mainMenuCluster > li > a.activeMenu {
    background: #51a8da;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}


.mainMenuForTab li .plusMinus {
    background: url('../images/icon-plus.png');
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    margin-top: 2px;
}

.mainMenuForTab li.open > a > .plusMinus {
    background: url('../images/icon-minus.png');
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    margin-top: 2px;
}

.mainMenuForTab > li > a:hover,
.mainMenuForTab > li.open > a {
    background: #51a8da;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

.mainMenuForTab > li > a {
    padding: 10px;
    display: block;
    color: #4d4c4c;
    text-decoration: none;
}

.mainMenuForTab > li ul > li a:hover,
.mainMenuForTab > li ul > li.open > a {
    background: #51a8da;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

.mainMenuForTab > li ul > li a {
    background: url('../images/arrowRight.png') 20px center no-repeat;
    padding: 5px 10px 5px 40px;
    display: block;
    color: #8f939e;
    text-decoration: none;
}

    .mainMenuForTab > li ul > li a:hover {
        color: #fff;
    }

.mainMenuForTab > li > a.activeMenu {
    background: #51a8da;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

.pageData {
    margin-left: 240px;
    transition: all .1s linear;
}

.container-fluid.pageHeader {
    background: #f7f7f7;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #d3d7db;
    margin-bottom: 20px;
}

.pageHeader h2 {
    margin: 2px 0 0 10px;
    font-size: 30px;
    font-weight: normal;
    float: left;
    color: #1d294c;
    line-height: 30px;
}

.pageHeader .icon {
    margin-top: -2px;
    display: block;
    float: left;
    width: auto;
    height: auto;
}

.pageHeader .subTitle {
    font-size: 14px;
    color: #9c9999;
    display: block;
    float: left;
    margin: 8px 0 0 10px;
    font-style: italic;
}

.tabMenuWrap {
    float: right;
}

.tabMenu {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e1e1e1;
    float: left;
}

    .tabMenu li {
        float: left;
        border-left: 1px solid #e1e1e1;
    }

        .tabMenu li:first-child {
            border-left: 0;
        }

        .tabMenu li a {
            display: block;
            padding: 5px 10px;
            color: #636e7e;
            text-decoration: none;
            background: #fff;
        }

            .tabMenu li a:hover,
            .tabMenu li.active a {
                background: #51a8da;
                color: #fff;
            }

.menuDivider {
    margin-left: 7px;
    padding-left: 7px;
    border-left: 1px solid #e1e1e1;
    float: left;
    width: 1px;
    height: 33px;
}

.container-fluid {
    padding: 0 2.564102564102564%;
}

.priorityCnt {
    margin-bottom: 20px;
}

.priorityWrap {
    padding: 20px 10px 20px 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    min-height: 105px;
}

.priorityTitle {
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 300;
    margin-left: 60px;
    color: #fff;
    font-size: 21px;
    margin-bottom: 0px;
    line-height: 30px;
}

    .priorityTitle .taskCount {
        line-height: 34px;
        display: block;
        margin-bottom: 10px;
        padding-right: 10px;
        float: right;
    }

.iconPriority {
    float: left;
    width: 60px;
}

.taskCount {
    font-size: 47px;
    display: block;
    line-height: 35px;
    font-family: 'Droid Sans', arial, sans-serif;
}

.bgLightRed {
    background: #e36f81;
}

    .bgLightRed:hover .priorityTitle .totalUsersLogo {
        background: #e36f81;
        content: url('../images/UserHeader.png');
    }

    .bgLightRed:hover .priorityTitle .totalSystemsLogo {
        background: #e36f81;
        content: url('../images/SystemHeader.png');
    }

    .bgLightRed:hover .priorityTitle .hrLogo {
        background: #e36f81;
        content: url('../images/HR_Dashboard.png');
    }

.bgLightGreen:hover .priorityTitle .iconPriorityLogo {
    background: #70c36e;
    content: url('../images/iconPriorityHover.png');
}

.bgLightBlue {
    background: #51a8da;
}

    .bgLightBlue:hover .priorityTitle .totalCompaniesLogo {
        background: #51a8da;
        content: url('../images/CompanyHeader.png');
    }

    .bgLightBlue:hover .priorityTitle .procurementLogo {
        background: #51a8da;
        content: url('../images/Procurement_Dashboard.png');
    }

.bgLightGreen {
    background: #70c36e;
}

    .bgLightGreen:hover .priorityTitle .totalUsersLogo {
        background: #70c36e;
        content: url('../images/UserHeader.png');
    }

    .bgLightGreen:hover .priorityTitle .operationsLogo {
        background: #70c36e;
        content: url('../images/Operations/Operations_Black.png');
    }

.bgLightYellow {
    background: #c8c465;
}

.pageDataWrap {
    background: #fcfcfc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*margin-top: -517px;*/
    /*margin-bottom: 20px;*/
    width: 100%;
}

.chartWrap {
    padding: 20px;
}



.chartHeader h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 20px;
}

.span12.dividerWrap {
    min-height: 1px;
}

.chartDivider {
    height: 1px;
    background: #c2cad1;
    margin: 0 20px;
}

.loginPageBody {
    background: #fff;
}

.loginDivider {
    background: url('../images/login-divider.png') left top no-repeat;
    height: 527px;
}

.dashboardLogo {
    content: url('../images/Dashboard_Hover.png');
    width: 40px;
    height: 40px;
    display: block;
}

.unitLogoHeader {
    content: url('../images/Units_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.activityLogo {
    content: url('../images/Activities/Activities_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.attendanceLogo {
    content: url('../images/Attendance.png');
    width: 40px;
    height: 40px;
    display: block;
}
.pendingTaskLogo {
    /*content: url('../images/PendingTasks.png');*/
    width: 32px;
    height: auto;
    display: block;
    margin-top:4px;
}
.announcementsLogoHeader {
    content: url('../images/Announcements_Hover.png');
    width: 40px;
    height: 40px;
    display: block;
}

.clustersLogoHeader {
    content: url('../images/Clusters/Clusters_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.deviceLogoHeader {
    content: url('../images/Devices/Devices_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.geofenceLogoHeader {
    content: url('../images/Geo_Fences/Geo_Fences_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.locationLogoHeader {
    content: url('../images/Locations/Locations_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.processLogoHeader {
    content: url('../images/Processes/Processes_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.processCategoryLogoHeader {
    content: url('../images/Process_Category/Process_Category_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.processGroupLogoHeader {
    content: url('../images/Process_Groups/Process_Groups_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.tabLogoHeader {
    content: url('../images/Tabs/Tabs_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.taskLogoHeader {
    content: url('../images/Tasks/Tasks_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.taskCalendarLogoHeader {
    content: url('../images/Task_Calendar/Task_Calendar_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.taskViewLogoHeader {
    content: url('../images/Task_View/Task_View_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.HolidayViewLogoHeader {
    content: url('../images/Holiday/HolidayIcon.png');
    width: 40px;
    height: 40px;
    display: block;
}

.NotificationViewLogoHeader {
    content: url('../images/Notification/NotificationSetting.png');
    width: 40px;
    height: 40px;
    display: block;
}

.workflowLogoHeader {
    content: url('../images/Workflows/Workflows_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.userHeaderLogo {
    content: url('../images/UserHeader.png');
    width: 40px;
    height: 40px;
    display: block;
}

.myRequestHeaderLogo {
    content: url('../images/My_Requests/My_Requests_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.requestHeaderLogo {
    content: url('../images/Request_Form/Request_Form_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.requestStatusHeaderLogo {
    content: url('../images/Request_Status/Request_Status_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.requestSubTypeHeaderLogo {
    content: url('../images/Request_Subtypes/Request_Subtypes_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.requestTypeHeaderLogo {
    content: url('../images/Request_Types/Request_Types_Black.png');
    width: 40px;
    height: 40px;
    display: block;
}

.systemHeaderLogo {
    content: url('../images/SystemHeader.png');
    width: 40px;
    height: 40px;
    display: block;
}

.companyHeaderLogo {
    content: url('../images/CompanyHeader.png');
    width: 40px;
    height: 40px;
    display: block;
}

.totalUsersLogo {
    content: url('../images/UserDashboard.png');
    width: 51px;
    height: 51px;
    display: block;
}

    .totalUsersLogo:hover {
        content: url('../images/UserHeader.png');
        width: 51px;
        height: 51px;
        display: block;
    }

.totalCompaniesLogo {
    content: url('../images/Companies.png');
    width: 51px;
    height: 61px;
    display: block;
}

    .totalCompaniesLogo:hover {
        content: url('../images/Companies_Hover.png');
        width: 51px;
        height: 61px;
        display: block;
    }

.iconPriorityLogo {
    content: url('../images/iconPriority.png');
    width: 51px;
    height: 51px;
    display: block;
}

    .iconPriorityLogo:hover {
        content: url('../images/iconPriorityHover.png');
        width: 51px;
        height: 51px;
        display: block;
    }

.totalSystemsLogo {
    content: url('../images/Systems.png');
    width: 51px;
    height: 51px;
    display: block;
}

    .totalSystemsLogo:hover {
        content: url('../images/SystemHeader.png');
        width: 51px;
        height: 51px;
        display: block;
    }

.helpDeskLogo {
    content: url('../images/HelpDesk.png');
    width: 35px;
    height: 35px;
    display: block;
}

    .helpDeskLogo:hover {
        content: url('../images/HelpDesk_Hover.png');
        width: 35px;
        height: 35px;
        display: block;
    }

.announcementsLogo {
    content: url('../images/Announcements.png');
    width: 35px;
    height: 35px;
    display: block;
}

    .announcementsLogo:hover {
        content: url('../images/Announcements_Hover.png');
        width: 35px;
        height: 35px;
        display: block;
    }

.emailsLogo {
    content: url('../images/Emails.png');
    width: 35px;
    height: 35px;
    display: block;
}

    .emailsLogo:hover {
        content: url('../images/Emails_Hover.png');
        width: 35px;
        height: 35px;
        display: block;
    }

.hrLogo {
    content: url('../images/HR.png');
    width: 61px;
    height: 61px;
    display: block;
}

    .hrLogo:hover {
        content: url('../images/HR_Hover.png');
        width: 61px;
        height: 61px;
        display: block;
    }

.procurementLogo {
    content: url('../images/Procurement.png');
    width: 61px;
    height: 61px;
    display: block;
}

.operationsLogo {
    content: url('../images/Operations/Operations_White.png');
    width: 61px;
    height: 61px;
    display: block;
}

.procurementLogo:hover {
    content: url('../images/Procurement_Hover.png');
    width: 61px;
    height: 61px;
    display: block;
}

.AttendanceLogoHeader {
    content: url('../images/Attendance/Attendance.png');
    width: 40px;
    height: 40px;
    display: block;
}

.loginWrap {
    background: #EBF0F7;
}

.highLights {
    list-style-type: none;
    padding: 0;
    margin: 40px 20px 0 0;
}

.loginWrap h3 {
    color: #896e58; 
    font-weight: normal;
    margin: 0;
}

.loginWrap h6 {
    color: #51a8da;
    font-weight: normal;
    margin: 0;
}

.highLights li {
    font-size: 16px;
    color: #888889;
    margin-bottom: 25px;
    padding-left: 65px;
    line-height: 25px;
}

    /*.highLights li.taskAnalysis {
        background: url('../images/icon-task-analysis.png') left 10px no-repeat;
    }*/
    .highLights li.announcement {
        background: url('../images/icon_announcement.png') left 10px no-repeat;
    }

/*.highLights li.taskCreation {
        background: url('../images/icon-task-creation.png') left 10px no-repeat;
    }

    .highLights li.taskModify {
        background: url('../images/icon-task-modify.png') left 10px no-repeat;
    }*/

.loginForm {
    width: 280px;
    margin: 40px auto 0;
}

    .loginForm h3 {
        text-align: center;
        margin-bottom: 10px;
    }

    .loginForm h6 {
        text-align: center;
        margin-bottom: 30px;
    }

    .loginForm ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .loginForm ul li {
            margin-bottom: 10px;
        }

            .loginForm ul li input {
                margin: 0;
                border: 1px solid #b4b4b4;
                box-shadow: 0 0 0 0;
                font-size: 16px;
                padding: 10px;
                /*width: 81%;*/
            }

            .loginForm ul li select {
                margin: 0;
                border: 1px solid #b4b4b4;
                box-shadow: 0 0 0 0;
                font-size: 16px;
                padding: 5px;
                width: 98%;
                height: 41px;
            }

            .loginForm ul li a {
                color: #888889;
                text-decoration: none;
            }

                .loginForm ul li a:hover {
                    color: #0088cc;
                }

            .loginForm ul li input.btn-login {
                font-size: 22px;
                color: #fff;
                width: 94%;
                height: 41px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                background-color: #0060DC;
                -webkit-box-shadow: 0 3px #316d90;
                -moz-box-shadow: 0 3px #316d90;
                box-shadow: 0 3px #316d90;
                border: 0;
            }

                .loginForm ul li input.btn-login:hover {
                    background: #0673F7;
                }

.error {
    color: #F74008;
    background-color: #FFE5DC;
    padding: 7px 7px 7px 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

#txtWorkAnniversary {
    cursor: pointer !important;
}

#txtFoundationDate {
    cursor: pointer !important;
}



.errorMessage {
    color: #ff0000;
    padding-left: 26px;
    margin-bottom: 0px;
}

.errorMessageLogin {
    color: #ff0000;
    margin-bottom: 2px;
}

.errorMessageDeviceVerify {
    color: #ff0000;
    margin-bottom: 2px;
}

.adminWrap {
    padding: 5px 20px;
}


.table {
    /*margin: 0px 0;
    font-size: 14px;
    color: #333333;
    overflow: auto;*/
}

    .table thead {
        /*width: 100%;*/
    }

        .table thead tr {
            /*background: #e4e7ea;
            width: 100%;
            -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
            -moz-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
            box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);*/
        }

    .table tbody {
        height: auto !important;
        /*overflow: auto;
        width: 100%;*/
    }

    .table tr:hover {
        /*background: #b9dff5;
        cursor: default !important;*/
    }

    .table thead tr:hover {
        /*background: #e4e7ea;*/
    }

    .table thead tr th {
        /*font-weight: 700;
        color: #2d3e54;*/
    }

    .table th {
       
        padding: 15px;
        width: 550px;
    }

    .table tbody tr td {
        /*border-bottom: 1px solid #c2cad1;
        border-top: 1px solid #c2cad1 !important;
        padding: 13px;
           width:84px;*/


       
    }

/*Table css for Task Calendar*/

.tableTaskCalendar {
    margin: 5px 0;
    font-size: 16px;
    color: #636e7e;
    width: 100%;
}

    .tableTaskCalendar thead tr {
        /*background: #e4e7ea;
        width: 100%;
        -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
        -moz-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
        box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);*/
    }

    .tableTaskCalendar tr:hover {
        /*background: #b9dff5;
        cursor: default !important;*/
    }

    .tableTaskCalendar thead tr:hover {
        /*background: #e4e7ea;*/
    }

    .tableTaskCalendar th {
        /*font-weight: 700;
        color: #2d3e54;*/
    }

    .tableTaskCalendar th, .tableTaskCalendar td {
        border-bottom: 1px solid #c2cad1;
        border-top: 1px solid #c2cad1 !important;
        width: 14%;
    }

    .tableTaskCalendar td {
        padding: 5px 15px 1px;
    }

    .tableTaskCalendar th {
        padding: 15px;
    }

/*Task Calendar End*/


.tableTaskUser {
    margin: 5px 0;
    font-size: 16px;
    color: #636e7e;
}

    .tableTaskUser thead tr {
        background: #e4e7ea;
        -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
        -moz-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
        box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
    }


    .tableTaskUser th {
        font-weight: 700;
        color: #2d3e54;
    }

    .tableTaskUser th, .tableTaskUser td {
        padding: 4px;
    }

    .tableTaskUser button.btnCancel {
        border: 1px solid #51A8DA;
        background: #51A8DA;
        width: auto;
        color: #fff;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 5px;
        padding-top: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-right: 8px;
    }

.icon-arrowDown {
    background: url('../images/icon-arrowDown.png');
    margin: 1px 0 0 5px !important;
    cursor: pointer;
}

.icon-arrowUp {
    background: url('../images/icon-arrowUp.png');
    margin: 1px 0 0 5px !important;
    cursor: pointer;
}

.adminWrap .tabMenuWrap {
    margin: 0 0 5px 0;
}

.adminWrap .tabMenu,
.adminWrap .tabMenu li {
    border: 0;
}

    .adminWrap .tabMenu li {
        margin-left: 4px;
    }

        .adminWrap .tabMenu li:first-child {
            margin-left: 0;
        }

        .adminWrap .tabMenu li a {
            border: 1px solid #dddddd;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            .adminWrap .tabMenu li a.btn-add {
                border: 0;
                background: #72c571;
                color: #fff;
            }

            .adminWrap .tabMenu li a.btn-addHoliday:hover {
                background: #60b05f;
            }

            .adminWrap .tabMenu li a.btn-addHoliday {
                border: 0;
                background: #72c571;
                color: #fff;
            }

                .adminWrap .tabMenu li a.btn-addHoliday:hover {
                    background: #60b05f;
                }

.adminWrap [class^="icon-"], [class*=" icon-"] {
    margin-top: 0;
}

.icon-add {
    background: url('../images/icon-add.png') left -16px;
}

.icon-AddResponse {
    background: url('../images/AddResponse.png');
    width: 20px;
    height: 20px;
}

    .icon-AddResponse:hover {
        background: url('../images/AddResponseHover.png');
        width: 20px;
        height: 20px;
    }

.icon-AddModule {
    background: url('../images/AddModule.png');
    width: 20px;
    height: 20px;
}


    .icon-AddModule:hover {
        background: url('../images/AddModule-Hover.png');
        width: 20px;
        height: 20px;
    }

.icon-AddTabAction {
    background: url('../images/AddTabAction.png');
    width: 20px;
    height: 20px;
}


    .icon-AddTabAction:hover {
        background: url('../images/AddTabAction-Hover.png');
        width: 20px;
        height: 20px;
    }

.icon-AddUserToDevice {
    background: url('../images/AddUserToDevice.png');
    width: 20px;
    height: 20px;
}

    /*.icon-AddUserToDevice:hover {
        background: url('../images/AddUserToDeviceHover.png');
        width: 20px;
        height: 20px;
    }*/

.icon-xls {
    background: url('../images/icon-xls.png');
}

.icon-pdf {
    background: url('../images/icon-pdf.png');
}

.icon-image {
    background: url('../images/icon-image.png');
}

.icon-refresh {
    background: url('../images/refresh.png');
}

    .icon-refresh:hover {
        background: url('../images/refresh-active.png');
    }

.idCol {
    width: 5%;
}

.dataCol {
    word-wrap: normal;
    width: 13%;
    cursor: default;
}

.dataColHead {
    /*word-wrap: normal;*/
    /*width: 25%;*/
    cursor: pointer;
}

.dataColCheckBox {
    width: 2%;
    cursor: pointer;
}

.nameCol {
    width: 14%;
    cursor: pointer;
}

.addressCol {
    width: 14%;
    cursor: pointer;
}

.companyCol {
    width: 14%;
    cursor: pointer;
}

.actionCol {
    width: 20%;
}

.table a {
    text-align: right;
}

.btn-action, .btn-action-task {
    /*border: 1px solid #dddddd;
    background: #fff;
    padding: 6px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #2d3e54;*/
    /*margin-left: 6px;*/
    /*float: none;
    display: inline-block;*/
}

.btn-action-task {
    margin-left: 4px;
}

/*.btn-action:hover {
    background: #51a8da;
    text-decoration: none;
    color: #fff;
}*/

.btn-actionTaskView {
    border: 1px solid #dddddd;
    background: #fff;
    padding: 3px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #2d3e54;
    margin: -6px 0 -6px 6px;
    float: left;
}

.btnActionTaskView {
    border: 1px solid #dddddd;
    background: #fff;
    padding: 2px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #2d3e54;
    margin: 0px 0 0px 6px;
}

.btn-actionTaskView:hover {
}

.icon-edit {
    background: url('../images/Edit.png');
    width: 20px;
    height: 20px;
}

.icon-addfolder {
    background: url('../images/AddDirectory.png');
    width: 20px;
    height: 20px;
}

.icon-addfile {
    background: url('../images/AddFiles.png');
    width: 20px;
    height: 20px;
}

.icon-delete {
    background: url('../images/icon-delete.png');
    width: 20px;
    height: 20px;
}

.icon-activate {
    background: url('../images/AC.png') !important;
    width: 27px !important;
    height: 19px !important;
    background-repeat: no-repeat !important;
    vertical-align: middle !important;
}


.icon-taskdeactivate {
    background: url('../images/DC.png') !important;
    width: 27px !important;
    height: 19px !important;
    background-repeat: no-repeat !important;
    vertical-align: middle !important;
}

.icon-deactivate {
    background: url('../images/DC.png') !important;
    width: 28px !important;
    height: 19px !important;
    background-repeat: no-repeat !important;
    vertical-align: middle !important;
    /*margin-right: -9px; margin-top: -40px;*/
}

    

.btn-action:hover .icon-edit,
.btn-action:hover .icon-delete {
    background-position: 0 -20px;
}

.adminWrap .tabMenu li a:hover [class*=" icon-"],
.adminWrap .tabMenu li.active [class*=" icon-"] {
    background-position: 0 -16px;
}

/*.pagination {
    text-align: right;
    margin: 5px 15px 0 0;
    width: 100%;
    float: right;
}*/
.pagination {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .pagination a {
        color: #2d3e54;
    }

    .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
        background: #51a8da;
        color: #fff;
    }

.overlay, .overlayPreviewFile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/overlayBg.png');
    z-index: 1001;
    display: none;
}

.overlaySecond, .overlayForErrorMsg, .overlayForFolderUpload,.overlayForFolderErrorMsg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/overlayBg.png');
    z-index: 1001;
    display: none;
}

.overlayForErrorMsg, .overlayForFolderUpload {
    z-index: 1100;
}

.overlayForFolderErrorMsg{
    z-index: 1200;
}

.popup-new.ImageListPopup {
    z-index: 2300;
}


.popup-new.ErrorMessagePopup {
    z-index: 1150;
}

    .popup-new.ErrorMessagePopup .popup-body {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        outline: none;
        -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
    }

.overlayIndex {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/overlayBg.png');
    z-index: 1001;
    display: none;
}

.overlayIndexreschedule {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/overlayBg.png');
    z-index: 1055;
    display: none;
}

.progressIndicator {
    text-align: center;
    width: 100%;
    height: 107%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    opacity: 0.4;
    background: url('../images/NewDesign/UnitXPro-logo-Gif.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #d3d7db;
    /*filter: alpha(opacity=60);
    -moz-opacity: 0.4l;*/
}

.progressIndicatorLogin {
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    /*opacity: 0.9;*/
    background: rgba(0, 0, 0, 0.77) !important;
}

.progressIndicatorForInfiniteScroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    text-align: center;
    z-index: 9999999;
    display: none;
    opacity: 0.6;
    background-image: url('../images/loaderSmall.gif');
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
}

.innerWrapper {
    background: #919191;
    margin: 0 auto;
    width: 35%;
    border-radius: 3px;
}

.inner h1, .inner h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.inner h1 {
    padding: 38px 10px 12px 10px;
}

.inner h2 {
    padding: 10px 10px 38px 10px;
}

.popup {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.popupEscalation {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.popupForDisplayAllAssignTaskToPosition {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.popupForManual {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popupForDeviceRegistration {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popupSecond {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1013;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popupResolution {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.popupThird {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popupFour {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1013;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popupAnnouncementDisplay {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popupTabAction {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popupTabActionIndex {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popupTabActionTaskView {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popupMultiReassignView {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popupTabActionDetail {
    border: 1px solid #dddddd;
    margin: auto;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.popupHeader {
    background: #133f68;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    color: #fff;
    line-height: 20px;
    height: 24px;
}

.popupHeaderLogin {
    background: #0060DC;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    color: #fff;
    line-height: 20px;
    height: 24px;
}

.popupForm {
    list-style-type: none;
    padding: 10px 15px 10px;
    margin: 0;
}

    .popupForm label {
        display: inline-block;
        /*width: 120px;*/
        float: left;
        margin-top: 1px;
        /*margin-left: 10px;*/
        margin-right: 10px;
    }

form {
    margin: 0;
}

.popupRepeaterHeader {
    /*background: #e4e7ea;
    color: #2d3e54;
    padding: 15px;*/
}


    .popupRepeaterHeader th, .popupRepeaterHeader td {
        /*border-bottom: 1px solid #c2cad1;
        border-top: 1px solid #c2cad1 !important;*/
    }

/*.popupRepeaterRow td {
    padding: 7px;
}*/

.centerAlignFortd {
    align-content: center;
}

.mandatory {
    color: red;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.btn-close {
  
    position: absolute;
    width: 26px;
    height: 26px;
    right: 15px;
    top: 9px;
    display: block;
    background-position: 0 -26px;
}

  .btn-close:hover {
        background-position: 0 -26px;
    }


.btn-closeSecond, .btn-closeFolderUpload {
    /*background: url('../images/icon-close.png') left top no-repeat;*/
    position: absolute;
    width: 26px;
    height: 26px;
    right: 22px;
    top: 10px;
    display: block;
}


    .btn-closeSecond, .btn-closeFolderUpload :hover {
        background-position: 0 -26px;
    }


.popupForm input {
    width: 90%;
    padding: 8px;
    margin-top: 1px;
    height: 18px;
}

.popupForm textarea {
    width: 90%;
    padding: 8px;
    margin-top: 1px;
}

.popupForm select {
    width: 67%;
    padding: 8px;
    margin-top: 1px;
    height: 35px;
}

.popupBtnWrap {
    text-align: center;
}

.popupForm input.btnSave {
    border: 1px solid #72c571;
    background: #72c571;
    width: auto;
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 8px;
}

    .popupForm input.btnSave:hover {
        background: #60b05f;
    }
.column {
    float: right;
    width: 100%;
    /*padding: 6px;*/
    margin-top: 3%;
    height: 100%; /* Should be removed. Only for demonstration */
}
.popupForm button.btnSave {
    border: 1px solid #72c571;
    background: #72c571;
    color: #fff;
    margin-right: 8px;
}

.popupForm button.btnCancel, .popupForm button.btnCancelNew,.popupForm button.btnCancelEscalate {
    border: 1px solid #dddddd;
    background: #fff;
    color: #636e7e;
}

.popupForm button.btnSave, .popupForm button.btnCancel, .popupForm button.btnCancelNew, .popupForm button.btnCancelEscalate {
    width: auto;
    font-size: 14px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 80px;
}

.responseView button.btnSave {
    border: 1px solid #dddddd;
    background: #fff;
    color: #636e7e;
    width: auto;
    padding-left: 15px;
    font-size: 18px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
}

.popupForm button.btnSave {
    background: #133f68;
}


.popupForm button.btnCancelUpload {
    border: 1px solid #dddddd;
    background: #fff;
    color: #636e7e;
    width: auto;
    padding: 5px 10px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    float: left;
}

button.btnCancelUpload {
    border: 1px solid #dddddd;
    background: #fff;
    color: #636e7e;
    width: auto;
    padding: 5px 10px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
}

.popupForm input.btnCancel:hover {
    background: #51a8da;
    color: white;
}

.popupForm a.btnCancel {
    border: 1px solid #dddddd;
    background: #fff;
    color: #636e7e;
    width: auto;
    padding-left: 20px;
    font-size: 18px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popupForm a.btnCancelUpload {
    vertical-align:middle;
    border: 1px solid #dddddd;
    background: #fff;
    color: #636e7e;
    width: auto;
    padding-left: 15px;
    font-size: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-top: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;

    margin-right: 5px;
}

    .popupForm a.btnCancelUpload:hover {
        text-decoration: none;
    }

.popupForm input.btnCancel {
    border: 1px solid #dddddd;
    background: #fff;
    background: #51a8da;
    color: #636e7e;
    width: auto;
    padding-left: 25px;
    font-size: 18px;
    padding-right: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;



    padding: 5px;
   
}


    .popupForm input.btnCancel:hover {
        background-color: #51a8da;
    }

.popupForm button.btnCancel:hover {
    background-color: #51a8da;
    color: white;
}



.popupForm button.btnCancelSecond {
    border: 1px solid #dddddd;
    background: #fff;
    color: #636e7e;
    width: auto;
    padding: 5px 10px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popupForm input.btnCancelSecond:hover {
    background: #51a8da;
    color: white;
}


.popupForm input.btnCancelSecond {
    border: 1px solid #dddddd;
    background: #fff;
    background: #51a8da;
    color: #636e7e;
    width: auto;
    padding: 5px 10px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}

    .popupForm input.btnCancelSecond:hover {
        background-color: #51a8da;
    }

.popupForm button.btnCancelSecond:hover {
    background-color: #51a8da;
    color: white;
}

.popupForm input.btnReset:hover {
    background: #51a8da;
    color: white;
}


.popupForm input.btnReset {
    border: 1px solid #dddddd;
    background: #fff;
    background: #51a8da;
    color: #636e7e;
    width: auto;
    padding-left: 25px;
    font-size: 18px;
    padding-right: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}

.popupForm button.btnReset:hover,.popupForm .btnCancelUpload.uploadHover:hover {
    background-color: #51a8da;
    color: white;
}

.popupForm button.btnReset {
    border: 1px solid #dddddd;
    background: #fff;
    color: #636e7e;
    width: auto;
    padding: 5px 15px !important;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popupSubmitBtns {
    padding: 15px 24px 0 15px;
    /*float: right;*/
}

.deleteBtnWrapd {
    border: 1px solid #dddddd;
    background: #fff;
    width: auto;
    color: #636e7e;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 8px;
}

    .deleteBtnWrapd:hover {
        background: #51a8da;
        color: white;
    }

.placeholder {
    position: relative;
    overflow: hidden;
    font-family: arial;
    font-size: 12px;
}

.placeholder_span {
    top: 12px;
    position: absolute;
    font-size: 15px;
    text-indent: 12px;
    color: #aaa;
    white-space: nowrap;
}
.requestFormDetails{
    float:left;
    width:475px;
}
.saveFiles {
    float:right;
    width: 404px;
    margin: 0 10px 0 0;
}
.requestSubType .requestTypeMailing .multiselect-parent.btn-group.dropdown-multiselect .dropdown-toggle{
    width:100%;
    padding:7px;
}
.requestSubType .mandatory{
    padding-left: 3px;
    float: left;
    margin: 16px 0 0;
}
.requestSubType  .requestTypeMailing .dropdown-menu.dropdown-menu-form {
     bottom: 0; 
    top: 100%;
    width:230px;
}
.requestSubType .dropdown-menu.dropdown-menu-form .dropdown-header input.form-control {
    width: 89% !important;
    margin: 3px 2px 0;
}
.alignVerticalyTop.requestSubType input.checkboxInput, .alignVerticalyTop.requestSubType .requestTypeMailing .dropdown-menu > li > a{
    margin-top:0;
}
.alignVerticalyTop.requestSubType .requestTypeMailing .dropdown-menu > li > a {
    padding: 3px 0 3px 2px;
}
.alignVerticalyTop.requestSubType .requestTypeMailing .dropdown-menu > li > a label{
    width: 100%;
    margin-right: 0;
}
.taskNo{
   height: 18px;
    width: 18px;
    position: absolute;
    top: -6px;
    right: -18px;
    text-align: center;
    color: #d9534f;
    line-height: 18px;
    font-size: 13px;
    font-weight: 800;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /* border-radius: 50%; */
    margin-left: 0;
}
.taskMenu.pendingTaskCount {
    border:0;
    position:relative;
    float:right;
    margin: 0 29px 5px 0;
}
.taskMenu.pendingTaskCount a{
    float:left;
}
.taskDateDetails{
    font-weight:normal; 
    /*font-size:15px;*/
    width:31%;
    cursor: default;
}
.taskDescription {
    font-weight: normal;
    font-size: medium;
    width: 59%;
}
.icon-Calendar {
    background: #fff url('../images/icon-cal.png') center center no-repeat;
}

.icon-CalendarRange {
    background: #fff url('../images/icon-calRange.png') center center no-repeat;
}

a.accordion-toggle:hover .taskDateDetails, a.accordion-toggle:focus .taskDateDetails{
    color:#0088cc;
}
.taskDescription {
    font-weight: normal;
    font-size: medium;
    /*width: 59.5%;*/
    width: 56.5%;
}
.popupForm button.btnSave.reassignBtn{
    border-color: rgba(99, 110, 123, 0.61);
    background: rgba(99, 110, 123, 0.61);
}
.priorityImg{
    width:3%;
}
.taskDescriptionWrapper{
    width:88%;
}
.statusImages{
    width:77px;
}
@media (max-width: 1500px) {
    .taskDateDetails {
        width: 34%;
    }
    .taskDescription {
    width: 56.5%;
}
}
@media (max-width: 1400px) {
    .taskDateDetails {
        width: 37.6%;
    }
    .taskDescription {
    width: 52.5%;
}
}
@media (max-width: 1300px) {
    .statusImages {
        width: 86px;
    }
.taskDescriptionWrapper {
    width: 85%;
}
.taskDescription {
   width: 50%;
}
.taskDateDetails {
    font-size: 14px;
    width: 41.6%;
}
}
@media (max-width: 1200px) {
    .priorityCnt.row-fluid .span3 {
        width: 48.9362%;
        margin-bottom: 2.12766%;
    }


        .priorityCnt.row-fluid .span3:nth-child(3) {
            margin-left: 0;
        }

    .tabMenuWrap {
        float: none;
    }

    .pageHeader .row-fluid .span6,
    .chartCnt .row-fluid .span6 {
        width: 100%;
        margin-left: 0;
    }

    .pageHeader h2 {
        margin-bottom: 20px;
    }

    .addressCol {
        width: 20%;
    }

    .actionCol {
        width: 35%;
    }
    .panel-title .taskDateDetails{ 
    font-size:13px;
    width:43%
}
.panel-title .taskDescription {
    width:52%;
}
}
@media (max-width: 1100px) {
    .panel-title .taskDateDetails {
        font-size: 13px;
        width: 46%;
    }

    .panel-title .taskDescription {
        width: 50%;
    }
}
@media (max-width: 979px) {
    .searchBox {
        width: 60%;
        border-right: 0;
    }

        .searchBox table {
            width: 100% !important;
        }

    /*.searchBox input {
            width: 60%;
        }*/

    .priorityWrap {
        min-height: 105px;
    }

    .loginForm {
        width: 240px;
        margin-top: 50px;
    }

    .highLights {
        margin-top: 50px;
    }

    .table {
        font-size: 14px;
    }

        .table th, .table td {
            padding: 15px 6px;
        }

    .btn-action {
        padding: 8px 4px;
        margin-left: 0;
    }

    .addressCol {
        width: 20%;
    }

    .actionCol {
        width: 35%;
    }
}
/*----- Request Tab Styles -----*/
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav a {
        cursor: pointer;
    }

.nav-tabs {
    width: 791px;
    margin-left: -17px;
    border-bottom: 1px solid #ddd;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 221, 221);
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #133f68;
    border-bottom: 3px solid #133f68;
    cursor: default;
    
    font-family: Verdana;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
}

.nav > li > a {
    position: relative;
    display: block;
    color: #999999;
    padding: 10px 15px;
    font-family: Verdana;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
}

/*--------Commets Style---------*/
.commentRow {
    background-color: #b9dff5;
    margin-top: 3px;
    border-radius: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 400px;
    word-wrap: break-word;
    padding: 5px;
}

.tastListSideBar {
    border: 0;
    background: none;
}

    .tastListSideBar .sideBarInner {
        padding: 0;
    }

.icon-check {
    background: url('../images/icon-check.png');
    width: 26px;
    height: 26px;
    margin-top: 0;
}

.icon-action_image {
    background: url('../images/NewDesign/task_manual_icon.png');
    width: 26px;
    height: 26px;
    margin-top: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.icon--action_pdf {
    background: url('../images/action_pdf.png');
    width: 26px;
    height: 26px;
    margin-top: 0;
}

.icon-action_video {
    background: url('../images/action_video.png');
    width: 26px;
    height: 26px;
    margin-top: 0;
}

.icon-view {
    background: url('../images/icon-view.png');
    width: 20px;
    height: 20px;
    margin-top: 0;
}


.icon-uncheck {
    background: url('../images/icon-check.png') left -26px;
    width: 26px;
    height: 26px;
    margin-top: 0;
}

.icon-highPriority {
    background: url('../images/icon-highPriority.png');
    vertical-align: middle;
    width: 13px;
    height: 12px;
}

.icon-mediumPriority {
    background: url('../images/icon-mediumPriority.png');
    width: 13px;
    height: 7px;
    vertical-align: middle;
}

.icon-lowPriority {
    background: url('../images/icon-lowPriority.png');
    width: 13px;
    height: 7px;
    vertical-align: middle;
}

.taskListWrap .table th, .taskListWrap .table td {
    padding: 10px;
    vertical-align: middle;
}

.taskListWrap .btn-action {
    padding-top: 2px;
    padding-bottom: 2px;
}

.taskLisPriority .priorityWrap {
    min-height: 35px;
}

.taskListWrap .icon-highPriority,
.taskListWrap .icon-mediumPriority,
.taskListWrap .icon-lowPriority {
    margin-left: 12px;
}

.icon-phone {
    background: url('../images/icon-phone.png');
    width: 26px;
    height: 26px;
    margin-top: 0;
}

.btn-action:hover .icon-phone {
    background-position: left -26px;
}

.icon-film {
    background: url('../images/icon-film.png');
    width: 26px;
    height: 26px;
    margin-top: 0;
}

.btn-action:hover .icon-film {
    background-position: left -26px;
}

.icon-q {
    background: url('../images/icon-q.png');
    width: 26px;
    height: 26px;
    margin-top: 0;
}

.btn-action:hover .icon-q {
    background-position: left -26px;
}

.icon-hand {
    background: url('../images/NewDesign/WIDAQ_details_icon.png');
    width: 26px;
    height: 26px;
    margin-top: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-action:hover .icon-hand {
    background-position: left -26px;
}

.icon-reassign {
    content: url('../images/NewDesign/task_reassign_icon.png');
    width: 26px;
    height: 26px;
    margin-top: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-reassign-disable {
    background: url('../images/NewDesign/task_reassign_icon.png');
    width: 26px;
    height: 26px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-previousResponse {
    background: url('../images/NewDesign/previoustask.png');
    width: 26px;
    height: 26px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.taskHead {
    cursor: pointer;
    font-weight: 600;
}

.taskListWrap .table .taskHead td {
    padding: 15px 10px;
    color: #2d3e54;
}

.table .taskHead:hover {
    background: #fff;
}

.taskTitle {
    font-weight: 600;
    color: #2d3e54;
    font-size: 18px;
    margin: 3px 0 0 10px;
}

.taskMenuWrap {
    margin-left: 17px;
    padding: 5px 0;
    align-content: center;
}

.taskMenu {
    border-radius: 3px;
    margin: 0 22px 5px 0;
    border: #dddddd solid 1px;
    float: left;
}

.taskUpdate,
.icon-btnPrev,
.icon-btnNext {
    float: left;
    height: 31px;
    width: 34px;
    line-height: 31px;
    margin: 0;
}

.icon-btnPrev {
    cursor: pointer;
    background: url('../images/icon-btnPrev.png') center center no-repeat;
}

    .icon-btnPrev:hover {
        background: #51a8da url('../images/icon-btnPrev-over.png') center center no-repeat;
    }

.icon-btnNext {
    cursor: pointer;
    background: url('../images/icon-btnNext.png') center center no-repeat;
}

    .icon-btnNext:hover {
        background: #51a8da url('../images/icon-btnNext-over.png') center center no-repeat;
    }

.taskUpdate {
    width: auto;
    text-align: center;
    border-right: #dddddd solid 1px;
    border-left: #dddddd solid 1px;
    font-size: 16px;
    color: #636e7e;
    padding-left: 5px;
    padding-right: 5px;
}

    .taskUpdate.active {
        background: #51a8da;
        color: #fff;
    }

.indicatorWrap {
    background: #fcfcfc;
    border-radius: 10px;
    border: 1px solid #c4cbd3;
    margin: 11px;
}

    .indicatorWrap ul {
        margin: 0;
        list-style-type: none;
        font-size: 15px;
        color: #636e7e;
    }

    .indicatorWrap li {
        padding: 5px 20px;
    }

    .indicatorWrap .icon-highPriority,
    .indicatorWrap .icon-mediumPriority,
    .indicatorWrap .icon-lowPriority {
        margin-right: 15px;
    }

.taskFilter {
    margin: 0 5px;
    padding: 0;
    list-style-type: none;
}

    .taskFilter li {
        position: relative;
    }

    .taskFilter input, .taskFilter textarea {
        width: 170px;
        border: 1px solid #c4cbd3;
        float: left;
        border-radius: 4px;
        font-size: 12px;
    }

    .taskFilter .icon {
        width: 34px;
        height: 28px;
        float: left;
        border: 1px solid #c4cbd3;
        border-left: 0;
        margin: 0;
        border-radius: 0 4px 4px 0;
    }

.icon-Calendar {
    background: #fff url('../images/icon-cal.png') center center no-repeat;
}

.icon-CalendarRange {
    background: #fff url('../images/icon-calRange.png') center center no-repeat;
}

.taskFilter .icon-arrowDown {
    border: 0;
    border-left: 1px solid #c4cbd3;
    position: absolute;
    right: 1px;
    background: #fff url('../images/icon-arrowDown.png') no-repeat center center;
    z-index: 1;
}

.selectWrap {
    width: 200px;
    height: 28px;
    line-height: 30px;
    border: 1px solid #c4cbd3;
    border-radius: 4px;
    background: #fff;
}

.customSelect {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px;
}

.selectWrap select {
    filter: alpha(opacity=0);
    position: relative;
    z-index: 20;
    opacity: 0;
    width: 200px;
    height: 29px;
    display: block;
}

/**CSS Mayuri****/
.taskViewFilter tr td input, select {
    width: 150px;
}

.popup.popup-new .popup-body {
    width: 70%;
}

.resplonsibleUser button {
    width: 150px;
    text-align: left;
}

.responsibleUser .dropdown-menu.dropdown-menu-form {
    width: 60%;
}

.responsibleUser .dropdown-toggle, .taskViewFilter tr td .selectShift {
    width: 163px;
}

.multiselect-parent {
    width: 334px;
}

    .multiselect-parent button .caret {
        position: absolute;
        right: 4px;
    }

    .multiselect-parent button {
        text-align: left;
    }

.dropdown-menu.dropdown-menu-form {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    width: 100%;
}

    .dropdown-menu.dropdown-menu-form .dropdown-header input.form-control {
        width: 85% !important;
        background-image:url(../Scripts/app/images/Ser.png);
      
        margin: 3px 10px 0;
        float: none;
    }

.requestTypeMailing .dropdown-menu > li > a {
    padding: 3px 10px;
}

.requestTypeMailing .dropdown-toggle {
    width: 95.9%;
    padding: 4px 7px;
}

.popup-new {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: none;
    text-align: center;
    padding: 0 !important;
}

    .popup-new:before {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        content: '';
        margin-right: -4px;
    }

.popup-body {
    position: relative;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.backButton {
    display: block;
    margin: 0 0 10px;
}

/*tbody.tbody-taskView {
    height: 270px !important;
}*/

tbody.tbody-taskView {
    height: 0px !important;
}

.taskResposiveFile ul li a, .taskResposiveFile ul li a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.taskResposiveFile {
    margin-bottom: 10px;
}

table tr td.saveFileText {
    border-top: none !important;
    border-bottom: none !important;
    padding: 0;
}

    table tr td.saveFileText label {
        font-size: 16px;
        color: #000;
        margin-left: 0;
    }

table tr.saveFileField:hover {
    background: #fff;
}

.overlayPreviewFile {
    z-index: 1080;
}

.overlayPreviewFile2 {
    z-index: 2000;
}

input[type="radio"].radioBtn {
    margin: -3px 5px 0 0;
    width: 16px;
    height: 16px;
}

.popupForm input.checkboxBtn, input[type="checkbox"].checkboxBtn {
    width: 18px;
    height: 18px;
    margin: 0 4px 4px 0;
    background-color: white;
    border:1px solid grey;

}

td.actionCol {
    text-align: right;
}

.popupForm button.addBtn {
    margin-top: -8px;
    padding: 7px 20px;
}

.popupBtnWrapd .btnSaveNew {
    float: left;
}

.popupForm input[disabled].dateFieldBkgd, .popupForm input[readonly].dateFieldBkgd {
    background-color: #FFFFFF;
}

.addUnitForm .popupForm input, .addUnitForm .popupForm textarea, .addUnitForm .popupForm select {
    width: 85%;
}

.popup.popup-new .popup-body.popup-body-large {
    width: 60%;
}

.alignVerticalyTop {
    vertical-align: top;
}

    .alignVerticalyTop a, .alignVerticalyTop input, .alignVerticalyTopTextarea textarea, .alignVerticalyTop select, .alignVerticalyTop input[type="checkbox"] {
        margin-top: 10px;
    }

.assignUserUnitPopup .popup-body {
    width: 60%;
}

.popupForm .inputAddTaskCalender {
    width: 80%;
}

.popupForm .inputAddTaskCalenderOne {
    width: 70%;
}

.popupForm select.inputAddTaskCalenderOne {
    width: 88%;
}

.setLength {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.addDeviceTable input, .addTaskTable input, .addTaskTable textarea {
    width: 86%;
}

.addTaskTable select {
    width: 91.5%;
}

.popupForm .alignVerticalyTopTextarea .textareaLarge {
    width: 96%;
}

.requestFormTable input {
    width: 84%;
}

.taskViewTable tbody, .taskViewTable tbody tr, .taskViewTable tbody tr td {
    display: block;
}

    .taskViewTable tbody tr td {
        width: 98% !important;
        padding: 15px 0 15px 4px;
        border-bottom: none;
        cursor: pointer;
    }

    .taskViewTable tbody tr:first-child td:first-child {
        border-bottom: 1px solid #c2cad1;
    }

    .taskViewTable tbody tr:nth-child(2) td:first-child {
        border-top: none !important;
    }

.systemName {
    width: 30%;
}

    .systemName .checkboxBtn {
        width: 18px;
    }

/*.requestTypeMailing .dropdown-menu.dropdown-menu-form {
    bottom: 100%;
    top: initial;
}*/

td.ellipsis {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

td.userEmailId {
   
}

.holidayCalender {
    padding: 0px 10px 0px 0px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 23px;
    margin: 0 0 10px 0;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dadada;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 0px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider.absent:before {
        left: 0px;
    }

    .slider.absent span {
        margin-left: 21px;
    }

input:checked + .slider {
    background-color: #75ba7b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    
    transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

    .slider.round:before {
        border-radius: 50%;
    }

button {
    outline: none;
}

.responsibleUser .multiselect-parent .checkbox .checkboxInput {
    width: 18px !important;
    height: 18px !important;
    margin: 0 4px 4px 0;
}

.responsibleUser .multiselect-parent .checkbox {
    padding-left: 0;
}

.popupForm #frmEditItemTemplateMultiTaskReassign button.btnSave, .popupForm #frmEditItemTemplateMultiTaskReassign button.btnCancelSecond, .taskListWrap .popupForm button.btnSave, .popupForm #frmEditItemTemplateTaskReassign button.btnSave, .popupForm #frmEditItemTemplateTaskReassign button.btnCancelSecond {
    width: 80px;
}

#btnNumberOfAssignPosition, #btnNumberOfAssignTabAction {
    width: 70px;
}

#submitSort, #btnReFilter {
    width: 110px;
}

.searchTemplateTaskView {
}

    .searchTemplateTaskView div {
        margin-right: 15px;
    }

        .searchTemplateTaskView div:last-child {
            margin-right: 0;
        }

    .searchTemplateTaskView span {
        margin-left: 2px;
    }

.extralink .panel-title {
    margin: 5px 0;
}

.taskDetails label {
    font-weight: 600;
    color: #000;
    display: inline;
}

.fiveBlock {
    width: 7%;
    text-align: right;
}

.firstBlock, .secondBlock, .thirdBlock, .firsthalfBlock, .secondhalfBlock, .thirdhalfBlock {
    width: 11%;
    margin-right: 1%;
}

.fourthBlock,.fourthhalfBlock {
    width: 12%;
}

#divTaskList accordion .panel-group .panel, #divTaskResponseList accordion .panel-group .panel {
    padding: 0 15px !important;
}

#divTaskList p, #divTaskResponseList p {
    margin: 0 0 5px;
}

#divTaskList label.setLength, #divTaskResponseList label.setLength {
    font-weight: normal;
    font-size: 13px;
    display: block;
}

.AdvSearchFilter {
    margin: 0 17px 10px;
    padding: 8px 15px;
    border: 1px solid #c2cad1;
    border-radius: 25px;
    background: #f7f7f7;
}

.collapseView.show {
    margin: 5px 0 0;
    border-top: 1px solid #e5e5e5;
    max-height: 500px;
    padding: 10px 0 0;
}

.collapseView {
    max-height: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.openIcon, .openIconNew {
    padding: 0px 3px;
}

    .openIcon img, .openIconNew img {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

.modal.fade {
    top: 10%;
}

.table.tableinfiniteScroll {
    table-layout: fixed;
}

    .table.tableinfiniteScroll thead tr {
        display: block;
    }

#scrolltbody {
    display: block;
    overflow-y: auto;
    width: 100%;
}

.ErrorMessagePopup .modal-header h3 {
    font-size: 19px;
}

.ErrorMessagePopup .modal-header {
    padding: 5px 15px;
}

.ErrorMessagePopup .modal-footer .btn.btn-default {
    width: 80px;
    font-size: 14px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    background: #fff;
    outline: none;
}

    .ErrorMessagePopup .modal-footer .btn.btn-default:hover {
        background-color: rgb(81, 168, 218);
        color: white;
    }

.ErrorMessagePopup .modal-footer {
    padding: 5px 15px;
}

.ErrorMessagePopup .modal-header .close {
    margin-top: 6px;
}

.daysMulticheck button.dropdown-toggle {
    width: 100%;
    height: 34px;
    margin: -7px 0 0;
}

.borderTop {
    display: block;
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

.taskDetails {
    padding: 5px 7px 0px;
}

.modal-footer .btn {
    text-shadow: none;
}

.taskDetailsScrollBody {
    overflow-y: auto;
    max-height: 600px;
}

.popupFolderUpload {
    z-index: 1120;
}
/*Folder Upload*/
#tree2-root ol {
    margin-left: 15px;
}

    #tree2-root ol li {
        line-height: 0;
        list-style-type:none;
    }

.popupForm #tree2-root ol li input {
    margin-bottom: 0;
}

.plusIconSecond {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

@media (max-width: 1200px) {
    .priorityCnt.row-fluid .span3 {
        width: 48.9362%;
        margin-bottom: 2.12766%;
    }

        .priorityCnt.row-fluid .span3:nth-child(3) {
            margin-left: 0;
        }

    .tabMenuWrap {
        float: none;
    }

    .pageHeader .row-fluid .span6,
    .chartCnt .row-fluid .span6 {
        width: 100%;
        margin-left: 0;
    }

    .pageHeader h2 {
        margin-bottom: 20px;
    }

    .addressCol {
        width: 20%;
    }

    .actionCol {
        width: 35%;
    }

    .popup.popup-new .popup-body, .popup.popup-new .popup-body.popup-body-large {
        width: 97%;
    }

    .addClientPopup .popup-body, .assignUserUnitPopup .popup-body {
        width: 90%;
    }
}

@media (max-width: 979px) {
    .searchBox {
        width: 170px;
        border-right: 0;
    }

        .searchBox input {
            width: 150px;
        }

    .priorityWrap {
        min-height: 105px;
    }

    .loginForm {
        width: 240px;
        margin-top: 50px;
    }

    .highLights {
        margin-top: 50px;
    }

    .table {
        font-size: 14px;
    }

        .table th, .table td {
            padding: 15px 6px;
        }

    .btn-action {
        padding: 8px 4px;
        margin-left: 0;
    }

    .addressCol {
        width: 20%;
    }

    .actionCol {
        width: 35%;
    }
}

@media (max-width: 1024px) {
    .taskViewFilter tr td input, .resplonsibleUser button, .taskViewFilter tr td input.resposiblePositionField {
        width: 100px;
    }

    .responsibleUser .dropdown-toggle, .taskViewFilter tr td .selectShift {
        width: 115px;
    }

    .pageDataWrap .taskTitle {
        float: none;
    }

    .pageDataWrap .rangePriority {
        margin: 5px 0 3px !important;
    }
}

@media (max-width: 1600px) {
    .responsibleUser .dropdown-menu.dropdown-menu-form {
        width: 100%;
    }
    .statusImages {
        width:80px;
    }
}

input[type="image"]:focus {
    outline: none;
}
.customBtn{
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 8px 16px 10px 22px;
    color: #636e7e;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
        border-radius: 3px;
}
.customBtn:hover {
    background-color:#51a8da;
    color:#fff;
    text-decoration:none;
}
.helpDeskManualLogo {
    content: url('../images/NewLogin/Icons for Video Manual-03.png');
    width: 35px;
    height: 35px;
    display: block;
}

    .helpDeskManualLogo:hover {
        content: url('../images/NewLogin/Icons for Video Manual-04.png');
        width: 35px;
        height: 35px;
        display: block;
    }

.manualplaylogo {
    content: url('../images/NewLogin/Icons UXP-03.png');
    /*width: 35px;
    height: 35px;*/
    display: block;
}

    .manualplaylogo:hover {
        content: url('../images/NewLogin/Icons UXP-04.png');
        /*width: 35px;
        height: 35px;*/
        display: block;
    }
.taskViewTableManuals tbody, .taskViewTableManuals tbody tr, .taskViewTableManuals tbody tr td {
    display: block;
}

    .taskViewTableManuals tbody tr td {
        width: 98% !important;
        padding: 15px 0 15px 4px;
        border-bottom: none;
        cursor: pointer;
    }

    .taskViewTableManuals tbody tr:first-child td:first-child {
        border-bottom: 1px solid #c2cad1;
    }

    .taskViewTableManuals tbody tr:nth-child(2) td:first-child {
        border-top: none !important;
    }

.taskViewTableManuals .table tr:hover {
    background: white !important;
    cursor: default !important;
}



.backmanual {
    content: url('../images/NewLogin/Icons UXP-05.png');
    /*width: 35px;
    height: 35px;*/
    display: block;
}

    .backmanual:hover {
        content: url('../images/NewLogin/Icons UXP-06.png');
        /*width: 35px;
        height: 35px;*/
        display: block;
    }
.tablerowhover :hover {
    background: white !important;
    cursor: default !important;
}

.languageLogo {
    content: url('../images/Icons World Grey.png');
    /*width: 35px;
    height: 35px;*/
    display: block;
}

    .languageLogo:hover {
        content: url('../images/Icons World Black.png');
        /*width: 35px;
        height: 35px;*/
        display: block;
    }

.btn-action-holiday{
    /*border: 1px solid #dddddd;
    background: #fff;
    padding: 6px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #2d3e54;
    /*margin-left: 6px;*/
    /*float: none;
    display: inline-block;*/
}
.userFontBold {
    font-size: 13px;
    font-weight: 600;
    color: #666666;
}



/*.btn-action-holiday:hover {
    background: #51a8da;
    text-decoration: none;
    color: #fff;
}*/
@font-face {
    font-family: 'DubaiBold';
    src: url('../DubaiFont/DubaiW23-Bold.eot'); /* IE9 Compat Modes */
    src: url('../DubaiFont/DubaiW23-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../DubaiFont/DubaiW23-Bold.woff') format('woff'), /* Modern Browsers */
    url('../DubaiFont/DubaiW23-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../DubaiFont/DubaiW23-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'DubaiLight';
    src: url('../DubaiFont/DubaiW23-Light.eot'); /* IE9 Compat Modes */
    src: url('../DubaiFont/DubaiW23-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../DubaiFont/DubaiW23-Light.woff') format('woff'), /* Modern Browsers */
    url('../DubaiFont/DubaiW23-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../DubaiFont/DubaiW23-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'DubaiRegular';
    src: url('../DubaiFont/DubaiW23-Regular.eot'); /* IE9 Compat Modes */
    src: url('../DubaiFont/DubaiW23-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../DubaiFont/DubaiW23-Regular.woff') format('woff'), /* Modern Browsers */
    url('../DubaiFont/DubaiW23-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../DubaiFont/DubaiW23-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'DubaiMedium';
    src: url('../DubaiFont/DubaiW23-Medium.eot'); /* IE9 Compat Modes */
    src: url('../DubaiFont/DubaiW23-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../DubaiFont/DubaiW23-Medium.woff') format('woff'), /* Modern Browsers */
    url('../DubaiFont/DubaiW23-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../DubaiFont/DubaiW23-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/*.finallogin {
    background: url('../images/NewDesign/2018-06-20_loginbutton.png') no-repeat;
}*/
.zcon-reassign2 {
    content: url('../images/NewDesign/task_reassign_icon.png');
    /*width: 26px;
    height: 26px;*/
    margin-top: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.zcon-reassign-disable2 {
    content: url('../images/NewDesign/task_reassign_icon.png');
    /*width: 26px;
    height: 26px;*/
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
}



.overlayForUserErrorMsg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/overlayBg.png');
    z-index: 1003;
    display: none;
}