/**
* Metis - Bootstrap-Admin-Template v2.3.1
* Author : onokumus 
* Copyright 2014
* Licensed under MIT (https://github.com/onokumus/Bootstrap-Admin-Template/blob/master/LICENSE.md)
*/
/* ==========================================================================
metisAdmin: Base
========================================================================== */
body {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*********************************************************/
/*                 Layout Styles                         */
/*********************************************************/
/* ==========================================================================
   Sticky footer styles
   ========================================================================== */
html ,
body {
    /* Margin bottom by footer height */
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding-bottom: 48px;
}
a,
a:hover, a:active, a:focus {
    outline:0 !important;
}
#popbody {
    /* Margin bottom by footer height */
    margin-bottom: 0px;
    height: 100%;
    background-color: #ffffff;
}
.Footer,
#footer {
    position: fixed;
    bottom: 0px;
    width: 100%;  
}
/* END Sticky footer styles
   ========================================================================== */
/*********************************************************/
/*                 Template Layout                       */
/*********************************************************/
#wrapper {
    margin: 0px;
    height: 100%;
}
#boxcontent {
    width: 80%;
    height: 100%;
    float: left;
}
#boxsidebar {
    width: 20%;
    height: 100%;
    float: left;
    background-color: #3e3e3e;
}
#wrap:before,
#top:before,
.head:before,
.Footer:before,
#wrap:after,
#top:after,
.head:after,
.Footer:after {
    content: " ";
    display: table;
}
#wrap:after,
#top:after,
.head:after,
.Footer:after {
    clear: both;
}
.Wrap,
#wrap {
    margin: 0 auto;
    position: relative;
    width:100%;
    height:100%;
}
#left,
#right {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 999;
}
#left {
    position: absolute;
    left: -250px;
    width: 250px;
    height: 100%;
    float: left;  
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #3d4952; 
}
#right {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    right: -250px;
}
.sidebar-left-opened #left {
    left: 0;
}

.sidebar-right-opened {
    position: relative;
    right: 250px;
}
.sidebar-right-opened #right {
    right: 0;
}
.sidebar-right-opened.fixed .navbar-fixed-top {
    right: 250px;
}
@media (min-width: 768px) {
    #left {
        position: relative;
        float: left;
        left: auto;
    }
    .sidebar-left-hidden #left {
        width: 0;
        visibility: hidden;
    }
    .sidebar-left-mini #left {
        width: 50px;
    }
    #content {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .sidebar-right-opened {
        right: 0;
        margin-right: 250px;
    }
    .sidebar-right-opened .navbar-fixed-top {
        margin-right: 250px;
    }
}
@media (min-width: 1200px) {
    body.boxed {
        margin-bottom: 0;
    }
    body.boxed .Wrap,
    body.boxed #wrap,
    body.boxed .Footer,
    body.boxed #top .navbar.navbar-fixed-top {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
    body.boxed .Footer,
    body.boxed #footer {
        position: relative;
    }
}
/* ================== END Template Layout ============== */
/* BEGIN TOP bar */
#top .navbar {
    margin-bottom: -1px;
    border-top: 3px solid #CD0067;
}
#top .navbar-brand {
    padding: 0;
}
#top .topnav {
    margin: 0px;
    text-align: right;
}
@media (min-width: 768px) {
    #top .topnav {
        float: right;
    }
}
/* END TOP bar */
/* BEGIN header.head bar */
.head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    background-color: #00888ff;
    width: 100%;
}
.head .search-bar {
    margin: 0 auto;
    padding: 0px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
.head .search-bar .main-search {
    border-bottom: 1px solid #7c7c7c;
}
.head .search-bar .main-search input[type="text"] {
    background-color: transparent;
    border-color: transparent;
    color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.head .search-bar .main-search button,
.head .search-bar .main-search input[type=submit] {
    background: transparent;
    border: transparent;
}
@media (min-width: 768px) {
    .head .search-bar {
        border-bottom-width: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.05) inset;
        box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.05) inset;
    }
    .side-right .head .search-bar {
        border-right-width: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.05) inset;
        box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.05) inset;
    }
}
.head .main-bar {
    padding: 0px;
}
.head .main-bar h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #bababa;
}
@media (min-width: 768px) {
    .head .main-bar h3 {
        margin-top: 5px;
    }
}
@media (min-width: 768px) {
    .head .search-bar .main-search {
        margin-right: auto;
    }
}
@media (min-width: 768px) {
    .search-bar {
        float: left;
        padding: 10px 4px;
    }
    .side-right .search-bar {
        float: right;
    }
    .search-bar .input-small.form-control {
        border-radius: 3px;
    }
    .main-bar {
        display: block;
        overflow: hidden;
    }
}
@media (min-width: 992px) {
    .search-bar {
        width: 300px;
        padding: 10px 15px;
    }
    .search-bar .input-group-btn {
        display: table-cell;
    }
    .search-bar .input-small.form-control {
        border-radius: 3px 0 0 3px;
    }
    .mini-sidebar .search-bar .input-small.form-control {
        border-radius: 3px;
    }
}
/** END header.head bar */
/*********************************************************/
/*          Begin LEFT Styles                           */
/*********************************************************/
.user-media .user-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.user-media .user-link .user-img {
    margin: 10px auto;
}
.user-media .user-link .user-label {
    position: absolute;
    top: -6px;
    right: 6px;
}
.user-media .user-link {
    float: left;
}
.user-media .user-link .user-img {
    margin: 10px;
}
.user-media .user-link .user-label {
    top: 6px;
    right: 0;
}
.user-media .media-body {
    display: block;
    float: left;
    margin-left: 12px;
}
.user-media .media-body h5.media-heading {
    color: #fff;
    padding-top: 8px;
    margin-bottom: 3px;
}
.user-media .media-body ul.user-info li {
    color: #ccc;
}
.user-media:before,
.user-media:after {
    content: " ";
    display: table;
}
.user-media:after {
    clear: both;
}
.side-right .user-link .user-label {
    left: 6px;
    right: auto;
}
.sidebar-left-mini .user-wrapper {
    position: absolute;
    top: 0;
    left: -100%;
    display: none;
    min-width: 250px;
}
.user-media-toggleHover {
    display: none;
}
.sidebar-left-mini .user-media-toggleHover {
    font-size: 18px;
    color: #fff;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    display: inherit;
}
.sidebar-left-mini .user-media:hover .user-wrapper {
    left: 100%;
    display: inherit;
    z-index: 9999;
}
.sidebar-left-mini.side-right .user-media:hover .user-wrapper {
    left: auto;
    right: 100%;
}
/* ============== END LEFT Styles ================= */
#menu,
#menu ul,
#menu li,
#menu a {
    padding: 0;
    margin: 0;
    color: #f4f4f4;
}
#menu,
#menu ul {
    list-style: none;
}
#menu li,
#menu a {
    position: relative;
    display: block;
}
#menu a,
#menu a:hover,
#menu a:focus,
#menu a:active {
    text-decoration: none;
}

#menu ul {
    background: rgba(0, 0, 0, 0.3);
}
#menu > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    padding: 10px 0 10px 15px;
}
#menu > li.active > a {    
    background-color: rgb(16, 187, 193);  
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
}
#menu > li:hover > a,
#menu > li:focus > a {
    background-color: #10bbc1 !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#menu > li ul {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    border-left-width: 0;
}
#menu > li ul a {
    padding: 11px 0 11px 20px;
    font-size: 12px;
}
#menu > li ul a:hover {
    background-color: #008fc2 !important;
}
#menu.affix {
    position: fixed;
    width: 250px;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
#menu.affix:hover {
    overflow-y: scroll;
}
@media (min-width: 768px) {
    body:not(.sidebar-left-mini) #menu li.active > ul,
    #menu.affix li > ul {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
    body:not(.sidebar-left-mini) #menu:not(.affix) li.active > ul {
        display: inherit;
    }
    #menu li > ul,
    .sidebar-left-mini #menu li > ul {
        position: absolute;
        top: 0;
        left: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: 220px;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.8);
    }
    #menu:not(.affix) li > ul,
    .sidebar-left-mini #menu:not(.affix) li > ul {
        display: none;
    }
    .sidebar-left-mini #menu > li > ul {
        top: 100%;
    }
    #menu li > ul > li > ul {
        top: 0;
    }
    .side-right #menu li > ul {
        left: auto;
        right: 100%;
    }
    #menu:not(.affix) li:hover > ul {
        display: inherit;
        visibility: none;
    }
    .sidebar-left-mini #menu.affix {
        position: relative !important;
    }
}
@media (min-width: 768px) {
    .sidebar-left-mini #menu > li > a .fa {
        font-size: 18px;
    }
    .sidebar-left-mini #menu > li > a .fa.arrow {
        display: none;
    }
    .sidebar-left-mini #menu > li > a .link-title {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
        position: absolute;
        left: 100%;
        top: -1px;
        z-index: 1;
        background: rgba(0, 0, 0, 0.85);
        display: none;
        padding: 10px 20px;
    }
    .sidebar-left-mini #menu > li:hover > a > .link-title {
        display: block;
        min-width: 220px;
    }
    .sidebar-left-mini.side-right #menu > li > a .link-title {
        border-right-width: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        left: auto;
        right: 100%;
    }
}
body:not(.sidebar-left-mini) #menu .nav-header {
    padding: 3px 15px !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.1);
}
#menu .nav-divider {
    height: 1rem;
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.sidebar-left-mini #menu .nav-header {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}
#menu .fa.arrow {
    float: right;
    padding-top: 3px;
    margin-right: 15px;
}
#menu .fa.arrow:before {
    content: "\f13a";  
}
#menu .active > a > .fa.arrow:before {
    content: "\f139";
}
/* BEGIN CONTENT STYLES */
#content {
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    height:100%;
    background-color: #ffffff !important;
}
#dashcontent {
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    height:100%;
    background-color: #eee !important;
} 
#popcontent {
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
    height:100%;
}
.outer {
    padding: 10px;
    background-color: #6e6e6e;
}
.outer:before,
.outer:after {
    content: " ";
    display: table;
}
.outer:after {
    clear: both;
}
.inner {
    position: relative;
    height: 100%;
    padding-right: 7px;
    padding-left: 7px;
    border: 0px solid #3e3e3e;
}
.tabler  ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tabler  li{
    display: inline-block;
    float: left;
    margin: 0 2px;
}
.tabler  a{
    color: #000fff;
    font-weight: bold;	
    text-decoration:none;
}
.tabler  a:hover{
    color: #ff0000;
    font-weight: bold;	
    text-decoration:none;
}

.tabler-div{
    padding: 0px 5px 5px 5px;
    margin-bottom: 15px;	
}
.custom td, .custom th {    
    font-size: 12px;
    padding: 0px 5px 5px 5px;
}
.tablehscroll {
    overflow-x:scroll;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.tablehscroll::-webkit-scrollbar-thumb {
    background: #B3C5BE;
    border-radius: 10px;
}
/* END CONTENT STYLES */
/* ==========================================================================
   Footer
   ========================================================================== */
.Footer,
#footer {
    margin: 0 auto;
    color: #f4f4f4;
    border-top: 1px solid #1ab394;
}
.Footer p,
#footer p {
    padding: 1.2rem 0;
    margin: 0;
    text-align: center;
}
/* END Footer
   ========================================================================== */
/*********************************************************/
/*                 Component Styles                      */
/*********************************************************/
.controllertitle a {
    text-decoration: none;
}

.controller i{
    color: #51C2D6;	
    padding: 5px 5px 0px 10px;
}
.controller span{
    padding: 2px;
}

div .controller{    
    width: 100%;  
    padding: 8px; 
    background-color: #ffffff;	
}

.actiontitle a {
    text-decoration: none;
}

.actions i{
    padding: 5px 5px 0px 10px;
}
.actions span{
    padding: 2px;
}

div .actions{    
    width: 100%;  
    padding: 8px; 
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #F3F3F3 100%);	
}
.box {
    margin: 7px auto;
    display: block;
    position: relative;
    border: 0px solid #cccccc;
    /* //  overflow: scroll;*/
}
.compinfo{
    margin-bottom: -10px;
}
.box p{
    text-align:center;
    padding: 5px 5px 0 0;
}

.box .draft p{
    text-align:left;
    padding: 5px 5px 0 0;
}

#history{
    font-family: sans-serif;
    font-size: 15px;	
    text-align: left;
    color: #585858;
    padding: 20px 5px 0 10px;
}

.hoverhistory{
    font-family: sans-serif;
    font-size: 15px;	
    text-align: left;
    color: #585858;
    width:200px;
}


#status{
    font-family: sans-serif;
    font-size: 15px;	
    text-align: right;
    color: #E43C00;
    padding: -1px 0px 0 0;
}

.gridsterdash {
    position: relative;
    padding: 15px 20px;
    background: #fff;
    border-radius: 3px;
}
.gridsterdash > header > h5{
    margin: 0;
    font-size: 18px;		
}
.gridsterdash-controls {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 12px;
}
.gridsterdash-controls > nav > a {
    padding: 1px 4px;
    border-radius: 4px;
    color: rgba(0,0,0,.4);
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
.gridsterdash-controls > nav > a:hover {
    padding: 1px 4px;
    border-radius: 4px;
    color: rgba(0,0,0,.2);
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
.gridsterdash-body{
    padding: 0px;
    margin-top: 15px;
}
.gridsterdash-close {
    position: relative;	
}
.widget {
    position: relative;
    margin-top: 15px;
    margin-left: 6px;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 3px;
}
.widget > header > h5{
    margin: 2px;
    font-size: 16px;		
}
.widget-controls {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 12px;
}
.widget-controls > nav > a {
    padding: 1px 4px;
    border-radius: 4px;
    color: rgb(212, 212, 212);
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
.widget-controls > nav > a:hover {
    padding: 1px 4px;
    border-radius: 4px;
    color: rgba(0,0,0,.2);
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
.widget-body{
    margin-top: 15px;
}
/* line 749 */
.section-widget {
    position: relative;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px rgb(210, 210, 210);
    border-style: solid;
}
.widgetoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: .5s ease;
    background-color: #505e69;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.section-widget:hover .widgetoverlay{
    opacity: 0.95;
}
.box header {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);    
    background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);    
    background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);    
    background-repeat: repeat-x;    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);    
    border-bottom: 1px solid #d4d4d4;    
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);    
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.box header:before,
.box header:after {
    content: " ";
    display: table;  
}
.box header:after {
    clear: both;
}
.box header .icons,
.box header h5,
.box header .toolbar {
    position: relative;
    min-height: 1px;
    float: left;
    padding: 0;
    margin: 0;
    display: block;
}
.box header .icons {
    padding: 10px 15px;
    border-right: 1px solid #ddd;
    -webkit-box-shadow: 1px 0px 0px #ffffff;
    box-shadow: 1px 0px 0px #ffffff;
}
.box header h5 {
    font-family: Open Sans; 		
    padding: 12px;
    font-weight: bold;
}
.box.inverse header {
    background-image: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
    background-image: -o-linear-gradient(top, #333333 0%, #222222 100%);
    background-image: linear-gradient(to bottom, #333333 0%, #222222 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff222222', GradientType=0);
    border-bottom: 1px solid #4d4d4d;
    color: #f5f5f5;
}
.box.inverse header .icons {
    border-right: 1px solid #222;
    -webkit-box-shadow: 1px 0px 0px #3c3c3c;
    box-shadow: 1px 0px 0px #3c3c3c;
}
.box.dashboard header {
    background-image: -webkit-linear-gradient(top, #EEEEEE 25%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) background-repeat, repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
    border-top: 3px solid #61a4bf;
    border-bottom: 1px solid #cccccc;
    color: #7390C7;
}
.box.profile header {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    background-repeat: repeat-x;
    border-top: 0px solid #1ab394;
    border-bottom: 2px solid #1ab394;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    color: #1ab394;
    text-transform: uppercase;
}
.box.primary header {
    background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
    background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
    border-bottom: 1px solid #428bca;
    color: #fff;
}
.box.primary header .icons {
    border-right: 1px solid #245682;
    -webkit-box-shadow: 1px 0px 0px #6aa3d5;
    box-shadow: 1px 0px 0px #6aa3d5;
}
.box.success header {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    border-bottom: 1px solid #5cb85c;
    color: #fff;
}
.box.success header .icons {
    border-right: 1px solid #357935;
    -webkit-box-shadow: 1px 0px 0px #80c780;
    box-shadow: 1px 0px 0px #80c780;
}
.box.warning header {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    border-bottom: 1px solid #f0ad4e;
    color: #fff;
}
.box.warning header .icons {
    border-right: 1px solid #c77c11;
    -webkit-box-shadow: 1px 0px 0px #f4c37d;
    box-shadow: 1px 0px 0px #f4c37d;
}
.box.danger header {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    border-bottom: 1px solid #d9534f;
    color: #fff;
}
.box.danger header .icons {
    border-right: 1px solid #a02622;
    -webkit-box-shadow: 1px 0px 0px #e27c79;
    box-shadow: 1px 0px 0px #e27c79;
}
.box.info header {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    border-bottom: 1px solid #5bc0de;
    color: #fff;
}
.box.info header .icons {
    border-right: 1px solid #2390b0;
    -webkit-box-shadow: 1px 0px 0px #85d0e7;
    box-shadow: 1px 0px 0px #85d0e7;
}
.box header .toolbar {
    float: right;
    display: inline-table;
}
.box header .toolbar .btn-toolbar {
    margin: 6px 3px;
}
.box header .toolbar .label,
.box header .toolbar .badge {
    display: inline-block;
    margin: 10px;
}
.box header .toolbar .nav {
    margin: 1px 1px 0 0;
}
.box header .toolbar .nav > li {
    display: inline-block;
}
.box header .toolbar .nav > li > a {
    padding-top: 9px;
}
.info header .toolbar a {
    color: #FFFFFF !important;
}
.box header .toolbar > .btn {
    margin-right: 4px;
}
.box header .toolbar > .btn-sm,
.box header .toolbar > .btn-group {
    margin: 4px;
}
.box header .toolbar > .btn-xs {
    margin: 6px;
}
.box header .toolbar .input-sm {
    margin: 4px -4px;
}
.box header .toolbar .progress {
    min-width: 120px;
    margin: 10px 4px;
}
.box header .toolbar .progress.middle {
    height: 12px;
    margin: 13px 4px;
}
.box header .toolbar .progress.mini {
    height: 6px;
    margin: 16px 4px;
}
.full-screen-box {
    height: 100% !important;
    width: 100% !important;
}
.box.danger .dropdown-menu > li > a:hover,
.box.danger .dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.box.info .dropdown-menu > li > a:hover,
.box.info .dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.box.success .dropdown-menu > li > a:hover,
.box.success .dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.box.warning .dropdown-menu > li > a:hover,
.box.warning .dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.box.inverse .dropdown-menu > li > a:hover,
.box.inverse .dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
    background-image: -o-linear-gradient(top, #333333 0%, #222222 100%);
    background-image: linear-gradient(to bottom, #333333 0%, #222222 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff222222', GradientType=0);
}
/* changed overflow-x from auto to inherit by praneesha on 16-12-2016 to fix sumo select*/
.box .body {
    padding: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    background-image: linear-gradient(to bottom, #ffffff 25%, #eee 100%);
    /*  overflow-x: auto;*/
}
.box .wrapper {
    margin-right: 245px;
    padding-left: 25px;
    padding-right: 25px;
}
.box .boxcontent {
    float: left;
    width: 100%;
    overflow: scroll;
}
.box .boxsidebar {
    float: right;
    padding-left: 10px;
    /*width: 30%;*/
    border-radius:5px;
    margin-right: -245px;
    height: 100%;
}
.box .divwrapper {
    margin-right: 0px;
}
.box .divbox {
    float: left;
    width: 28%;
    border-radius:5px;
}
/*.box .body hr {
  margin-left: -10px;
  margin-right: -10px;
} */
.body.collapse:not(.in) {
    padding: 0;
}
.box > .block {
    padding: 0;
}
.row.ui-sortable .box header {
    cursor: move;  
}
.btn-metis-1 {
    color: #ffffff;
    background-color: #ee465a;
    border-color: #c11a39;
}
.btn-metis-1:hover,
.btn-metis-1:focus,
.btn-metis-1.focus,
.btn-metis-1:active,
.btn-metis-1.active,
.open > .dropdown-toggle.btn-metis-1 {
    color: #ffffff;
    background-color: #ea1730;
    border-color: #8b1329;
}
.btn-metis-1:active,
.btn-metis-1.active,
.open > .dropdown-toggle.btn-metis-1 {
    background-image: none;
}
.btn-metis-1.disabled,
.btn-metis-1[disabled],
fieldset[disabled] .btn-metis-1,
.btn-metis-1.disabled:hover,
.btn-metis-1[disabled]:hover,
fieldset[disabled] .btn-metis-1:hover,
.btn-metis-1.disabled:focus,
.btn-metis-1[disabled]:focus,
fieldset[disabled] .btn-metis-1:focus,
.btn-metis-1.disabled.focus,
.btn-metis-1[disabled].focus,
fieldset[disabled] .btn-metis-1.focus,
.btn-metis-1.disabled:active,
.btn-metis-1[disabled]:active,
fieldset[disabled] .btn-metis-1:active,
.btn-metis-1.disabled.active,
.btn-metis-1[disabled].active,
fieldset[disabled] .btn-metis-1.active {
    background-color: #ee465a;
    border-color: #c11a39;
}
.btn-metis-1 .badge {
    color: #ee465a;
    background-color: #ffffff;
}
.btn-metis-2 {
    color: #ffffff;
    background-color: #9fd256;
    border-color: #6fac34;
}
.btn-metis-2:hover,
.btn-metis-2:focus,
.btn-metis-2.focus,
.btn-metis-2:active,
.btn-metis-2.active,
.open > .dropdown-toggle.btn-metis-2 {
    color: #ffffff;
    background-color: #87c134;
    border-color: #517d26;
}
.btn-metis-2:active,
.btn-metis-2.active,
.open > .dropdown-toggle.btn-metis-2 {
    background-image: none;
}
.btn-metis-2.disabled,
.btn-metis-2[disabled],
fieldset[disabled] .btn-metis-2,
.btn-metis-2.disabled:hover,
.btn-metis-2[disabled]:hover,
fieldset[disabled] .btn-metis-2:hover,
.btn-metis-2.disabled:focus,
.btn-metis-2[disabled]:focus,
fieldset[disabled] .btn-metis-2:focus,
.btn-metis-2.disabled.focus,
.btn-metis-2[disabled].focus,
fieldset[disabled] .btn-metis-2.focus,
.btn-metis-2.disabled:active,
.btn-metis-2[disabled]:active,
fieldset[disabled] .btn-metis-2:active,
.btn-metis-2.disabled.active,
.btn-metis-2[disabled].active,
fieldset[disabled] .btn-metis-2.active {
    background-color: #9fd256;
    border-color: #6fac34;
}
.btn-metis-2 .badge {
    color: #9fd256;
    background-color: #ffffff;
}
.btn-metis-3 {
    color: #ffffff;
    background-color: #fbb450;
    border-color: #f89406;
}
.btn-metis-3:hover,
.btn-metis-3:focus,
.btn-metis-3.focus,
.btn-metis-3:active,
.btn-metis-3.active,
.open > .dropdown-toggle.btn-metis-3 {
    color: #ffffff;
    background-color: #fa9f1e;
    border-color: #bc7005;
}
.btn-metis-3:active,
.btn-metis-3.active,
.open > .dropdown-toggle.btn-metis-3 {
    background-image: none;
}
.btn-metis-3.disabled,
.btn-metis-3[disabled],
fieldset[disabled] .btn-metis-3,
.btn-metis-3.disabled:hover,
.btn-metis-3[disabled]:hover,
fieldset[disabled] .btn-metis-3:hover,
.btn-metis-3.disabled:focus,
.btn-metis-3[disabled]:focus,
fieldset[disabled] .btn-metis-3:focus,
.btn-metis-3.disabled.focus,
.btn-metis-3[disabled].focus,
fieldset[disabled] .btn-metis-3.focus,
.btn-metis-3.disabled:active,
.btn-metis-3[disabled]:active,
fieldset[disabled] .btn-metis-3:active,
.btn-metis-3.disabled.active,
.btn-metis-3[disabled].active,
fieldset[disabled] .btn-metis-3.active {
    background-color: #fbb450;
    border-color: #f89406;
}
.btn-metis-3 .badge {
    color: #fbb450;
    background-color: #ffffff;
}
.btn-metis-4 {
    color: #ffffff;
    background-color: #a264e7;
    border-color: #62309a;
}
.btn-metis-4:hover,
.btn-metis-4:focus,
.btn-metis-4.focus,
.btn-metis-4:active,
.btn-metis-4.active,
.open > .dropdown-toggle.btn-metis-4 {
    color: #ffffff;
    background-color: #8838e0;
    border-color: #44216b;
}
.btn-metis-4:active,
.btn-metis-4.active,
.open > .dropdown-toggle.btn-metis-4 {
    background-image: none;
}
.btn-metis-4.disabled,
.btn-metis-4[disabled],
fieldset[disabled] .btn-metis-4,
.btn-metis-4.disabled:hover,
.btn-metis-4[disabled]:hover,
fieldset[disabled] .btn-metis-4:hover,
.btn-metis-4.disabled:focus,
.btn-metis-4[disabled]:focus,
fieldset[disabled] .btn-metis-4:focus,
.btn-metis-4.disabled.focus,
.btn-metis-4[disabled].focus,
fieldset[disabled] .btn-metis-4.focus,
.btn-metis-4.disabled:active,
.btn-metis-4[disabled]:active,
fieldset[disabled] .btn-metis-4:active,
.btn-metis-4.disabled.active,
.btn-metis-4[disabled].active,
fieldset[disabled] .btn-metis-4.active {
    background-color: #a264e7;
    border-color: #62309a;
}
.btn-metis-4 .badge {
    color: #a264e7;
    background-color: #ffffff;
}
.btn-metis-5 {
    color: #ffffff;
    background-color: #777777;
    border-color: #555555;
}
.btn-metis-5:hover,
.btn-metis-5:focus,
.btn-metis-5.focus,
.btn-metis-5:active,
.btn-metis-5.active,
.open > .dropdown-toggle.btn-metis-5 {
    color: #ffffff;
    background-color: #5e5e5e;
    border-color: #363636;
}
.btn-metis-5:active,
.btn-metis-5.active,
.open > .dropdown-toggle.btn-metis-5 {
    background-image: none;
}
.btn-metis-5.disabled,
.btn-metis-5[disabled],
fieldset[disabled] .btn-metis-5,
.btn-metis-5.disabled:hover,
.btn-metis-5[disabled]:hover,
fieldset[disabled] .btn-metis-5:hover,
.btn-metis-5.disabled:focus,
.btn-metis-5[disabled]:focus,
fieldset[disabled] .btn-metis-5:focus,
.btn-metis-5.disabled.focus,
.btn-metis-5[disabled].focus,
fieldset[disabled] .btn-metis-5.focus,
.btn-metis-5.disabled:active,
.btn-metis-5[disabled]:active,
fieldset[disabled] .btn-metis-5:active,
.btn-metis-5.disabled.active,
.btn-metis-5[disabled].active,
fieldset[disabled] .btn-metis-5.active {
    background-color: #777777;
    border-color: #555555;
}
.btn-metis-5 .badge {
    color: #777777;
    background-color: #ffffff;
}
.btn-metis-6 {
    color: #ffffff;
    background-color: #00b4f5;
    border-color: #008dc5;
}
.btn-metis-6:hover,
.btn-metis-6:focus,
.btn-metis-6.focus,
.btn-metis-6:active,
.btn-metis-6.active,
.open > .dropdown-toggle.btn-metis-6 {
    color: #ffffff;
    background-color: #008fc2;
    border-color: #006188;
}
.btn-metis-6:active,
.btn-metis-6.active,
.open > .dropdown-toggle.btn-metis-6 {
    background-image: none;
}
.btn-metis-6.disabled,
.btn-metis-6[disabled],
fieldset[disabled] .btn-metis-6,
.btn-metis-6.disabled:hover,
.btn-metis-6[disabled]:hover,
fieldset[disabled] .btn-metis-6:hover,
.btn-metis-6.disabled:focus,
.btn-metis-6[disabled]:focus,
fieldset[disabled] .btn-metis-6:focus,
.btn-metis-6.disabled.focus,
.btn-metis-6[disabled].focus,
fieldset[disabled] .btn-metis-6.focus,
.btn-metis-6.disabled:active,
.btn-metis-6[disabled]:active,
fieldset[disabled] .btn-metis-6:active,
.btn-metis-6.disabled.active,
.btn-metis-6[disabled].active,
fieldset[disabled] .btn-metis-6.active {
    background-color: #00b4f5;
    border-color: #008dc5;
}
.btn-metis-6 .badge {
    color: #00b4f5;
    background-color: #ffffff;
}
.btn-grad.btn-default,
.btn-grad.btn-primary,
.btn-grad.btn-success,
.btn-grad.btn-info,
.btn-grad.btn-warning,
.btn-grad.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-grad.btn-default:active,
.btn-grad.btn-primary:active,
.btn-grad.btn-success:active,
.btn-grad.btn-info:active,
.btn-grad.btn-warning:active,
.btn-grad.btn-danger:active,
.btn-grad.btn-default.active,
.btn-grad.btn-primary.active,
.btn-grad.btn-success.active,
.btn-grad.btn-info.active,
.btn-grad.btn-warning.active,
.btn-grad.btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-grad.btn:active,
.btn-grad.btn.active {
    background-image: none;
}
.btn-grad.btn-default {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
}
.btn-grad.btn-default:hover,
.btn-grad.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}
.btn-grad.btn-default:active,
.btn-grad.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}
.btn-grad.btn-primary {
    background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a;
}
.btn-grad.btn-primary:hover,
.btn-grad.btn-primary:focus {
    background-color: #2d6ca2;
    background-position: 0 -15px;
}
.btn-grad.btn-primary:active,
.btn-grad.btn-primary.active {
    background-color: #2d6ca2;
    border-color: #2b669a;
}
.btn-grad.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}
.btn-grad.btn-success:hover,
.btn-grad.btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px;
}
.btn-grad.btn-success:active,
.btn-grad.btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e;
}
.btn-grad.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    background-repeat: repeat-x;
    border-color: #e38d13;
}
.btn-grad.btn-warning:hover,
.btn-grad.btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}
.btn-grad.btn-warning:active,
.btn-grad.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}
.btn-grad.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b92c28;
}
.btn-grad.btn-danger:hover,
.btn-grad.btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}
.btn-grad.btn-danger:active,
.btn-grad.btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28;
}
.btn-grad.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}
.btn-grad.btn-info:hover,
.btn-grad.btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px;
}
.btn-grad.btn-info:active,
.btn-grad.btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}
.btn-grad.btn-metis-1 {
    background-image: -webkit-linear-gradient(top, #ee465a 0%, #e2152d 100%);
    background-image: -o-linear-gradient(top, #ee465a 0%, #e2152d 100%);
    background-image: linear-gradient(to bottom, #ee465a 0%, #e2152d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee465a', endColorstr='#ffe2152d', GradientType=0);
    background-repeat: repeat-x;
    border-color: #d9142b;
}
.btn-grad.btn-metis-1:hover,
.btn-grad.btn-metis-1:focus {
    background-color: #e2152d;
    background-position: 0 -15px;
}
.btn-grad.btn-metis-1:active,
.btn-grad.btn-metis-1.active {
    background-color: #e2152d;
    border-color: #d9142b;
}
.btn-grad.btn-metis-2 {
    background-image: -webkit-linear-gradient(top, #9fd256 0%, #81b931 100%);
    background-image: -o-linear-gradient(top, #9fd256 0%, #81b931 100%);
    background-image: linear-gradient(to bottom, #9fd256 0%, #81b931 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9fd256', endColorstr='#ff81b931', GradientType=0);
    background-repeat: repeat-x;
    border-color: #7cb12f;
}
.btn-grad.btn-metis-2:hover,
.btn-grad.btn-metis-2:focus {
    background-color: #81b931;
    background-position: 0 -15px;
}
.btn-grad.btn-metis-2:active,
.btn-grad.btn-metis-2.active {
    background-color: #81b931;
    border-color: #7cb12f;
}
.btn-grad.btn-metis-3 {
    background-image: -webkit-linear-gradient(top, #fbb450 0%, #fa9a14 100%);
    background-image: -o-linear-gradient(top, #fbb450 0%, #fa9a14 100%);
    background-image: linear-gradient(to bottom, #fbb450 0%, #fa9a14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fffa9a14', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f9960a;
}
.btn-grad.btn-metis-3:hover,
.btn-grad.btn-metis-3:focus {
    background-color: #fa9a14;
    background-position: 0 -15px;
}
.btn-grad.btn-metis-3:active,
.btn-grad.btn-metis-3.active {
    background-color: #fa9a14;
    border-color: #f9960a;
}
.btn-grad.btn-metis-4 {
    background-image: -webkit-linear-gradient(top, #a264e7 0%, #822fdf 100%);
    background-image: -o-linear-gradient(top, #a264e7 0%, #822fdf 100%);
    background-image: linear-gradient(to bottom, #a264e7 0%, #822fdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa264e7', endColorstr='#ff822fdf', GradientType=0);
    background-repeat: repeat-x;
    border-color: #7d26dd;
}
.btn-grad.btn-metis-4:hover,
.btn-grad.btn-metis-4:focus {
    background-color: #822fdf;
    background-position: 0 -15px;
}
.btn-grad.btn-metis-4:active,
.btn-grad.btn-metis-4.active {
    background-color: #822fdf;
    border-color: #7d26dd;
}
.btn-grad.btn-metis-5 {
    background-image: -webkit-linear-gradient(top, #777777 0%, #585858 100%);
    background-image: -o-linear-gradient(top, #777777 0%, #585858 100%);
    background-image: linear-gradient(to bottom, #777777 0%, #585858 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff585858', GradientType=0);
    background-repeat: repeat-x;
    border-color: #535353;
}
.btn-grad.btn-metis-5:hover,
.btn-grad.btn-metis-5:focus {
    background-color: #585858;
    background-position: 0 -15px;
}
.btn-grad.btn-metis-5:active,
.btn-grad.btn-metis-5.active {
    background-color: #585858;
    border-color: #535353;
}
.btn-grad.btn-metis-6 {
    background-image: -webkit-linear-gradient(top, #00b4f5 0%, #0087b8 100%);
    background-image: -o-linear-gradient(top, #00b4f5 0%, #0087b8 100%);
    background-image: linear-gradient(to bottom, #00b4f5 0%, #0087b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00b4f5', endColorstr='#ff0087b8', GradientType=0);
    background-repeat: repeat-x;
    border-color: #0080ae;
}
.btn-grad.btn-metis-6:hover,
.btn-grad.btn-metis-6:focus {
    background-color: #0087b8;
    background-position: 0 -15px;
}
.btn-grad.btn-metis-6:active,
.btn-grad.btn-metis-6.active {
    background-color: #0087b8;
    border-color: #0080ae;
}
.btn-circle {
    border-radius: 500px;
    width: 40px;
    height: 40px;
    padding: 8px 10px;
}
.btn-circle.btn-lg {
    width: 60px;
    height: 60px;
    padding: 14px 16px;
}
.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 5px 10px;
}
.btn-circle.btn-xs {
    width: 20px;
    height: 20px;
    padding: 0 5px;
}
.btn-rect {
    border-radius: 0 !important;
}
.btn-round.btn {
    border-radius: 28px;
}
.btn-round.btn-xs {
    border-radius: 28px;
}
.btn-round.btn-sm {
    border-radius: 28px;
}
.btn-round.btn-lg {
    border-radius: 28px;
}
.btn-line.btn-default {
    color: #333333;
    background-color: #fff;
    border-color: #cccccc;
}
.btn-line.btn-default:hover,
.btn-line.btn-default:focus,
.btn-line.btn-default:active,
.btn-line.btn-default.active {
    background-color: #262626;
    color: #ffffff;
    border-color: #b3b3b3;
}
.btn-line.btn-default.disabled,
.btn-line.btn-default[disabled],
fieldset[disabled] .btn-line.btn-default,
.btn-line.btn-default.disabled:hover,
.btn-line.btn-default[disabled]:hover,
fieldset[disabled] .btn-line.btn-default:hover,
.btn-line.btn-default.disabled:focus,
.btn-line.btn-default[disabled]:focus,
fieldset[disabled] .btn-line.btn-default:focus,
.btn-line.btn-default.disabled:active,
.btn-line.btn-default[disabled]:active,
fieldset[disabled] .btn-line.btn-default:active,
.btn-line.btn-default.disabled.active,
.btn-line.btn-default[disabled].active,
fieldset[disabled] .btn-line.btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-line.btn-primary {
    color: #428bca;
    background-color: #fff;
    border-color: #357ebd;
}
.btn-line.btn-primary:hover,
.btn-line.btn-primary:focus,
.btn-line.btn-primary:active,
.btn-line.btn-primary.active {
    background-color: #357ebd;
    color: #ffffff;
    border-color: #2a6496;
}
.btn-line.btn-primary.disabled,
.btn-line.btn-primary[disabled],
fieldset[disabled] .btn-line.btn-primary,
.btn-line.btn-primary.disabled:hover,
.btn-line.btn-primary[disabled]:hover,
fieldset[disabled] .btn-line.btn-primary:hover,
.btn-line.btn-primary.disabled:focus,
.btn-line.btn-primary[disabled]:focus,
fieldset[disabled] .btn-line.btn-primary:focus,
.btn-line.btn-primary.disabled:active,
.btn-line.btn-primary[disabled]:active,
fieldset[disabled] .btn-line.btn-primary:active,
.btn-line.btn-primary.disabled.active,
.btn-line.btn-primary[disabled].active,
fieldset[disabled] .btn-line.btn-primary.active {
    background-color: #ffffff;
    border-color: #357ebd;
}
.btn-line.btn-warning {
    color: #f0ad4e;
    background-color: #fff;
    border-color: #eea236;
}
.btn-line.btn-warning:hover,
.btn-line.btn-warning:focus,
.btn-line.btn-warning:active,
.btn-line.btn-warning.active {
    background-color: #eea236;
    color: #ffffff;
    border-color: #df8a13;
}
.btn-line.btn-warning.disabled,
.btn-line.btn-warning[disabled],
fieldset[disabled] .btn-line.btn-warning,
.btn-line.btn-warning.disabled:hover,
.btn-line.btn-warning[disabled]:hover,
fieldset[disabled] .btn-line.btn-warning:hover,
.btn-line.btn-warning.disabled:focus,
.btn-line.btn-warning[disabled]:focus,
fieldset[disabled] .btn-line.btn-warning:focus,
.btn-line.btn-warning.disabled:active,
.btn-line.btn-warning[disabled]:active,
fieldset[disabled] .btn-line.btn-warning:active,
.btn-line.btn-warning.disabled.active,
.btn-line.btn-warning[disabled].active,
fieldset[disabled] .btn-line.btn-warning.active {
    background-color: #ffffff;
    border-color: #eea236;
}
.btn-line.btn-danger {
    color: #d9534f;
    background-color: #fff;
    border-color: #d43f3a;
}
.btn-line.btn-danger:hover,
.btn-line.btn-danger:focus,
.btn-line.btn-danger:active,
.btn-line.btn-danger.active {
    background-color: #d43f3a;
    color: #ffffff;
    border-color: #b52b27;
}
.btn-line.btn-danger.disabled,
.btn-line.btn-danger[disabled],
fieldset[disabled] .btn-line.btn-danger,
.btn-line.btn-danger.disabled:hover,
.btn-line.btn-danger[disabled]:hover,
fieldset[disabled] .btn-line.btn-danger:hover,
.btn-line.btn-danger.disabled:focus,
.btn-line.btn-danger[disabled]:focus,
fieldset[disabled] .btn-line.btn-danger:focus,
.btn-line.btn-danger.disabled:active,
.btn-line.btn-danger[disabled]:active,
fieldset[disabled] .btn-line.btn-danger:active,
.btn-line.btn-danger.disabled.active,
.btn-line.btn-danger[disabled].active,
fieldset[disabled] .btn-line.btn-danger.active {
    background-color: #ffffff;
    border-color: #d43f3a;
}
.btn-line.btn-success {
    color: #5cb85c;
    background-color: #fff;
    border-color: #4cae4c;
}
.btn-line.btn-success:hover,
.btn-line.btn-success:focus,
.btn-line.btn-success:active,
.btn-line.btn-success.active {
    background-color: #4cae4c;
    color: #ffffff;
    border-color: #3d8b3d;
}
.btn-line.btn-success.disabled,
.btn-line.btn-success[disabled],
fieldset[disabled] .btn-line.btn-success,
.btn-line.btn-success.disabled:hover,
.btn-line.btn-success[disabled]:hover,
fieldset[disabled] .btn-line.btn-success:hover,
.btn-line.btn-success.disabled:focus,
.btn-line.btn-success[disabled]:focus,
fieldset[disabled] .btn-line.btn-success:focus,
.btn-line.btn-success.disabled:active,
.btn-line.btn-success[disabled]:active,
fieldset[disabled] .btn-line.btn-success:active,
.btn-line.btn-success.disabled.active,
.btn-line.btn-success[disabled].active,
fieldset[disabled] .btn-line.btn-success.active {
    background-color: #ffffff;
    border-color: #4cae4c;
}
.btn-line.btn-info {
    color: #5bc0de;
    background-color: #fff;
    border-color: #46b8da;
}
.btn-line.btn-info:hover,
.btn-line.btn-info:focus,
.btn-line.btn-info:active,
.btn-line.btn-info.active {
    background-color: #46b8da;
    color: #ffffff;
    border-color: #28a1c5;
}
.btn-line.btn-info.disabled,
.btn-line.btn-info[disabled],
fieldset[disabled] .btn-line.btn-info,
.btn-line.btn-info.disabled:hover,
.btn-line.btn-info[disabled]:hover,
fieldset[disabled] .btn-line.btn-info:hover,
.btn-line.btn-info.disabled:focus,
.btn-line.btn-info[disabled]:focus,
fieldset[disabled] .btn-line.btn-info:focus,
.btn-line.btn-info.disabled:active,
.btn-line.btn-info[disabled]:active,
fieldset[disabled] .btn-line.btn-info:active,
.btn-line.btn-info.disabled.active,
.btn-line.btn-info[disabled].active,
fieldset[disabled] .btn-line.btn-info.active {
    background-color: #ffffff;
    border-color: #46b8da;
}
.btn-line.btn-metis-1 {
    color: #ee465a;
    background-color: #fff;
    border-color: #c11a39;
}
.btn-line.btn-metis-1:hover,
.btn-line.btn-metis-1:focus,
.btn-line.btn-metis-1:active,
.btn-line.btn-metis-1.active {
    background-color: #ec2f45;
    color: #ffffff;
    border-color: #94142c;
}
.btn-line.btn-metis-1.disabled,
.btn-line.btn-metis-1[disabled],
fieldset[disabled] .btn-line.btn-metis-1,
.btn-line.btn-metis-1.disabled:hover,
.btn-line.btn-metis-1[disabled]:hover,
fieldset[disabled] .btn-line.btn-metis-1:hover,
.btn-line.btn-metis-1.disabled:focus,
.btn-line.btn-metis-1[disabled]:focus,
fieldset[disabled] .btn-line.btn-metis-1:focus,
.btn-line.btn-metis-1.disabled:active,
.btn-line.btn-metis-1[disabled]:active,
fieldset[disabled] .btn-line.btn-metis-1:active,
.btn-line.btn-metis-1.disabled.active,
.btn-line.btn-metis-1[disabled].active,
fieldset[disabled] .btn-line.btn-metis-1.active {
    background-color: #ffffff;
    border-color: #c11a39;
}
.btn-line.btn-metis-2 {
    color: #9fd256;
    background-color: #fff;
    border-color: #6fac34;
}
.btn-line.btn-metis-2:hover,
.btn-line.btn-metis-2:focus,
.btn-line.btn-metis-2:active,
.btn-line.btn-metis-2.active {
    background-color: #94cd42;
    color: #ffffff;
    border-color: #568528;
}
.btn-line.btn-metis-2.disabled,
.btn-line.btn-metis-2[disabled],
fieldset[disabled] .btn-line.btn-metis-2,
.btn-line.btn-metis-2.disabled:hover,
.btn-line.btn-metis-2[disabled]:hover,
fieldset[disabled] .btn-line.btn-metis-2:hover,
.btn-line.btn-metis-2.disabled:focus,
.btn-line.btn-metis-2[disabled]:focus,
fieldset[disabled] .btn-line.btn-metis-2:focus,
.btn-line.btn-metis-2.disabled:active,
.btn-line.btn-metis-2[disabled]:active,
fieldset[disabled] .btn-line.btn-metis-2:active,
.btn-line.btn-metis-2.disabled.active,
.btn-line.btn-metis-2[disabled].active,
fieldset[disabled] .btn-line.btn-metis-2.active {
    background-color: #ffffff;
    border-color: #6fac34;
}
.btn-line.btn-metis-3 {
    color: #fbb450;
    background-color: #fff;
    border-color: #f89406;
}
.btn-line.btn-metis-3:hover,
.btn-line.btn-metis-3:focus,
.btn-line.btn-metis-3:active,
.btn-line.btn-metis-3.active {
    background-color: #faa937;
    color: #ffffff;
    border-color: #c67605;
}
.btn-line.btn-metis-3.disabled,
.btn-line.btn-metis-3[disabled],
fieldset[disabled] .btn-line.btn-metis-3,
.btn-line.btn-metis-3.disabled:hover,
.btn-line.btn-metis-3[disabled]:hover,
fieldset[disabled] .btn-line.btn-metis-3:hover,
.btn-line.btn-metis-3.disabled:focus,
.btn-line.btn-metis-3[disabled]:focus,
fieldset[disabled] .btn-line.btn-metis-3:focus,
.btn-line.btn-metis-3.disabled:active,
.btn-line.btn-metis-3[disabled]:active,
fieldset[disabled] .btn-line.btn-metis-3:active,
.btn-line.btn-metis-3.disabled.active,
.btn-line.btn-metis-3[disabled].active,
fieldset[disabled] .btn-line.btn-metis-3.active {
    background-color: #ffffff;
    border-color: #f89406;
}
.btn-line.btn-metis-4 {
    color: #a264e7;
    background-color: #fff;
    border-color: #62309a;
}
.btn-line.btn-metis-4:hover,
.btn-line.btn-metis-4:focus,
.btn-line.btn-metis-4:active,
.btn-line.btn-metis-4.active {
    background-color: #954ee4;
    color: #ffffff;
    border-color: #492473;
}
.btn-line.btn-metis-4.disabled,
.btn-line.btn-metis-4[disabled],
fieldset[disabled] .btn-line.btn-metis-4,
.btn-line.btn-metis-4.disabled:hover,
.btn-line.btn-metis-4[disabled]:hover,
fieldset[disabled] .btn-line.btn-metis-4:hover,
.btn-line.btn-metis-4.disabled:focus,
.btn-line.btn-metis-4[disabled]:focus,
fieldset[disabled] .btn-line.btn-metis-4:focus,
.btn-line.btn-metis-4.disabled:active,
.btn-line.btn-metis-4[disabled]:active,
fieldset[disabled] .btn-line.btn-metis-4:active,
.btn-line.btn-metis-4.disabled.active,
.btn-line.btn-metis-4[disabled].active,
fieldset[disabled] .btn-line.btn-metis-4.active {
    background-color: #ffffff;
    border-color: #62309a;
}
.btn-line.btn-metis-5 {
    color: #777777;
    background-color: #fff;
    border-color: #555555;
}
.btn-line.btn-metis-5:hover,
.btn-line.btn-metis-5:focus,
.btn-line.btn-metis-5:active,
.btn-line.btn-metis-5.active {
    background-color: #6a6a6a;
    color: #ffffff;
    border-color: #3b3b3b;
}
.btn-line.btn-metis-5.disabled,
.btn-line.btn-metis-5[disabled],
fieldset[disabled] .btn-line.btn-metis-5,
.btn-line.btn-metis-5.disabled:hover,
.btn-line.btn-metis-5[disabled]:hover,
fieldset[disabled] .btn-line.btn-metis-5:hover,
.btn-line.btn-metis-5.disabled:focus,
.btn-line.btn-metis-5[disabled]:focus,
fieldset[disabled] .btn-line.btn-metis-5:focus,
.btn-line.btn-metis-5.disabled:active,
.btn-line.btn-metis-5[disabled]:active,
fieldset[disabled] .btn-line.btn-metis-5:active,
.btn-line.btn-metis-5.disabled.active,
.btn-line.btn-metis-5[disabled].active,
fieldset[disabled] .btn-line.btn-metis-5.active {
    background-color: #ffffff;
    border-color: #555555;
}
.btn-line.btn-metis-6 {
    color: #00b4f5;
    background-color: #fff;
    border-color: #008dc5;
}
.btn-line.btn-metis-6:hover,
.btn-line.btn-metis-6:focus,
.btn-line.btn-metis-6:active,
.btn-line.btn-metis-6.active {
    background-color: #00a1dc;
    color: #ffffff;
    border-color: #006892;
}
.btn-line.btn-metis-6.disabled,
.btn-line.btn-metis-6[disabled],
fieldset[disabled] .btn-line.btn-metis-6,
.btn-line.btn-metis-6.disabled:hover,
.btn-line.btn-metis-6[disabled]:hover,
fieldset[disabled] .btn-line.btn-metis-6:hover,
.btn-line.btn-metis-6.disabled:focus,
.btn-line.btn-metis-6[disabled]:focus,
fieldset[disabled] .btn-line.btn-metis-6:focus,
.btn-line.btn-metis-6.disabled:active,
.btn-line.btn-metis-6[disabled]:active,
fieldset[disabled] .btn-line.btn-metis-6:active,
.btn-line.btn-metis-6.disabled.active,
.btn-line.btn-metis-6[disabled].active,
fieldset[disabled] .btn-line.btn-metis-6.active {
    background-color: #ffffff;
    border-color: #008dc5;
}
.btn-flat {
    border-width: 0 !important;
}
/* BEGIN animated checkbox styles */
.anim-checkbox {
    /*adding some colors for fun*/
}
.anim-checkbox label {
    position: relative;
}
.anim-checkbox label:before,
.anim-checkbox label:after {
    font-family: FontAwesome;
    /*absolutely positioned*/
    position: absolute;
    left: -22px;
}
.anim-checkbox label:before {
    content: '\f096';
    /*unchecked*/
}
.anim-checkbox label:after {
    content: '\f046';
    /*checked*/
    /*checked icon will be hidden by default by using 0 max-width and overflow hidden*/
    max-width: 0;
    overflow: hidden;
    opacity: 0.5;
    /*CSS3 transitions for animated effect*/
    transition: all 0.35s;
}
.anim-checkbox input[type="checkbox"] {
    display: none;
}
.anim-checkbox input[type="checkbox"]:checked + label:after {
    max-width: 25px;
    /*an arbitratry number more than the icon's width*/
    opacity: 1;
    /*for fade in effect*/
}
.anim-checkbox .primary:checked + label:before,
.anim-checkbox .primary:checked + label:after {
    color: #428bca;
}
.anim-checkbox .success:checked + label:before,
.anim-checkbox .success:checked + label:after {
    color: #5cb85c;
}
.anim-checkbox .warning:checked + label:before,
.anim-checkbox .warning:checked + label:after {
    color: #f0ad4e;
}
.anim-checkbox .danger:checked + label:before,
.anim-checkbox .danger:checked + label:after {
    color: #d9534f;
}
.anim-checkbox .info:checked + label:before,
.anim-checkbox .info:checked + label:after {
    color: #5bc0de;
}
/* END animated checkbox styles */
/* BEGIN Pricing Table */
.pricing-table {
    text-align: center;
    padding: 0;
    margin: 30px 0;
    line-height: 150%;
}
.pricing-table li {
    list-style: none;
}
.pricing-table > li {
    background-image: -webkit-linear-gradient(top, #ebeef5 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #ebeef5 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #ebeef5 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebeef5', endColorstr='#ffffffff', GradientType=0);
    color: #444;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.pricing-table.dark > li {
    background-image: -webkit-linear-gradient(top, #666666 0%, #444444 100%);
    background-image: -o-linear-gradient(top, #666666 0%, #444444 100%);
    background-image: linear-gradient(to bottom, #666666 0%, #444444 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff444444', GradientType=0);
    color: #fff;
}
.pricing-table.dark > li.active.default {
    color: #fff;
}
.pricing-table > li.active {
    color: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.pricing-table > li.active.default {
    color: #444;
}
@media (min-width: 768px) {
    .pricing-table > li.active {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }
}
.pricing-table > li.active.primary {
    background-image: -webkit-linear-gradient(top, #357ebd 0%, #428bca 100%);
    background-image: -o-linear-gradient(top, #357ebd 0%, #428bca 100%);
    background-image: linear-gradient(to bottom, #357ebd 0%, #428bca 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff357ebd', endColorstr='#ff428bca', GradientType=0);
}
.pricing-table > li.active.success {
    background-image: -webkit-linear-gradient(top, #4cae4c 0%, #5cb85c 100%);
    background-image: -o-linear-gradient(top, #4cae4c 0%, #5cb85c 100%);
    background-image: linear-gradient(to bottom, #4cae4c 0%, #5cb85c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4cae4c', endColorstr='#ff5cb85c', GradientType=0);
}
.pricing-table > li.active.warning {
    background-image: -webkit-linear-gradient(top, #eea236 0%, #f0ad4e 100%);
    background-image: -o-linear-gradient(top, #eea236 0%, #f0ad4e 100%);
    background-image: linear-gradient(to bottom, #eea236 0%, #f0ad4e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeea236', endColorstr='#fff0ad4e', GradientType=0);
}
.pricing-table > li.active.danger {
    background-image: -webkit-linear-gradient(top, #d43f3a 0%, #d9534f 100%);
    background-image: -o-linear-gradient(top, #d43f3a 0%, #d9534f 100%);
    background-image: linear-gradient(to bottom, #d43f3a 0%, #d9534f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd43f3a', endColorstr='#ffd9534f', GradientType=0);
}
.pricing-table > li.active.info {
    background-image: -webkit-linear-gradient(top, #46b8da 0%, #5bc0de 100%);
    background-image: -o-linear-gradient(top, #46b8da 0%, #5bc0de 100%);
    background-image: linear-gradient(to bottom, #46b8da 0%, #5bc0de 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46b8da', endColorstr='#ff5bc0de', GradientType=0);
}
.pricing-table .footer {
    padding: 15px;
    margin: 15px -15px 0;
    background: #eee;
}
.pricing-table.dark .footer {
    background: #333;
}
.pricing-table h3 {
    text-transform: uppercase;
    padding: 15px 0;
}
.pricing-table .price-body {
    width: 125px;
    height: 125px;
    margin: 0 auto 15px auto;
    border: 2px solid #444;
    border-radius: 100%;
    display: table;
}
.pricing-table.dark .price-body {
    border-color: #fff;
}
.pricing-table > li.active.primary .price-body,
.pricing-table > li.active.success .price-body,
.pricing-table > li.active.warning .price-body,
.pricing-table > li.active.danger .price-body,
.pricing-table > li.active.info .price-body {
    border-color: #fff;
}
.pricing-table .price {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    /*Lets vertically center align the price now*/
    vertical-align: middle;
    display: table-cell;
}
.pricing-table .price .price-figure {
    display: block;
}
.pricing-table .price .price-term {
    font-size: 11px;
    font-weight: normal;
}
.pricing-table .features ul {
    margin: 0;
    padding: 0;
}
.pricing-table .features ul li {
    padding: 5px 0;
}
/* END Pricing Table */
/* horizontal rules */
.inner hr {
    margin-top: 10px;
    border-top-color: #ccc;
}
/* BEGIN PROGRESSBAR STYLES */
.progress.xs {
    height: 6px;
}
.progress.sm {
    height: 10px;
}
.progress.md {
    height: 12px;
}
.progress.lg {
    height: 28px;
}
/* END PROGRESSBAR STYLES */
.quick-btn {
    background: #EEEEEE;
    -webkit-box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
    box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
    color: #444444;
    display: inline-block;
    height: 80px;
    margin: 10px;
    padding-top: 16px;
    text-align: center;
    text-decoration: none;
    width: 90px;
    position: relative;
}
.quick-btn span {
    display: block;
}
.quick-btn .label {
    position: absolute;
    right: -5px;
    top: -5px;
}
.quick-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #4d7589;
}
.quick-btn.small {
    width: 40px;
    height: 30px;
    padding-top: 6px;
}
.simpleTable tr th:first-child,
.simpleTable tr td:first-child {
    text-align: center;
    width: 27px;
}
/* BEGIN SORTABLETABLE STYLES */
.sortableTable th {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    cursor: pointer;
}
.sortableTable th:hover {
    color: #888;
}
.sortableTable th.tablesorter-header .fa.sort:before {
    content: "\f0dc";
}
.sortableTable th.tablesorter-header.tablesorter-headerDesc .fa.sort:before {
    content: "\f0de";
}
.sortableTable th.tablesorter-header.tablesorter-headerAsc .fa.sort:before {
    content: "\f0dd";
}
/* END SORTABLETABLE STYLES */
/* BEGIN SPARKLINE STYLES */
.sparkline {
    min-width: 50px;
    border-right: 1px solid #DCDCDC;
    -webkit-box-shadow: 1px 0 0 0 #ffffff;
    box-shadow: 1px 0 0 0 #ffffff;
    float: left;
    margin-right: 12px;
    padding: 10px 14px 0px 4px;
    line-height: 52px;
}
/* END SPARKLINE STYLES */
.stats_box {
    display: inline-block;
    list-style: none outside none;
    margin-left: 0;
    margin-top: 20px;
    padding: 0;
}
.stats_box li {
    background: #EEEEEE;
    -webkit-box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
    box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
    display: inline-block;
    line-height: 18px;
    margin: 0 10px 10px;
    padding: 0 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    float: left;
}
.stats_box .stat_text {
    float: left;
    font-size: 12px;
    padding: 9px 10px 7px 0;
    text-align: left;
    min-width: 225px;
    position: relative;
}
.stats_box .stat_text strong {
    display: block;
    font-size: 16px;
}
.stats_box .stat_text .percent {
    color: #444;
    float: right;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 17px;
}
.stats_box .stat_text .percent.up {
    color: #46a546;
}
.stats_box .stat_text .percent.down {
    color: #C52F61;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px; 
}
::-webkit-scrollbar-thumb {
    border-radius: 1em;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}
::-webkit-scrollbar-track {
    border-radius: 1em;
    background: transparent;
}
::-webkit-scrollbar-track:hover {
    background: rgba(110, 110, 110, 0.25);
}
/* BEGIN FULLCALENDAR STYLES */
.fc-event.label {
    border: 1px solid #808080;
    color: #fff;
    font-size: .85em;
    cursor: default;
    background-color: #999999;
}
.fc-event.label.label-default {
    border-color: #6a6a6a;
    background-color: #777777;
}
.fc-event.label.label-default[href]:hover,
.fc-event.label.label-default[href]:focus { 
    background-color: #5e5e5e;
}
.fc-event.label.label-primary {
    border-color: #357ebd;
    background-color: #428bca;
}
.fc-event.label.label-primary[href]:hover,
.fc-event.label.label-primary[href]:focus {
    background-color: #3071a9;
}
.fc-event.label.label-success {
    border-color: #4cae4c;
    background-color: #5cb85c;
}
.fc-event.label.label-success[href]:hover,
.fc-event.label.label-success[href]:focus {
    background-color: #449d44;
}
.fc-event.label.label-info {
    border-color: #46b8da;
    background-color: #5bc0de;
}
.fc-event.label.label-info[href]:hover,
.fc-event.label.label-info[href]:focus {
    background-color: #31b0d5;
}
.fc-event.label.label-warning {
    border-color: #eea236;
    background-color: #f0ad4e;
}
.fc-event.label.label-warning[href]:hover,
.fc-event.label.label-warning[href]:focus {
    background-color: #ec971f;
}
.fc-event.label.label-danger {
    border-color: #d43f3a;
    background-color: #d9534f;
}
.fc-event.label.label-danger[href]:hover,
.fc-event.label.label-danger[href]:focus {
    background-color: #c9302c;
}
/* END FULLCALENDAR STYLES */
/* ==========================================================================
metisAdmin: HACK
========================================================================== */
/**
* Chosen
*/
.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto !important;
}
/**
* Sparkline
*/
.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/**
* Google Maps
*/
.google-maps {
    min-height: 300px;
}
/**
* Bootstrap-Timepicker
*/
.icon-chevron-up,
.icon-chevron-down {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-up:before {
    content: "\e113";
}
.icon-chevron-down:before {
    content: "\e114";
}
/**
* Bootstrap-Wysihtml5
*/
iframe.wysihtml5-sandbox {
    width: 100% !important;
}
/**
* Elfinder
*/
.elfinder,
.elfinder * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/**
* Bootstrap-Colorpicker
*/
.colorpicker-saturation {
    background-image: url(../lib/colorpicker/img/saturation.png) !important;
}
.colorpicker-hue {
    background-image: url(../lib/colorpicker/img/hue.png) !important;
}
.colorpicker-alpha {
    background-image: url(../lib/colorpicker/img/alpha.png) !important;
}
.colorpicker-color {
    background-image: url(../lib/colorpicker/img/alpha.png) !important;
}
/**
* Uniform
*/
div.uploader {
    width: auto !important;
}
.p-xs {
    padding: 10px;
}
.p-xs-t {
    padding-top: 10px;
}
.p-xs-l {
    padding-left: 10px;
}
.p-xs-b {
    padding-bottom: 10px;
}
.p-xs-r {
    padding-right: 10px;
}
.p-sm {
    padding: 15px;
}
.p-sm-t {
    padding-top: 15px;
}
.p-sm-l {
    padding-left: 15px;
}
.p-sm-b {
    padding-bottom: 15px;
}
.p-sm-r {
    padding-right: 15px;
}
.p-md {
    padding: 25px;
}
.p-md-t {
    padding-top: 25px;
}
.p-md-l {
    padding-left: 25px;
}
.p-md-b {
    padding-bottom: 25px;
}
.p-md-r {
    padding-right: 25px;
}
.p-lg {
    padding: 40px;
}
.p-lg-t {
    padding-top: 40px;
}
.p-lg-l {
    padding-left: 40px;
}
.p-lg-b {
    padding-bottom: 40px;
}
.p-lg-r {
    padding-right: 40px;
}
.m-xs {
    margin: 10px;
}
.m-xs-t {
    margin-top: 10px;
}
.m-xs-l {
    margin-left: 10px;
}
.m-xs-b {
    margin-bottom: 10px;
}
.m-xs-r {
    margin-right: 10px;
}
.m-sm {
    margin: 15px;
}
.m-sm-t {
    margin-top: 15px;
}
.m-sm-l {
    margin-left: 15px;
}
.m-sm-b {
    margin-bottom: 15px;
}
.m-sm-r {
    margin-right: 15px;
}
.m-md {
    margin: 25px;
}
.m-md-t {
    margin-top: 25px;
}
.m-md-l {
    margin-left: 25px;
}
.m-md-b {
    margin-bottom: 25px;
}
.m-md-r {
    margin-right: 25px;
}
.m-lg {
    margin: 40px;
}
.m-lg-t {
    margin-top: 40px;
}
.m-lg-l {
    margin-left: 40px;
}
.m-lg-b {
    margin-bottom: 40px;
}
.m-lg-r {
    margin-right: 40px;
}
.m-lg-rl {
    margin-bottom: 100px;
}
.bg-red {
    background-color: #b90000;
    color: #ffffff !important;
}
.bg-red.dker,
.bg-red > .dker {
    background-color: #900000 !important;
}
.bg-red.dk,
.bg-red > .dk {
    background-color: #a50000 !important;
}
.bg-red.lt,
.bg-red > .lt {
    background-color: #cd0000 !important;
}
.bg-red.lter,
.bg-red > .lter {
    background-color: #e20000 !important;
}
.bg-brick {
    background-color: #cd6723;
    color: #ffffff !important;
}
.bg-brick.dker,
.bg-brick > .dker {
    background-color: #aa551d !important;
}
.bg-brick.dk,
.bg-brick > .dk {
    background-color: #bc5e20 !important;
}
.bg-brick.lt,
.bg-brick > .lt {
    background-color: #db712a !important;
}
.bg-brick.lter,
.bg-brick > .lter {
    background-color: #de7c3b !important;
}
.bg-orange {
    background-color: #ff4e00;
    color: #ffffff !important;
}
.bg-orange.dker,
.bg-orange > .dker {
    background-color: #d64200 !important;
}
.bg-orange.dk,
.bg-orange > .dk {
    background-color: #eb4800 !important;
}
.bg-orange.lt,
.bg-orange > .lt {
    background-color: #ff5c14 !important;
}
.bg-orange.lter,
.bg-orange > .lter {
    background-color: #ff6a29 !important;
}
.bg-green {
    background-color: #4b780a;
    color: #ffffff !important;
}
.bg-green.dker,
.bg-green > .dker {
    background-color: #335207 !important;
}
.bg-green.dk,
.bg-green > .dk {
    background-color: #3f6508 !important;
}
.bg-green.lt,
.bg-green > .lt {
    background-color: #578b0c !important;
}
.bg-green.lter,
.bg-green > .lter {
    background-color: #639e0d !important;
}
.bg-blue {
    background-color: #00caf2;
    color: #ffffff !important;
}
.bg-blue.dker,
.bg-blue > .dker {
    background-color: #00a8c9 !important;
}
.bg-blue.dk,
.bg-blue > .dk {
    background-color: #00b9de !important;
}
.bg-blue.lt,
.bg-blue > .lt {
    background-color: #07d6ff !important;
}
.bg-blue.lter,
.bg-blue > .lter {
    background-color: #1cd9ff !important;
}
.bg-black {
    background-color: #222222;
    color: #ffffff !important;
}
.bg-black.dker,
.bg-black > .dker {
    background-color: #0e0e0e !important;
}
.bg-black.dk,
.bg-black > .dk {
    background-color: #181818 !important;
}
.bg-black.lt,
.bg-black > .lt {
    background-color: #2c2c2c !important;
}
.bg-black.lter,
.bg-black > .lter {
    background-color: #363636 !important;
}
.bg-dark {
    background-color: #999999;
    color: #ffffff !important;
}
.bg-dark.dker,
.bg-dark > .dker {
    background-color: #10bbc1 !important;
}
.bg-dark.dk,
.bg-dark > .dk {
    background-color: #ffffff !important;
}
.bg-dark.lt,
.bg-dark > .lt {
    background-color: #909090 !important;
}
.bg-dark.lter,
.bg-dark > .lter {
    background-color: #585858 !important;
}
.bg-light {
    background-color: #eeeeee;
    color: #333333 !important;
}
.bg-light.dker,
.bg-light > .dker {
    background-color: #dadada !important;
}
.bg-light.dk,
.bg-light > .dk {
    background-color: #e4e4e4 !important;
}
.bg-light.lt,
.bg-light > .lt {
    background-color: #f8f8f8 !important;
}
.bg-light.lter,
.bg-light > .lter {
    background-color: #ffffff !important;
}
.bg-light.dashboard,
.bg-light > .dashboard {
    background-color: #eee !important;
}
.bg-brillant {
    background: url("../img/pattern/brillant.png") repeat;
}
.bg-always_grey {
    background: url("../img/pattern/always_grey.png") repeat;
}
.bg-retina_wood {
    background: url("../img/pattern/retina_wood.png") repeat;
}
.bg-low_contrast_linen {
    background: url("../img/pattern/low_contrast_linen.png") repeat;
}
.bg-egg_shell {
    background: url("../img/pattern/egg_shell.png") repeat;
}
.bg-cartographer {
    background: url("../img/pattern/cartographer.png") repeat;
}
.bg-batthern {
    background: url("../img/pattern/batthern.png") repeat;
}
.bg-noisy_grid {
    background: url("../img/pattern/noisy_grid.png") repeat;
}
.bg-diamond_upholstery {
    background: url("../img/pattern/diamond_upholstery.png") repeat;
}
.bg-greyfloral {
    background: url("../img/pattern/greyfloral.png") repeat;
}
.bg-white_tiles {
    background: url("../img/pattern/white_tiles.png") repeat;
}
.bg-gplaypattern {
    background: url("../img/pattern/gplaypattern.png") repeat;
}
.bg-arches {
    background: url("../img/pattern/arches.png") repeat;
}
.bg-purty_wood {
    background: url("../img/pattern/purty_wood.png") repeat;
}
.bg-diagonal_striped_brick {
    background: url("../img/pattern/diagonal_striped_brick.png") repeat;
}
.bg-large_leather {
    background: url("../img/pattern/large_leather.png") repeat;
}
.bg-bo_play_pattern {
    background: url("../img/pattern/bo_play_pattern.png") repeat;
}
.bg-irongrip {
    background: url("../img/pattern/irongrip.png") repeat;
}
.bg-wood_1 {
    background: url("../img/pattern/wood_1.png") repeat;
}
.bg-pool_table {
    background: url("../img/pattern/pool_table.png") repeat;
}
.bg-crissXcross {
    background: url("../img/pattern/crissXcross.png") repeat;
}
.bg-rip_jobs {
    background: url("../img/pattern/rip_jobs.png") repeat;
}
.bg-random_grey_variations {
    background: url("../img/pattern/random_grey_variations.png") repeat;
}
.bg-carbon_fibre {
    background: url("../img/pattern/carbon_fibre.png") repeat;
}
/* BEGIN ERROR PAGES STYLES */
body.error {
    padding-top: 40px;
    background: url("../img/pattern/always_grey.png") repeat rgba(68, 68, 68, 0.9);
}
body.error .logo h1 {
    color: #FFFFFF;
    font-size: 100px;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);    
}
@media (max-width: 767px) {
    body.error .logo h1 {
        font-size: 60px;
    }
}
/* END ERROR PAGES STYLES */
/* BEGIN LOGIN PAGE STYLES */
.login {
    padding-top: 40px;
    padding-bottom: 40px;
    /*  background: url("../img/pattern/irongrip.png") repeat #444444;*/
    background: #fff;
}
.login .form-signin {
    max-width: 330px;
    padding: 20px;
    margin: 0 auto;
    background-color: #F5F5F5;
    border-radius: 3px;
}
.login .form-signin .form-signin-heading,
.login .form-signin .checkbox {
    margin-bottom: 10px;
}
.login .form-signin .checkbox {
    font-weight: normal;
}
.login .form-signin input[type="text"],
.login .form-signin input[type="password"],
.login .form-signin input[type="email"] {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
}
.login .form-signin input[type="text"]:focus,
.login .form-signin input[type="password"]:focus,
.login .form-signin input[type="email"]:focus {
    z-index: 2;
}
.login .form-signin input.top {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.login .form-signin input.middle {
    margin-bottom: -1px;
    border-radius: 0;
}
.login .form-signin input.bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/* END LOGIN PAGE STYLES */
/* PICKLIST STYLES */
.pickList_sourceListContainer, .pickList_targetListContainer 
{ 
    float: left;
    margin: 0.25em;
    background-color: #fff;
    border: 1px solid #CBA;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;  
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.pickList_controlsContainer {
    float: left; 
    margin: 1.25em;
}
.pickList_controlsContainer { text-align: center; }
.pickList_controlsContainer button { display: block; width: 100%; text-align: center; }
.pickList_list { 
    list-style-type: none; 
    margin: 0;
    padding: 5px; 
    float: left; 
    width: 175px; 
    height: 100px; 
    border: 0px inset #ccc; 
    overflow-y: auto; 
    cursor: pointer; 
}
.pickList_selectedListItem { background-color: #a3c8f5; }
.pickList_listLabel { font-size: 0.9em; font-weight: bold; text-align: center; background-color: rgb(228, 224, 200); padding:3px;}
.pickList_clear { clear: both; }
.errorhigh{
    border-color: red !important ;
    background: rgb(255, 209, 217);
}
.fielderror{
    color: #a94442 !important;
}
/* below all added by hrms team */
.paystrucerror {
    background-color: rgb(255, 209, 217);
    font-size: 12px;    
    padding: 0px 5px 5px 5px;
    border-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.paystrucsuccess {
    background-color: #99FFFF;
    font-size: 12px;    
    padding: 0px 5px 5px 5px;
    border-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#successalert {
    color: #1c790d;	
    font-size: 14px;
    text-align:left;	
    font-style: normal; 
}
#erroralert {
    color: #ff0000;
    font-size: 14px;
    text-align:left;	
    font-style: normal;
}
#infoalert {
    font-size: 14px;
    text-align:left;	
    font-style: normal;
    color: #5600FF;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: black;
}

.tooltip-inner {
    white-space:pre-wrap;
}
.chartDialog td {
    padding : 5px;
}
/* styles for shiftdetails */
.shift-weekoff {
    padding-top : 45px !important;
    padding-left : 25px !important;
    padding : 5px;
    background-color : #FF3366 ;
    color : #ffffff;
}
.shift-holiday {
    padding-top : 45px !important;
    padding-left : 25px !important;
    padding : 5px;
    background-color : #FFFF00;
    color : #kvr;
}
.shift-normal {
    font-size : 9pt !important;
    padding : 5px !important;
    background-color : #c4e7eb;
    color : #303030;
}
/* header for month calendar */
.fc-day-header{
    background: #cccccc !important;
    padding: 5px !important;
    color: #000000 !important;
}

/*.fc-event-container {
    display:none;
}*/
#loginForm label.error {
    font-weight: normal;
    color: #F72323 !important;
}
#passwordForm label.error {
    font-weight: normal;
    color: #F72323 !important;
}
#forgot label.error {
    font-weight: normal;
    color: #F72323 !important;
}
/* payroll controller screen locker's */
.icons .fa-unlock{
    color: #13B913;
    font-size: 2em;
}
/*
.icons .fa-lock {
    color: #FF0000;
    font-size: 2em;
}*/
.icons .fa-thumbs-up {
    color: #5CB85C;
    /* font-size: 1em;*/
}
.icons .fa-thumbs-down {
    color: #FF0000;
    /* font-size: 1em;*/
}
.huge {
    font-size: 35px;   
}
.panel-red a:hover {
    color: #986271;
}
.panel-red a {
    color: #986271;
}
.panel-green a:hover {
    color: #6e6177;
}
.panel-green a {
    color: #6e6177;
}
.panel-yellow a:hover {
    color: #6C6C71;
}
.panel-yellow a {
    color: #6C6C71;
}
.importTable {
    overflow:scroll;
    height:100%;
    width:100%;
}

span.text-content {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 150px;
    left: 0 ;
    position: absolute;
    top: 0;
    width: 150px;
}
span.text-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

span.text-content {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
    opacity: 0;
}

span.text-content:hover {
    opacity: 1;
}

span.text-content {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 150px;
    left: 0;
    position: absolute;
    top: 10px;
    left:15px;
    width: 150px;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.emptyOverlay{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.1;
    z-index: 998;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
} 
.taxTable tbody tr  td:first-child {
    width: 80%;
    white-space: normal;
}
/* for sumo select dropdown overflow */
.sumoselectbox .box .body {
    overflow-x: inherit;
}
.detailTable thead > tr > th {
    /* background-color: #B0BBD2 !important; */
    padding: 5px !important;
    color: black;
    border: 2px solid #fff;
}
.detailTable tbody tr td{
    background-color: #EAF5F1;
    border: 2px solid #fff;
}
.taxdisplay {
    border: 1.5px solid black;
} 

.taxdisplay thead > tr > th {
    background-color:#66ffcc !important;
    font-weight:bold;
    color:black;
    border: 1.5px solid black;
    font-size:16px;
    text-align: center;
} 

.taxdisplay  tbody tr td{
    border: 1.5px solid black;
}
.reportClass {
    text-align: center;
}
h1{border:0; margin:0; padding:0;}
/* ----------- My Form ----------- */
.assestment-form{
    margin:0 auto;
    width:400px;
    padding:14px;
}
/* for details-control inside td word-wrap*/
table tr td.tdDetails{
    white-space: normal;
}

/* Section Icons */
.section-head {
    text-align: center;
    padding: 30px 0;
    line-height: 100%;
}
.section-head h4 {
    font-size: 17px;
    color: #1ab394;
    white-space: normal;
    line-height: 1.5;
}
.section-overlayhead {
    text-align: center;    
    line-height: 100%;
}
.section-overlayhead h5 {
    color: #ff6f56;
    white-space: normal;
    font-weight: bold;
    line-height: 1.25;
}
.section-icon {
    text-align: center;
    color: rgb(0, 188, 212);
    padding: 30px 0 0 0;
}
.section-overlayicon {
    text-align: center;
    color: #ff6f56;
    padding: 25px 0 0 0;
}
.section-content {
    text-align: left;
    padding: 0px 0px 0px 20px;  
    line-height: 100%;
    color: white;	
}
.section-content span{
    font-size: 11px;
    color: white;
    white-space: normal;
    line-height: 2;
    padding: 0 0 0px 15px;	
}
/* Section icons End */
p.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.manditoryrequired {
    color: rgb(255,0,0);
}
/* Section customized icons*/
.l-cust-icons{
    color: #001fff;
    font-size: 1.25em;
    text-shadow: 1px 1px 7px #a5a5a5;
    font-weight: bold;
    line-height: 0.75em;
    vertical-align: -15%;
    padding-left: 0.5em;
}
.p-cust-icons{
    color: #ff0000;
    font-size: 1.25em;
    text-shadow: 1px 1px 7px #ff33e6;
    font-weight: bold;
    line-height: 0.75em;
    vertical-align: -15%;
    padding-left: 0.5em;
}
.s-cust-icons{
    color: #1ec8ef;
    font-size: 1.25em;
    text-shadow: 1px 1px 7px #5ae1ff;
    font-weight: bold;
    line-height: 0.75em;
    vertical-align: -15%;                                                                                                                                                           
    padding-left: 0.5em;
}
.common-cust-icon{
    color: rgb(255,0,0);

}
div.name-wrap{
    word-wrap: break-word;      

} 
#topmenu > a{
    color: #EEEEFF;
    text-decoration: none;
}
#topmenu > a:hover{
    color: #FF0000;
    text-decoration: none;
}
.openAnncMenu > a{
    color: #EEEEFF;
    text-decoration: none;
}
.openAnncMenu > a:hover{
    color: #FF0000;
    text-decoration: none;
}
.openCalMenu > a{
    color: #EEEEFF;
    text-decoration: none;
}
.openCalMenu > a:hover{
    color: #FF0000;
    text-decoration: none;
}
.openRedMenu > a{
    color: #EEEEFF;
    text-decoration: none;
}
.openRedMenu > a:hover{
    color: #FF0000;
    text-decoration: none;
}
.openTimeMenu > a{
    color: #EEEEFF;
    text-decoration: none;
}
.openTimeMenu > a:hover{
    color: #FF0000;
    text-decoration: none;
}
#topmenu5 > a{
    color: #EEEEFF;
    text-decoration: none;
}
#topmenu5 > a:hover{
    color: #FF0000;
    text-decoration: none;
}
#topmenu6 > a{
    color: #EEEEFF;
    text-decoration: none;
}
#topmenu6 > a:hover{
    color: #FF0000;
    text-decoration: none;
}
#topmenu7 > a{
    color: #EEEEFF;
    text-decoration: none;
}
#topmenu7 > a:hover{
    color: #FF0000;
    text-decoration: none;
}
#leftmenu{
    color: #EEEEFF;
    text-decoration: none;
}
.infooverlay {/*for help text over lay resizable*/
    top: 54px;
    bottom: 42px;
    width: 0;
    position: absolute; 
    z-index: 8; 
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 #9c9c9c;
    overflow-x: hidden; 
    transition: 0.5s; 
}
.infooverlay-content {
    position: relative;
    top: 5%;
    width: 100%;    
    margin-top: -10px;
    margin-bottom: 50px;
    padding: 0px 0px 0px 20px;
    /*    overflow-y: auto;*/
}
/* The navigation links inside the overlay */
.infooverlay a {
    margin: 6px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    transition: 0.3s; 
}
.infooverlay-closed a {
    margin: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: none; 
    transition: 0.3s; 
}
.infooverlay .vlap{
    color: #353535;

}
/* Announcements Close anchor*/
.infooverlay-closeann a {
    margin: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: none; 
    transition: 0.3s; 
}
/*for use of reminder button anchor */
.infooverlay .closebtn1 {
    position: fixed;
    z-index: 9999;
    top: 39px;
    right: 0px;
    font-size: 35px;
    /*    line-height: 41px;*/
}
/*Announcements Close div*/
.infooverlay .closebtnann { 
    position: fixed;
    z-index: 9999;
    top: 39px;
    right: 0px;
    font-size: 35px;
}
.infooverlay a:hover, .infooverlay a:focus {
    color: #353535;
}
.infooverlay .closebtn {
    position: absolute;
    top: 35px;
    right: 2px;
    font-size: 35px;
}
.infooverlay .closebtnhelp {
    position: absolute;
    top: -13px;
    right: 0px;
    font-size: 35px;
}
.chart-infooverlay{/*for help text over lay resizable*/
    top: 54px;
    bottom: 42px;
    position: absolute; 
    z-index: 5; 
    right: 0;
    background-color: #eee;
    /*    border-left: 1px solid rgb(189, 188, 188) !important;*/
    box-shadow: 0 0 20px 0 rgb(156, 156, 156);
    overflow-x: hidden; 
    transition: 0.5s;  

}
.chart-infooverlay-content {
    position: relative;
    top: 5%;
    width: 100%;    
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 0px 0px 0px 20px;
    overflow-y: auto !important;
}
/* The navigation links inside the overlay */
.chart-infooverlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: red;
    display: block; 
    transition: 0.3s; 
}
.chart-infooverlay a:hover, .chart-infooverlay a:focus {
    color: red;
}
.chart-infooverlay .closebtn {
    position: absolute;
    top: -13px;
    right: 2px;
    font-size: 35px;
}
.zone-infooverlay{/*for help text over lay resizable for user specific time zone and company and ou*/
    top: 54px;
    bottom: 42px;
    position: absolute; 
    z-index:7; 
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 #9c9c9c;
    overflow-x: hidden; 
    transition: 0.5s;
}
.infooverlay-content-timezone {
    position: relative;
    top: 5%;
    width: 100%;
    margin-top: 0px;    
    margin-bottom: 50px;
    padding: 0px 0px 0px 20px;
    overflow-y: auto;
}
/* The navigation links inside the overlay */
.zone-infooverlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block; 
    transition: 0.3s; 
}
.zone-infooverlay a:hover, .zone-infooverlay a:focus {
    color:  #353535;
}
.zone-infooverlay .closebtn {
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 35px;
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .infooverlay a {font-size: 14px}
    .infooverlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.infooverlay-section {
    margin-top: -20px;
    color: #424242;
}
.infooverlayhelp {/*for help text over lay resizable*/
    background-color: #0a0202 !important;
}
.infooverlay-sectionhelp {
    color: #ffffff !important;
}
/* user preferences*/
.infooverlay-preferences{
    padding: 10px;
    color: #efefef;
    margin-top: -20px;
    /*        margin-bottom: 10px;*/
}
/* hand symbol linkpointer for tabs in  mastersetupdashboard & systemsetup-->control center */
.linkpointer { cursor: pointer; 
               cursor: hand;
}
.component-name{ /* for help text on overlay */
    font-size:15px; 
}

.infooverlay-textalign{ /* for help text on overlay list  items */
    text-align: justify;
}
.userRoles {
    white-space: nowrap;
}
.customLegend{
    padding: 9px;
}

.common-approve-icon{ /* used in all approval screens for approve ,reject icons color code */
    color:rgb(0, 169, 0);

}
.common-reject-icon{
    color: rgb(255,0,0);

}
div .tablehzscroll{ /* used in employee import screen view */
    overflow-x: scroll;
    overflow-y: scroll;
    /*           height: 200px;*/
    width:1200px;
}
.infooverlay-showReminders {
    padding: 0px 0px 0px 0px;
    color: #efefef;
}

.anndescription {
    width: 500px;
}
#notificationCount{
    /*    top: -10px;
        right:5px;
        background-color:#ffff00 ;
        border-radius:3.25em;
        color:#000000;*/
    top: -10px;
    right: 8px;
    background-color: #ffffff00 !important;
    border-radius: 0.25em;
    /* border: 30px #e20000; */
    color: #ffffff;
    font-family: sans-serif;
}
#invitationsCount{
    top: -10px;
    right: 5px;
    background-color: #ffffff00 !important;
    border-radius: 0.25em;
    color: #ffffff;
}
.infooverlay-close{
    width:10px;
    height:10px;
}
.leave-cust-icons{
    position: relative;
    display: block;
    font-size: 0.90em;
    line-height: 1.35em;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    background-color: #001fff; 
    color:white;
    padding:2px;
    margin-top:20px; 
}
.preference-color{
    color:#903678;
}
.exit-cust-icons{
    color: #FF0000;
    font-size: 1.25em;
    text-shadow: 1px 1px 7px #ff336b;
    font-weight: bold;
    line-height: 0.75em;
    vertical-align: -15%;
    padding-left: 0.5em;
}
.custom-space{
    padding-top:15px; 
}
.annread-space{
    padding-bottom:10px; 
}
.common-numbers{
    width: 70px;
}
.errortext {
    color: #ff0000;
}
/*details controller icon style for server side data rendering*/
.control-style {
    width: 12px;
}
/*data tables text wrap style for server side data rendering*/
.text-wrap{
    white-space:normal;
    word-break: break-word;
}

.twrap{
    word-break: break-word;
    white-space: normal;
}
/*reminders list*/
.reminders-list{
    padding: 0px;
}

.tooltips1 {
    position: relative;
    color: #00b4ab;
}
.tooltips1 .tooltip-text {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    visibility: hidden;
    max-width: 300px;
    background-color: #00b4ab;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 3000;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: .3s;
    transform: translate3d(0px, 20px, 0px);
}

.tooltips1 .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #00b4ab transparent transparent transparent;
}

.tooltips1:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.remindersline{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    border: 0;
    border-top: 1px solid #6d6a6a;
}
.reminder-a{
    padding: 0px;
}
/*for login, forgot and reset buttons styles changed*/
.loginButton, .loginSigIn, .resetButton{
    /*  margin: 0 auto;
        display: table; */
    float: right;
}
/*dashboard of birthday and holiday tables scroll added, section dashboard start*/
.dashboardtablescroll {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.dashboardtablescroll th,
.dashboardtablescroll td {
    padding: 5px;    
}
.dashboardtablescroll td:nth-child(1),
.dashboardtablescroll th:nth-child(1) {
    min-width: 58px;
}
.dashboardtablescroll td:nth-child(2),
.dashboardtablescroll th:nth-child(2) {
    min-width: 170px;
}
.birthdaywidget th:nth-child(2){
    text-align:right;
}
.dashboardtablescroll td:nth-child(2),
.holidaywidget th:nth-child(2){
    text-align:left; 
}
.dashboardtablescroll td:nth-child(3),
.dashboardtablescroll th:nth-child(3) {
    width: 246px;
}
.dashboardtablescroll thead {
    background-color: #fff;
    color: #000;
    width: 100%;
}
.dashboardtablescroll thead tr {
    display: block;
    position: relative;
    border-bottom: 2px solid #ddd;
}
.dashboardtablescroll tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: 210px;
}
.table.tableborder > thead > tr > th{
    border-bottom: none !important;
}
@media only screen and (max-width: 480px) {
    .dashboardtablescroll td:nth-child(1),
    .dashboardtablescroll th:nth-child(1) {
        min-width: 50px;
    }
    .dashboardtablescroll td:nth-child(2),
    .dashboardtablescroll th:nth-child(2) {
        min-width: 120px;
    }
    .dashboardtablescroll td:nth-child(3),
    .dashboardtablescroll th:nth-child(3) {
        width: 150px;
    }
}
.dashboardtablescroll tbody::-webkit-scrollbar-thumb {    
    background: #B3C5BE;     
    border-radius: 10px;
}
/*dashboard of birthday and holiday tables scroll added, section dashboard end*/

/*text selection background color added.*/
.selection-color::selection {
    background-color: #8e44ad;
    color: white;
}
/*for payslips view alignmets adjusted*/
#mainDiv {
    position: relative;
    min-height: 80px;
    min-width: 100px;
}
.cmpLogoDiv {
    float: left; 
    width: 20%;
}
.cmpNameDiv {
    padding-top: 20px;
    float: left;
    width: 40%;
    font-size: 14px;
}
.cmpAddressDiv {
    float: right;
    text-align: inherit;
    width: 40%;
    margin-top: -10px;
    padding-top: 20px;
    font-size: 14px;
}
/*adjest the width of reminder and announce*/
.reminderwidth{
    width:45px;
}

.Announcewidth{
    width:45px;
}

.notification1{
    width :50px;
}
/*adjest the width of reminder and announce completed*/ 

.widget-head {
    font-size: 20px;
}
.widget-space{
    padding-top : 19px;
    padding-bottom: 10px; 
    text-align:center;
}

.wizardoverlay {  
    height: 70px !important; 
    width: 18%;  
    position: absolute;  
    bottom: 60px;
    right: 250px;
    background-color: #f0ad4e; 
    /* overflow-x: hidden; */ 
    transition: 0.5s;    
    z-index: 8031;
    border-radius: 10px;   
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);  
    border: 2px solid #ffffff !important; 
    /* right: -150px; */
}

.widget-space  a:hover {
    color: #00D0FF;
    text-decoration: none;
}
.widget-space a{
    color : white;
}
.linkText{
    color : white;
    font-size: 15px;
    font-style: oblique;
    font-weight: bold;
    vertical-align:super;
}
i#prev{
    vertical-align:sub; 
}
i#next{
    vertical-align:sub;
}
.wizardoverlay .wizardclosebtn {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.wizardMenu {
    width: 200px;   
    position: absolute;   
    bottom: 100%;   
    background: #505e69 !important; 
    color: white !important;   
    text-align: left;    
    border-radius: 0px;  
    border: 1px solid #ababab !important;
    box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
}

.wizardSubMenu{
    background: #505e69 !important; 
    color: white !important; 
    border-radius: 0px; 
    width: 150px; 
    border: 1px solid #ababab !important;
    box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
}
.prefSubMenu{
    background: #006064 !important; 
    color: white !important; 
    border-radius: 0px; 
    width: 150px; 
    border: 1px solid #ababab !important;
    box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
}

/* img.ui-datepicker-trigger {
 position: relative;
 right: -430px;
 top: -28px;
}  */
/*home page styles */
#menu > li .activeSubLink {
    background-color:#1B3E70;
    color:red;
} 
.img-wrap:hover .img-thumbnail {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: white;
}
.img-wrap .hover-div {
    display: none;
    position: absolute;
    text-align: center;
    top:50px;
    left: -144px;
    right: 5px;
    margin-top: -10px;
    z-index: 10;
}
.img-wrap:hover .hover-div {
    display: inline-block;
    font-size: 14px;

}
.img-wrap:hover .hover-div a {
    color:black;
    text-decoration:underline;
}
/* end of home page styles */

/*Announcement*/
textArea#anndescription{
    height:100px;
} 
/* Announcements*/
.infooverlay-Announcements {
    padding: 0px 0px 0px 0px;
    color: #efefef;
}

#AnnounceCount{
    top: -10px;
    right: 9px;
    background-color: #ffffff00;
    border-radius: 0.25em;
    color: #ffffff;
    font-family: sans-serif;
}
.disableannounce{
    background-color: #989da2;
    border-color: #bdbdbd;  
}

.tooltip3 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip3 .tooltiptext3 {
    visibility: hidden;
    width: auto;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 8032;
    top: -36px;
    left: 0px;
}

.tooltip3:hover .tooltiptext3 {
    visibility: visible;
}
/*for view reports from fancybox*/
#legendId{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
    text-align: left;
    /* border-bottom: 1px solid #e5e5e5; */
}
.remin-space {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ann-space {
    padding-top: 10px;
}
.annhead-space {
    padding-top: 8px;
    padding-bottom: 5px;
}
.calhead-space {
    padding-top: 5px;
}
.cal-space{
    padding-bottom: 6px;
}
.btag{
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
}
.profiledetails {
    margin-top: 3px;
    font-weight: bold;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #424242;
}
.announcedetails {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    color: #424242;
    margin: 8px 0;
}
/* USING legends fancy box*/
.legendfancy {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
    text-align: left;
    /*border-bottom: 1px solid #e5e5e5;*/
}
/* for events show in qtip tool*/
.qtipHead{
    padding: 10px 35px;
    color: #fff;
}
.eventDescription{
    margin: 0px;
    height: 201px !important;
}
.qtipAuto{
    width: auto !important;
    max-width: 500px;
}
.buttonQtip{
    float: none;
    text-align: right;
    display: inline-block;
    width: 100%;
}
.tempedit{
    width: 70%;
}
/* iamge popup from user profile pick*/
.container {
    height: 500px;
    width: 440px;
    float: left;
    overflow: hidden;
    margin:20px;
}
.container img {
    display: block;
}
.portrait img {
    width: 100%;
}
.landscape img {
    height: 100%;
}

.adjustLevel{
    width:50%;
}
.infooverlayedit{
    height: 100%;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.announcementedit{
    width:220px;
}
.overlap-infooverlay{
    top: 54px;
    bottom: 42px;
    position: absolute; 
    z-index:2; 
    right: 0;
    background-color: #eee;
    /*    border-left: 1px solid rgb(189, 188, 188);*/
    box-shadow: 0 0 20px 0 rgb(156, 156, 156);
    overflow-x: hidden; 
    transition: 0.5s;  
}
.pop-infooverlay{/*for help text over lay resizable*/
    top: 54px;
    bottom: 42px;
    position: absolute; 
    z-index:0; 
    right: 0;
    background-color: #eee;
    /*    border-left: 1px solid rgb(189, 188, 188);*/
    box-shadow: 0 0 20px 0 rgb(156, 156, 156);
    overflow-x: hidden; 
    transition: 0.5s;  
    padding-bottom: 45px; 
    margin-bottom: 24px; 

}
/*.pop-infooverlay a {
    padding: 3px;
    text-decoration: none;
    font-size: 12px;
    color: #0095ff;
    display: block; 
    transition: 0.3s; 
}*/
.pop-infooverlay a:hover, .pop-infooverlay a:focus {
    color: red;
}
.pop-infooverlay .closebtn {
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 35px;
}
.pop-infooverlay-content {
    position: relative;
    top: 5%;
    width: 100%;    
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 0px 0px 0px 20px;
    /*    overflow-y: auto;*/
}
.calendar-pop-infooverlay{/*for help text over lay resizable*/
    top: 54px;
    bottom: 42px;
    position: absolute;
    z-index:6;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: #eee;
    /*    border-left: 1px solid rgb(189, 188, 188);*/
    box-shadow: 0 0 20px 0 rgb(156, 156, 156);
    overflow-x: hidden;
    transition: 0.5s;
}
.calendar-pop-infooverlay a:hover, .calendar-pop-infooverlay a:focus {
    color: red;
}
.calendar-pop-infooverlay .closebtn {
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 35px;
}
.calendar-pop-infooverlay-content {
    position: relative;
    top: 5%;
    width: 100%;    
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 0px 0px 0px 20px;
    /*    overflow-y: auto;*/
}
/* datepicker icon for all date fields */
.datefield_travel{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 206px 7px;
}
.daterangfield{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 290px 7px;  
}
.datefield_reim{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 128px 7px;
} 
.datefield{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 430px 7px;    
}
.datefield_holiday{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 190px 7px;   
}
.datefield_dob{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 160px 7px;    
}
.datefield_award{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 140px 7px;    
}
.datefield_inactvie{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 380px 7px;    
}
.packageName{
    font-size:15px;
    position:absolute;
    padding-top:20px;
    font-weight: bold;
}
.datawidget {
    position: relative;
    margin-top: 15px;
    margin-left: 6px;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 15px 20px;
    background:#796b82;
    border-radius: 3px;
    color:white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.panel-bodyleft {
    background-color: #10bbc1;
    /* color: black; */
    font-weight: 15px;
    font-weight: bold;
    padding-top: 10px;
}
/* notifications list styles*/
.itembox{
     background-color: #fbfbfb;
    margin-top: 7px;
    border-radius: 0px;
    margin-right: 1px;
    border-bottom: 1px solid #e8e8e8;
}
.overlay-headings{
    font-size: 14px;
}
.announce-headings{
    color:#353535;
    font-size: 14px;
}
.zonetds{
    color:#353535;
    font-size: 12px;
}
.panel-bodyright {
    background-color: #07a5ab;
    /* color: black; */
    font-weight: 15px;
    font-weight: bold;
    padding-top: 10px;
}

hr.widget-Line{
    margin-top: 4px;
    margin-bottom: 0px;
    border: 0;
    border-top: 0px solid #eee;

}
.panel-widget-heads{
    background-color: #4d5e69; 
    color:#ffffff;  
    font-weight:bold;
    border-radius:4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.panel-heads{
    background-color: #4d5e69; 
    color:#ffffff;  
    font-weight:bold;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);  
}
/*.leaves-heads{
    background-color: #00738e; 
    color:#ffffff;
}
.attn-heads{
    background-color: #9e0075; 
    color:#ffffff;
} */
.leaves-leftportion{
    background-color: #10bbc1; 
    border-radius: 0px;
}
.leaves-rightportion{
    background-color: #07a5ab; 
    border-radius: 0px;  
}
.att-leftportion{
    background-color: #da68a6;  
    border-radius: 0px;
}
.att-rightportion{
    background-color: #c16195; 
    border-radius: 0px;
}
.reimb-leftportion{
    background-color: #f4Bf3e;
    border-radius: 0px;  
}
.reimb-rightportion{
    background-color: #eead0e; 
    border-radius: 0px;
}
.incen-leftportion{
    background-color: #6bbb6b; 
    border-radius: 0px;
}
.incen-rightportion{
    background-color: #4aa54a;
    border-radius: 0px;
}
.compoff-leftportion{
    background-color: #ff6666; 
    border-radius: 0px;
}
.compoff-rightportion{
    background-color: #de5d5d; 
    border-radius: 0px;
}
.travel-leftportion{
    background-color: #6563aD; 
    border-radius: 0px;
}
.travel-rightportion{
    background-color: #48478c;
    border-radius: 0px;
}
.activeUser-widget{
    background-color: #732040;
    border-radius:4px;
}

.col-xs-widget{
    width:100%;
    padding-top:8px;
}
.btnsView{
    text-align: right;
}
.strikestyle{
    color: red;
    text-decoration:line-through;
}
.text-center{
    text-align:center 
}
.widget-body-styles{
    margin-top: -20px;
    background-color:#8fa9b1;
    color: #fff !important;
    font-weight:bold;

}
.widget-body-styles table#empleavestatisticsTable td{
    white-space:inherit;
}
.leaveStatsDiv {
    width: 18% !important;
}
.custom-wideget-style {
    font-family: inherit;
    font-weight: 500;
    line-height: 2.5;
    color: inherit;
    font-weight:bold;
}
.panel-widget-heads{
    background-color: #4d5e69; 
    color:#ffffff;  
    font-weight:bold;
    border-radius:0px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.quickActionDiv {  
    position: fixed; 
    right: 0;  
    top: 45%;
    right: 5px;
    background-color: #10BBC1; 
    transition: 0.5s;    
    z-index: 8031;
    border-radius: 360px;   
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);  
    border: 2px solid #ffffff !important; 
    padding:5px;
}

.quickIcon{
    color:#ffffff;
}


.quickMenuItem {  
    width:200px;
    right: 100%; 
    top: 75%; 
    position: absolute; 
    background: #006064 !important;
    opacity: 0.8; 
    color: #ffffff !important;   
    text-align: left;  
    border: 1px solid #ababab !important; 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.quickMenuItem a{
    color: #ffffff !important;

}
.quickMenuItem > li:hover > a{
    color: #c77405 !important;
}

.quickMenuHeader{
    font-weight: bold;
    font-size:14px;
    background-color: #4d5e69;
    text-align:center;
}

.quickMenuHeader:hover{
    color: #ffffff !important;
    background-color: #4d5e69 !important;
    border: 1px solid #6D7B84 !important;
    /*    border:none !important;*/
}

.close{
    padding: 15px 15px 0px 0;
    font-size:12px;
}
.widget-icon-close{
    padding: 15px 15px 0px 0px;
    font-size:12px;
}
.dashboard-settings{
    display: inline-block;
    background: #11489a;
    border-radius: 4px;
    font-family: "arial-black";
    font-size: 12px;
    line-height: 1px;
    color: #FFF;
    padding: 5px 10px;
    cursor: pointer;
}

.advancedSettingsMenu{
    width: 200px;
    top:32px;
    position: absolute;
    background: #505e69 !important;     
    color: white !important;
    text-align: left;
    border-radius: 0px;
    border: 1px solid #ababab !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    z-index:8090;
}
.addwidget-nav{
    padding:10px;
}

element.style {
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.dashboardActionDiv {
    position: fixed;
    right: 0;
    top: 28%;
    right: -3px;
    background-color: #e65c5b;
    transition: 0.5s;
    z-index: 8031;
    border-radius: 6px 0px 0px 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    border: 2px solid #ffffff !important;
    padding: 5px;
}

.addwidgetItem {  
    width:200px;
    right: 100%; 
    top: 75%; 
    position: absolute; 
    background: #006064 !important;
    opacity: 0.8; 
    color: #ffffff !important;   
    text-align: left;  
    border: 1px solid #ababab !important; 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.addwidgetIcon{
    color:#ffffff;  
}
.successtext{
    color:#04af07;

}
.textLine-space{
    padding-top: 5px;
    font-size:14px;
}

[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 21px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    /*    background: red !important;*/
    vertical-align: middle;
    margin-right: 1em;

}
.image-space{
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    margin-top: 10px;
}
.overlap-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 12px !important;
}
.overlap-table > thead > tr > th,
.overlap-table > tbody > tr > th,
.overlap-table > tfoot > tr > th,
.overlap-table > thead > tr > td,
.overlap-table > tbody > tr > td,
.overlap-table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: center;
    border-top: 0px solid #ddd;
    white-space: nowrap;
}
.overlap-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.profileClass{
    font-size: 18px;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 50%; 
    padding: 0px;
    margin-left: 13px;
    margin-top: 10px;
}
.profilecolor{
    color: white;
}
.detailstyle{
    width: 16px;
}
.overlayprofile{
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%; 
    padding: 0px;
    margin-left: 13px;
}
.custombadge{
    margin-top: 4px;
    padding: 7px 7px 10px 0px;
    background-color: #f3f3f3;
    border-radius: 10px;
}
.img-dashboard{
    width: 49px;
    height: 49px;
    padding: 0px;
    margin-left: 13px;
    margin-bottom: 10px;

}

time.icon
{
    font-size: 1em; /* change icon size */
    display: block;
    position: relative;
    width: 5em;
    height: 5em;
    background-color: #fff;
    /* margin: 2em auto; */
    border-radius: 0.6em;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0deg) skewY(0deg);
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
}

time.icon *
{
    display: block;
    width: 100%;
    font-size: 0.75em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

time.icon strong
{
    position: absolute;
    top: 0;
    padding: 0.3em 0;
    font-size:0.9em;
    color: #fff;
    background-color: #fd9f1b;
    border-bottom: 1px dashed #f37302;
    box-shadow: 0 1px 0 #fd9f1b;
    font-weight:bold;
}

time.icon em
{
    position: absolute;
    bottom: 0.02em;
    color: #fd9f1b;
    font-size:0.9em;
    font-weight:bold;
}

time.icon span
{
    width: 100%;
    font-size: 1.8em;
    letter-spacing: -0.05em;
    padding-top: 1em;
    color: #2f2f2f;
}
.show-data-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.empsection{
    margin-right: 200px;
}
#snackbar .closeSnackBar{
    position: absolute;
    top:5px;
    right:7px;
    color: #ffffff;
} 
#snackbar { 
    visibility: hidden;   
    min-width: 250px;  
    height: auto;  
    /* margin-left: -125px; */ 
    background-color: #4cae4c; 
    color: #fff;    
    text-align: center; 
    border-radius: 2px;   
    padding: 16px;   
    position: fixed; 
    z-index: 10000;   
    bottom: 0px; 
    bottom: 48px;    
    left: 5px;   
    font-size: 14px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0s, fadeout 0.5s 5.5s;
    animation: fadein 0s, fadeout 0.5s 5.5s;
}

#snackbarinfo .closeSnackBarInfo{
    position: absolute;
    top:5px;
    right:7px;
    color: #ffffff;
}
#snackbarinfo { 
    visibility: hidden;   
    min-width: 250px;  
    height: auto;  
    /* margin-left: -125px; */ 
    background-color: #4cae4c; 
    color: #fff;    
    text-align: center; 
    border-radius: 2px;   
    padding: 16px;   
    position: fixed; 
    z-index: 10000;   
    bottom: 0px; 
    bottom: 48px;    
    left: 5px;   
    font-size: 14px;
}
snackbarinfo.show {
    visibility: visible;
    -webkit-animation: fadein 0s, fadeout 0.5s 5.5s;
    animation: fadein 0s, fadeout 0.5s 5.5s;
}

@-webkit-keyframes fadein {
    from {left: 0; opacity: 0;} 
    to {left: 0; opacity: 1;}
}

@keyframes fadein {
    from {left: 0; opacity: 0;}
    to {left: 0; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {left: 0; opacity: 1;} 
    to {left: 0; opacity: 0;}
}

@keyframes fadeout {
    from {left: 0; opacity: 1;}
    to {left: 0; opacity: 0;}
}
.holiday{
    background-color: #bbbb6b;
}
.weekOff{
    background-color: #9c9b9a;;
}
.overlaphead{
    position: fixed;
    top: 54px;
    width: 50%;
    z-index: 10000;
}
.overlapbody{
    top: 30px;
    background-image: linear-gradient(to bottom, #ffffff 25%, #eee 100%);   
    margin-bottom: 80px;
}
.squeezeoverlapbody{
    background-image: linear-gradient(to bottom, #ffffff 25%, #eee 100%);   
    margin-bottom: 80px;
}
.overlapbody1{
    top:40px;
    margin-bottom:50px;
}
.overlapbodycs{
    top: 30px;
    margin-bottom: 170px !important;
}
.overlaprowsbody{
    margin-top: 42px;
}
.overlaproles{
    margin-top: 25px;
}
.overlaybottom{
    margin-top: 34px;
    margin-bottom: 50px !important;
}
.overlaphead1{
    position: fixed;
    top: 54px;
    width: 60%;
    z-index: 10000;
}
.overlaphead2{
    position: fixed;
    top: 54px;
    width: 45%;
    z-index: 10000;
}
.overlaphead3{
    position: fixed;
    top: 54px;
    width: 40%;
    z-index: 10000;
}
.overlaphead5{
    position: fixed;
    top: 54px;
    width: 28%;
    margin-left: -5px;
    z-index: 10000;
}
/*only for reimbursements request*/
.overlaphead6{
    position: fixed;
    top: 54px;
    width: 70%;
    z-index: 10000;
}
.overlapbuttons{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: 0px;
    bottom: 40px;
    width: 60%;
    z-index: 10000;
}
.overlapbtn{
    padding-left: 50%;
    margin-bottom: 6px;
    margin-top: 6px;
}
.overlapbuttons1{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: -10px;
    bottom: 42px;
    width: 60%;
    z-index: 10000;
}
.overlapbuttons2{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: -6px;
    bottom: 42px;
    width: 60%;
    z-index: 10000;
}
.overlapbuttons7{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: 0px;
    bottom: 40px;
    width: 70%;
    z-index: 10000;
}
.overlapbtn7{
    padding-top: 0px !important;
    padding-left: 50%;
    margin-bottom: 6px;
    margin-top: 6px;
}

.over{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    bottom: 42px;
    width: 50%;
    z-index: 10000;
    margin-left:-5px;
}

.overlapbuttons3{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    bottom: 27px;
    width: 60%;
    z-index: 10000;
}
.overlapbuttons4{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: -15px;
    bottom: 42px;
    width: 60%;
    z-index: 10000;
}
.overlapbuttons5{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: -25px;
    bottom: 42px;
    width: 60%;
    z-index: 10000;
}
.overlapbuttons6{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: -20px;
    bottom: 42px;
    width: 60%;
    z-index: 10000;
}
.overlapbtn1{
    padding-top: 0px !important;
    padding-left: 37%;
    margin-bottom: 6px;
    margin-top: 6px;
}
.overlapbtn2{
    padding-top: 0px !important;
    padding-left: 63%;
    margin-bottom: 6px;
    margin-top: 6px;
}
.overlapbtn3{
    padding-top: 0px !important;
    padding-left: 26%;
    margin-bottom: 6px;
    margin-top: 6px;
}
.overlapbtncal{
    padding-top: 0px !important;
    padding-left: 58%;
    margin-bottom: 6px;
    margin-top: 6px;
}
.customClass {
    width:80px;
}
.overlapedit{
    margin-left: -5px;
    margin-top:-7px;
}
.squeezeheader{
    margin-left: -5px;
    margin-top:-7px;
    position: fixed;
    width:35%;
    z-index:10000;
}
.clear-class {
    clear: both;
}
#contentAreaOpen{
    top: 54px;
    bottom: 42px;
    width: 0;
    position: fixed;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 #9c9c9c;
    overflow-x: hidden;  
    transition: 0.5s; 
    padding-left: 5px;
}
.inlineInput{
    border: 0px;
    border-bottom: 1px solid #000;
}
table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
}

.displayLabel{
    padding:10px;
}
.assignto{
    margin-left: -15px;
}
.overlapfixed{
    margin-left: -5px;
    position: fixed;
    top: 54px;
    width: 48%;
    z-index: 10000;
}
.prjtcolor{
    background-color: #3d4952 !important;
    color: white;
}
.prjtcolor a{
    color: white;
}
/*
.seccolor{
     background-color: #c0c5d0 !important;
}
.maintaskcolor{
     background-color: #ced2ce !important;
}*/

.maintaskcolor{
    background-color: #f9f9f9 !important;
}

.seccolor{
    background-color: #d4dade !important;
}

.subtaskcolor{
    background-color:#f1f1f1 !important;
/*    font-size:12px;*/
}

.subtask{
    font-size:12px; 
}
.taskpadding{
    padding-left: 10px !important;
}
.subtaskpadding{
    padding-left: 20px !important;
}

.projecttitle{
    font-weight: bold !important;
}
.projectsection{
    font-style: italic;
    font-weight: bold;
}
.projecttask{
    font-style: normal;
}
.projectsubtask{
    font-style: normal;
}
.projectmaintask{
    /*    font-style: italic;*/
    font-weight: bold;
}
table td.footerClass {
    text-align:right;
    padding-right: 100px !important;
    width:100%;
}
.attremove{
    color: #e41733 !important;
}
.permissionsSection{
    word-wrap: break-word;
    white-space: normal;
}
.actionDiv{
    top:40px;
    position:relative;
}

@media only screen and (max-width: 1300px){
    .btn-select {
        width: 225px !important;
    }
    .form-group.col-lg-10 {
        display: inline-block;
        width: 100%;
    }
}


.userTopProfile{
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 63%;
    padding: 0px;
    margin-left: 1px;
    margin-top: 1px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.imageTopMenu{
    border-radius: 63%;
    width: 25px !important;
    height: 25px !important;
    margin-top: 1px;
    margin-left: 1px;
    float:left; /* added for picture position when table squeezed */
}

.imageName{
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    padding: 0px;
    margin-right: 15px;
}

.imgDisplayName{
    border-radius: 63%;
    width: 25px !important;
    height: 25px !important;
    margin-top: 1px;
    margin-left: 1px;
    float: left;
    margin-right: 3px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #fff;
}

.prileImageEdit{
    border-radius: 63%;
    width: 70px !important;
    height: 70px !important;
    margin-top: 0px !important;
    margin-left: 5px;
}
.ic{
    position: absolute;
    top:50px;
    left:30px;
    font-size:13px;
}

.prfImg .ic{
    visibility:hidden;
}

.userImage:hover:hover .ic {
    visibility:visible;
    color:black;
}

.profileData{
   margin-top:0px !important;
   float: left;
    padding-left: 10px;
/*    display:inline-block;*/
}

.userTopProfile .prfImg{
    visibility: hidden;    
    width: 250px;  
    background-color: #3E3B3B;  
    color: #fff;    
    text-align: center;    
    border-radius: 6px;   
    padding: 10px;   
    position: absolute;  
    z-index: 8040; 
    top: 130%; 
    right: 0%;
}
.userTopProfile .prfImg::after {
    content: "";
    position: absolute;
    bottom:100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #3E3B3B transparent;
}
.userTopProfile .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.userImage{
    float:left;
}


ul.list-unstyled.user-info{
    font-size: 13px;   
    line-height: 19px;
}
.media-heading {  
    margin-top: 0;  
    margin-bottom: 5px;  
    font-weight: bold;
     font-size: 12px;
    width:130px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
.userTopProfile .prfImg::after{
    left:91% !important;
}
.ic:hover a{
    color:black;
}

.userHome{
    background-color: #10bbc1;
}
.commentsSection{
    width:100%;
    display: flex;
    padding:10px;
}
.imageCommentsDisplay{
    margin-right: 15px;
    width:30px;
}
.comment-body{
    line-height:20px;
    word-wrap: break-word;
}

.comment-body-attachment{
     line-height:20px;
    word-wrap: break-word;
    padding-top:5px;
}

.comment-auto{
    line-height:20px;
    padding-top:7px;
    word-wrap: break-word;
}
.comment-header{
    line-height:20px;
    word-wrap: break-word;
    font-weight: bold;
}
.test{
    flex: 1 1 auto;
    line-height: 20px;
    min-width: 1px;
    word-wrap: break-word;
    width:100%;
}
.historyDate{
    color:#838388;
    font-weight: bold;
    padding-left:5px;
    font-size: 10px;
}
.attachmentDate{
   color:#838388;
    font-weight: bold;
    font-size: 10px;  
}
table#projectsTable > tbody > tr > td{
    white-space: inherit;
    /*   width:1px;*/
}

span.assetDecription{
    color: grey;
    font-weight: 100;
    width:150px;
    word-wrap: break-word;
}
.imageTopMenu-profile{
    border-radius: 63%;
    width: 35px !important;
    height: 35px !important;
    margin-top: 1px;
    margin-left: 1px;
    float:left; 
}

.iconstd a{
    padding-left:0.2em;
}

.collapseExpandProject{
    padding-right:0.5em;
}
.fixedactions{
    position:fixed;
    z-index:999;
}
.taskform-margin{
    margin-top:87px;  
}
.pmgwidget{
    position: relative;
    margin-top: 15px;
    margin-left: 6px;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 3px;
}

.pmg-m-lg-t {
    margin-top: 40px;
    margin-left: -19px;
}
.common-numaric-width {
    width:55%; 
}
.common-amount-width {
    width:90%;     
}
.my-centered{
    display: block;
    width: 100%;
/*    color:black;*/
}

.my-centered-middle{
   display: block;
    width: 100%;
/*    color:black;*/
    padding-left:40px;
}

.progressbar-danger{
    background-color: #ff2e2e;
}
.progressbar-average{
        background-color: #ff5722;
}
.progressbar-good{
   background-color: orange; 
}
.progressbar-vgood{
    background-color: #00b9ff;
}
.progressbar-excellent{
    background-color: #00d47c;
}
.progress{
     margin-bottom: 0px !important;  
  height: 15px !important; 
   border-radius: 0px !important;  
  background-color: #d8d8d8 !important;
}
.progress-bar{
    line-height: 17px !important;
/*    background-color: #43A261;*/
background-color: #199494;
}
.my-centered-middle{
   display: block;
   width: 100%;
/*   color:black;  */
   text-align:center;
}
.seccolor .collapseExpandSection{
    color:black;
}
.attachmentText{
    font-weight: normal;
}
.pmg-openprojects{
    background-color: #100F0F; 
   border-radius: 0px;
}
.pmg-assignedtasks{
     background-color: #100F0F; 
   border-radius: 0px;
}

span.custom-data-wrap{
  word-wrap: break-word;
   white-space: normal;
   font-size:11px;
}

.AttachmentsSection{
    border-style: dashed;
    border-width: 1px;
    border-color: #838388;
    padding:10px;
}
table#empWizardTable > tbody > tr > td{
   white-space: inherit;
/*   width:1px;*/
}
table.payWizard > thead > tr > th{
    white-space: nowrap !important;
}
span.payStatus{
    white-space: nowrap !important;
}

/*This code for project view only.*/
.prjcontainer{
    padding: 5px;    
    border: 1px solid transparent;
    width: 100%;
    overflow: hidden;
}
.mainsection{
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: white;
    border: 1px solid grey;
    width: 30%;
    height: 100%;
    overflow: hidden;
    float: left;
}
.picsection{
    margin: 5px 5px 5px 6px;
    background-color: #dedede14;
    width: 40%;
    height: 209px;
    float: left;
    border: 1px solid #b1b1b1;
    border-radius: 0px;
}
.deptpicsection{
    margin: 5px 5px 5px 6px;
    background-color: #dedede14;
    width: 40%;
    height: 155px;
    float: left;
    border: 1px solid #b1b1b1;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}
.pictitlerow{
    margin-top: 92px;
    background-color: rgba(4, 2, 2, 0.42);
    width: 100%;
    float:left;
    position: absolute;
}
.consection{
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 14px;
    margin-right: 5px;
    width: 50%;
    border-radius: 0px;
    float: left;
}
.deptconsection{
    margin-top: 5px;
    margin-bottom: 6px;
    margin-left: 14px;
    margin-right: 5px;
    width: 50%;
    border-radius: 0px;
    float: left;
}
.projectmainsection{
    padding: 5px;    
    margin-left: 10px;    
    margin-bottom: 10px;    
    background-color: white;    
    border: 1px solid grey;    
    width: 24%;
    overflow: hidden;
    float: left;
}
.projectconsection{
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 5px;
    width: 100%;
    border-radius: 0px;
    float: left;
}
.projectrow{    
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
    width: 95%;
    padding-top: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rowone{
    margin: 5px;
    background-color: blue;
    width: 95%;
}
.rowtwo{
    /*margin: 5px;
    background-color: pink;
    width: 100%;
    overflow: hidden;*/
    padding: 0px;
    margin: 1px 0px 5px 5px;
    /*background-color: red;
    border: 1px solid grey;*/
    width: 100%;
    overflow: hidden;
}
.rowthree{
    /*margin: 5px;
    background-color: pink;
    width: 100%;
    overflow: hidden;*/
    padding: 0px;
    margin: 6px 0px 5px 5px;
    /*background-color: red;
    border: 1px solid grey;*/
    width: 100%;
    overflow: hidden;
}
.paraspace{
    margin-bottom: 2px;
}
.subsection
{
    padding: 0px;
    background-color: red;
    border: 1px solid grey;
    width: 100%;
    overflow: hidden;
}
.prjtop{
    background-color: #e6e8ec;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -2px;
    margin-right: 0px;
    width: 97%;
    border-radius: 0px;
    text-align: center;
}
.topleft{
    background-color: #b3e5fc;
    margin: 0px;
    width: 46%;
    border-radius: 0px;
    float: left;
    text-align: center;
}
.topright{
    background-color: #b3e5fc;
    margin: 0px;
    padding-right: 7px;
    width: 50%;
    border-radius: 0px;
    float: left;
    text-align: center;
}

.row2-bottomleft{
    background-color: #b5b5b5;
    margin: 0px;
    width: 46%;
    border-radius: 0px;
    float: left;
}
.row2-bottomright{
    background-color: #e4e3e3;
    margin: 0px;
    padding-right: 7px;
    width: 50%;
    border-radius: 0px;
    float: left;
}
.row3-bottomleft{
    background-color: #e4e4e4;
    margin: 0px;
    width: 46%;
    border-radius: 0px;
    float: left;
}
.row3-bottomright{
    background-color: #f5f5f5;
    margin: 0px;
    padding-right: 7px;
    width: 50%;
    border-radius: 0px;
    float: left;
}
.numberboard{
    text-align: center;
}
.huge {
    font-size: 27px;
}
.subhuge {
    font-size: 17px;
}
.medium {
    font-size: 11px;
}
.small {
    font-size: 9px;
}
.title{
    font-size: 16px;
    color: #008ada;   
}
.smalltitle{
    font-size: 10px;    
    color: #757575;
}
.mediumtitle{
    font-size: 10px;
    color: #772828;
}
.deptpictitle{
    font-size: 16px;
    color: #fff;   
}
.deptpicsmalltitle{
    font-size: 10px;    
    color: #fff;
    font-weight: bold;
}
.deptpicmediumtitle{
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}
.box-titles{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}
.blue{
    color: #005bcc;
}
.orange{
    color: #ff8006;
}
.white{
    color: #f00;
}
.green{
    color: #04ab6d;
}

.sectionprogress{
    margin-bottom: 0px !important;
    height: 15px !important;
    border-radius: 0px !important;
    background-color: #A5A0A0 !important;
}

.wrapper {
    width: 260px;
    margin: 30px auto;
}
.hintsinput {
    width: 252px;
    height: 28px;
    padding: 0 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
input:focus {
    outline: none;
}
input:focus + .hints-menu {
    display: block;
}

.hints-menu {
  background: #fff;
  position: relative;
  display: none;
  width: 240px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}


.hints-menu:before,
.hints-menu:after {
  bottom: 100%;
  left: 83%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.hints-menu:before {
  border-color: transparent;
  border-bottom-color: #ddd;
  border-width: 9px;
  margin-left: -9px;
}
.hints-menu:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.hints-title,
.hint {
  display: block;
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: #555;
}
.hints-title {
  margin: 5px 0;
  text-align: center;
  font-size: 15px;
}
.hint {
  cursor: pointer;
  font-size: 14px;
}
.hint:hover {
  color: #6fa024;
}
.formwidgetoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 103%;*/
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: .5s ease;
    background-color: #505e69;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.formsection-widget:hover .formwidgetoverlay{
    opacity: 0.95;
}
.formsection-widget{
       position: relative;
    margin-top: 8px;
    margin-left: 34px;
    margin-right: 44px;
    /* padding: 12px; */
    background: #fff;
    border-radius: 10px;
    border: 1px rgb(210, 210, 210);
    border-style: solid; 
}
.formsection-head {
    text-align: center;
    padding: 18px 0;
    line-height: 93%;
}
.formsection-head h4 {
    font-size: 15px;
    color: #1ab394;
    white-space: normal;
    line-height: 1.5;
}
.formsection-content {
    text-align: left;
    padding: 0px 0px 0px 50px;
    line-height: 107%;
    color: white;
}
.formsection-content span{
    font-size: 11px;
    color: white;
    white-space: normal;
    line-height: 1.2;
    padding: 0 0 0px 15px;	
}

.tasksTable thead > tr > th {
    background-color: #8c8c8c !important; 
    padding: 5px !important;
    color: #FFF;
    
/*    border: 2px solid #fff;*/
}
.tasksTable tbody tr td{
/*    border: 2px solid #fff;*/
}
.report-row-group{
    background-color:rgb(208, 208, 208) !important; 
    font-weight:bold;
}
/* Performance management related CSS only -- add these values to existing main.css in the end */
.goalmainsection{
    padding: 5px;
    background-color: white;
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 7px;
}
.goalpicsection{
    margin: 5px;
    background-color: #dedede14;
    width: 14%;
    height: 178px;
    float:left;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
}
.goalconsection{
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 14px;
    margin-right: 5px;
    width: 25%;
    border-radius: 0px;
    float: left;
}
.goalsubsection{
    background-color: white;
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 7px;
}
.goalsubconsection{
    margin: 0px;
    width: 100%;
    border-radius: 0px;
    float: left;
}
.goalrow{
    margin: 5px;
    width: 99%;
    padding-top: 0px;
}
.goalcol{
    background-color: #fff;
    margin: 0px;
    width: 100%;
    border-radius: 0px;
    float: left;
}
.goallabel{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
}
.goaltitlerow{
    padding: 6px;
    width: 100%;
    background-color: #ececec;
    border-bottom: 1px solid #e2d8d8;		
}
.goalrowtitle{
    font-size: 16px;
    font-weight: normal;    
    color: #3495ce;
}
.goaltitle{
    font-size: 16px;    
    color: #008ada;
}
.goalmediumtitle{
    font-size: 12px;
    color: #772828;
}
.goalsmalltitle{
    font-size: 12px;    
    color: #757575;
}
.goalhighlighter{
    font-size: 16px;    
    color: #ff8a17;
}
.pmsratingmaincontainer{
    padding-left: 25%;
    border: 0px solid #e8e8e8;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pmsratingcontainer{	
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 10px 10px 10px 10px;
    position: relative;
}
.pmsratings{
    background: #f7f7f7;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 10px;
    left: 24%;
}
.pmsratings > a{
    color:#fdc200 !important;
    position: absolute;
    top: 7px;
    left: 14%;
}
.pmsratings > a:hover, .pmsratings.active a {
    background: #80547f;
    color: #40b4ff !important;
    border-radius: 100%;
    position: absolute;
    top: 1px;
    left: 1px;
    padding:6px;
}
.pmsradioncontainer{
    display: inline-block;
    width: 96px;
    height: 100px;
    padding: 7px 7px 7px 7px;
    position: relative;
}
.pmsradios{
    background: #f7f7f7;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 20px;
    left: 35%;
}
.pmsradio {
    position: absolute;
    top: 0px;
    left: 4px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: solid 2px;
}
/* ==== reverse the mouse hover ======
.pmsratings{
background: #f7f7f7;
border-radius: 100%;
height: 50px;
width: 50px;
position: absolute;
top: 10px;
left: 24%;
}
.pmsratings > a{
color:#fdc200 !important;
border-radius: 100%;
position: absolute;
top: 7px;
left: 14%;
text-decoration: none;
}
.pmsratings > a:hover{
color: red !important;
background: #fdc200;	
text-decoration: none;

}
*/
.pmsratings > i{
    padding:6px;
    color: #fdc200;
}
.pmstextrow{
    margin-top: 70%;
    padding-top: 0px;
    text-align: center;
}
.pmstextrow > span{
    color: black;
}
.pmsrow{
    margin: 5px;
    width: 98%;
    padding-top: 0px;
}
.pmsrow > label{
    font-size: 15px;
    color: #0088d2;	
}
.pmscomments label{
    font-size: 15px;
    color: #757373 !important;	
}
.pmscommentators label{
    font-size: 15px;
    color: #ff6c00 !important;	
}

.pmsrow > span{
    font-size: 11px;
    color: #000;	
}
.pmscol{
    margin: 0px;
    width: 100%;
    border-radius: 0px;
    float: left;
}
.pmschecked{
    color: orange;	
}

.projectgridsection {  
    padding: 0px;   
    background-color: white;  
    border: 0px solid grey;  
    overflow: hidden; 
    width: 100%;  
    height: 82%;  
    margin: 0;   
    background-color: #ffffff;  
    top: 0;   
    left: 0;
}
.prjcolumnleft {
    float: left;
/*    width: 33%;*/
    width: 30%;
    height: 100%;
    padding: 2px;
    background-color:#ffffff;
    border: 0px solid grey;
    overflow-x: auto;
}
.prjcolumnright { 
    float: left;  
/*    width: 67%; */
    width: 70%;
    height: 100%;  
    padding: 2px; 
    background-color: #ffffff; 
    border: 0px solid grey; 
    overflow-x: auto;
}
.rowoneprjtList{
width: 100%;
height: 60%;
padding: 5px 5px 0px 4px;
}
.prjtitlebg{
height: 32px;    
background-color: #f3f3f3;    
margin-top: 4px;    
padding: 7px 7px 10px 0px;    
border-radius: 0px;    
color: #000000;
}
.prjtitlehead{
float: left;
width: 60%;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
font-weight: bold;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
}
.prjtitledesc{
font-size: 12px;
}
.prjtaskcontainer{
background-color: #ffffff;
width: 100%;
height: 100%;
}
.prjtasksectionbg{
background-color: #0E0E0E;
margin-top: 4px;
padding: 7px 7px 10px 0px;
border-radius: 2px;
color: #ffffff;
}
.prjtaskhead{
float: left;
width: 30%;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
}

.indexcolumn{
width:5%;
height:12%;
padding-left: 5px;
}

.prjsectionhead{
float: left;
width: 30%;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
font-style: italic;
font-weight: bold;
}
.prjdetails {
width: 100%;
height: 50%;
margin-left: 4px;
background-color: #ffffff;
border: 0px solid grey;
}

.prjsectionbg{
height: 32px;    
background-color: #d2d2d2 !important;    
margin-top: 4px;    
padding: 7px 7px 10px 0px;    
border-radius: 0px;    
/*color: #000000;*/
}
.prjsecTaskbg{
height: 32px;    
background-color: #E4E4E4 !important;    
margin-top: 4px;    
padding: 7px 7px 10px 0px;    
border-radius: 0px;
}
.prjtSubTaskbg{
    height: 32px;    
    background-color: #f1f1f1 !important;    
    margin-top: 4px;    
    padding: 7px 7px 10px 0px;    
    border-radius: 2px;
}

.serialNumber{
    padding-right: 5px;
    color : #6D6767;
}

.prjnotasks{
margin-top: 4px;
/*padding: 7px 7px 10px 0px;*/
border-radius: 2px;
}

.nodata{
font-size: 12px;
padding: 250px;
}

.prjtitlebg:hover{
    background-color:#10bbc1 !important;
}
.activeProject{
    background-color: #c1c1c1; 
}
.prjtaskid{
float: left;
font-size: 12px;
width: 15%;
padding-left: 30px;
padding-right: 10px;
color : #6D6767;
}
.prjtaskaction{
float: left;
font-size: 12px;
width: 15%; /* changed from 30% to 15% */
text-align:right;
}

.subdetailsdiv{
    overflow-x: scroll;
    height: 150px;
}

.prjtitlebg div>a{
    color: #ffffff;
}
.prjttitleactions{
float: left;
font-size: 12px;
width: 40%;
text-align: right;
}

.listviewOwners{
    height:12%;
    width:20%;
    float: left;
    vertical-align: middle;
}

.imageTopMenuList{
    border-radius: 63%;
    width: 25px !important;
    height: 25px !important;
    padding-bottom:0px; /* changed from 2px to 0px*/
    margin-top: -6px; /* changed from -2px to -6px*/
    float:left; /* added for picture position when table squeezed */
    margin-left: -10px;
}
.imageTopMenunooverlap{
    border-radius: 63%;
    width: 25px !important;
    height: 25px !important;
    padding-bottom:2px; 
    margin-top: -2px;
    float:left; /* added for picture position when table squeezed */
}

.imgDisplayNameListView{
    border-radius: 63%;
    width: 25px !important;
    height: 25px !important;
    margin-top: -6px; /* changed from -3px to -6px */
    margin-left: -10px; /* changed from 1px to -10px for overlapping of divs */ 
    float: left;
    margin-right: 3px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #fff;
}

.imgDisplayNamenooverlap{
    border-radius: 63%;    
    width: 25px !important;    
    height: 25px !important;    
    margin-top: -5px;    
    margin-left: 1px;    
    float: left;    
    margin-right: 3px;    
    font-size: 12px;    
    line-height: 23px;    
    text-align: center;    
    border: 1px solid #fff;
}

.nodataproject{
    padding-left:300px;
    line-height: 20;
}

.prjsectionbg:hover{
    background-color:#A1D8DA !important;
}

.prjsecTaskbg:hover{
    background-color:#A1D8DA !important;
}
.prjtSubTaskbg:hover{
    background-color:#A1D8DA !important;
}

.activetask{
    background-color:#A1D8DA !important;
}

.noprojects{
    padding-left:50px;
    line-height:20;
}
.nodetails{
    padding-left:500px;
    line-height:10;
}
.clickIcons i{
  padding-left:5px;   
}
.taskcontainerloading{
    padding-left:250px;
}

.detailsloading{
    padding-left:500px;
}

.avatar {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin:-15px;
}

.listviewstatuscolumn{
    width:15%;
    float:left;
}
.ownerslength{
font-size:12px;    
color: #de4040;  
font-weight: bold;    
}

/*styles for birthday modal boxs and prepare wishes from list modal box.*/
.modal-content-image {
  background-image: linear-gradient(rgba(132, 119, 119, 0.5), rgba(121, 117, 117, 0.5)), url(https://www.birthdaywishes.expert/wp-content/uploads/2015/03/birthday-wish-colorful-cake.jpg);
  background-size: cover !important;
  background-repeat: round !important;    
  position: relative !important;
  overflow: inherit !important;
}
.modal-header-wish{    
    background-color: rgba(66, 202, 202, 0.67);
    border-bottom: 0px solid #e5e5e5 !important;
}
#from-main{
    background: #FFFFFF; 
    padding: 5px;
}
.img-class {
width:25px !important;
height : 25px !important;
border-radius :100% !important;
}
.modal-profilecolor{
    color: white;
}
.modal-img-dashboard{
    width: 33px;
    height: 30px;
    padding: 0px;
    margin-left: 1px;
    margin-bottom: 15px;
}
.modal-image-space{
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
    margin-top: 5px;
}
.wish-modal-body {
    max-height: 170px;
    overflow: auto;
    padding: 0px 0px 0px 20px !important;
}
.imagesUpload {
    padding: 0px 0px 3px 3px;
}
#uploadButton {
    padding: 5px 8px 1px 10px;
    float: right;
}
.modal-closebar{
    opacity: 1.2 !important; font-size: 21px !important;
}
.modal-custom-font{
    color: white; font-weight: bold;
}
.custom-wish-class{
    padding-left: 6px;
}
#tableFooterPage td{
    text-align: left;
    padding-left: 7px;
}
/*This code for time sheet over view only.*/
.timemainsection{
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: white;
    border: 1px solid grey;
    width: 32%;
    height: 100%;
    overflow: hidden;
    float: left;
}
.timepicsection{
    margin: 5px 5px 5px 6px;
    background-color: #dedede14;
    width: 26%;
    height: 140px;
    float: left;
    border: 1px solid #b1b1b1;
    border-radius: 0px;
}
.timeconsection{
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 14px;
    margin-right: 5px;
    width: 65%;
    border-radius: 0px;
    float: left;
}
.showToggleView label.btn.btn-success.toggle-on{
    line-height: 11px;
}
.showToggleView label.btn.btn-info.active.toggle-off {
    line-height: 11px;
}
.projectviewchartsection{
    margin: 5px;
    background-color: #dedede14;
    width: 43%;
    height: 280px;
    float:left;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
}
.loadingimagcenter {
    float: right;  
    width: 60%;
    height: 100%;  
    padding: 10px;    
    border: 0px solid grey; 
    overflow-x: auto;
}
.review-status-icon{
    color: rgb(255, 74, 4);
}
.review-approve-icon{ 
    color:rgb(0, 169, 0);
    font-size: 25px;
}
.review-reject-icon{
    color: rgb(255,0,0);
     font-size: 25px;
}
.fieldTypeButtons{
    background-color: #d8e9fb;
    padding: 10px;
}
.hformoverlap{
    top: 33px;
}
.hformoverlapsetting{
    top: 15px;
    background-color: #eff7ff;
    margin-bottom:50px;
    width:100%;
    height:100% !important;
    overflow-y: scroll;
}
.labelfont-size{
    font-size: 15px;
}
.fieldBtn:focus{
  outline: none !important;
  box-shadow: none !important;
}
/* for user profile menu */
.quickUserMenuItem {  
    width:250px;
    right: 60%; 
    top: 100%; 
    position: absolute; 
/*    background: #006064 !important;*/
    opacity: 0.9; 
    color: #ffffff !important;   
    text-align: left;  
/*    border: 1px solid #ababab !important; */
/*    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}

.quickUserMenuItem a{
    color: #ffffff !important;
}
.clickUserActionLink i{
    padding-left:5px;
}
/*.quickUserMenuItem > li:hover > a{
    color: #c77405 !important;
}*/
/*.userProfMenu .quickUserMenuItem  li.ui-state-focus:hover{
    border: 1px solid rgba(255, 255, 255, 0.26)  !important;
color: #fff !important;
font-weight: normal !important;
}
*/
.userProfMenu .quickUserMenuItem  li  span:hover{
        color: #fff !important;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active{
    margin: 0px !important;
}
.quickUserMenuHeader{
    font-weight: bold;
    height:95px !important; 
    font-size:14px;
    background-color: #242525 !important ;
    text-align:center;
}


/*.quickUserMenuHeader:hover{
    color: #ffffff !important;
    background-color: #4d5e69 !important;
    border: 1px solid #6D7B84 !important;
        border:none !important;
}*/

.userProfileImage{
    border-radius: 63%;
    width: 70px !important;
    height: 70px !important;
    margin-top: 6px;
    margin-left: 10px;
}
.clickUserActionLink{
     background-color: #242525 !important ;
     font-size:14px;
}

.userMenuLink{
    padding-left: 10px;
}

.quickUserFooter{
    font-weight: bold;
    height:50px !important; 
    font-size:14px;
    background-color: #242525 !important ;
    text-align:right;
}
.quickUserFooter{
    color: #ffffff !important;

}

.quickUserFooter input{
  margin-top:20px;
  height:20px;
  margin-right:20px;
  color:#fffff;
}

.leaves-panel-head{
     background-color: #4b4c52;
    padding:3px 8px;
    text-align: center;
}
hr.widget-LeavesLine {
margin-top: 1px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #a7a4a4;
}

.empFeedbackTable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;    
}
.empFeedbackTable tbody {
    display: block;
    overflow: auto;
    height: 233px;
    width: 100%;    
}
.empFeedbackTable thead{
  display:table;
  width: 100%;
}
.empFeedbackTable thead tr th{
    width: 40%;
}
.empFeedbackTable tbody tr td{
    width: 40%;
    white-space: inherit !important;
}
.empFeedbackTable tbody::-webkit-scrollbar-thumb {    
    background: #eacfd5;     
    border-radius: 10px;
}
.pmsfeedbackloadingimagcenter {
    float: right;
    width: 86%;
    height: 100%;
    padding: 10px;
    border: 0px solid grey;
    overflow-x: auto;
}
/**
* Metis - Bootstrap-Admin-Template v2.3.1
* Author : onokumus 
* Copyright 2014
* Licensed under MIT (https://github.com/onokumus/Bootstrap-Admin-Template/blob/master/LICENSE.md)
*/
/* ==========================================================================
metisAdmin: Base
========================================================================== */
body {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*********************************************************/
/*                 Layout Styles                         */
/*********************************************************/
/* ==========================================================================
   Sticky footer styles
   ========================================================================== */
html ,
body {
    /* Margin bottom by footer height */
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding-bottom: 48px;
}
a,
a:hover, a:active, a:focus {
    outline:0 !important;
}
#popbody {
    /* Margin bottom by footer height */
    margin-bottom: 0px;
    height: 100%;
    background-color: #ffffff;
}
.Footer,
#footer {
    position: fixed;
    bottom: 0px;
    width: 100%;  
}
/* END Sticky footer styles
   ========================================================================== */
/*********************************************************/
/*                 Template Layout                       */
/*********************************************************/
#wrapper {
    margin: 0px;
    height: 100%;
}
#boxcontent {
    width: 80%;
    height: 100%;
    float: left;
}
#boxsidebar {
    width: 20%;
    height: 100%;
    float: left;
    background-color: #3e3e3e;
}
#wrap:before,
#top:before,
.head:before,
.Footer:before,
#wrap:after,
#top:after,
.head:after,
.Footer:after {
    content: " ";
    display: table;
}
#wrap:after,
#top:after,
.head:after,
.Footer:after {
    clear: both;
}
.Wrap,
#wrap {
    margin: 0 auto;
    position: relative;
    width:100%;
    height:100%;
}
#left,
#right {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 999;
}
#left {
    position: absolute;
    left: -250px;
    width: 250px;
    height: 100%;
    float: left;  
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #3d4952; 
}
#right {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    right: -250px;
}
.sidebar-left-opened #left {
    left: 0;
}

.sidebar-right-opened {
    position: relative;
    right: 250px;
}
.sidebar-right-opened #right {
    right: 0;
}
.sidebar-right-opened.fixed .navbar-fixed-top {
    right: 250px;
}
@media (min-width: 768px) {
    #left {
        position: relative;
        float: left;
        left: auto;
    }
    .sidebar-left-hidden #left {
        width: 0;
        visibility: hidden;
    }
    .sidebar-left-mini #left {
        width: 50px;
    }
    #content {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .sidebar-right-opened {
        right: 0;
        margin-right: 250px;
    }
    .sidebar-right-opened .navbar-fixed-top {
        margin-right: 250px;
    }
}
@media (min-width: 1200px) {
    body.boxed {
        margin-bottom: 0;
    }
    body.boxed .Wrap,
    body.boxed #wrap,
    body.boxed .Footer,
    body.boxed #top .navbar.navbar-fixed-top {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
    body.boxed .Footer,
    body.boxed #footer {
        position: relative;
    }
}
/* ================== END Template Layout ============== */
/* BEGIN TOP bar */
#top .navbar {
    margin-bottom: -1px;
    border-top: 3px solid #CD0067;
}
#top .navbar-brand {
    padding: 0;
}
#top .topnav {
    margin: 0px;
    text-align: right;
}
@media (min-width: 768px) {
    #top .topnav {
        float: right;
    }
}
/* END TOP bar */
/* BEGIN header.head bar */
.head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    background-color: #00888ff;
    width: 100%;
}
.head .search-bar {
    margin: 0 auto;
    padding: 0px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
.head .search-bar .main-search {
    border-bottom: 1px solid #7c7c7c;
}
.head .search-bar .main-search input[type="text"] {
    background-color: transparent;
    border-color: transparent;
    color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.head .search-bar .main-search button,
.head .search-bar .main-search input[type=submit] {
    background: transparent;
    border: transparent;
}
@media (min-width: 768px) {
    .head .search-bar {
        border-bottom-width: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.05) inset;
        box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.05) inset;
    }
    .side-right .head .search-bar {
        border-right-width: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.05) inset;
        box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.05) inset;
    }
}
.head .main-bar {
    padding: 0px;
}
.head .main-bar h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #bababa;
}
@media (min-width: 768px) {
    .head .main-bar h3 {
        margin-top: 5px;
    }
}
@media (min-width: 768px) {
    .head .search-bar .main-search {
        margin-right: auto;
    }
}
@media (min-width: 768px) {
    .search-bar {
        float: left;
        padding: 10px 4px;
    }
    .side-right .search-bar {
        float: right;
    }
    .search-bar .input-small.form-control {
        border-radius: 3px;
    }
    .main-bar {
        display: block;
        overflow: hidden;
    }
}
@media (min-width: 992px) {
    .search-bar {
        width: 300px;
        padding: 10px 15px;
    }
    .search-bar .input-group-btn {
        display: table-cell;
    }
    .search-bar .input-small.form-control {
        border-radius: 3px 0 0 3px;
    }
    .mini-sidebar .search-bar .input-small.form-control {
        border-radius: 3px;
    }
}
/** END header.head bar */
/*********************************************************/
/*          Begin LEFT Styles                           */
/*********************************************************/
.user-media .user-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.user-media .user-link .user-img {
    margin: 10px auto;
}
.user-media .user-link .user-label {
    position: absolute;
    top: -6px;
    right: 6px;
}
.user-media .user-link {
    float: left;
}
.user-media .user-link .user-img {
    margin: 10px;
}
.user-media .user-link .user-label {
    top: 6px;
    right: 0;
}
.user-media .media-body {
    display: block;
    float: left;
    margin-left: 12px;
}
.user-media .media-body h5.media-heading {
    color: #fff;
    padding-top: 8px;
    margin-bottom: 3px;
}
.user-media .media-body ul.user-info li {
    color: #ccc;
}
.user-media:before,
.user-media:after {
    content: " ";
    display: table;
}
.user-media:after {
    clear: both;
}
.side-right .user-link .user-label {
    left: 6px;
    right: auto;
}
.sidebar-left-mini .user-wrapper {
    position: absolute;
    top: 0;
    left: -100%;
    display: none;
    min-width: 250px;
}
.user-media-toggleHover {
    display: none;
}
.sidebar-left-mini .user-media-toggleHover {
    font-size: 18px;
    color: #fff;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    display: inherit;
}
.sidebar-left-mini .user-media:hover .user-wrapper {
    left: 100%;
    display: inherit;
    z-index: 9999;
}
.sidebar-left-mini.side-right .user-media:hover .user-wrapper {
    left: auto;
    right: 100%;
}
/* ============== END LEFT Styles ================= */
#menu,
#menu ul,
#menu li,
#menu a {
    padding: 0;
    margin: 0;
    color: #f4f4f4;
}
#menu,
#menu ul {
    list-style: none;
}
#menu li,
#menu a {
    position: relative;
    display: block;
}
#menu a,
#menu a:hover,
#menu a:focus,
#menu a:active {
    text-decoration: none;
}

#menu ul {
    background: rgba(0, 0, 0, 0.3);
}
#menu > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    padding: 10px 0 10px 15px;
}
#menu > li.active > a {    
    background-color: rgb(16, 187, 193);  
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
}
#menu > li:hover > a,
#menu > li:focus > a {
    background-color: #10bbc1 !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#menu > li ul {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    border-left-width: 0;
}
#menu > li ul a {
    padding: 11px 0 11px 20px;
    font-size: 12px;
}
#menu > li ul a:hover {
    background-color: #008fc2 !important;
}
#menu.affix {
    position: fixed;
    width: 250px;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
#menu.affix:hover {
    overflow-y: scroll;
}
@media (min-width: 768px) {
    body:not(.sidebar-left-mini) #menu li.active > ul,
    #menu.affix li > ul {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
    body:not(.sidebar-left-mini) #menu:not(.affix) li.active > ul {
        display: inherit;
    }
    #menu li > ul,
    .sidebar-left-mini #menu li > ul {
        position: absolute;
        top: 0;
        left: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: 220px;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.8);
    }
    #menu:not(.affix) li > ul,
    .sidebar-left-mini #menu:not(.affix) li > ul {
        display: none;
    }
    .sidebar-left-mini #menu > li > ul {
        top: 100%;
    }
    #menu li > ul > li > ul {
        top: 0;
    }
    .side-right #menu li > ul {
        left: auto;
        right: 100%;
    }
    #menu:not(.affix) li:hover > ul {
        display: inherit;
        visibility: none;
    }
    .sidebar-left-mini #menu.affix {
        position: relative !important;
    }
}
@media (min-width: 768px) {
    .sidebar-left-mini #menu > li > a .fa {
        font-size: 18px;
    }
    .sidebar-left-mini #menu > li > a .fa.arrow {
        display: none;
    }
    .sidebar-left-mini #menu > li > a .link-title {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
        position: absolute;
        left: 100%;
        top: -1px;
        z-index: 1;
        background: rgba(0, 0, 0, 0.85);
        display: none;
        padding: 10px 20px;
    }
    .sidebar-left-mini #menu > li:hover > a > .link-title {
        display: block;
        min-width: 220px;
    }
    .sidebar-left-mini.side-right #menu > li > a .link-title {
        border-right-width: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        left: auto;
        right: 100%;
    }
}
body:not(.sidebar-left-mini) #menu .nav-header {
    padding: 3px 15px !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.1);
}
#menu .nav-divider {
    height: 1rem;
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.sidebar-left-mini #menu .nav-header {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}
#menu .fa.arrow {
    float: right;
    padding-top: 3px;
    margin-right: 15px;
}
#menu .fa.arrow:before {
    content: "\f13a";  
}
#menu .active > a > .fa.arrow:before {
    content: "\f139";
}
/* BEGIN CONTENT STYLES */
#content {
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    height:100%;
    background-color: #ffffff !important;
}
#dashcontent {
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    height:100%;
    background-color: #eee !important;
} 
#popcontent {
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
    height:100%;
}
.outer {
    padding: 10px;
    background-color: #6e6e6e;
}
.outer:before,
.outer:after {
    content: " ";
    display: table;
}
.outer:after {
    clear: both;
}
.inner {
    position: relative;
    height: 100%;
    padding-right: 7px;
    padding-left: 7px;
    border: 0px solid #3e3e3e;
}
.tabler  ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tabler  li{
    display: inline-block;
    float: left;
    margin: 0 2px;
}
.tabler  a{
    color: #000fff;
    font-weight: bold;	
    text-decoration:none;
}
.tabler  a:hover{
    color: #ff0000;
    font-weight: bold;	
    text-decoration:none;
}

.tabler-div{
    padding: 0px 5px 5px 5px;
    margin-bottom: 15px;	
}
.custom td, .custom th {    
    font-size: 12px;
    padding: 0px 5px 5px 5px;
}
.tablehscroll {
    overflow-x:scroll;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.tablehscroll::-webkit-scrollbar-thumb {
    background: #B3C5BE;
    border-radius: 10px;
}
/* END CONTENT STYLES */
/* ==========================================================================
   Footer
   ========================================================================== */
.Footer,
#footer {
    margin: 0 auto;
    color: #f4f4f4;
    border-top: 1px solid #1ab394;
}
.Footer p,
#footer p {
    padding: 1.2rem 0;
    margin: 0;
    text-align: center;
}
/* END Footer
   ========================================================================== */
/*********************************************************/
/*                 Component Styles                      */
/*********************************************************/
.controllertitle a {
    text-decoration: none;
}

.controller i{
    color: #51C2D6;	
    padding: 5px 5px 0px 10px;
}
.controller span{
    padding: 2px;
}

div .controller{    
    width: 100%;  
    padding: 8px; 
    background-color: #ffffff;	
}

.actiontitle a {
    text-decoration: none;
}

.actions i{
    padding: 5px 5px 0px 10px;
}
.actions span{
    padding: 2px;
}

div .actions{    
    width: 100%;  
    padding: 8px; 
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #F3F3F3 100%);	
}
.box {
    margin: 7px auto;
    display: block;
    position: relative;
    border: 0px solid #cccccc;
    /* //  overflow: scroll;*/
}
.compinfo{
    margin-bottom: -10px;
}
.box p{
    text-align:center;
    padding: 5px 5px 0 0;
}

.box .draft p{
    text-align:left;
    padding: 5px 5px 0 0;
}

#history{
    font-family: sans-serif;
    font-size: 15px;	
    text-align: left;
    color: #585858;
    padding: 20px 5px 0 10px;
}

.hoverhistory{
    font-family: sans-serif;
    font-size: 15px;	
    text-align: left;
    color: #585858;
    width:200px;
}


#status{
    font-family: sans-serif;
    font-size: 15px;	
    text-align: right;
    color: #E43C00;
    padding: -1px 0px 0 0;
}

.gridsterdash {
    position: relative;
    padding: 15px 20px;
    background: #fff;
    border-radius: 3px;
}
.gridsterdash > header > h5{
    margin: 0;
    font-size: 18px;		
}
.gridsterdash-controls {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 12px;
}
.gridsterdash-controls > nav > a {
    padding: 1px 4px;
    border-radius: 4px;
    color: rgba(0,0,0,.4);
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
.gridsterdash-controls > nav > a:hover {
    padding: 1px 4px;
    border-radius: 4px;
    color: rgba(0,0,0,.2);
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
.gridsterdash-body{
    padding: 0px;
    margin-top: 15px;
}
.gridsterdash-close {
    position: relative;	
}
.widget {
    position: relative;
    margin-top: 15px;
    margin-left: 6px;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 3px;
}
.widget > header > h5{
    margin: 2px;
    font-size: 16px;		
}
.widget-controls {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 12px;
}
.widget-controls > nav > a {
    padding: 1px 4px;
    border-radius: 4px;
    color: rgb(212, 212, 212);
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
.widget-controls > nav > a:hover {
    padding: 1px 4px;
    border-radius: 4px;
    color: rgba(0,0,0,.2);
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
.widget-body{
    margin-top: 15px;
}
/* line 749 */
.section-widget {
    position: relative;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px rgb(210, 210, 210);
    border-style: solid;
}
.widgetoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: .5s ease;
    background-color: #505e69;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.section-widget:hover .widgetoverlay{
    opacity: 0.95;
}
.box header {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);    
    background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);    
    background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);    
    background-repeat: repeat-x;    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);    
    border-bottom: 1px solid #d4d4d4;    
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);    
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.box header:before,
.box header:after {
    content: " ";
    display: table;  
}
.box header:after {
    clear: both;
}
.box header .icons,
.box header h5,
.box header .toolbar {
    position: relative;
    min-height: 1px;
    float: left;
    padding: 0;
    margin: 0;
    display: block;
}
.box header .icons {
    padding: 10px 15px;
    border-right: 1px solid #ddd;
    -webkit-box-shadow: 1px 0px 0px #ffffff;
    box-shadow: 1px 0px 0px #ffffff;
}
.box header h5 {
    font-family: Open Sans; 		
    padding: 12px;
    font-weight: bold;
}
.box.inverse header {
    background-image: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
    background-image: -o-linear-gradient(top, #333333 0%, #222222 100%);
    background-image: linear-gradient(to bottom, #333333 0%, #222222 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff222222', GradientType=0);
    border-bottom: 1px solid #4d4d4d;
    color: #f5f5f5;
}
.box.inverse header .icons {
    border-right: 1px solid #222;
    -webkit-box-shadow: 1px 0px 0px #3c3c3c;
    box-shadow: 1px 0px 0px #3c3c3c;
}
.box.dashboard header {
    background-image: -webkit-linear-gradient(top, #EEEEEE 25%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) background-repeat, repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
    border-top: 3px solid #61a4bf;
    border-bottom: 1px solid #cccccc;
    color: #7390C7;
}
.box.profile header {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    background-repeat: repeat-x;
    border-top: 0px solid #1ab394;
    border-bottom: 2px solid #1ab394;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    color: #1ab394;
    text-transform: uppercase;
}
.box.primary header {
    background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
    background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
    border-bottom: 1px solid #428bca;
    color: #fff;
}
.box.primary header .icons {
    border-right: 1px solid #245682;
    -webkit-box-shadow: 1px 0px 0px #6aa3d5;
    box-shadow: 1px 0px 0px #6aa3d5;
}
.box.success header {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    border-bottom: 1px solid #5cb85c;
    color: #fff;
}
.box.success header .icons {
    border-right: 1px solid #357935;
    -webkit-box-shadow: 1px 0px 0px #80c780;
    box-shadow: 1px 0px 0px #80c780;
}
.box.warning header {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    border-bottom: 1px solid #f0ad4e;
    color: #fff;
}
.box.warning header .icons {
    border-right: 1px solid #c77c11;
    -webkit-box-shadow: 1px 0px 0px #f4c37d;
    box-shadow: 1px 0px 0px #f4c37d;
}
.box.danger header {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    border-bottom: 1px solid #d9534f;
    color: #fff;
}
.box.danger header .icons {
    border-right: 1px solid #a02622;
    -webkit-box-shadow: 1px 0px 0px #e27c79;
    box-shadow: 1px 0px 0px #e27c79;
}
.box.info header {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    border-bottom: 1px solid #5bc0de;
    color: #fff;
}
.box.info header .icons {
    border-right: 1px solid #2390b0;
    -webkit-box-shadow: 1px 0px 0px #85d0e7;
    box-shadow: 1px 0px 0px #85d0e7;
}
.box header .toolbar {
    float: right;
    display: inline-table;
}
.box header .toolbar .btn-toolbar {
    margin: 6px 3px;
}
.box header .toolbar .label,
.box header .toolbar .badge {
    display: inline-block;
    margin: 10px;
}
.box header .toolbar .nav {
    margin: 1px 1px 0 0;
}
.box header .toolbar .nav > li {
    display: inline-block;
}
.box header .toolbar .nav > li > a {
    padding-top: 9px;
}
.info header .toolbar a {
    color: #FFFFFF !important;
}
.box header .toolbar > .btn {
    margin-right: 4px;
}
.box header .toolbar > .btn-sm,
.box header .toolbar > .btn-group {
    margin: 4px;
}
.box header .toolbar > .btn-xs {
    margin: 6px;
}
.box header .toolbar .input-sm {
    margin: 4px -4px;
}
.box header .toolbar .progress {
    min-width: 120px;
    margin: 10px 4px;
}
.box header .toolbar .progress.middle {
    height: 12px;
    margin: 13px 4px;
}
.box header .toolbar .progress.mini {
    height: 6px;
    margin: 16px 4px;
}
.full-screen-box {
    height: 100% !important;
    width: 100% !important;
}
.box.danger .dropdown-menu > li > a:hover,
.box.danger .dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.box.info .dropdown-menu > li > a:hover,
.box.info .dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.box.success .dropdown-menu > li > a:hover,
.box.success .dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.box.warning .dropdown-menu > li > a:hover,
.box.warning .dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.box.inverse .dropdown-menu > li > a:hover,
.box.inverse .dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
    background-image: -o-linear-gradient(top, #333333 0%, #222222 100%);
    background-image: linear-gradient(to bottom, #333333 0%, #222222 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff222222', GradientType=0);
}
/* changed overflow-x from auto to inherit by praneesha on 16-12-2016 to fix sumo select*/
.box .body {
    padding: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    background-image: linear-gradient(to bottom, #ffffff 25%, #eee 100%);
    /*  overflow-x: auto;*/
}
.box .wrapper {
    margin-right: 245px;
    padding-left: 25px;
    padding-right: 25px;
}
.box .boxcontent {
    float: left;
    width: 100%;
    overflow: scroll;
}
.box .boxsidebar {
    float: right;
    padding-left: 10px;
    /*width: 30%;*/
    border-radius:5px;
    margin-right: -245px;
    height: 100%;
}
.box .divwrapper {
    margin-right: 0px;
}
.box .divbox {
    float: left;
    width: 28%;
    border-radius:5px;
}
/*.box .body hr {
  margin-left: -10px;
  margin-right: -10px;
} */
.body.collapse:not(.in) {
    padding: 0;
}
.box > .block {
    padding: 0;
}
.row.ui-sortable .box header {
    cursor: move;  
}
.btn-metis-1 {
    color: #ffffff;
    background-color: #ee465a;
    border-color: #c11a39;
}
.btn-metis-1:hover,
.btn-metis-1:focus,
.btn-metis-1.focus,
.btn-metis-1:active,
.btn-metis-1.active,
.open > .dropdown-toggle.btn-metis-1 {
    color: #ffffff;
    background-color: #ea1730;
    border-color: #8b1329;
}
.btn-metis-1:active,
.btn-metis-1.active,
.open > .dropdown-toggle.btn-metis-1 {
    background-image: none;
}
.btn-metis-1.disabled,
.btn-metis-1[disabled],
fieldset[disabled] .btn-metis-1,
.btn-metis-1.disabled:hover,
.btn-metis-1[disabled]:hover,
fieldset[disabled] .btn-metis-1:hover,
.btn-metis-1.disabled:focus,
.btn-metis-1[disabled]:focus,
fieldset[disabled] .btn-metis-1:focus,
.btn-metis-1.disabled.focus,
.btn-metis-1[disabled].focus,
fieldset[disabled] .btn-metis-1.focus,
.btn-metis-1.disabled:active,
.btn-metis-1[disabled]:active,
fieldset[disabled] .btn-metis-1:active,
.btn-metis-1.disabled.active,
.btn-metis-1[disabled].active,
fieldset[disabled] .btn-metis-1.active {
    background-color: #ee465a;
    border-color: #c11a39;
}
.btn-metis-1 .badge {
    color: #ee465a;
    background-color: #ffffff;
}
.btn-metis-2 {
    color: #ffffff;
    background-color: #9fd256;
    border-color: #6fac34;
}
.btn-metis-2:hover,
.btn-metis-2:focus,
.btn-metis-2.focus,
.btn-metis-2:active,
.btn-metis-2.active,
.open > .dropdown-toggle.btn-metis-2 {
    color: #ffffff;
    background-color: #87c134;
    border-color: #517d26;
}
.btn-metis-2:active,
.btn-metis-2.active,
.open > .dropdown-toggle.btn-metis-2 {
    background-image: none;
}
.btn-metis-2.disabled,
.btn-metis-2[disabled],
fieldset[disabled] .btn-metis-2,
.btn-metis-2.disabled:hover,
.btn-metis-2[disabled]:hover,
fieldset[disabled] .btn-metis-2:hover,
.btn-metis-2.disabled:focus,
.btn-metis-2[disabled]:focus,
fieldset[disabled] .btn-metis-2:focus,
.btn-metis-2.disabled.focus,
.btn-metis-2[disabled].focus,
fieldset[disabled] .btn-metis-2.focus,
.btn-metis-2.disabled:active,
.btn-metis-2[disabled]:active,
fieldset[disabled] .btn-metis-2:active,
.btn-metis-2.disabled.active,
.btn-metis-2[disabled].active,
fieldset[disabled] .btn-metis-2.active {
    background-color: #9fd256;
    border-color: #6fac34;
}
.btn-metis-2 .badge {
    color: #9fd256;
    background-color: #ffffff;
}
.btn-metis-3 {
    color: #ffffff;
    background-color: #fbb450;
    border-color: #f89406;
}
.btn-metis-3:hover,
.btn-metis-3:focus,
.btn-metis-3.focus,
.btn-metis-3:active,
.btn-metis-3.active,
.open > .dropdown-toggle.btn-metis-3 {
    color: #ffffff;
    background-color: #fa9f1e;
    border-color: #bc7005;
}
.btn-metis-3:active,
.btn-metis-3.active,
.open > .dropdown-toggle.btn-metis-3 {
    background-image: none;
}
.btn-metis-3.disabled,
.btn-metis-3[disabled],
fieldset[disabled] .btn-metis-3,
.btn-metis-3.disabled:hover,
.btn-metis-3[disabled]:hover,
fieldset[disabled] .btn-metis-3:hover,
.btn-metis-3.disabled:focus,
.btn-metis-3[disabled]:focus,
fieldset[disabled] .btn-metis-3:focus,
.btn-metis-3.disabled.focus,
.btn-metis-3[disabled].focus,
fieldset[disabled] .btn-metis-3.focus,
.btn-metis-3.disabled:active,
.btn-metis-3[disabled]:active,
fieldset[disabled] .btn-metis-3:active,
.btn-metis-3.disabled.active,
.btn-metis-3[disabled].active,
fieldset[disabled] .btn-metis-3.active {
    background-color: #fbb450;
    border-color: #f89406;
}
.btn-metis-3 .badge {
    color: #fbb450;
    background-color: #ffffff;
}
.btn-metis-4 {
    color: #ffffff;
    background-color: #a264e7;
    border-color: #62309a;
}
.btn-metis-4:hover,
.btn-metis-4:focus,
.btn-metis-4.focus,
.btn-metis-4:active,
.btn-metis-4.active,
.open > .dropdown-toggle.btn-metis-4 {
    color: #ffffff;
    background-color: #8838e0;
    border-color: #44216b;
}
.btn-metis-4:active,
.btn-metis-4.active,
.open > .dropdown-toggle.btn-metis-4 {
    background-image: none;
}
.btn-metis-4.disabled,
.btn-metis-4[disabled],
fieldset[disabled] .btn-metis-4,
.btn-metis-4.disabled:hover,
.btn-metis-4[disabled]:hover,
fieldset[disabled] .btn-metis-4:hover,
.btn-metis-4.disabled:focus,
.btn-metis-4[disabled]:focus,
fieldset[disabled] .btn-metis-4:focus,
.btn-metis-4.disabled.focus,
.btn-metis-4[disabled].focus,
fieldset[disabled] .btn-metis-4.focus,
.btn-metis-4.disabled:active,
.btn-metis-4[disabled]:active,
fieldset[disabled] .btn-metis-4:active,
.btn-metis-4.disabled.active,
.btn-metis-4[disabled].active,
fieldset[disabled] .btn-metis-4.active {
    background-color: #a264e7;
    border-color: #62309a;
}
.btn-metis-4 .badge {
    color: #a264e7;
    background-color: #ffffff;
}
.btn-metis-5 {
    color: #ffffff;
    background-color: #777777;
    border-color: #555555;
}
.btn-metis-5:hover,
.btn-metis-5:focus,
.btn-metis-5.focus,
.btn-metis-5:active,
.btn-metis-5.active,
.open > .dropdown-toggle.btn-metis-5 {
    color: #ffffff;
    background-color: #5e5e5e;
    border-color: #363636;
}
.btn-metis-5:active,
.btn-metis-5.active,
.open > .dropdown-toggle.btn-metis-5 {
    background-image: none;
}
.btn-metis-5.disabled,
.btn-metis-5[disabled],
fieldset[disabled] .btn-metis-5,
.btn-metis-5.disabled:hover,
.btn-metis-5[disabled]:hover,
fieldset[disabled] .btn-metis-5:hover,
.btn-metis-5.disabled:focus,
.btn-metis-5[disabled]:focus,
fieldset[disabled] .btn-metis-5:focus,
.btn-metis-5.disabled.focus,
.btn-metis-5[disabled].focus,
fieldset[disabled] .btn-metis-5.focus,
.btn-metis-5.disabled:active,
.btn-metis-5[disabled]:active,
fieldset[disabled] .btn-metis-5:active,
.btn-metis-5.disabled.active,
.btn-metis-5[disabled].active,
fieldset[disabled] .btn-metis-5.active {
    background-color: #777777;
    border-color: #555555;
}
.btn-metis-5 .badge {
    color: #777777;
    background-color: #ffffff;
}
.btn-metis-6 {
    color: #ffffff;
    background-color: #00b4f5;
    border-color: #008dc5;
}
.btn-metis-6:hover,
.btn-metis-6:focus,
.btn-metis-6.focus,
.btn-metis-6:active,
.btn-metis-6.active,
.open > .dropdown-toggle.btn-metis-6 {
    color: #ffffff;
    background-color: #008fc2;
    border-color: #006188;
}
.btn-metis-6:active,
.btn-metis-6.active,
.open > .dropdown-toggle.btn-metis-6 {
    background-image: none;
}
.btn-metis-6.disabled,
.btn-metis-6[disabled],
fieldset[disabled] .btn-metis-6,
.btn-metis-6.disabled:hover,
.btn-metis-6[disabled]:hover,
fieldset[disabled] .btn-metis-6:hover,
.btn-metis-6.disabled:focus,
.btn-metis-6[disabled]:focus,
fieldset[disabled] .btn-metis-6:focus,
.btn-metis-6.disabled.focus,
.btn-metis-6[disabled].focus,
fieldset[disabled] .btn-metis-6.focus,
.btn-metis-6.disabled:active,
.btn-metis-6[disabled]:active,
fieldset[disabled] .btn-metis-6:active,
.btn-metis-6.disabled.active,
.btn-metis-6[disabled].active,
fieldset[disabled] .btn-metis-6.active {
    background-color: #00b4f5;
    border-color: #008dc5;
}
.btn-metis-6 .badge {
    color: #00b4f5;
    background-color: #ffffff;
}
.btn-grad.btn-default,
.btn-grad.btn-primary,
.btn-grad.btn-success,
.btn-grad.btn-info,
.btn-grad.btn-warning,
.btn-grad.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-grad.btn-default:active,
.btn-grad.btn-primary:active,
.btn-grad.btn-success:active,
.btn-grad.btn-info:active,
.btn-grad.btn-warning:active,
.btn-grad.btn-danger:active,
.btn-grad.btn-default.active,
.btn-grad.btn-primary.active,
.btn-grad.btn-success.active,
.btn-grad.btn-info.active,
.btn-grad.btn-warning.active,
.btn-grad.btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-grad.btn:active,
.btn-grad.btn.active {
    background-image: none;
}
.btn-grad.btn-default {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
}
.btn-grad.btn-default:hover,
.btn-grad.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}
.btn-grad.btn-default:active,
.btn-grad.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}
.btn-grad.btn-primary {
    background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a;
}
.btn-grad.btn-primary:hover,
.btn-grad.btn-primary:focus {
    background-color: #2d6ca2;
    background-position: 0 -15px;
}
.btn-grad.btn-primary:active,
.btn-grad.btn-primary.active {
    background-color: #2d6ca2;
    border-color: #2b669a;
}
.btn-grad.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}
.btn-grad.btn-success:hover,
.btn-grad.btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px;
}
.btn-grad.btn-success:active,
.btn-grad.btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e;
}
.btn-grad.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    background-repeat: repeat-x;
    border-color: #e38d13;
}
.btn-grad.btn-warning:hover,
.btn-grad.btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}
.btn-grad.btn-warning:active,
.btn-grad.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}
.btn-grad.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b92c28;
}
.btn-grad.btn-danger:hover,
.btn-grad.btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}
.btn-grad.btn-danger:active,
.btn-grad.btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28;
}
.btn-grad.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}
.btn-grad.btn-info:hover,
.btn-grad.btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px;
}
.btn-grad.btn-info:active,
.btn-grad.btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}
.btn-grad.btn-metis-1 {
    background-image: -webkit-linear-gradient(top, #ee465a 0%, #e2152d 100%);
    background-image: -o-linear-gradient(top, #ee465a 0%, #e2152d 100%);
    background-image: linear-gradient(to bottom, #ee465a 0%, #e2152d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee465a', endColorstr='#ffe2152d', GradientType=0);
    background-repeat: repeat-x;
    border-color: #d9142b;
}
.btn-grad.btn-metis-1:hover,
.btn-grad.btn-metis-1:focus {
    background-color: #e2152d;
    background-position: 0 -15px;
}
.btn-grad.btn-metis-1:active,
.btn-grad.btn-metis-1.active {
    background-color: #e2152d;
    border-color: #d9142b;
}
.btn-grad.btn-metis-2 {
    background-image: -webkit-linear-gradient(top, #9fd256 0%, #81b931 100%);
    background-image: -o-linear-gradient(top, #9fd256 0%, #81b931 100%);
    background-image: linear-gradient(to bottom, #9fd256 0%, #81b931 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9fd256', endColorstr='#ff81b931', GradientType=0);
    background-repeat: repeat-x;
    border-color: #7cb12f;
}
.btn-grad.btn-metis-2:hover,
.btn-grad.btn-metis-2:focus {
    background-color: #81b931;
    background-position: 0 -15px;
}
.btn-grad.btn-metis-2:active,
.btn-grad.btn-metis-2.active {
    background-color: #81b931;
    border-color: #7cb12f;
}
.btn-grad.btn-metis-3 {
    background-image: -webkit-linear-gradient(top, #fbb450 0%, #fa9a14 100%);
    background-image: -o-linear-gradient(top, #fbb450 0%, #fa9a14 100%);
    background-image: linear-gradient(to bottom, #fbb450 0%, #fa9a14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fffa9a14', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f9960a;
}
.btn-grad.btn-metis-3:hover,
.btn-grad.btn-metis-3:focus {
    background-color: #fa9a14;
    background-position: 0 -15px;
}
.btn-grad.btn-metis-3:active,
.btn-grad.btn-metis-3.active {
    background-color: #fa9a14;
    border-color: #f9960a;
}
.btn-grad.btn-metis-4 {
    background-image: -webkit-linear-gradient(top, #a264e7 0%, #822fdf 100%);
    background-image: -o-linear-gradient(top, #a264e7 0%, #822fdf 100%);
    background-image: linear-gradient(to bottom, #a264e7 0%, #822fdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa264e7', endColorstr='#ff822fdf', GradientType=0);
    background-repeat: repeat-x;
    border-color: #7d26dd;
}
.btn-grad.btn-metis-4:hover,
.btn-grad.btn-metis-4:focus {
    background-color: #822fdf;
    background-position: 0 -15px;
}
.btn-grad.btn-metis-4:active,
.btn-grad.btn-metis-4.active {
    background-color: #822fdf;
    border-color: #7d26dd;
}
.btn-grad.btn-metis-5 {
    background-image: -webkit-linear-gradient(top, #777777 0%, #585858 100%);
    background-image: -o-linear-gradient(top, #777777 0%, #585858 100%);
    background-image: linear-gradient(to bottom, #777777 0%, #585858 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff585858', GradientType=0);
    background-repeat: repeat-x;
    border-color: #535353;
}
.btn-grad.btn-metis-5:hover,
.btn-grad.btn-metis-5:focus {
    background-color: #585858;
    background-position: 0 -15px;
}
.btn-grad.btn-metis-5:active,
.btn-grad.btn-metis-5.active {
    background-color: #585858;
    border-color: #535353;
}
.btn-grad.btn-metis-6 {
    background-image: -webkit-linear-gradient(top, #00b4f5 0%, #0087b8 100%);
    background-image: -o-linear-gradient(top, #00b4f5 0%, #0087b8 100%);
    background-image: linear-gradient(to bottom, #00b4f5 0%, #0087b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00b4f5', endColorstr='#ff0087b8', GradientType=0);
    background-repeat: repeat-x;
    border-color: #0080ae;
}
.btn-grad.btn-metis-6:hover,
.btn-grad.btn-metis-6:focus {
    background-color: #0087b8;
    background-position: 0 -15px;
}
.btn-grad.btn-metis-6:active,
.btn-grad.btn-metis-6.active {
    background-color: #0087b8;
    border-color: #0080ae;
}
.btn-circle {
    border-radius: 500px;
    width: 40px;
    height: 40px;
    padding: 8px 10px;
}
.btn-circle.btn-lg {
    width: 60px;
    height: 60px;
    padding: 14px 16px;
}
.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 5px 10px;
}
.btn-circle.btn-xs {
    width: 20px;
    height: 20px;
    padding: 0 5px;
}
.btn-rect {
    border-radius: 0 !important;
}
.btn-round.btn {
    border-radius: 28px;
}
.btn-round.btn-xs {
    border-radius: 28px;
}
.btn-round.btn-sm {
    border-radius: 28px;
}
.btn-round.btn-lg {
    border-radius: 28px;
}
.btn-line.btn-default {
    color: #333333;
    background-color: #fff;
    border-color: #cccccc;
}
.btn-line.btn-default:hover,
.btn-line.btn-default:focus,
.btn-line.btn-default:active,
.btn-line.btn-default.active {
    background-color: #262626;
    color: #ffffff;
    border-color: #b3b3b3;
}
.btn-line.btn-default.disabled,
.btn-line.btn-default[disabled],
fieldset[disabled] .btn-line.btn-default,
.btn-line.btn-default.disabled:hover,
.btn-line.btn-default[disabled]:hover,
fieldset[disabled] .btn-line.btn-default:hover,
.btn-line.btn-default.disabled:focus,
.btn-line.btn-default[disabled]:focus,
fieldset[disabled] .btn-line.btn-default:focus,
.btn-line.btn-default.disabled:active,
.btn-line.btn-default[disabled]:active,
fieldset[disabled] .btn-line.btn-default:active,
.btn-line.btn-default.disabled.active,
.btn-line.btn-default[disabled].active,
fieldset[disabled] .btn-line.btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-line.btn-primary {
    color: #428bca;
    background-color: #fff;
    border-color: #357ebd;
}
.btn-line.btn-primary:hover,
.btn-line.btn-primary:focus,
.btn-line.btn-primary:active,
.btn-line.btn-primary.active {
    background-color: #357ebd;
    color: #ffffff;
    border-color: #2a6496;
}
.btn-line.btn-primary.disabled,
.btn-line.btn-primary[disabled],
fieldset[disabled] .btn-line.btn-primary,
.btn-line.btn-primary.disabled:hover,
.btn-line.btn-primary[disabled]:hover,
fieldset[disabled] .btn-line.btn-primary:hover,
.btn-line.btn-primary.disabled:focus,
.btn-line.btn-primary[disabled]:focus,
fieldset[disabled] .btn-line.btn-primary:focus,
.btn-line.btn-primary.disabled:active,
.btn-line.btn-primary[disabled]:active,
fieldset[disabled] .btn-line.btn-primary:active,
.btn-line.btn-primary.disabled.active,
.btn-line.btn-primary[disabled].active,
fieldset[disabled] .btn-line.btn-primary.active {
    background-color: #ffffff;
    border-color: #357ebd;
}
.btn-line.btn-warning {
    color: #f0ad4e;
    background-color: #fff;
    border-color: #eea236;
}
.btn-line.btn-warning:hover,
.btn-line.btn-warning:focus,
.btn-line.btn-warning:active,
.btn-line.btn-warning.active {
    background-color: #eea236;
    color: #ffffff;
    border-color: #df8a13;
}
.btn-line.btn-warning.disabled,
.btn-line.btn-warning[disabled],
fieldset[disabled] .btn-line.btn-warning,
.btn-line.btn-warning.disabled:hover,
.btn-line.btn-warning[disabled]:hover,
fieldset[disabled] .btn-line.btn-warning:hover,
.btn-line.btn-warning.disabled:focus,
.btn-line.btn-warning[disabled]:focus,
fieldset[disabled] .btn-line.btn-warning:focus,
.btn-line.btn-warning.disabled:active,
.btn-line.btn-warning[disabled]:active,
fieldset[disabled] .btn-line.btn-warning:active,
.btn-line.btn-warning.disabled.active,
.btn-line.btn-warning[disabled].active,
fieldset[disabled] .btn-line.btn-warning.active {
    background-color: #ffffff;
    border-color: #eea236;
}
.btn-line.btn-danger {
    color: #d9534f;
    background-color: #fff;
    border-color: #d43f3a;
}
.btn-line.btn-danger:hover,
.btn-line.btn-danger:focus,
.btn-line.btn-danger:active,
.btn-line.btn-danger.active {
    background-color: #d43f3a;
    color: #ffffff;
    border-color: #b52b27;
}
.btn-line.btn-danger.disabled,
.btn-line.btn-danger[disabled],
fieldset[disabled] .btn-line.btn-danger,
.btn-line.btn-danger.disabled:hover,
.btn-line.btn-danger[disabled]:hover,
fieldset[disabled] .btn-line.btn-danger:hover,
.btn-line.btn-danger.disabled:focus,
.btn-line.btn-danger[disabled]:focus,
fieldset[disabled] .btn-line.btn-danger:focus,
.btn-line.btn-danger.disabled:active,
.btn-line.btn-danger[disabled]:active,
fieldset[disabled] .btn-line.btn-danger:active,
.btn-line.btn-danger.disabled.active,
.btn-line.btn-danger[disabled].active,
fieldset[disabled] .btn-line.btn-danger.active {
    background-color: #ffffff;
    border-color: #d43f3a;
}
.btn-line.btn-success {
    color: #5cb85c;
    background-color: #fff;
    border-color: #4cae4c;
}
.btn-line.btn-success:hover,
.btn-line.btn-success:focus,
.btn-line.btn-success:active,
.btn-line.btn-success.active {
    background-color: #4cae4c;
    color: #ffffff;
    border-color: #3d8b3d;
}
.btn-line.btn-success.disabled,
.btn-line.btn-success[disabled],
fieldset[disabled] .btn-line.btn-success,
.btn-line.btn-success.disabled:hover,
.btn-line.btn-success[disabled]:hover,
fieldset[disabled] .btn-line.btn-success:hover,
.btn-line.btn-success.disabled:focus,
.btn-line.btn-success[disabled]:focus,
fieldset[disabled] .btn-line.btn-success:focus,
.btn-line.btn-success.disabled:active,
.btn-line.btn-success[disabled]:active,
fieldset[disabled] .btn-line.btn-success:active,
.btn-line.btn-success.disabled.active,
.btn-line.btn-success[disabled].active,
fieldset[disabled] .btn-line.btn-success.active {
    background-color: #ffffff;
    border-color: #4cae4c;
}
.btn-line.btn-info {
    color: #5bc0de;
    background-color: #fff;
    border-color: #46b8da;
}
.btn-line.btn-info:hover,
.btn-line.btn-info:focus,
.btn-line.btn-info:active,
.btn-line.btn-info.active {
    background-color: #46b8da;
    color: #ffffff;
    border-color: #28a1c5;
}
.btn-line.btn-info.disabled,
.btn-line.btn-info[disabled],
fieldset[disabled] .btn-line.btn-info,
.btn-line.btn-info.disabled:hover,
.btn-line.btn-info[disabled]:hover,
fieldset[disabled] .btn-line.btn-info:hover,
.btn-line.btn-info.disabled:focus,
.btn-line.btn-info[disabled]:focus,
fieldset[disabled] .btn-line.btn-info:focus,
.btn-line.btn-info.disabled:active,
.btn-line.btn-info[disabled]:active,
fieldset[disabled] .btn-line.btn-info:active,
.btn-line.btn-info.disabled.active,
.btn-line.btn-info[disabled].active,
fieldset[disabled] .btn-line.btn-info.active {
    background-color: #ffffff;
    border-color: #46b8da;
}
.btn-line.btn-metis-1 {
    color: #ee465a;
    background-color: #fff;
    border-color: #c11a39;
}
.btn-line.btn-metis-1:hover,
.btn-line.btn-metis-1:focus,
.btn-line.btn-metis-1:active,
.btn-line.btn-metis-1.active {
    background-color: #ec2f45;
    color: #ffffff;
    border-color: #94142c;
}
.btn-line.btn-metis-1.disabled,
.btn-line.btn-metis-1[disabled],
fieldset[disabled] .btn-line.btn-metis-1,
.btn-line.btn-metis-1.disabled:hover,
.btn-line.btn-metis-1[disabled]:hover,
fieldset[disabled] .btn-line.btn-metis-1:hover,
.btn-line.btn-metis-1.disabled:focus,
.btn-line.btn-metis-1[disabled]:focus,
fieldset[disabled] .btn-line.btn-metis-1:focus,
.btn-line.btn-metis-1.disabled:active,
.btn-line.btn-metis-1[disabled]:active,
fieldset[disabled] .btn-line.btn-metis-1:active,
.btn-line.btn-metis-1.disabled.active,
.btn-line.btn-metis-1[disabled].active,
fieldset[disabled] .btn-line.btn-metis-1.active {
    background-color: #ffffff;
    border-color: #c11a39;
}
.btn-line.btn-metis-2 {
    color: #9fd256;
    background-color: #fff;
    border-color: #6fac34;
}
.btn-line.btn-metis-2:hover,
.btn-line.btn-metis-2:focus,
.btn-line.btn-metis-2:active,
.btn-line.btn-metis-2.active {
    background-color: #94cd42;
    color: #ffffff;
    border-color: #568528;
}
.btn-line.btn-metis-2.disabled,
.btn-line.btn-metis-2[disabled],
fieldset[disabled] .btn-line.btn-metis-2,
.btn-line.btn-metis-2.disabled:hover,
.btn-line.btn-metis-2[disabled]:hover,
fieldset[disabled] .btn-line.btn-metis-2:hover,
.btn-line.btn-metis-2.disabled:focus,
.btn-line.btn-metis-2[disabled]:focus,
fieldset[disabled] .btn-line.btn-metis-2:focus,
.btn-line.btn-metis-2.disabled:active,
.btn-line.btn-metis-2[disabled]:active,
fieldset[disabled] .btn-line.btn-metis-2:active,
.btn-line.btn-metis-2.disabled.active,
.btn-line.btn-metis-2[disabled].active,
fieldset[disabled] .btn-line.btn-metis-2.active {
    background-color: #ffffff;
    border-color: #6fac34;
}
.btn-line.btn-metis-3 {
    color: #fbb450;
    background-color: #fff;
    border-color: #f89406;
}
.btn-line.btn-metis-3:hover,
.btn-line.btn-metis-3:focus,
.btn-line.btn-metis-3:active,
.btn-line.btn-metis-3.active {
    background-color: #faa937;
    color: #ffffff;
    border-color: #c67605;
}
.btn-line.btn-metis-3.disabled,
.btn-line.btn-metis-3[disabled],
fieldset[disabled] .btn-line.btn-metis-3,
.btn-line.btn-metis-3.disabled:hover,
.btn-line.btn-metis-3[disabled]:hover,
fieldset[disabled] .btn-line.btn-metis-3:hover,
.btn-line.btn-metis-3.disabled:focus,
.btn-line.btn-metis-3[disabled]:focus,
fieldset[disabled] .btn-line.btn-metis-3:focus,
.btn-line.btn-metis-3.disabled:active,
.btn-line.btn-metis-3[disabled]:active,
fieldset[disabled] .btn-line.btn-metis-3:active,
.btn-line.btn-metis-3.disabled.active,
.btn-line.btn-metis-3[disabled].active,
fieldset[disabled] .btn-line.btn-metis-3.active {
    background-color: #ffffff;
    border-color: #f89406;
}
.btn-line.btn-metis-4 {
    color: #a264e7;
    background-color: #fff;
    border-color: #62309a;
}
.btn-line.btn-metis-4:hover,
.btn-line.btn-metis-4:focus,
.btn-line.btn-metis-4:active,
.btn-line.btn-metis-4.active {
    background-color: #954ee4;
    color: #ffffff;
    border-color: #492473;
}
.btn-line.btn-metis-4.disabled,
.btn-line.btn-metis-4[disabled],
fieldset[disabled] .btn-line.btn-metis-4,
.btn-line.btn-metis-4.disabled:hover,
.btn-line.btn-metis-4[disabled]:hover,
fieldset[disabled] .btn-line.btn-metis-4:hover,
.btn-line.btn-metis-4.disabled:focus,
.btn-line.btn-metis-4[disabled]:focus,
fieldset[disabled] .btn-line.btn-metis-4:focus,
.btn-line.btn-metis-4.disabled:active,
.btn-line.btn-metis-4[disabled]:active,
fieldset[disabled] .btn-line.btn-metis-4:active,
.btn-line.btn-metis-4.disabled.active,
.btn-line.btn-metis-4[disabled].active,
fieldset[disabled] .btn-line.btn-metis-4.active {
    background-color: #ffffff;
    border-color: #62309a;
}
.btn-line.btn-metis-5 {
    color: #777777;
    background-color: #fff;
    border-color: #555555;
}
.btn-line.btn-metis-5:hover,
.btn-line.btn-metis-5:focus,
.btn-line.btn-metis-5:active,
.btn-line.btn-metis-5.active {
    background-color: #6a6a6a;
    color: #ffffff;
    border-color: #3b3b3b;
}
.btn-line.btn-metis-5.disabled,
.btn-line.btn-metis-5[disabled],
fieldset[disabled] .btn-line.btn-metis-5,
.btn-line.btn-metis-5.disabled:hover,
.btn-line.btn-metis-5[disabled]:hover,
fieldset[disabled] .btn-line.btn-metis-5:hover,
.btn-line.btn-metis-5.disabled:focus,
.btn-line.btn-metis-5[disabled]:focus,
fieldset[disabled] .btn-line.btn-metis-5:focus,
.btn-line.btn-metis-5.disabled:active,
.btn-line.btn-metis-5[disabled]:active,
fieldset[disabled] .btn-line.btn-metis-5:active,
.btn-line.btn-metis-5.disabled.active,
.btn-line.btn-metis-5[disabled].active,
fieldset[disabled] .btn-line.btn-metis-5.active {
    background-color: #ffffff;
    border-color: #555555;
}
.btn-line.btn-metis-6 {
    color: #00b4f5;
    background-color: #fff;
    border-color: #008dc5;
}
.btn-line.btn-metis-6:hover,
.btn-line.btn-metis-6:focus,
.btn-line.btn-metis-6:active,
.btn-line.btn-metis-6.active {
    background-color: #00a1dc;
    color: #ffffff;
    border-color: #006892;
}
.btn-line.btn-metis-6.disabled,
.btn-line.btn-metis-6[disabled],
fieldset[disabled] .btn-line.btn-metis-6,
.btn-line.btn-metis-6.disabled:hover,
.btn-line.btn-metis-6[disabled]:hover,
fieldset[disabled] .btn-line.btn-metis-6:hover,
.btn-line.btn-metis-6.disabled:focus,
.btn-line.btn-metis-6[disabled]:focus,
fieldset[disabled] .btn-line.btn-metis-6:focus,
.btn-line.btn-metis-6.disabled:active,
.btn-line.btn-metis-6[disabled]:active,
fieldset[disabled] .btn-line.btn-metis-6:active,
.btn-line.btn-metis-6.disabled.active,
.btn-line.btn-metis-6[disabled].active,
fieldset[disabled] .btn-line.btn-metis-6.active {
    background-color: #ffffff;
    border-color: #008dc5;
}
.btn-flat {
    border-width: 0 !important;
}
/* BEGIN animated checkbox styles */
.anim-checkbox {
    /*adding some colors for fun*/
}
.anim-checkbox label {
    position: relative;
}
.anim-checkbox label:before,
.anim-checkbox label:after {
    font-family: FontAwesome;
    /*absolutely positioned*/
    position: absolute;
    left: -22px;
}
.anim-checkbox label:before {
    content: '\f096';
    /*unchecked*/
}
.anim-checkbox label:after {
    content: '\f046';
    /*checked*/
    /*checked icon will be hidden by default by using 0 max-width and overflow hidden*/
    max-width: 0;
    overflow: hidden;
    opacity: 0.5;
    /*CSS3 transitions for animated effect*/
    transition: all 0.35s;
}
.anim-checkbox input[type="checkbox"] {
    display: none;
}
.anim-checkbox input[type="checkbox"]:checked + label:after {
    max-width: 25px;
    /*an arbitratry number more than the icon's width*/
    opacity: 1;
    /*for fade in effect*/
}
.anim-checkbox .primary:checked + label:before,
.anim-checkbox .primary:checked + label:after {
    color: #428bca;
}
.anim-checkbox .success:checked + label:before,
.anim-checkbox .success:checked + label:after {
    color: #5cb85c;
}
.anim-checkbox .warning:checked + label:before,
.anim-checkbox .warning:checked + label:after {
    color: #f0ad4e;
}
.anim-checkbox .danger:checked + label:before,
.anim-checkbox .danger:checked + label:after {
    color: #d9534f;
}
.anim-checkbox .info:checked + label:before,
.anim-checkbox .info:checked + label:after {
    color: #5bc0de;
}
/* END animated checkbox styles */
/* BEGIN Pricing Table */
.pricing-table {
    text-align: center;
    padding: 0;
    margin: 30px 0;
    line-height: 150%;
}
.pricing-table li {
    list-style: none;
}
.pricing-table > li {
    background-image: -webkit-linear-gradient(top, #ebeef5 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #ebeef5 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #ebeef5 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebeef5', endColorstr='#ffffffff', GradientType=0);
    color: #444;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.pricing-table.dark > li {
    background-image: -webkit-linear-gradient(top, #666666 0%, #444444 100%);
    background-image: -o-linear-gradient(top, #666666 0%, #444444 100%);
    background-image: linear-gradient(to bottom, #666666 0%, #444444 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff444444', GradientType=0);
    color: #fff;
}
.pricing-table.dark > li.active.default {
    color: #fff;
}
.pricing-table > li.active {
    color: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.pricing-table > li.active.default {
    color: #444;
}
@media (min-width: 768px) {
    .pricing-table > li.active {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }
}
.pricing-table > li.active.primary {
    background-image: -webkit-linear-gradient(top, #357ebd 0%, #428bca 100%);
    background-image: -o-linear-gradient(top, #357ebd 0%, #428bca 100%);
    background-image: linear-gradient(to bottom, #357ebd 0%, #428bca 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff357ebd', endColorstr='#ff428bca', GradientType=0);
}
.pricing-table > li.active.success {
    background-image: -webkit-linear-gradient(top, #4cae4c 0%, #5cb85c 100%);
    background-image: -o-linear-gradient(top, #4cae4c 0%, #5cb85c 100%);
    background-image: linear-gradient(to bottom, #4cae4c 0%, #5cb85c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4cae4c', endColorstr='#ff5cb85c', GradientType=0);
}
.pricing-table > li.active.warning {
    background-image: -webkit-linear-gradient(top, #eea236 0%, #f0ad4e 100%);
    background-image: -o-linear-gradient(top, #eea236 0%, #f0ad4e 100%);
    background-image: linear-gradient(to bottom, #eea236 0%, #f0ad4e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeea236', endColorstr='#fff0ad4e', GradientType=0);
}
.pricing-table > li.active.danger {
    background-image: -webkit-linear-gradient(top, #d43f3a 0%, #d9534f 100%);
    background-image: -o-linear-gradient(top, #d43f3a 0%, #d9534f 100%);
    background-image: linear-gradient(to bottom, #d43f3a 0%, #d9534f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd43f3a', endColorstr='#ffd9534f', GradientType=0);
}
.pricing-table > li.active.info {
    background-image: -webkit-linear-gradient(top, #46b8da 0%, #5bc0de 100%);
    background-image: -o-linear-gradient(top, #46b8da 0%, #5bc0de 100%);
    background-image: linear-gradient(to bottom, #46b8da 0%, #5bc0de 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46b8da', endColorstr='#ff5bc0de', GradientType=0);
}
.pricing-table .footer {
    padding: 15px;
    margin: 15px -15px 0;
    background: #eee;
}
.pricing-table.dark .footer {
    background: #333;
}
.pricing-table h3 {
    text-transform: uppercase;
    padding: 15px 0;
}
.pricing-table .price-body {
    width: 125px;
    height: 125px;
    margin: 0 auto 15px auto;
    border: 2px solid #444;
    border-radius: 100%;
    display: table;
}
.pricing-table.dark .price-body {
    border-color: #fff;
}
.pricing-table > li.active.primary .price-body,
.pricing-table > li.active.success .price-body,
.pricing-table > li.active.warning .price-body,
.pricing-table > li.active.danger .price-body,
.pricing-table > li.active.info .price-body {
    border-color: #fff;
}
.pricing-table .price {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    /*Lets vertically center align the price now*/
    vertical-align: middle;
    display: table-cell;
}
.pricing-table .price .price-figure {
    display: block;
}
.pricing-table .price .price-term {
    font-size: 11px;
    font-weight: normal;
}
.pricing-table .features ul {
    margin: 0;
    padding: 0;
}
.pricing-table .features ul li {
    padding: 5px 0;
}
/* END Pricing Table */
/* horizontal rules */
.inner hr {
    margin-top: 10px;
    border-top-color: #ccc;
}
/* BEGIN PROGRESSBAR STYLES */
.progress.xs {
    height: 6px;
}
.progress.sm {
    height: 10px;
}
.progress.md {
    height: 12px;
}
.progress.lg {
    height: 28px;
}
/* END PROGRESSBAR STYLES */
.quick-btn {
    background: #EEEEEE;
    -webkit-box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
    box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
    color: #444444;
    display: inline-block;
    height: 80px;
    margin: 10px;
    padding-top: 16px;
    text-align: center;
    text-decoration: none;
    width: 90px;
    position: relative;
}
.quick-btn span {
    display: block;
}
.quick-btn .label {
    position: absolute;
    right: -5px;
    top: -5px;
}
.quick-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #4d7589;
}
.quick-btn.small {
    width: 40px;
    height: 30px;
    padding-top: 6px;
}
.simpleTable tr th:first-child,
.simpleTable tr td:first-child {
    text-align: center;
    width: 27px;
}
/* BEGIN SORTABLETABLE STYLES */
.sortableTable th {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    cursor: pointer;
}
.sortableTable th:hover {
    color: #888;
}
.sortableTable th.tablesorter-header .fa.sort:before {
    content: "\f0dc";
}
.sortableTable th.tablesorter-header.tablesorter-headerDesc .fa.sort:before {
    content: "\f0de";
}
.sortableTable th.tablesorter-header.tablesorter-headerAsc .fa.sort:before {
    content: "\f0dd";
}
/* END SORTABLETABLE STYLES */
/* BEGIN SPARKLINE STYLES */
.sparkline {
    min-width: 50px;
    border-right: 1px solid #DCDCDC;
    -webkit-box-shadow: 1px 0 0 0 #ffffff;
    box-shadow: 1px 0 0 0 #ffffff;
    float: left;
    margin-right: 12px;
    padding: 10px 14px 0px 4px;
    line-height: 52px;
}
/* END SPARKLINE STYLES */
.stats_box {
    display: inline-block;
    list-style: none outside none;
    margin-left: 0;
    margin-top: 20px;
    padding: 0;
}
.stats_box li {
    background: #EEEEEE;
    -webkit-box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
    box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
    display: inline-block;
    line-height: 18px;
    margin: 0 10px 10px;
    padding: 0 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    float: left;
}
.stats_box .stat_text {
    float: left;
    font-size: 12px;
    padding: 9px 10px 7px 0;
    text-align: left;
    min-width: 225px;
    position: relative;
}
.stats_box .stat_text strong {
    display: block;
    font-size: 16px;
}
.stats_box .stat_text .percent {
    color: #444;
    float: right;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 17px;
}
.stats_box .stat_text .percent.up {
    color: #46a546;
}
.stats_box .stat_text .percent.down {
    color: #C52F61;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px; 
}
::-webkit-scrollbar-thumb {
    border-radius: 1em;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}
::-webkit-scrollbar-track {
    border-radius: 1em;
    background: transparent;
}
::-webkit-scrollbar-track:hover {
    background: rgba(110, 110, 110, 0.25);
}
/* BEGIN FULLCALENDAR STYLES */
.fc-event.label {
    border: 1px solid #808080;
    color: #fff;
    font-size: .85em;
    cursor: default;
    background-color: #999999;
}
.fc-event.label.label-default {
    border-color: #6a6a6a;
    background-color: #777777;
}
.fc-event.label.label-default[href]:hover,
.fc-event.label.label-default[href]:focus { 
    background-color: #5e5e5e;
}
.fc-event.label.label-primary {
    border-color: #357ebd;
    background-color: #428bca;
}
.fc-event.label.label-primary[href]:hover,
.fc-event.label.label-primary[href]:focus {
    background-color: #3071a9;
}
.fc-event.label.label-success {
    border-color: #4cae4c;
    background-color: #5cb85c;
}
.fc-event.label.label-success[href]:hover,
.fc-event.label.label-success[href]:focus {
    background-color: #449d44;
}
.fc-event.label.label-info {
    border-color: #46b8da;
    background-color: #5bc0de;
}
.fc-event.label.label-info[href]:hover,
.fc-event.label.label-info[href]:focus {
    background-color: #31b0d5;
}
.fc-event.label.label-warning {
    border-color: #eea236;
    background-color: #f0ad4e;
}
.fc-event.label.label-warning[href]:hover,
.fc-event.label.label-warning[href]:focus {
    background-color: #ec971f;
}
.fc-event.label.label-danger {
    border-color: #d43f3a;
    background-color: #d9534f;
}
.fc-event.label.label-danger[href]:hover,
.fc-event.label.label-danger[href]:focus {
    background-color: #c9302c;
}
/* END FULLCALENDAR STYLES */
/* ==========================================================================
metisAdmin: HACK
========================================================================== */
/**
* Chosen
*/
.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto !important;
}
/**
* Sparkline
*/
.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/**
* Google Maps
*/
.google-maps {
    min-height: 300px;
}
/**
* Bootstrap-Timepicker
*/
.icon-chevron-up,
.icon-chevron-down {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-up:before {
    content: "\e113";
}
.icon-chevron-down:before {
    content: "\e114";
}
/**
* Bootstrap-Wysihtml5
*/
iframe.wysihtml5-sandbox {
    width: 100% !important;
}
/**
* Elfinder
*/
.elfinder,
.elfinder * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/**
* Bootstrap-Colorpicker
*/
.colorpicker-saturation {
    background-image: url(../lib/colorpicker/img/saturation.png) !important;
}
.colorpicker-hue {
    background-image: url(../lib/colorpicker/img/hue.png) !important;
}
.colorpicker-alpha {
    background-image: url(../lib/colorpicker/img/alpha.png) !important;
}
.colorpicker-color {
    background-image: url(../lib/colorpicker/img/alpha.png) !important;
}
/**
* Uniform
*/
div.uploader {
    width: auto !important;
}
.p-xs {
    padding: 10px;
}
.p-xs-t {
    padding-top: 10px;
}
.p-xs-l {
    padding-left: 10px;
}
.p-xs-b {
    padding-bottom: 10px;
}
.p-xs-r {
    padding-right: 10px;
}
.p-sm {
    padding: 15px;
}
.p-sm-t {
    padding-top: 15px;
}
.p-sm-l {
    padding-left: 15px;
}
.p-sm-b {
    padding-bottom: 15px;
}
.p-sm-r {
    padding-right: 15px;
}
.p-md {
    padding: 25px;
}
.p-md-t {
    padding-top: 25px;
}
.p-md-l {
    padding-left: 25px;
}
.p-md-b {
    padding-bottom: 25px;
}
.p-md-r {
    padding-right: 25px;
}
.p-lg {
    padding: 40px;
}
.p-lg-t {
    padding-top: 40px;
}
.p-lg-l {
    padding-left: 40px;
}
.p-lg-b {
    padding-bottom: 40px;
}
.p-lg-r {
    padding-right: 40px;
}
.m-xs {
    margin: 10px;
}
.m-xs-t {
    margin-top: 10px;
}
.m-xs-l {
    margin-left: 10px;
}
.m-xs-b {
    margin-bottom: 10px;
}
.m-xs-r {
    margin-right: 10px;
}
.m-sm {
    margin: 15px;
}
.m-sm-t {
    margin-top: 15px;
}
.m-sm-l {
    margin-left: 15px;
}
.m-sm-b {
    margin-bottom: 15px;
}
.m-sm-r {
    margin-right: 15px;
}
.m-md {
    margin: 25px;
}
.m-md-t {
    margin-top: 25px;
}
.m-md-l {
    margin-left: 25px;
}
.m-md-b {
    margin-bottom: 25px;
}
.m-md-r {
    margin-right: 25px;
}
.m-lg {
    margin: 40px;
}
.m-lg-t {
    margin-top: 40px;
}
.m-lg-l {
    margin-left: 40px;
}
.m-lg-b {
    margin-bottom: 40px;
}
.m-lg-r {
    margin-right: 40px;
}
.m-lg-rl {
    margin-bottom: 100px;
}
.bg-red {
    background-color: #b90000;
    color: #ffffff !important;
}
.bg-red.dker,
.bg-red > .dker {
    background-color: #900000 !important;
}
.bg-red.dk,
.bg-red > .dk {
    background-color: #a50000 !important;
}
.bg-red.lt,
.bg-red > .lt {
    background-color: #cd0000 !important;
}
.bg-red.lter,
.bg-red > .lter {
    background-color: #e20000 !important;
}
.bg-brick {
    background-color: #cd6723;
    color: #ffffff !important;
}
.bg-brick.dker,
.bg-brick > .dker {
    background-color: #aa551d !important;
}
.bg-brick.dk,
.bg-brick > .dk {
    background-color: #bc5e20 !important;
}
.bg-brick.lt,
.bg-brick > .lt {
    background-color: #db712a !important;
}
.bg-brick.lter,
.bg-brick > .lter {
    background-color: #de7c3b !important;
}
.bg-orange {
    background-color: #ff4e00;
    color: #ffffff !important;
}
.bg-orange.dker,
.bg-orange > .dker {
    background-color: #d64200 !important;
}
.bg-orange.dk,
.bg-orange > .dk {
    background-color: #eb4800 !important;
}
.bg-orange.lt,
.bg-orange > .lt {
    background-color: #ff5c14 !important;
}
.bg-orange.lter,
.bg-orange > .lter {
    background-color: #ff6a29 !important;
}
.bg-green {
    background-color: #4b780a;
    color: #ffffff !important;
}
.bg-green.dker,
.bg-green > .dker {
    background-color: #335207 !important;
}
.bg-green.dk,
.bg-green > .dk {
    background-color: #3f6508 !important;
}
.bg-green.lt,
.bg-green > .lt {
    background-color: #578b0c !important;
}
.bg-green.lter,
.bg-green > .lter {
    background-color: #639e0d !important;
}
.bg-blue {
    background-color: #00caf2;
    color: #ffffff !important;
}
.bg-blue.dker,
.bg-blue > .dker {
    background-color: #00a8c9 !important;
}
.bg-blue.dk,
.bg-blue > .dk {
    background-color: #00b9de !important;
}
.bg-blue.lt,
.bg-blue > .lt {
    background-color: #07d6ff !important;
}
.bg-blue.lter,
.bg-blue > .lter {
    background-color: #1cd9ff !important;
}
.bg-black {
    background-color: #222222;
    color: #ffffff !important;
}
.bg-black.dker,
.bg-black > .dker {
    background-color: #0e0e0e !important;
}
.bg-black.dk,
.bg-black > .dk {
    background-color: #181818 !important;
}
.bg-black.lt,
.bg-black > .lt {
    background-color: #2c2c2c !important;
}
.bg-black.lter,
.bg-black > .lter {
    background-color: #363636 !important;
}
.bg-dark {
    background-color: #999999;
    color: #ffffff !important;
}
.bg-dark.dker,
.bg-dark > .dker {
    background-color: #10bbc1 !important;
}
.bg-dark.dk,
.bg-dark > .dk {
    background-color: #ffffff !important;
}
.bg-dark.lt,
.bg-dark > .lt {
    background-color: #909090 !important;
}
.bg-dark.lter,
.bg-dark > .lter {
    background-color: #585858 !important;
}
.bg-light {
    background-color: #eeeeee;
    color: #333333 !important;
}
.bg-light.dker,
.bg-light > .dker {
    background-color: #dadada !important;
}
.bg-light.dk,
.bg-light > .dk {
    background-color: #e4e4e4 !important;
}
.bg-light.lt,
.bg-light > .lt {
    background-color: #f8f8f8 !important;
}
.bg-light.lter,
.bg-light > .lter {
    background-color: #ffffff !important;
}
.bg-light.dashboard,
.bg-light > .dashboard {
    background-color: #eee !important;
}
.bg-brillant {
    background: url("../img/pattern/brillant.png") repeat;
}
.bg-always_grey {
    background: url("../img/pattern/always_grey.png") repeat;
}
.bg-retina_wood {
    background: url("../img/pattern/retina_wood.png") repeat;
}
.bg-low_contrast_linen {
    background: url("../img/pattern/low_contrast_linen.png") repeat;
}
.bg-egg_shell {
    background: url("../img/pattern/egg_shell.png") repeat;
}
.bg-cartographer {
    background: url("../img/pattern/cartographer.png") repeat;
}
.bg-batthern {
    background: url("../img/pattern/batthern.png") repeat;
}
.bg-noisy_grid {
    background: url("../img/pattern/noisy_grid.png") repeat;
}
.bg-diamond_upholstery {
    background: url("../img/pattern/diamond_upholstery.png") repeat;
}
.bg-greyfloral {
    background: url("../img/pattern/greyfloral.png") repeat;
}
.bg-white_tiles {
    background: url("../img/pattern/white_tiles.png") repeat;
}
.bg-gplaypattern {
    background: url("../img/pattern/gplaypattern.png") repeat;
}
.bg-arches {
    background: url("../img/pattern/arches.png") repeat;
}
.bg-purty_wood {
    background: url("../img/pattern/purty_wood.png") repeat;
}
.bg-diagonal_striped_brick {
    background: url("../img/pattern/diagonal_striped_brick.png") repeat;
}
.bg-large_leather {
    background: url("../img/pattern/large_leather.png") repeat;
}
.bg-bo_play_pattern {
    background: url("../img/pattern/bo_play_pattern.png") repeat;
}
.bg-irongrip {
    background: url("../img/pattern/irongrip.png") repeat;
}
.bg-wood_1 {
    background: url("../img/pattern/wood_1.png") repeat;
}
.bg-pool_table {
    background: url("../img/pattern/pool_table.png") repeat;
}
.bg-crissXcross {
    background: url("../img/pattern/crissXcross.png") repeat;
}
.bg-rip_jobs {
    background: url("../img/pattern/rip_jobs.png") repeat;
}
.bg-random_grey_variations {
    background: url("../img/pattern/random_grey_variations.png") repeat;
}
.bg-carbon_fibre {
    background: url("../img/pattern/carbon_fibre.png") repeat;
}
/* BEGIN ERROR PAGES STYLES */
body.error {
    padding-top: 40px;
    background: url("../img/pattern/always_grey.png") repeat rgba(68, 68, 68, 0.9);
}
body.error .logo h1 {
    color: #FFFFFF;
    font-size: 100px;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);    
}
@media (max-width: 767px) {
    body.error .logo h1 {
        font-size: 60px;
    }
}
/* END ERROR PAGES STYLES */
/* BEGIN LOGIN PAGE STYLES */
.login {
    padding-top: 40px;
    padding-bottom: 40px;
    /*  background: url("../img/pattern/irongrip.png") repeat #444444;*/
    background: #fff;
}
.login .form-signin {
    max-width: 330px;
    padding: 20px;
    margin: 0 auto;
    background-color: #F5F5F5;
    border-radius: 3px;
}
.login .form-signin .form-signin-heading,
.login .form-signin .checkbox {
    margin-bottom: 10px;
}
.login .form-signin .checkbox {
    font-weight: normal;
}
.login .form-signin input[type="text"],
.login .form-signin input[type="password"],
.login .form-signin input[type="email"] {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
}
.login .form-signin input[type="text"]:focus,
.login .form-signin input[type="password"]:focus,
.login .form-signin input[type="email"]:focus {
    z-index: 2;
}
.login .form-signin input.top {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.login .form-signin input.middle {
    margin-bottom: -1px;
    border-radius: 0;
}
.login .form-signin input.bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/* END LOGIN PAGE STYLES */
/* PICKLIST STYLES */
.pickList_sourceListContainer, .pickList_targetListContainer 
{ 
    float: left;
    margin: 0.25em;
    background-color: #fff;
    border: 1px solid #CBA;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;  
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.pickList_controlsContainer {
    float: left; 
    margin: 1.25em;
}
.pickList_controlsContainer { text-align: center; }
.pickList_controlsContainer button { display: block; width: 100%; text-align: center; }
.pickList_list { 
    list-style-type: none; 
    margin: 0;
    padding: 5px; 
    float: left; 
    width: 175px; 
    height: 100px; 
    border: 0px inset #ccc; 
    overflow-y: auto; 
    cursor: pointer; 
}
.pickList_selectedListItem { background-color: #a3c8f5; }
.pickList_listLabel { font-size: 0.9em; font-weight: bold; text-align: center; background-color: rgb(228, 224, 200); padding:3px;}
.pickList_clear { clear: both; }
.errorhigh{
    border-color: red !important ;
    background: rgb(255, 209, 217);
}
.fielderror{
    color: #a94442 !important;
}
/* below all added by hrms team */
.paystrucerror {
    background-color: rgb(255, 209, 217);
    font-size: 12px;    
    padding: 0px 5px 5px 5px;
    border-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.paystrucsuccess {
    background-color: #99FFFF;
    font-size: 12px;    
    padding: 0px 5px 5px 5px;
    border-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#successalert {
    color: #1c790d;	
    font-size: 14px;
    text-align:left;	
    font-style: normal; 
}
#erroralert {
    color: #ff0000;
    font-size: 14px;
    text-align:left;	
    font-style: normal;
}
#infoalert {
    font-size: 14px;
    text-align:left;	
    font-style: normal;
    color: #5600FF;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: black;
}

.tooltip-inner {
    white-space:pre-wrap;
}
.chartDialog td {
    padding : 5px;
}
/* styles for shiftdetails */
.shift-weekoff {
    padding-top : 45px !important;
    padding-left : 25px !important;
    padding : 5px;
    background-color : #FF3366 ;
    color : #ffffff;
}
.shift-holiday {
    padding-top : 45px !important;
    padding-left : 25px !important;
    padding : 5px;
    background-color : #FFFF00;
    color : #kvr;
}
.shift-normal {
    font-size : 9pt !important;
    padding : 5px !important;
    background-color : #c4e7eb;
    color : #303030;
}
/* header for month calendar */
.fc-day-header{
    background: #cccccc !important;
    padding: 5px !important;
    color: #000000 !important;
}

/*.fc-event-container {
    display:none;
}*/
#loginForm label.error {
    font-weight: normal;
    color: #F72323 !important;
}
#passwordForm label.error {
    font-weight: normal;
    color: #F72323 !important;
}
#forgot label.error {
    font-weight: normal;
    color: #F72323 !important;
}
/* payroll controller screen locker's */
.icons .fa-unlock{
    color: #13B913;
    font-size: 2em;
}
/*
.icons .fa-lock {
    color: #FF0000;
    font-size: 2em;
}*/
.icons .fa-thumbs-up {
    color: #5CB85C;
    /* font-size: 1em;*/
}
.icons .fa-thumbs-down {
    color: #FF0000;
    /* font-size: 1em;*/
}
.huge {
    font-size: 35px;   
}
.panel-red a:hover {
    color: #986271;
}
.panel-red a {
    color: #986271;
}
.panel-green a:hover {
    color: #6e6177;
}
.panel-green a {
    color: #6e6177;
}
.panel-yellow a:hover {
    color: #6C6C71;
}
.panel-yellow a {
    color: #6C6C71;
}
.importTable {
    overflow:scroll;
    height:100%;
    width:100%;
}

span.text-content {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 150px;
    left: 0 ;
    position: absolute;
    top: 0;
    width: 150px;
}
span.text-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

span.text-content {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
    opacity: 0;
}

span.text-content:hover {
    opacity: 1;
}

span.text-content {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 150px;
    left: 0;
    position: absolute;
    top: 10px;
    left:15px;
    width: 150px;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.emptyOverlay{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.1;
    z-index: 998;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
} 
.taxTable tbody tr  td:first-child {
    width: 80%;
    white-space: normal;
}
/* for sumo select dropdown overflow */
.sumoselectbox .box .body {
    overflow-x: inherit;
}
.detailTable thead > tr > th {
    /* background-color: #B0BBD2 !important; */
    padding: 5px !important;
    color: black;
    border: 2px solid #fff;
}
.detailTable tbody tr td{
    background-color: #EAF5F1;
    border: 2px solid #fff;
}
.taxdisplay {
    border: 1.5px solid black;
} 

.taxdisplay thead > tr > th {
    background-color:#66ffcc !important;
    font-weight:bold;
    color:black;
    border: 1.5px solid black;
    font-size:16px;
    text-align: center;
} 

.taxdisplay  tbody tr td{
    border: 1.5px solid black;
}
.reportClass {
    text-align: center;
}
h1{border:0; margin:0; padding:0;}
/* ----------- My Form ----------- */
.assestment-form{
    margin:0 auto;
    width:400px;
    padding:14px;
}
/* for details-control inside td word-wrap*/
table tr td.tdDetails{
    white-space: normal;
}

/* Section Icons */
.section-head {
    text-align: center;
    padding: 30px 0;
    line-height: 100%;
}
.section-head h4 {
    font-size: 17px;
    color: #1ab394;
    white-space: normal;
    line-height: 1.5;
}
.section-overlayhead {
    text-align: center;    
    line-height: 100%;
}
.section-overlayhead h5 {
    color: #ff6f56;
    white-space: normal;
    font-weight: bold;
    line-height: 1.25;
}
.section-icon {
    text-align: center;
    color: rgb(0, 188, 212);
    padding: 30px 0 0 0;
}
.section-overlayicon {
    text-align: center;
    color: #ff6f56;
    padding: 25px 0 0 0;
}
.section-content {
    text-align: left;
    padding: 0px 0px 0px 20px;  
    line-height: 100%;
    color: white;	
}
.section-content span{
    font-size: 11px;
    color: white;
    white-space: normal;
    line-height: 2;
    padding: 0 0 0px 15px;	
}
/* Section icons End */
p.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.manditoryrequired {
    color: rgb(255,0,0);
}
/* Section customized icons*/
.l-cust-icons{
    color: #001fff;
    font-size: 1.25em;
    text-shadow: 1px 1px 7px #a5a5a5;
    font-weight: bold;
    line-height: 0.75em;
    vertical-align: -15%;
    padding-left: 0.5em;
}
.p-cust-icons{
    color: #ff0000;
    font-size: 1.25em;
    text-shadow: 1px 1px 7px #ff33e6;
    font-weight: bold;
    line-height: 0.75em;
    vertical-align: -15%;
    padding-left: 0.5em;
}
.s-cust-icons{
    color: #1ec8ef;
    font-size: 1.25em;
    text-shadow: 1px 1px 7px #5ae1ff;
    font-weight: bold;
    line-height: 0.75em;
    vertical-align: -15%;                                                                                                                                                           
    padding-left: 0.5em;
}
.common-cust-icon{
    color: rgb(255,0,0);

}
div.name-wrap{
    word-wrap: break-word;      

} 
#topmenu > a{
    color: #EEEEFF;
    text-decoration: none;
}
#topmenu > a:hover{
    color: #FF0000;
    text-decoration: none;
}
.openAnncMenu > a{
    color: #EEEEFF;
    text-decoration: none;
}
.openAnncMenu > a:hover{
    color: #FF0000;
    text-decoration: none;
}
.openCalMenu > a{
    color: #EEEEFF;
    text-decoration: none;
}
.openCalMenu > a:hover{
    color: #FF0000;
    text-decoration: none;
}
.openRedMenu > a{
    color: #EEEEFF;
    text-decoration: none;
}
.openRedMenu > a:hover{
    color: #FF0000;
    text-decoration: none;
}
.openTimeMenu > a{
    color: #EEEEFF;
    text-decoration: none;
}
.openTimeMenu > a:hover{
    color: #FF0000;
    text-decoration: none;
}
#topmenu5 > a{
    color: #EEEEFF;
    text-decoration: none;
}
#topmenu5 > a:hover{
    color: #FF0000;
    text-decoration: none;
}
#topmenu6 > a{
    color: #EEEEFF;
    text-decoration: none;
}
#topmenu6 > a:hover{
    color: #FF0000;
    text-decoration: none;
}
#topmenu7 > a{
    color: #EEEEFF;
    text-decoration: none;
}
#topmenu7 > a:hover{
    color: #FF0000;
    text-decoration: none;
}
#leftmenu{
    color: #EEEEFF;
    text-decoration: none;
}
.infooverlay {/*for help text over lay resizable*/
    top: 54px;
    bottom: 42px;
    width: 0;
    position: absolute; 
    z-index: 8; 
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 #9c9c9c;
    overflow-x: hidden; 
    transition: 0.5s; 
}
.infooverlay-content {
    position: relative;
    top: 5%;
    width: 100%;    
    margin-top: -10px;
    margin-bottom: 50px;
    padding: 0px 0px 0px 20px;
    /*    overflow-y: auto;*/
}
/* The navigation links inside the overlay */
.infooverlay a {
    margin: 6px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    transition: 0.3s; 
}
.infooverlay-closed a {
    margin: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: none; 
    transition: 0.3s; 
}
.infooverlay .vlap{
    color: #353535;

}
/* Announcements Close anchor*/
.infooverlay-closeann a {
    margin: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: none; 
    transition: 0.3s; 
}
/*for use of reminder button anchor */
.infooverlay .closebtn1 {
    position: fixed;
    z-index: 9999;
    top: 39px;
    right: 0px;
    font-size: 35px;
    /*    line-height: 41px;*/
}
/*Announcements Close div*/
.infooverlay .closebtnann { 
    position: fixed;
    z-index: 9999;
    top: 39px;
    right: 0px;
    font-size: 35px;
}
.infooverlay a:hover, .infooverlay a:focus {
    color: #353535;
}
.infooverlay .closebtn {
    position: absolute;
    top: 35px;
    right: 2px;
    font-size: 35px;
}
.infooverlay .closebtnhelp {
    position: absolute;
    top: -13px;
    right: 0px;
    font-size: 35px;
}
.chart-infooverlay{/*for help text over lay resizable*/
    top: 54px;
    bottom: 42px;
    position: absolute; 
    z-index: 5; 
    right: 0;
    background-color: #eee;
    /*    border-left: 1px solid rgb(189, 188, 188) !important;*/
    box-shadow: 0 0 20px 0 rgb(156, 156, 156);
    overflow-x: hidden; 
    transition: 0.5s;  

}
.chart-infooverlay-content {
    position: relative;
    top: 5%;
    width: 100%;    
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 0px 0px 0px 20px;
    overflow-y: auto !important;
}
/* The navigation links inside the overlay */
.chart-infooverlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: red;
    display: block; 
    transition: 0.3s; 
}
.chart-infooverlay a:hover, .chart-infooverlay a:focus {
    color: red;
}
.chart-infooverlay .closebtn {
    position: absolute;
    top: -13px;
    right: 2px;
    font-size: 35px;
}
.zone-infooverlay{/*for help text over lay resizable for user specific time zone and company and ou*/
    top: 54px;
    bottom: 42px;
    position: absolute; 
    z-index:7; 
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 #9c9c9c;
    overflow-x: hidden; 
    transition: 0.5s;
}
.infooverlay-content-timezone {
    position: relative;
    top: 5%;
    width: 100%;
    margin-top: 0px;    
    margin-bottom: 50px;
    padding: 0px 0px 0px 20px;
    overflow-y: auto;
}
/* The navigation links inside the overlay */
.zone-infooverlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block; 
    transition: 0.3s; 
}
.zone-infooverlay a:hover, .zone-infooverlay a:focus {
    color:  #353535;
}
.zone-infooverlay .closebtn {
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 35px;
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .infooverlay a {font-size: 14px}
    .infooverlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.infooverlay-section {
    margin-top: -20px;
    color: #424242;
}
.infooverlayhelp {/*for help text over lay resizable*/
    background-color: #0a0202 !important;
}
.infooverlay-sectionhelp {
    color: #ffffff !important;
}
/* user preferences*/
.infooverlay-preferences{
    padding: 10px;
    color: #efefef;
    margin-top: -20px;
    /*        margin-bottom: 10px;*/
}
/* hand symbol linkpointer for tabs in  mastersetupdashboard & systemsetup-->control center */
.linkpointer { cursor: pointer; 
               cursor: hand;
}
.component-name{ /* for help text on overlay */
    font-size:15px; 
}

.infooverlay-textalign{ /* for help text on overlay list  items */
    text-align: justify;
}
.userRoles {
    white-space: nowrap;
}
.customLegend{
    padding: 9px;
}

.common-approve-icon{ /* used in all approval screens for approve ,reject icons color code */
    color:rgb(0, 169, 0);

}
.common-reject-icon{
    color: rgb(255,0,0);

}
div .tablehzscroll{ /* used in employee import screen view */
    overflow-x: scroll;
    overflow-y: scroll;
    /*           height: 200px;*/
    width:1200px;
}
.infooverlay-showReminders {
    padding: 0px 0px 0px 0px;
    color: #efefef;
}

.anndescription {
    width: 500px;
}
#notificationCount{
    /*    top: -10px;
        right:5px;
        background-color:#ffff00 ;
        border-radius:3.25em;
        color:#000000;*/
    top: -10px;
    right: 8px;
    background-color: #ffffff00 !important;
    border-radius: 0.25em;
    /* border: 30px #e20000; */
    color: #ffffff;
    font-family: sans-serif;
}
#invitationsCount{
    top: -10px;
    right: 5px;
    background-color: #ffffff00 !important;
    border-radius: 0.25em;
    color: #ffffff;
}
.infooverlay-close{
    width:10px;
    height:10px;
}
.leave-cust-icons{
    position: relative;
    display: block;
    font-size: 0.90em;
    line-height: 1.35em;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    background-color: #001fff; 
    color:white;
    padding:2px;
    margin-top:20px; 
}
.preference-color{
    color:#903678;
}
.exit-cust-icons{
    color: #FF0000;
    font-size: 1.25em;
    text-shadow: 1px 1px 7px #ff336b;
    font-weight: bold;
    line-height: 0.75em;
    vertical-align: -15%;
    padding-left: 0.5em;
}
.custom-space{
    padding-top:15px; 
}
.annread-space{
    padding-bottom:10px; 
}
.common-numbers{
    width: 70px;
}
.errortext {
    color: #ff0000;
}
/*details controller icon style for server side data rendering*/
.control-style {
    width: 12px;
}
/*data tables text wrap style for server side data rendering*/
.text-wrap{
    white-space:normal;
    word-break: break-word;
}

.twrap{
    word-break: break-word;
    white-space: normal;
}
/*reminders list*/
.reminders-list{
    padding: 0px;
}

.tooltips1 {
    position: relative;
    color: #00b4ab;
}
.tooltips1 .tooltip-text {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    visibility: hidden;
    max-width: 300px;
    background-color: #00b4ab;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 3000;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: .3s;
    transform: translate3d(0px, 20px, 0px);
}

.tooltips1 .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #00b4ab transparent transparent transparent;
}

.tooltips1:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.remindersline{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    border: 0;
    border-top: 1px solid #6d6a6a;
}
.reminder-a{
    padding: 0px;
}
/*for login, forgot and reset buttons styles changed*/
.loginButton, .loginSigIn, .resetButton{
    /*  margin: 0 auto;
        display: table; */
    float: right;
}
/*dashboard of birthday and holiday tables scroll added, section dashboard start*/
.dashboardtablescroll {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.dashboardtablescroll th,
.dashboardtablescroll td {
    padding: 5px;    
}
.dashboardtablescroll td:nth-child(1),
.dashboardtablescroll th:nth-child(1) {
    min-width: 58px;
}
.dashboardtablescroll td:nth-child(2),
.dashboardtablescroll th:nth-child(2) {
    min-width: 170px;
}
.birthdaywidget th:nth-child(2){
    text-align:right;
}
.dashboardtablescroll td:nth-child(2),
.holidaywidget th:nth-child(2){
    text-align:left; 
}
.dashboardtablescroll td:nth-child(3),
.dashboardtablescroll th:nth-child(3) {
    width: 246px;
}
.dashboardtablescroll thead {
    background-color: #fff;
    color: #000;
    width: 100%;
}
.dashboardtablescroll thead tr {
    display: block;
    position: relative;
    border-bottom: 2px solid #ddd;
}
.dashboardtablescroll tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: 210px;
}
.table.tableborder > thead > tr > th{
    border-bottom: none !important;
}
@media only screen and (max-width: 480px) {
    .dashboardtablescroll td:nth-child(1),
    .dashboardtablescroll th:nth-child(1) {
        min-width: 50px;
    }
    .dashboardtablescroll td:nth-child(2),
    .dashboardtablescroll th:nth-child(2) {
        min-width: 120px;
    }
    .dashboardtablescroll td:nth-child(3),
    .dashboardtablescroll th:nth-child(3) {
        width: 150px;
    }
}
.dashboardtablescroll tbody::-webkit-scrollbar-thumb {    
    background: #B3C5BE;     
    border-radius: 10px;
}
/*dashboard of birthday and holiday tables scroll added, section dashboard end*/

/*text selection background color added.*/
.selection-color::selection {
    background-color: #8e44ad;
    color: white;
}
/*for payslips view alignmets adjusted*/
#mainDiv {
    position: relative;
    min-height: 80px;
    min-width: 100px;
}
.cmpLogoDiv {
    float: left; 
    width: 20%;
}
.cmpNameDiv {
    padding-top: 20px;
    float: left;
    width: 40%;
    font-size: 14px;
}
.cmpAddressDiv {
    float: right;
    text-align: inherit;
    width: 40%;
    margin-top: -10px;
    padding-top: 20px;
    font-size: 14px;
}
/*adjest the width of reminder and announce*/
.reminderwidth{
    width:45px;
}

.Announcewidth{
    width:45px;
}

.notification1{
    width :50px;
}
/*adjest the width of reminder and announce completed*/ 

.widget-head {
    font-size: 20px;
}
.widget-space{
    padding-top : 19px;
    padding-bottom: 10px; 
    text-align:center;
}

.wizardoverlay {  
    height: 70px !important; 
    width: 18%;  
    position: absolute;  
    bottom: 60px;
    right: 250px;
    background-color: #f0ad4e; 
    /* overflow-x: hidden; */ 
    transition: 0.5s;    
    z-index: 8031;
    border-radius: 10px;   
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);  
    border: 2px solid #ffffff !important; 
    /* right: -150px; */
}

.widget-space  a:hover {
    color: #00D0FF;
    text-decoration: none;
}
.widget-space a{
    color : white;
}
.linkText{
    color : white;
    font-size: 15px;
    font-style: oblique;
    font-weight: bold;
    vertical-align:super;
}
i#prev{
    vertical-align:sub; 
}
i#next{
    vertical-align:sub;
}
.wizardoverlay .wizardclosebtn {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.wizardMenu {
    width: 200px;   
    position: absolute;   
    bottom: 100%;   
    background: #505e69 !important; 
    color: white !important;   
    text-align: left;    
    border-radius: 0px;  
    border: 1px solid #ababab !important;
    box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
}

.wizardSubMenu{
    background: #505e69 !important; 
    color: white !important; 
    border-radius: 0px; 
    width: 150px; 
    border: 1px solid #ababab !important;
    box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
}
.prefSubMenu{
    background: #006064 !important; 
    color: white !important; 
    border-radius: 0px; 
    width: 150px; 
    border: 1px solid #ababab !important;
    box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
}

/* img.ui-datepicker-trigger {
 position: relative;
 right: -430px;
 top: -28px;
}  */
/*home page styles */
#menu > li .activeSubLink {
    background-color:#1B3E70;
    color:red;
} 
.img-wrap:hover .img-thumbnail {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: white;
}
.img-wrap .hover-div {
    display: none;
    position: absolute;
    text-align: center;
    top:50px;
    left: -144px;
    right: 5px;
    margin-top: -10px;
    z-index: 10;
}
.img-wrap:hover .hover-div {
    display: inline-block;
    font-size: 14px;

}
.img-wrap:hover .hover-div a {
    color:black;
    text-decoration:underline;
}
/* end of home page styles */

/*Announcement*/
textArea#anndescription{
    height:100px;
} 
/* Announcements*/
.infooverlay-Announcements {
    padding: 0px 0px 0px 0px;
    color: #efefef;
}

#AnnounceCount{
    top: -10px;
    right: 9px;
    background-color: #ffffff00;
    border-radius: 0.25em;
    color: #ffffff;
    font-family: sans-serif;
}
.disableannounce{
    background-color: #989da2;
    border-color: #bdbdbd;  
}

.tooltip3 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip3 .tooltiptext3 {
    visibility: hidden;
    width: auto;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 8032;
    top: -36px;
    left: 0px;
}

.tooltip3:hover .tooltiptext3 {
    visibility: visible;
}
/*for view reports from fancybox*/
#legendId{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
    text-align: left;
    /* border-bottom: 1px solid #e5e5e5; */
}
.remin-space {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ann-space {
    padding-top: 10px;
}
.annhead-space {
    padding-top: 8px;
    padding-bottom: 5px;
}
.calhead-space {
    padding-top: 5px;
}
.cal-space{
    padding-bottom: 6px;
}
.btag{
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
}
.profiledetails {
    margin-top: 3px;
    font-weight: bold;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #424242;
}
.announcedetails {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    color: #424242;
    margin: 8px 0;
}
/* USING legends fancy box*/
.legendfancy {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
    text-align: left;
    /*border-bottom: 1px solid #e5e5e5;*/
}
/* for events show in qtip tool*/
.qtipHead{
    padding: 10px 35px;
    color: #fff;
}
.eventDescription{
    margin: 0px;
    height: 201px !important;
}
.qtipAuto{
    width: auto !important;
    max-width: 500px;
}
.buttonQtip{
    float: none;
    text-align: right;
    display: inline-block;
    width: 100%;
}
.tempedit{
    width: 70%;
}
/* iamge popup from user profile pick*/
.container {
    height: 500px;
    width: 440px;
    float: left;
    overflow: hidden;
    margin:20px;
}
.container img {
    display: block;
}
.portrait img {
    width: 100%;
}
.landscape img {
    height: 100%;
}

.adjustLevel{
    width:50%;
}
.infooverlayedit{
    height: 100%;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.announcementedit{
    width:220px;
}
.overlap-infooverlay{
    top: 54px;
    bottom: 42px;
    position: absolute; 
    z-index:2; 
    right: 0;
    background-color: #eee;
    /*    border-left: 1px solid rgb(189, 188, 188);*/
    box-shadow: 0 0 20px 0 rgb(156, 156, 156);
    overflow-x: hidden; 
    transition: 0.5s;  
}
.pop-infooverlay{/*for help text over lay resizable*/
    top: 54px;
    bottom: 42px;
    position: absolute; 
    z-index:0; 
    right: 0;
    background-color: #eee;
    /*    border-left: 1px solid rgb(189, 188, 188);*/
    box-shadow: 0 0 20px 0 rgb(156, 156, 156);
    overflow-x: hidden; 
    transition: 0.5s;  
    padding-bottom: 45px; 
    margin-bottom: 24px; 

}
/*.pop-infooverlay a {
    padding: 3px;
    text-decoration: none;
    font-size: 12px;
    color: #0095ff;
    display: block; 
    transition: 0.3s; 
}*/
.pop-infooverlay a:hover, .pop-infooverlay a:focus {
    color: red;
}
.pop-infooverlay .closebtn {
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 35px;
}
.pop-infooverlay-content {
    position: relative;
    top: 5%;
    width: 100%;    
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 0px 0px 0px 20px;
    /*    overflow-y: auto;*/
}
.calendar-pop-infooverlay{/*for help text over lay resizable*/
    top: 54px;
    bottom: 42px;
    position: absolute;
    z-index:6;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: #eee;
    /*    border-left: 1px solid rgb(189, 188, 188);*/
    box-shadow: 0 0 20px 0 rgb(156, 156, 156);
    overflow-x: hidden;
    transition: 0.5s;
}
.calendar-pop-infooverlay a:hover, .calendar-pop-infooverlay a:focus {
    color: red;
}
.calendar-pop-infooverlay .closebtn {
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 35px;
}
.calendar-pop-infooverlay-content {
    position: relative;
    top: 5%;
    width: 100%;    
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 0px 0px 0px 20px;
    /*    overflow-y: auto;*/
}
/* datepicker icon for all date fields */
.datefield_travel{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 206px 7px;
}
.daterangfield{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 290px 7px;  
}
.datefield_reim{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 128px 7px;
} 
.datefield{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 430px 7px;    
}
.datefield_holiday{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 190px 7px;   
}
.datefield_dob{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 160px 7px;    
}
.datefield_award{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 140px 7px;    
}
.datefield_inactvie{
    background-image:url("b_calendar.png"); 
    background-repeat: no-repeat; 
    background-position: 380px 7px;    
}
.packageName{
    font-size:15px;
    position:absolute;
    padding-top:20px;
    font-weight: bold;
}
.datawidget {
    position: relative;
    margin-top: 15px;
    margin-left: 6px;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 15px 20px;
    background:#796b82;
    border-radius: 3px;
    color:white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.panel-bodyleft {
    background-color: #10bbc1;
    /* color: black; */
    font-weight: 15px;
    font-weight: bold;
    padding-top: 10px;
}
/* notifications list styles*/
/*.itembox{
    background-color: #e2e1e1;
    margin-top: 7px;
    border-radius: 5px;
    margin-right: 1px;
}*/
.overlay-headings{
    font-size: 14px;
}
.announce-headings{
    color:#353535;
    font-size: 14px;
}
.zonetds{
    color:#353535;
    font-size: 12px;
}
.panel-bodyright {
    background-color: #07a5ab;
    /* color: black; */
    font-weight: 15px;
    font-weight: bold;
    padding-top: 10px;
}

hr.widget-Line{
    margin-top: 4px;
    margin-bottom: 0px;
    border: 0;
    border-top: 0px solid #eee;

}
.panel-widget-heads{
    background-color: #4d5e69; 
    color:#ffffff;  
    font-weight:bold;
    border-radius:4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.panel-heads{
    background-color: #4d5e69; 
    color:#ffffff;  
    font-weight:bold;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);  
}
/*.leaves-heads{
    background-color: #00738e; 
    color:#ffffff;
}
.attn-heads{
    background-color: #9e0075; 
    color:#ffffff;
} */
.leaves-leftportion{
    background-color: #10bbc1; 
    border-radius: 0px;
}
.leaves-rightportion{
    background-color: #07a5ab; 
    border-radius: 0px;  
}
.att-leftportion{
    background-color: #da68a6;  
    border-radius: 0px;
}
.att-rightportion{
    background-color: #c16195; 
    border-radius: 0px;
}
.reimb-leftportion{
    background-color: #f4Bf3e;
    border-radius: 0px;  
}
.reimb-rightportion{
    background-color: #eead0e; 
    border-radius: 0px;
}
.incen-leftportion{
    background-color: #6bbb6b; 
    border-radius: 0px;
}
.incen-rightportion{
    background-color: #4aa54a;
    border-radius: 0px;
}
.compoff-leftportion{
    background-color: #ff6666; 
    border-radius: 0px;
}
.compoff-rightportion{
    background-color: #de5d5d; 
    border-radius: 0px;
}
.travel-leftportion{
    background-color: #6563aD; 
    border-radius: 0px;
}
.travel-rightportion{
    background-color: #48478c;
    border-radius: 0px;
}
.activeUser-widget{
    background-color: #732040;
    border-radius:4px;
}
.col-xs-widget{
    width:100%;
    padding-top:8px;
}
.btnsView{
    text-align: right;
}
.strikestyle{
    color: red;
    text-decoration:line-through;
}
.text-center{
    text-align:center 
}
.widget-body-styles{
    margin-top: -20px;
    background-color:#8fa9b1;
    color: #fff !important;
    font-weight:bold;

}
.widget-body-styles table#empleavestatisticsTable td{
    white-space:inherit;
}
.leaveStatsDiv {
    width: 18% !important;
}
.custom-wideget-style {
    font-family: inherit;
    font-weight: 500;
    line-height: 2.5;
    color: inherit;
    font-weight:bold;
}
.panel-widget-heads{
    background-color: #4d5e69; 
    color:#ffffff;  
    font-weight:bold;
    border-radius:0px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
/*.quickActionDiv {  
    position: fixed; 
    right: 0;  
    top: 45%;
    right: 5px;
    background-color: #10BBC1; 
    transition: 0.5s;    
    z-index: 8031;
    border-radius: 360px;   
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);  
    border: 2px solid #ffffff !important; 
    padding:5px;
}*/

.quickIcon{
    color:#ffffff;
}


.quickMenuItem {  
    width:200px;
    right: 100%; 
    top: 75%; 
    position: absolute; 
    background: #006064 !important;
    opacity: 0.8; 
    color: #ffffff !important;   
    text-align: left;  
    border: 1px solid #ababab !important; 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.quickMenuItem a{
    color: #ffffff !important;

}
.quickMenuItem > li:hover > a{
    color: #c77405 !important;
}

.quickMenuHeader{
    font-weight: bold;
    font-size:14px;
    background-color: #4d5e69;
    text-align:center;
}

.quickMenuHeader:hover{
    color: #ffffff !important;
    background-color: #4d5e69 !important;
    border: 1px solid #6D7B84 !important;
    /*    border:none !important;*/
}

.close{
    padding: 15px 15px 0px 0;
    font-size:12px;
}
.widget-icon-close{
    padding: 15px 15px 0px 0px;
    font-size:12px;
}
.dashboard-settings{
    display: inline-block;
    background: #11489a;
    border-radius: 4px;
    font-family: "arial-black";
    font-size: 12px;
    line-height: 1px;
    color: #FFF;
    padding: 5px 10px;
    cursor: pointer;
}

.advancedSettingsMenu{
    width: 200px;
    top:32px;
    position: absolute;
    background: #505e69 !important;     
    color: white !important;
    text-align: left;
    border-radius: 0px;
    border: 1px solid #ababab !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    z-index:8090;
}
.addwidget-nav{
    padding:10px;
}

element.style {
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.dashboardActionDiv {
    position: fixed;
    right: 0;
    top: 28%;
    right: -3px;
    background-color: #e65c5b;
    transition: 0.5s;
    z-index: 8031;
    border-radius: 6px 0px 0px 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    border: 2px solid #ffffff !important;
    padding: 5px;
}

.addwidgetItem {  
    width:200px;
    right: 100%; 
    top: 75%; 
    position: absolute; 
    background: #006064 !important;
    opacity: 0.8; 
    color: #ffffff !important;   
    text-align: left;  
    border: 1px solid #ababab !important; 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.addwidgetIcon{
    color:#ffffff;  
}
.successtext{
    color:#04af07;

}
.textLine-space{
    padding-top: 5px;
    font-size:14px;
}

[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 21px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    /*    background: red !important;*/
    vertical-align: middle;
    margin-right: 1em;

}
.image-space{
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    margin-top: 10px;
}
.overlap-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 12px !important;
}
.overlap-table > thead > tr > th,
.overlap-table > tbody > tr > th,
.overlap-table > tfoot > tr > th,
.overlap-table > thead > tr > td,
.overlap-table > tbody > tr > td,
.overlap-table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: center;
    border-top: 0px solid #ddd;
    white-space: nowrap;
}
.overlap-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.profileClass{
    font-size: 18px;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 50%; 
    padding: 0px;
    margin-left: 13px;
    margin-top: 10px;
}
.profilecolor{
    color: white;
}
.detailstyle{
    width: 16px;
}
.overlayprofile{
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%; 
    padding: 0px;
    margin-left: 13px;
}
.custombadge{
    margin-top: 4px;
    padding: 7px 7px 10px 0px;
    background-color: #f3f3f3;
    border-radius: 10px;
}
.img-dashboard{
    width: 49px;
    height: 49px;
    padding: 0px;
    margin-left: 13px;
    margin-bottom: 10px;

}

time.icon
{
    font-size: 1em; /* change icon size */
    display: block;
    position: relative;
    width: 5em;
    height: 5em;
    background-color: #fff;
    /* margin: 2em auto; */
    border-radius: 0.6em;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0deg) skewY(0deg);
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
}

time.icon *
{
    display: block;
    width: 100%;
    font-size: 0.75em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

time.icon strong
{
    position: absolute;
    top: 0;
    padding: 0.3em 0;
    font-size:0.9em;
    color: #fff;
    background-color: #fd9f1b;
    border-bottom: 1px dashed #f37302;
    box-shadow: 0 1px 0 #fd9f1b;
    font-weight:bold;
}

time.icon em
{
    position: absolute;
    bottom: 0.02em;
    color: #fd9f1b;
    font-size:0.9em;
    font-weight:bold;
}

time.icon span
{
    width: 100%;
    font-size: 1.8em;
    letter-spacing: -0.05em;
    padding-top: 1em;
    color: #2f2f2f;
}
.show-data-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.empsection{
    margin-right: 200px;
}
#snackbar .closeSnackBar{
    position: absolute;
    top:5px;
    right:7px;
    color: #ffffff;
} 
#snackbar { 
    visibility: hidden;   
    min-width: 250px;  
    height: auto;  
    /* margin-left: -125px; */ 
    background-color: #4cae4c; 
    color: #fff;    
    text-align: center; 
    border-radius: 2px;   
    padding: 16px;   
    position: fixed; 
    z-index: 10000;   
    bottom: 0px; 
    bottom: 48px;    
    left: 5px;   
    font-size: 14px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0s, fadeout 0.5s 5.5s;
    animation: fadein 0s, fadeout 0.5s 5.5s;
}

#snackbarinfo .closeSnackBarInfo{
    position: absolute;
    top:5px;
    right:7px;
    color: #ffffff;
}
#snackbarinfo { 
    visibility: hidden;   
    min-width: 250px;  
    height: auto;  
    /* margin-left: -125px; */ 
    background-color: #4cae4c; 
    color: #fff;    
    text-align: center; 
    border-radius: 2px;   
    padding: 16px;   
    position: fixed; 
    z-index: 10000;   
    bottom: 0px; 
    bottom: 48px;    
    left: 5px;   
    font-size: 14px;
}
snackbarinfo.show {
    visibility: visible;
    -webkit-animation: fadein 0s, fadeout 0.5s 5.5s;
    animation: fadein 0s, fadeout 0.5s 5.5s;
}

@-webkit-keyframes fadein {
    from {left: 0; opacity: 0;} 
    to {left: 0; opacity: 1;}
}

@keyframes fadein {
    from {left: 0; opacity: 0;}
    to {left: 0; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {left: 0; opacity: 1;} 
    to {left: 0; opacity: 0;}
}

@keyframes fadeout {
    from {left: 0; opacity: 1;}
    to {left: 0; opacity: 0;}
}
.holiday{
    background-color: #bbbb6b;
}
.weekOff{
    background-color: #9c9b9a;;
}
.overlaphead{
    position: fixed;
    top: 54px;
    width: 50%;
    z-index: 10000;
}
.overlapbody{
    top: 30px;
    background-image: linear-gradient(to bottom, #ffffff 25%, #eee 100%);   
    margin-bottom: 80px;
}
.squeezeoverlapbody{
    background-image: linear-gradient(to bottom, #ffffff 25%, #eee 100%);   
    margin-bottom: 80px;
}
.overlapbody1{
    top:40px;
    margin-bottom:50px;
}
.overlapbodycs{
    top: 30px;
    margin-bottom: 170px !important;
}
.overlaprowsbody{
    margin-top: 42px;
}
.overlaproles{
    margin-top: 25px;
}
.overlaybottom{
    margin-top: 34px;
    margin-bottom: 50px !important;
}
.overlaphead1{
    position: fixed;
    top: 54px;
    width: 60%;
    z-index: 10000;
}
.overlaphead2{
    position: fixed;
    top: 54px;
    width: 45%;
    z-index: 10000;
}
.overlaphead3{
    position: fixed;
    top: 54px;
    width: 40%;
    z-index: 10000;
}
.overlaphead5{
    position: fixed;
    top: 54px;
    width: 28%;
    margin-left: -5px;
    z-index: 10000;
}
/*only for reimbursements request*/
.overlaphead6{
    position: fixed;
    top: 54px;
    width: 70%;
    z-index: 10000;
}
.overlapbuttons{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: 0px;
    bottom: 40px;
    width: 60%;
    z-index: 10000;
}
.overlapbtn{
    padding-left: 50%;
    margin-bottom: 6px;
    margin-top: 6px;
}
.overlapbuttons1{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: -10px;
    bottom: 42px;
    width: 60%;
    z-index: 10000;
}
.overlapbuttons2{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: -6px;
    bottom: 42px;
    width: 60%;
    z-index: 10000;
}
.overlapbuttons7{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: 0px;
    bottom: 40px;
    width: 70%;
    z-index: 10000;
}
.overlapbtn7{
    padding-top: 0px !important;
    padding-left: 50%;
    margin-bottom: 6px;
    margin-top: 6px;
}

.over{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    bottom: 42px;
    width: 50%;
    z-index: 10000;
    margin-left:-5px;
}

.overbtn{
    padding:6px;
    text-align:center;
    width:100%;
}

.overlapbuttons3{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    bottom: 27px;
    width: 60%;
    z-index: 10000;
}
.overlapbuttons4{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: -15px;
    bottom: 42px;
    width: 60%;
    z-index: 10000;
}
.overlapbuttons5{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: -25px;
    bottom: 42px;
    width: 60%;
    z-index: 10000;
}
.overlapbuttons6{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: -20px;
    bottom: 42px;
    width: 60%;
    z-index: 10000;
}
.overlapbtn1{
    padding-top: 0px !important;
    padding-left: 37%;
    margin-bottom: 6px;
    margin-top: 6px;
}
.overlapbtn2{
    padding-top: 0px !important;
    padding-left: 63%;
    margin-bottom: 6px;
    margin-top: 6px;
}
.overlapbtn3{
    padding-top: 0px !important;
    padding-left: 26%;
    margin-bottom: 6px;
    margin-top: 6px;
}
.overlapbtncal{
    padding-top: 0px !important;
    padding-left: 58%;
    margin-bottom: 6px;
    margin-top: 6px;
}
.customClass {
    width:80px;
}
.overlapedit{
    margin-left: -5px;
    margin-top:-7px;
}
.squeezeheader{
    margin-left: -5px;
    margin-top:-7px;
    position: fixed;
    width:35%;
    z-index:10000;
}
.clear-class {
    clear: both;
}
#contentAreaOpen{
    top: 54px;
    bottom: 42px;
    width: 0;
    position: fixed;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 #9c9c9c;
    overflow-x: hidden;  
    transition: 0.5s; 
    padding-left: 5px;
}
.inlineInput{
    border: 0px;
    border-bottom: 1px solid #000;
}
table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
}

.displayLabel{
    padding:10px;
}
.assignto{
    margin-left: -15px;
}
.overlapfixed{
    margin-left: -5px;
    position: fixed;
    top: 54px;
    width: 48%;
    z-index: 10000;
}
.prjtcolor{
    background-color: #3d4952 !important;
    color: white;
}
.prjtcolor a{
    color: white;
}
/*
.seccolor{
     background-color: #c0c5d0 !important;
}
.maintaskcolor{
     background-color: #ced2ce !important;
}*/

.maintaskcolor{
    background-color: #f9f9f9 !important;
}

.seccolor{
    background-color: #d4dade !important;
}

.subtaskcolor{
    background-color:#f1f1f1 !important;
/*    font-size:12px;*/
}

.subtask{
    font-size:12px; 
}
.taskpadding{
    padding-left: 10px !important;
}
.subtaskpadding{
    padding-left: 20px !important;
}

.projecttitle{
    font-weight: bold;
}
.projectsection{
    font-style: italic;
    font-weight: bold;
}
.projecttask{
    font-style: normal;
}
.projectsubtask{
    font-style: normal;
}
.projectmaintask{
    /*    font-style: italic;*/
    font-weight: bold;
}
table td.footerClass {
    text-align:right;
    padding-right: 100px !important;
    width:100%;
}
.attremove{
    color: #e41733 !important;
}
.permissionsSection{
    word-wrap: break-word;
    white-space: normal;
}
.actionDiv{
    top:40px;
    position:relative;
}

@media only screen and (max-width: 1300px){
    .btn-select {
        width: 225px !important;
    }
    .form-group.col-lg-10 {
        display: inline-block;
        width: 100%;
    }
}


.userTopProfile{
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 63%;
    padding: 0px;
    margin-left: 1px;
    margin-top: 1px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.imageTopMenu{
    border-radius: 63%;
    width: 25px !important;
    height: 25px !important;
    margin-top: 1px;
    margin-left: 1px;
    float:left; /* added for picture position when table squeezed */
}

.imageName{
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    padding: 0px;
    margin-right: 15px;
}

.imgDisplayName{
    border-radius: 63%;
    width: 25px !important;
    height: 25px !important;
    margin-top: 1px;
    margin-left: 1px;
    float: left;
    margin-right: 3px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #fff;
}


.ic{
    position: absolute;
    top:50px;
    left:30px;
    font-size:13px;
}

.prfImg .ic{
    visibility:hidden;
}

.userImage:hover:hover .ic {
    visibility:visible;
    color:black;
}

.profileData{
   margin-top:0px;
   float: left;
    padding-left: 10px;
/*    display:inline-block;*/
}

.userTopProfile .prfImg{
    visibility: hidden;    
    width: 250px;  
    background-color: #3E3B3B;  
    color: #fff;    
    text-align: center;    
    border-radius: 6px;   
    padding: 10px;   
    position: absolute;  
    z-index: 8040; 
    top: 130%; 
    right: 0%;
}
.userTopProfile .prfImg::after {
    content: "";
    position: absolute;
    bottom:100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #3E3B3B transparent;
}
.userTopProfile .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.userImage{
    float:left;
}


ul.list-unstyled.user-info{
    font-size: 13px;   
    line-height: 19px;
}
.media-heading {  
    margin-top: 0;  
    margin-bottom: 5px;  
    font-weight: bold;
     font-size: 12px;
    width:130px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
.userTopProfile .prfImg::after{
    left:91% !important;
}
.ic:hover a{
    color:black;
}

.userHome{
    background-color: #10bbc1;
}
.commentsSection{
    width:100%;
    display: flex;
    padding:10px;
}
.imageCommentsDisplay{
    margin-right: 15px;
    width:30px;
}
.comment-body{
    line-height:20px;
    word-wrap: break-word;
}

.comment-body-attachment{
     line-height:20px;
    word-wrap: break-word;
    padding-top:5px;
}

.comment-auto{
    line-height:20px;
    padding-top:7px;
    word-wrap: break-word;
}
.comment-header{
    line-height:20px;
    word-wrap: break-word;
    font-weight: bold;
}
.test{
    flex: 1 1 auto;
    line-height: 20px;
    min-width: 1px;
    word-wrap: break-word;
    width:100%;
}
.historyDate{
    color:#838388;
    font-weight: bold;
    padding-left:5px;
    font-size: 10px;
}
.attachmentDate{
   color:#838388;
    font-weight: bold;
    font-size: 10px;  
}
table#projectsTable > tbody > tr > td{
    white-space: inherit;
    /*   width:1px;*/
}

span.assetDecription{
    color: grey;
    font-weight: 100;
    width:150px;
    word-wrap: break-word;
}
.imageTopMenu-profile{
    border-radius: 63%;
    width: 35px !important;
    height: 35px !important;
    margin-top: 1px;
    margin-left: 1px;
    float:left; 
}

.iconstd a{
    padding-left:0.2em;
}

.collapseExpandProject{
    padding-right:0.5em;
}
.fixedactions{
    position:fixed;
    z-index:999;
}
.taskform-margin{
    margin-top:87px;  
}
.pmgwidget{
    position: relative;
    margin-top: 15px;
    margin-left: 6px;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 3px;
}

.pmg-m-lg-t {
    margin-top: 40px;
    margin-left: -19px;
}
.common-numaric-width {
    width:55%; 
}
.common-amount-width {
    width:90%;     
}
.my-centered{
    display: block;
    width: 100%;
/*    color:black;*/
}

.my-centered-middle{
   display: block;
    width: 100%;
/*    color:black;*/
    padding-left:40px;
}

.progressbar-danger{
    background-color: #ff2e2e;
}
.progressbar-average{
        background-color: #ff5722;
}
.progressbar-good{
   background-color: orange; 
}
.progressbar-vgood{
    background-color: #00b9ff;
}
.progressbar-excellent{
    background-color: #00d47c;
}
.progress{
     margin-bottom: 0px !important;  
  height: 15px !important; 
   border-radius: 0px !important;  
  background-color: #d8d8d8 !important;
}
.progress-bar{
    line-height: 17px !important;
/*    background-color: #43A261;*/
background-color: #199494;
}
.my-centered-middle{
   display: block;
   width: 100%;
/*   color:black;  */
   text-align:center;
}
.seccolor .collapseExpandSection{
    color:black;
}
.attachmentText{
    font-weight: normal;
}
.pmg-openprojects{
    background-color: #100F0F; 
   border-radius: 0px;
}
.pmg-assignedtasks{
     background-color: #100F0F; 
   border-radius: 0px;
}

span.custom-data-wrap{
  word-wrap: break-word;
   white-space: normal;
   font-size:11px;
}

.AttachmentsSection{
    border-style: dashed;
    border-width: 1px;
    border-color: #838388;
    padding:10px;
}
table#empWizardTable > tbody > tr > td{
   white-space: inherit;
/*   width:1px;*/
}
table.payWizard > thead > tr > th{
    white-space: nowrap !important;
}
span.payStatus{
    white-space: nowrap !important;
}

/*This code for project view only.*/
.prjcontainer{
    padding: 5px;    
    border: 1px solid transparent;
    width: 100%;
    overflow: hidden;
}
.mainsection{
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: white;
    border: 1px solid grey;
    width: 30%;
    height: 100%;
    overflow: hidden;
    float: left;
}
.picsection{
    margin: 5px 5px 5px 6px;
    background-color: #dedede14;
    width: 40%;
    height: 209px;
    float: left;
    border: 1px solid #b1b1b1;
    border-radius: 0px;
}
.deptpicsection{
    margin: 5px 5px 5px 6px;
    background-color: #dedede14;
    width: 40%;
    height: 155px;
    float: left;
    border: 1px solid #b1b1b1;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}
.pictitlerow{
    margin-top: 92px;
    background-color: rgba(4, 2, 2, 0.42);
    width: 100%;
    float:left;
    position: absolute;
}
.consection{
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 14px;
    margin-right: 5px;
    width: 50%;
    border-radius: 0px;
    float: left;
}
.deptconsection{
    margin-top: 5px;
    margin-bottom: 6px;
    margin-left: 14px;
    margin-right: 5px;
    width: 50%;
    border-radius: 0px;
    float: left;
}
.projectmainsection{
    padding: 5px;    
    margin-left: 10px;    
    margin-bottom: 10px;    
    background-color: white;    
    border: 1px solid grey;    
    width: 24%;
    overflow: hidden;
    float: left;
}
.projectconsection{
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 5px;
    width: 100%;
    border-radius: 0px;
    float: left;
}
.projectrow{    
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
    width: 95%;
    padding-top: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rowone{
    margin: 5px;
    background-color: blue;
    width: 95%;
}
.rowtwo{
    /*margin: 5px;
    background-color: pink;
    width: 100%;
    overflow: hidden;*/
    padding: 0px;
    margin: 1px 0px 5px 5px;
    /*background-color: red;
    border: 1px solid grey;*/
    width: 100%;
    overflow: hidden;
}
.rowthree{
    /*margin: 5px;
    background-color: pink;
    width: 100%;
    overflow: hidden;*/
    padding: 0px;
    margin: 6px 0px 5px 5px;
    /*background-color: red;
    border: 1px solid grey;*/
    width: 100%;
    overflow: hidden;
}
.paraspace{
    margin-bottom: 2px;
}
.subsection
{
    padding: 0px;
    background-color: red;
    border: 1px solid grey;
    width: 100%;
    overflow: hidden;
}
.prjtop{
    background-color: #e6e8ec;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -2px;
    margin-right: 0px;
    width: 97%;
    border-radius: 0px;
    text-align: center;
}
.topleft{
    background-color: #b3e5fc;
    margin: 0px;
    width: 46%;
    border-radius: 0px;
    float: left;
    text-align: center;
}
.topright{
    background-color: #b3e5fc;
    margin: 0px;
    padding-right: 7px;
    width: 50%;
    border-radius: 0px;
    float: left;
    text-align: center;
}

.row2-bottomleft{
    background-color: #b5b5b5;
    margin: 0px;
    width: 46%;
    border-radius: 0px;
    float: left;
}
.row2-bottomright{
    background-color: #e4e3e3;
    margin: 0px;
    padding-right: 7px;
    width: 50%;
    border-radius: 0px;
    float: left;
}
.row3-bottomleft{
    background-color: #e4e4e4;
    margin: 0px;
    width: 46%;
    border-radius: 0px;
    float: left;
}
.row3-bottomright{
    background-color: #f5f5f5;
    margin: 0px;
    padding-right: 7px;
    width: 50%;
    border-radius: 0px;
    float: left;
}
.numberboard{
    text-align: center;
}
.huge {
    font-size: 27px;
}
.subhuge {
    font-size: 17px;
}
.medium {
    font-size: 11px;
}
.small {
    font-size: 9px;
}
.title{
    font-size: 16px;
    color: #008ada;   
}
.smalltitle{
    font-size: 10px;    
    color: #757575;
}
.mediumtitle{
    font-size: 10px;
    color: #772828;
}
.deptpictitle{
    font-size: 16px;
    color: #fff;   
}
.deptpicsmalltitle{
    font-size: 10px;    
    color: #fff;
    font-weight: bold;
}
.deptpicmediumtitle{
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}
.box-titles{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}
.blue{
    color: #005bcc;
}
.orange{
    color: #ff8006;
}
.white{
    color: #f00;
}
.green{
    color: #04ab6d;
}

.sectionprogress{
    margin-bottom: 0px !important;
    height: 15px !important;
    border-radius: 0px !important;
    background-color: #A5A0A0 !important;
}

.wrapper {
    width: 260px;
    margin: 30px auto;
}
.hintsinput {
    width: 252px;
    height: 28px;
    padding: 0 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
input:focus {
    outline: none;
}
input:focus + .hints-menu {
    display: block;
}

.hints-menu {
  background: #fff;
  position: relative;
  display: none;
  width: 240px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}


.hints-menu:before,
.hints-menu:after {
  bottom: 100%;
  left: 83%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.hints-menu:before {
  border-color: transparent;
  border-bottom-color: #ddd;
  border-width: 9px;
  margin-left: -9px;
}
.hints-menu:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.hints-title,
.hint {
  display: block;
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: #555;
}
.hints-title {
  margin: 5px 0;
  text-align: center;
  font-size: 15px;
}
.hint {
  cursor: pointer;
  font-size: 14px;
}
.hint:hover {
  color: #6fa024;
}
.formwidgetoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 103%;*/
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: .5s ease;
    background-color: #505e69;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.formsection-widget:hover .formwidgetoverlay{
    opacity: 0.95;
}
.formsection-widget{
       position: relative;
    margin-top: 8px;
    margin-left: 34px;
    margin-right: 44px;
    /* padding: 12px; */
    background: #fff;
    border-radius: 10px;
    border: 1px rgb(210, 210, 210);
    border-style: solid; 
}
.formsection-head {
    text-align: center;
    padding: 18px 0;
    line-height: 93%;
}
.formsection-head h4 {
    font-size: 15px;
    color: #1ab394;
    white-space: normal;
    line-height: 1.5;
}
.formsection-content {
    text-align: left;
    padding: 0px 0px 0px 50px;
    line-height: 107%;
    color: white;
}
.formsection-content span{
    font-size: 11px;
    color: white;
    white-space: normal;
    line-height: 1.2;
    padding: 0 0 0px 15px;	
}

.tasksTable thead > tr > th {
    background-color: #8c8c8c !important; 
    padding: 5px !important;
    color: #FFF;
    
/*    border: 2px solid #fff;*/
}
.tasksTable tbody tr td{
/*    border: 2px solid #fff;*/
}
.report-row-group{
    background-color:rgb(208, 208, 208) !important; 
    font-weight:bold;
}
/* Performance management related CSS only -- add these values to existing main.css in the end */
.goalmainsection{
    padding: 5px;
    background-color: white;
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 7px;
}
.goalpicsection{
    margin: 5px;
    background-color: #dedede14;
    width: 14%;
    height: 178px;
    float:left;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
}
.goalconsection{
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 14px;
    margin-right: 5px;
    width: 25%;
    border-radius: 0px;
    float: left;
}
.goalsubsection{
    background-color: white;
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 7px;
}
.goalsubconsection{
    margin: 0px;
    width: 100%;
    border-radius: 0px;
    float: left;
}
.goalrow{
    margin: 5px;
    width: 99%;
    padding-top: 0px;
}
.goalcol{
    background-color: #fff;
    margin: 0px;
    width: 100%;
    border-radius: 0px;
    float: left;
}
.goallabel{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
}
.goaltitlerow{
    padding: 6px;
    width: 100%;
    background-color: #ececec;
    border-bottom: 1px solid #e2d8d8;		
}
.goalrowtitle{
    font-size: 16px;
    font-weight: normal;    
    color: #3495ce;
}
.goaltitle{
    font-size: 16px;    
    color: #008ada;
}
.goalmediumtitle{
    font-size: 12px;
    color: #772828;
}
.goalsmalltitle{
    font-size: 12px;    
    color: #757575;
}
.goalhighlighter{
    font-size: 16px;    
    color: #ff8a17;
}
.pmsratingmaincontainer{
    padding-left: 25%;
    border: 0px solid #e8e8e8;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pmsratingcontainer{	
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 10px 10px 10px 10px;
    position: relative;
}
.pmsratings{
    background: #f7f7f7;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 10px;
    left: 24%;
}
.pmsratings > a{
    color:#fdc200 !important;
    position: absolute;
    top: 7px;
    left: 14%;
}
.pmsratings > a:hover{
    background: #80547f;
    color: #40b4ff !important;
    border-radius: 100%;
    position: absolute;
    top: 1px;
    left: 1px;
    padding:6px;
}
/* ==== reverse the mouse hover ======
.pmsratings{
background: #f7f7f7;
border-radius: 100%;
height: 50px;
width: 50px;
position: absolute;
top: 10px;
left: 24%;
}
.pmsratings > a{
color:#fdc200 !important;
border-radius: 100%;
position: absolute;
top: 7px;
left: 14%;
text-decoration: none;
}
.pmsratings > a:hover{
color: red !important;
background: #fdc200;	
text-decoration: none;

}
*/
.pmsratings > i{
    padding:6px;
    color: #fdc200;
}
.pmstextrow{
    margin-top: 70%;
    padding-top: 0px;
    text-align: center;
}
.pmstextrow > span{
    color: black;
}
.pmsrow{
    margin: 5px;
    width: 98%;
    padding-top: 0px;
}
.pmsrow > label{
    font-size: 15px;
    color: #0088d2;	
}
.pmscomments label{
    font-size: 15px;
    color: #757373 !important;	
}
.pmscommentators label{
    font-size: 15px;
    color: #ff6c00 !important;	
}

.pmsrow > span{
    font-size: 11px;
    color: #000;	
}
.pmscol{
    margin: 0px;
    width: 100%;
    border-radius: 0px;
    float: left;
}
.pmschecked{
    color: orange;	
}

.projectgridsection {  
    padding: 0px;   
    background-color: white;  
    border: 0px solid grey;  
    overflow: hidden; 
    width: 100%;  
    height: 82%;  
    margin: 0;   
    background-color: #ffffff;  
    top: 0;   
    left: 0;
}
.prjcolumnleft {
    float: left;
/*    width: 33%;*/
    width: 30%;
    height: 100%;
    padding: 2px;
    background-color:#ffffff;
    border: 0px solid grey;
    overflow-x: auto;
}
.prjcolumnright { 
    float: left;  
/*    width: 67%; */
    width: 70%;
    height: 100%;  
    padding: 2px; 
    background-color: #ffffff; 
    border: 0px solid grey; 
    overflow-x: auto;
}
.rowoneprjtList{
width: 100%;
height: 60%;
padding: 5px 5px 0px 4px;
}
.prjtitlebg{
height: 32px;    
background-color: #f3f3f3;    
margin-top: 4px;    
padding: 7px 7px 10px 0px;    
border-radius: 0px;    
color: #000000;
}
.prjtitlehead{
float: left;
width: 60%;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
font-weight: bold;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
}
.prjtitledesc{
font-size: 12px;
}
.prjtaskcontainer{
background-color: #ffffff;
width: 100%;
height: 100%;
}
.prjtasksectionbg{
background-color: #0E0E0E;
margin-top: 4px;
padding: 7px 7px 10px 0px;
border-radius: 2px;
color: #ffffff;
}
.prjtaskhead{
float: left;
width: 30%;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
}

.indexcolumn{
width:5%;
height:12%;
padding-left: 5px;
}

.prjsectionhead{
float: left;
width: 30%;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
font-style: italic;
font-weight: bold;
}
.prjdetails {
width: 100%;
height: 50%;
margin-left: 4px;
background-color: #ffffff;
border: 0px solid grey;
}

.prjsectionbg{
height: 32px;    
background-color: #d2d2d2 !important;    
margin-top: 4px;    
padding: 7px 7px 10px 0px;    
border-radius: 0px;    
/*color: #000000;*/
}
.prjsecTaskbg{
height: 32px;    
background-color: #E4E4E4 !important;    
margin-top: 4px;    
padding: 7px 7px 10px 0px;    
border-radius: 0px;
}
.prjtSubTaskbg{
    height: 32px;    
    background-color: #f1f1f1 !important;    
    margin-top: 4px;    
    padding: 7px 7px 10px 0px;    
    border-radius: 2px;
}

.serialNumber{
    padding-right: 5px;
    color : #6D6767;
}

.prjnotasks{
margin-top: 4px;
/*padding: 7px 7px 10px 0px;*/
border-radius: 2px;
}

.nodata{
font-size: 12px;
padding: 250px;
}

.prjtitlebg:hover{
    background-color:#10bbc1 !important;
}
.activeProject{
    background-color: #c1c1c1; 
}
.prjtaskid{
float: left;
font-size: 12px;
width: 15%;
padding-left: 30px;
padding-right: 10px;
color : #6D6767;
}
.prjtaskaction{
float: left;
font-size: 12px;
width: 15%; /* changed from 30% to 15% */
text-align:right;
}

.subdetailsdiv{
    overflow-x: scroll;
    height: 150px;
}

.prjtitlebg div>a{
    color: #ffffff;
}
.prjttitleactions{
float: left;
font-size: 12px;
width: 40%;
text-align: right;
}

.listviewOwners{
    height:12%;
    width:20%;
    float: left;
    vertical-align: middle;
}

.imageTopMenuList{
    border-radius: 63%;
    width: 25px !important;
    height: 25px !important;
    padding-bottom:0px; /* changed from 2px to 0px*/
    margin-top: -6px; /* changed from -2px to -6px*/
    float:left; /* added for picture position when table squeezed */
    margin-left: -10px;
}
.imageTopMenunooverlap{
    border-radius: 63%;
    width: 25px !important;
    height: 25px !important;
    padding-bottom:2px; 
    margin-top: -2px;
    float:left; /* added for picture position when table squeezed */
}

.imgDisplayNameListView{
    border-radius: 63%;
    width: 25px !important;
    height: 25px !important;
    margin-top: -6px; /* changed from -3px to -6px */
    margin-left: -10px; /* changed from 1px to -10px for overlapping of divs */ 
    float: left;
    margin-right: 3px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #fff;
}

.imgDisplayNamenooverlap{
    border-radius: 63%;    
    width: 25px !important;    
    height: 25px !important;    
    margin-top: -5px;    
    margin-left: 1px;    
    float: left;    
    margin-right: 3px;    
    font-size: 12px;    
    line-height: 23px;    
    text-align: center;    
    border: 1px solid #fff;
}

.nodataproject{
    padding-left:300px;
    line-height: 20;
}

.prjsectionbg:hover{
    background-color:#A1D8DA !important;
}

.prjsecTaskbg:hover{
    background-color:#A1D8DA !important;
}
.prjtSubTaskbg:hover{
    background-color:#A1D8DA !important;
}

.activetask{
    background-color:#A1D8DA !important;
}

.noprojects{
    padding-left:50px;
    line-height:20;
}
.nodetails{
    padding-left:500px;
    line-height:10;
}
.clickIcons i{
  padding-left:5px;   
}
.taskcontainerloading{
    padding-left:250px;
}

.detailsloading{
    padding-left:500px;
}

.avatar {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin:-15px;
}

.listviewstatuscolumn{
    width:15%;
    float:left;
}
.ownerslength{
font-size:12px;    
color: #de4040;  
font-weight: bold;    
}

/*styles for birthday modal boxs and prepare wishes from list modal box.*/
.modal-content-image {
  background-image: linear-gradient(rgba(132, 119, 119, 0.5), rgba(121, 117, 117, 0.5)), url(https://www.birthdaywishes.expert/wp-content/uploads/2015/03/birthday-wish-colorful-cake.jpg);
  background-size: cover !important;
  background-repeat: round !important;    
  position: relative !important;
  overflow: inherit !important;
}
.modal-header-wish{    
    background-color: rgba(66, 202, 202, 0.67);
    border-bottom: 0px solid #e5e5e5 !important;
}
#from-main{
    background: #FFFFFF; 
    padding: 5px;
}
.img-class {
width:25px !important;
height : 25px !important;
border-radius :100% !important;
}
.modal-profilecolor{
    color: white;
}
.modal-img-dashboard{
    width: 33px;
    height: 30px;
    padding: 0px;
    margin-left: 1px;
    margin-bottom: 15px;
}
.modal-image-space{
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
    margin-top: 5px;
}
.wish-modal-body {
    max-height: 170px;
    overflow: auto;
    padding: 0px 0px 0px 20px !important;
}
.imagesUpload {
    padding: 0px 0px 3px 3px;
}
#uploadButton {
    padding: 5px 8px 1px 10px;
    float: right;
}
.modal-closebar{
    opacity: 1.2 !important; font-size: 21px !important;
}
.modal-custom-font{
    color: white; font-weight: bold;
}
.custom-wish-class{
    padding-left: 6px;
}
#tableFooterPage td{
    text-align: left;
    padding-left: 7px;
}
/*This code for time sheet over view only.*/
.timemainsection{
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: white;
    border: 1px solid grey;
    width: 32%;
    height: 100%;
    overflow: hidden;
    float: left;
}
.timepicsection{
    margin: 5px 5px 5px 6px;
    background-color: #dedede14;
    width: 26%;
    height: 140px;
    float: left;
    border: 1px solid #b1b1b1;
    border-radius: 0px;
}
.timeconsection{
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 14px;
    margin-right: 5px;
    width: 65%;
    border-radius: 0px;
    float: left;
}
.showToggleView label.btn.btn-success.toggle-on{
    line-height: 11px;
}
.showToggleView label.btn.btn-info.active.toggle-off {
    line-height: 11px;
}
.projectviewchartsection{
    margin: 5px;
    background-color: #dedede14;
    width: 43%;
    height: 280px;
    float:left;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
}
.loadingimagcenter {
    float: right;  
    width: 60%;
    height: 100%;  
    padding: 10px;    
    border: 0px solid grey; 
    overflow-x: auto;
}
.review-status-icon{
    color: rgb(255, 74, 4);
}
.review-approve-icon{ 
    color:rgb(0, 169, 0);
    font-size: 25px;
}
.review-reject-icon{
    color: rgb(255,0,0);
     font-size: 25px;
}
.fieldTypeButtons{
    background-color: #d8e9fb;
    padding: 10px;
}
.hformoverlap{
    top: 33px;
}
.hformoverlapsetting{
    top: 15px;
    background-color: #eff7ff;
    margin-bottom:50px;
    width:100%;
    height:100% !important;
    overflow-y: scroll;
}
.labelfont-size{
    font-size: 15px;
}
.fieldBtn:focus{
  outline: none !important;
  box-shadow: none !important;
}
/* for user profile menu */
.quickUserMenuItem {  
    width:250px;
    right: 60%; 
    top: 100%; 
    position: absolute; 
/*    background: #006064 !important;*/
    opacity: 0.9; 
    color: #ffffff !important;   
    text-align: left;  
/*    border: 1px solid #ababab !important; */
/*    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}

.quickUserMenuItem a{
    color: #ffffff !important;
}
.clickUserActionLink i{
    padding-left:5px;
}
/*.quickUserMenuItem > li:hover > a{
    color: #c77405 !important;
}*/
/*.userProfMenu .quickUserMenuItem  li.ui-state-focus:hover{
    border: 1px solid rgba(255, 255, 255, 0.26)  !important;
color: #fff !important;
font-weight: normal !important;
}*/
.userProfMenu .quickUserMenuItem  li  span:hover{
        color: #fff !important;
}
.quickUserMenuHeader{
    font-weight: bold;
    height:95px !important; 
    font-size:14px;
    background-color: #242525 !important ;
    text-align:center;
}


/*.quickUserMenuHeader:hover{
    color: #ffffff !important;
    background-color: #4d5e69 !important;
    border: 1px solid #6D7B84 !important;
        border:none !important;
}*/

.userProfileImage{
    border-radius: 63%;
    width: 70px !important;
    height: 70px !important;
    margin-top: 6px;
    margin-left: 10px;
}
.clickUserActionLink{
     background-color: #242525 !important ;
     font-size:14px;
}

.userMenuLink{
    padding-left: 10px;
}

.quickUserFooter{
    font-weight: bold;
    height:50px !important; 
    font-size:14px;
    background-color: #242525 !important ;
    text-align:right;
}
.quickUserFooter{
    color: #ffffff !important;

}

.quickUserFooter input{
  margin-top:20px;
  height:20px;
  margin-right:20px;
  color:#fffff;
}

hr.widget-LeavesLine {
margin-top: 1px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #a7a4a4;
}

.leaves-leftpanel{
    background-color: #899caf;
/*    border-radius: 1px;*/
    font-weight: bold;
    padding-top: 10px;
/*    border-right: 1px solid #a7a4a4;*/
}
.leaves-rightpanel{
    background-color: #637584;
/*    border-radius: 1px;*/
    font-weight: bold;
    padding-top: 10px;
}

.leaves-footer{
    background-color: #949191;
    padding: 0px 23px !important;
    border-top: 1px solid #ddd !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    font-weight:bold;
}
.balCount {
    font-size: 20px;
    margin-left: 68px;
    
}

.leavesFooterText {
    text-align: left;
    font-size: 14px;
    
}

.pcomponentsDivScroll{
  overflow:scroll;
  height:185px;
}
.formulaArea{
  color:rgb(255,255,255); 
  padding:10px;  
}
.calculatorTable input[type="button"] 
         { 
         background-color:#e9f7f6; 
         color: black; 
         border: solid black 2px; 
         width:100% 
         } 
.between {
    border: 3px dotted #0099CC;
    margin-left:10px;
    margin-right:10px;
}

.calculatorTable .adjustTd{
    padding:1px;
    width:75px;
   
}
.component-wrap{
    white-space: nowrap;
    width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .formulaTdCls{
     width:200px;
 }
  #quickMenuItemId  li:hover{
    background-color:#fdf5ce;
    color: #c77405;
    font-weight:bold;
}
 #quickMenuItemId li:hover a{
    color: #c77405;
}
.LeavesFooter
 {
 position: fixed;
    bottom: 15px;
    width: 100%;
    padding-left: 10px;
    margin-left: -7px;
}
.bg-leavesfooter.dker,
.bg-leavesfooter > .dker {
    background-color: #d4cdcdd6 !important;
        padding-bottom: 0px;
}

.emppersonalleavesection{
    height: 150px !important;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 40px !important;
    overflow-x: scroll;
    width: 98%;
    display: inline-flex;
}
.emppersonalleavesection::-webkit-scrollbar {
  width: 1em;
  
}
.emppersonalleavesection::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.emppersonalleavesection::-webkit-scrollbar-thumb {
  background-color: #675f5f;
  outline: 1px solid slategrey;
  border-radius: 8px;
}
.picture-margin{
    margin-top:10px;
}
.panel-body .anchortext-color{
    color:#FFFFFF !important;
}
.emppersonalleavesection::-webkit-scrollbar {
  width: 1em;
  
}
.emppersonalleavesection::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.emppersonalleavesection::-webkit-scrollbar-thumb {
  background-color: #675f5f;
  outline: 1px solid slategrey;
  border-radius: 8px;
}
.deductionsTabletd{
    vertical-align: top;
}

.emppayData{
    padding-top:90px;
}

.emppersonalData{
    position: fixed;
    width: 805px;
    background: #f3f3f3;
    z-index: 99999
}
/*sai */

.trcont{
     width: 200px !important;
     
}
.ui-widget-header{
   border:none !important; 
}
.trchl ul li .trcont{
   border-top:none !important;
}
.ui-widget-header.ui-corner-tl.ui-corner-tr {
    width: 30%;
    float: left;
   height: 68px;
    display: table;
}
.ui-widget-content.ui-corner-bl.ui-corner-br {
    width: 70%;
    float: right;
    height: auto;
}
.ui-widget-heade r.ui-corner-tl.ui-corner-tr img{
   height: 100% !important;
    width: 100% !important;
}
.tfocus {
    background: transparent !important;
    color: #000;
    border: none !important;
}

#empdwidgets img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.notification-on-off .toggle.btn.btn-danger.off, .notification-on-off .toggle.btn.btn-success {
    position: absolute;
    right: 20px;
}
.width-200{
    width:200px;
}
.travelBtns{
    padding-bottom: 10px;
}


.empmenu{
width: 150px;
    position: absolute;
    top: 50%;
    left: -25%;
    right: 100%;
    z-index: 1000;   
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.actionsmenu{
    color: #bec0c1;
    padding: 0px !important;
}

.empmenu li> a{  
    color: #2a6496;
    text-decoration: none;
}

.empmenu a :hover{  
    color: black;
}

.l-weekoff {
    color: #FF3366;
    font-size: 1.25em;
    text-shadow: 1px 1px 7px #a5a5a5;
    font-weight: bold;
    line-height: 0.75em;
    vertical-align: -15%;
    padding-left: 0.5em;
}

.holidayIcon{
    color:#bfb819;
}
.overlaphead80{
    position: fixed;
    top: 54px;
    width: 80%;
    z-index: 10000;
}

.overlapbuttons80{
    background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
/*    margin-left: -10px;*/
    bottom: 42px;
    width: 80%;
    z-index: 10000;
}

.regRejected{
    color:red;
}

.regApproved{
    color:green;
}

td.regularizeActions input{
float:left;
margin:2px;
}

.stats{
    width: 100%;
    max-width: 100%;
    margin-bottom: -10px;
    font-size: 12px;
    color: #171616;
}
.detailssecData{
    margin-bottom:10px;
}

.addPayoutMenu {  
    min-width: 100px !important;
    position: absolute;
    top: 62% !important;
    left: 20% !important;
    right: 100% !important;
    z-index: 1000;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.addPayoutMenu li> a{  
    color: #2a6496;
    text-decoration: none;
}

.addPayoutMenu a :hover{  
    color: black;
}

.payoutMonthDiv{
    margin-left:10px;
}
.payoutMonthName{
    margin-left: 5px;
}
.formulaOperators{
   background-color: #3cbdc2;
    color: #ffffff
}
.formulaString{
    background-color: yellow;
    color: black;
    font-style : italic;
}
.fdata{
    font-size:14px;
    font-style: italic;
    font-weight: bold;
}
.overlapbuttonsCustom{
    background-color: #a8e0d9;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    margin-left: -10px;
    bottom: 42px;
    width: 100%;
    z-index: 10000;
}
.overlapbtnCustom {
    padding-left: 41%;
    margin-bottom: 6px;
    margin-top: 6px;
}
.removableRow{
    text-align: center;
    background-color: #d5eff7 !important;
    font-weight: bold;
}
.percentageOnString{
    background-color: yellow;
    color: black;
    font-style : italic;
}
.componentNamesMenu{
    height: 500px;
    overflow-y: auto;
}
.cpDeduction{
margin-bottom: 46px;   
}
.overexport{
  background-color: #efefef;
    border-top: 1px solid #dedcdc;
    box-shadow: 0 0 25px 0 rgb(222, 222, 222);
    color: #fff;
    position: fixed;
    bottom: 42px;
    width: 50%;
    z-index: 10000;
    margin-left: -9px;  
}
.myFiles { visibility: hidden; }

.taxInput{ width : 100px;}

.headertx{
    background-color: red;
}
.empinfo{
    width: 15%;
    max-width: 100%;
    margin-bottom: 0px;
    line-height: 3em;
    font-size: 12px;
    color: #232222;
}
.empTaxinfo{
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    line-height: 3em;
    font-size: 12px;
    color: #232222;
}
div.searchalign
{
      text-align:right;
}
#payrollImportTable td, th{
    padding: 5px;
}
.processingDiv {
    text-align: center;
    padding: 100px;
}
img#empattpic{
    vertical-align: middle;
    border-radius: 50%;
    height: 350px;
    width: 350px;
}
.liveAttTable {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed; 
  word-wrap:break-word; 
  white-space: normal !important;
}
.progress-bar-survey {
    line-height: 20px !important;   
    background-color: #34E36F;
}
.progress-survey{
    margin-bottom: 0px !important;
    height: 20px !important;
    border-radius: 8px !important;
    background-color: #e3d6e3ad !important;
    width: 300px;
}
.advFilters{
    padding-left: 30px;
    padding-top: 25px;
    font-size: 14px;
    text-decoration: underline;
}

.processingDiv_Att {
    text-align: center;
    padding: 100px;
    margin-left: 40%;
}
table.essAttTable{
     margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed;    
  word-wrap:break-word;        
}
 .totalCountDiv {
    position: absolute;
    left: 67%; 
    top: 170%; 
    transform: translateY(-40%);
}
.smallFont{
    font-size: 10px;
    color: #3a58cf;
    font-style: italic;
}