/*
css to for new design
this is to orveride umage design to get look and feel we need while keep resposive features in omega

Better if we move these in to umega css file
*/
/*
    Created on : Nov 17, 2017, 1:10:38 PM
    Author     : Eranga
*/

/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat/regular/montserrat-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../fonts/montserrat/regular/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat/regular/montserrat-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat/regular/montserrat-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat/regular/montserrat-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat/regular/montserrat-v12-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/montserrat/regular/montserrat-v12-latin-regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../fonts/GothamPro/regular/GothamPro.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/GothamPro/regular/GothamPro.woff') format('woff'), /* Modern Browsers */
    url('../fonts/GothamPro/regular/GothamPro.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/GothamPro/regular/GothamPro.svg#GothamPro') format('svg'); /* Legacy iOS */
}
body {
    font-family: 'Montserrat', sans-serif;
}

.brand {
    background-color: #FFFFFF;
}

header{
    position: relative;
}

.main-container {
    padding-top: 0px;
}

.main-sidebar {
    width: 180px;
    background-color: #FFFFFF;
    box-shadow: 18px 30px 44px 0 rgba(30,30,52,0.04);
    padding-top: 94px;
    top:0px;
    min-height: 100%;
}

.brand .logo,
.brand .logo-sm{
    max-width: 100%;
    max-height: 64px;
    padding: 15px 5px 15px 5px;
}

header .page-title > h5{
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



/* ***************************************
START  buttons and drop downs  css */

.btn-mys.btn{
    font-size: 12px;
    font-weight: bold;

    line-height: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;

    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    letter-spacing: 0.43px;
    border-width: 0px;
}

.btn-mys.btn.btn-rounded {
    border-radius: 20px!important;
}

.btn-mys.btn .fa {
    font-size: smaller;
}

form .btn-mys.btn{
    margin-left: 0px;
    margin-top:0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

#start-task-modal form .btn-mys.btn{
    font-size: 12px;
    font-weight: bold;

    line-height: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;

    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    letter-spacing: 0.43px;
    border-width: 0px;
}

.modal-footer .btn-mys.btn{
    margin-top: 0px;
}
.modal-footer .btn-mys.btn.mys-blue-background-btn{    
    border: 0.5px solid #9b59b6;
}
.btn-mys.btn-outline.btn-default,
.btn-mys.btn-outline.btn-default:focus{
    border: 1px solid #52CDD9;
    color: #52CDD9;
}

.btn-mys.btn-outline.btn-default:hover {
    color: #FFFFFF !important;
    background-color: #52CDD9 !important;
    border-color: #52CDD9 !important;
}

.btn-mys.btn-primary,
.btn-mys.btn-primary:focus,
.btn-mys.btn-primary.active,
.btn-mys.btn-primary.active.focus,
.btn-mys.btn-primary.active:focus,
.btn-mys.btn-primary.active:hover,
.btn-mys.btn-primary:active,
.btn-mys.btn-primary:active.focus,
.btn-mys.btn-primary:active:focus,
.btn-mys.btn-primary:active:hover,
.open>.dropdown-toggle.btn-mys.btn-primary,
.open>.dropdown-toggle.btn-mys.btn-primary.focus,
.open>.dropdown-toggle.btn-mys.btn-primary:focus,
.open>.dropdown-toggle.btn-mys.btn-primary:hover {
    /* border: 1px solid #9b59b6; */
    background-color: #9b59b6;
    color: #FFFFFF;
    border: 0.5px solid #9b59b6;
}

.btn-mys.btn-primary:focus{
    border: 1px solid #9b59b6 !important;
    background-color: #9b59b6 !important;
    color: #FFFFFF !important;
}

.btn-mys.btn-primary:hover,
.btn-mys.btn-primary.hover
/*,
.btn-mys.btn-primary:active:hover,
.open>.dropdown-toggle.btn-mys.btn-primary:hover*/
{
    color: #FFFFFF !important;
    background-color: #8e44ad !important;
    border-color: #8e44ad !important;
}

.btn-mys.btn-success,
.btn-mys.btn-success.active,
.btn-mys.btn-success.active.focus,
.btn-mys.btn-success.active:focus,
.btn-mys.btn-success.active:hover,
.btn-mys.btn-success:active,
.btn-mys.btn-success:active.focus,
.btn-mys.btn-success:active:focus,
.btn-mys.btn-success:active:hover,
.open>.dropdown-toggle.btn-mys.btn-success,
.open>.dropdown-toggle.btn-mys.btn-success.focus,
.open>.dropdown-toggle.btn-mys.btn-success:focus,
.open>.dropdown-toggle.btn-mys.btn-success:hover {
    border: 2px solid #17A88B;
    /*    background-color: #52CDD9;
        color: #FFFFFF; */
}

.btn-mys.btn-default,
.btn-mys.btn-default.active,
.btn-mys.btn-default.active.focus,
.btn-mys.btn-default.active:focus,
.btn-mys.btn-default.active:hover,
.btn-mys.btn-default:active,
.btn-mys.btn-default:active.focus,
.btn-mys.btn-default:active:focus,
.btn-mys.btn-default:active:hover,
.open>.dropdown-toggle.btn-mys.btn-default,
.open>.dropdown-toggle.btn-mys.btn-default.focus,
.open>.dropdown-toggle.btn-mys.btn-default:focus,
.open>.dropdown-toggle.btn-mys.btn-default:hover {
    border: 2px solid #e6e6e6;
    /*    background-color: #52CDD9;
        color: #FFFFFF; */
}

.btn-group > .dropdown-menu{
    margin-top: -8px;
}

/* END  buttons and drop downs css
*************************************** */


.navigation > li{
    margin-bottom: 8px;
}

body .page-container{
    min-height: -webkit-calc(100vh - 64px);
    min-height: -moz-calc(100vh - 64px);
    min-height: calc(100vh - 64px);
    /*background-color: #dedede33;*/
    background-color: #F7F9FD;
}


.hamburger-menu-custom{
    position: relative;
    margin-left: -58px;
}

.hamburger-menu-custom .icon-switch-sidebar{
    width: 30px;
    height: auto;
    margin-top: 17px;
    margin-left: 14px;
}

.grater-than-lg-visibility{
    display: none!important;
}
.notification-menu-item .show-more{
    text-align: center;
    padding: 8px 0;
}
.notification-menu-item .show-more:hover{
    color: #000;
    cursor: pointer;
}
.notification-menu-item .show-more.disable{
    color: #888;
}
@media (max-width: 767px){

    .brand{
        border-bottom: 1px solid #e6e6e6;
    }

    .page-container{
        min-height: 300px;
    }

    header{
        box-shadow: 0 6px 20px 0 rgba(226,228,240,0.5);
    }

    .support-menu-item > .header-icon,
    .search-menu-item > .header-icon{
        padding-top: 21px;
        padding-bottom: 20px;
        padding-left: 13px;
        padding-right: 13px;
    }

    .notification-menu-item > .header-icon{
        padding-top: 21px;
        padding-bottom: 20px;
        padding-left: 13px;
        padding-right: 13px;
    }

    header .header-icon{
        line-height: 62px;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .header-icon .badge.bg-danger.notify-circle,
    .header-icon .badge.bg-danger.message-unread-count{
        left: 24px !important;
    }

    body.sidebar-toggled .main-sidebar {
        width: 180px;
    }

    body.sidebar-toggled .sidebar-bottom-fixed-menu {
         width: 180px;
         display: flex;
         flex-direction: row;
         justify-content: space-evenly;
         padding: 0;
     }

    .main-sidebar {
        padding-top: 158px;
    }

    body.sidebar-toggled .navigation > li > a{
        padding-right: 10px;
        padding-left: 10px;
    }

    .hamburger-menu-custom{
        margin-left: 0px;
    }

    body.sidebar-toggled .hamburger-menu-custom,
    body .hamburger-menu-default{
        display: inline-block;
    }

    body .hamburger-menu-custom,
    body.sidebar-toggled .hamburger-menu-default{
        display: none;
    }

    body header .page-title{
        padding-left: 0px;
    }

    header .page-title > h5{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .btn-mys.btn,
    .action-btn-form-inline .btn-mys.btn{
        margin-right: 10px!important;
        margin-left: 0px!important;
    }

    .page-content{
        padding-left: 15px;
        padding-right: 15px;
        padding-top:20px;
        padding-bottom: 20px;
    }

    .page-header{
        border-bottom-width: 0px;
        padding-top: 15px;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .table-responsive {
        border-width: 0px;
    }
}

.sidebar-title{
    padding-left: 5px;
}

.header-icon .help-icon,
.header-icon .search-icon,
.header-icon .notification-icon{
    height: 21px;
    width: 21px;
}

/* increase header height only for screens bigger than 768px */
@media (min-width: 768px){

    .user-menu-item > .header-icon{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .top-search{
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 13px;
        padding-right: 17px;
    }

    body{
        /*background-color: #F6F7FA;*/
        /*background-color: #FAFAFA;*/
        background-color: #FFFFFF;
    }

    .page-container{
        min-height: 600px;
    }

    .brand{
        box-shadow: 18px -20px 30px 1px rgba(30,30,52,0.04);
        width: 180px;
    }

    .support-menu-item > .header-icon,
    .notification-menu-item > .header-icon,
    .search-menu-item > .header-icon{
        padding-top: 22px;
        padding-bottom: 21px;
        padding-left: 13px;
        padding-right: 17px;
    }

    header .page-title > h5{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .brand .logo{
        margin-left: -29px;
    }
}

.navigation > li > a {
    /*color: #929AAE;*/
    color: #7b859d;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding-right: 10px;
    padding-left: 10px;
    height: 36px;
}

.navigation > li > a.active,
.navigation > li > a:hover {
    color: #746CD0;
    background-color: #FFFFFF;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
}

body.sidebar-toggled .navigation > li > a.active,
body.sidebar-toggled .navigation > li > a:hover {
    color: #746CD0;
    background-color: #FFFFFF;
}

body .navigation > li > a > .menu-icon{
    height: 36px;
    width: 36px;

    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8*/

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50); /* IE 5-7*/

    /* Modern Browsers */
    opacity: 0.5;
}


@media (min-width:768px) and (max-width:1200px){

    body .navigation > li > a > .menu-icon {
        display: block;
        height: 36px;
        width: 36px;
        margin: 0 auto;
    }

    body .navigation > li > a{
        margin-top:0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .brand,
    .main-sidebar {
        width: 50px;
    }

    .sidebar-bottom-fixed-menu {
        width: 50px;
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        padding: 0 8px;
    }

    body.sidebar-toggled .navigation > li > a > .menu-icon {
        display: inline-block;
        height: 36px;
        width: 36px;
        margin: 0 0;
    }


    body header {
        box-shadow: 60px 6px 20px 0 rgba(226,228,240,0.5);
    }

    body.sidebar-toggled header {
        box-shadow: 210px 6px 20px 0 rgba(226,228,240,0.5);
    }

    body.sidebar-toggled .brand{
        width: 180px;
    }

    body.sidebar-toggled .main-sidebar{
        width: 180px;
    }

    body.sidebar-toggled .sidebar-bottom-fixed-menu {
        width: 180px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        padding: 0;
    }

    body.sidebar-toggled .sidebar-bottom-fixed-menu > div {
        position: relative;
        left: 7px;
    }

    body.sidebar-toggled .sidebar-bottom-fixed-menu > div.toggle-activity-modal {
        left: -7px;
    }

    body.sidebar-toggled .navigation > li > a{
        padding-right: 10px;
        padding-left: 10px;
    }

    body .page-container{
        padding-left: 50px;
    }

    body.sidebar-toggled .page-container{
        padding-left: 50px;
    }

    body.sidebar-toggled .hamburger-menu-custom,
    body .hamburger-menu-default{
        display: inline-block;
    }

    body .hamburger-menu-custom,
    body.sidebar-toggled .hamburger-menu-default
    {
        display: none;
    }

    body header .page-title{
        padding-left: 0px;
    }

    body.sidebar-toggled header .page-title{
        padding-left: 20px;
    }

    .page-content{
        padding-left: 30px;
        padding-right: 30px;
        padding-top:20px;
        padding-bottom: 30px;
    }

    .page-header{
        border-bottom-width: 0px;
        padding-top: 15px;
        padding-bottom: 0px;
        padding-left: 40px;
        padding-right: 40px;
    }

}

@media (min-width:1201px){

    .grater-than-lg-visibility{
        display: block!important;
    }

    body.sidebar-toggled .navigation > li > a > .menu-icon {
        display: block;
        height: 36px;
        width: 36px;
        margin: 0 auto;
    }

    body.sidebar-toggled .navigation > li > a{
        margin-top:0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    body .navigation > li > a{
        padding-right: 10px;
        padding-left: 10px;
    }

    body.sidebar-toggled header {
        box-shadow: 60px 6px 20px 0 rgba(226,228,240,0.5);
    }

    body header {
        box-shadow: 210px 6px 20px 0 rgba(226,228,240,0.5);
    }

    body.sidebar-toggled .brand,
    body.sidebar-toggled .main-sidebar{
        width: 50px;
    }

    body.sidebar-toggled .sidebar-bottom-fixed-menu {
        width: 50px;
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        padding: 0 5px;
    }

    body.sidebar-toggled .sidebar-bottom-fixed-menu > div {
        left: 0;
    }

    body.sidebar-toggled .sidebar-bottom-fixed-menu > div.toggle-activity-modal {
        left: 0;
    }

    body .page-container{
        padding-left: 180px;
    }

    body.sidebar-toggled .page-container{
        padding-left: 50px;
    }

    body.sidebar-toggled .hamburger-menu-custom,
    body .hamburger-menu-default{
        display: none;
    }

    body .hamburger-menu-custom,
    body.sidebar-toggled .hamburger-menu-default{
        display: inline-block;
    }

    body header .page-title{
        padding-left: 20px;
    }

    body.sidebar-toggled header .page-title{
        padding-left: 0px;
    }

    .page-content{
        padding-left: 50px;
        padding-right: 50px;
        padding-top:20px;
        padding-bottom: 30px;
    }

    .page-header{
        border-bottom-width: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 40px;
        padding-right: 40px;
    }

}

.navigation > li > a.active > .menu-icon,
.navigation > li > a:hover > .menu-icon{
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8*/

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=100); /* IE 5-7*/

    /* Modern Browsers */
    opacity: 1;
}


.top-search .form-control{
    background-color: #F7F8FB;
    border: 1px solid #F7F8FB;
}

.top-search .ti-search{
    color: #7C869D;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #596176;
    /*line-height: 21px;*/
}


header .page-title h5{
    font-weight: 600;
    color: #596176;
    line-height: 21px;
}

header .user-menu-item .user-avatar{
    width: 34px;
    height: 34px;
    background-position: center;
    background-size: cover;
}

.main-sidebar .user-avatar{
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
}

.main-sidebar .user h4{
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

header .page-title{
    padding-left: 0px;
    padding-right: 0px;
}

/*.page-header{
    padding: 15px 20px 15px 20px;
}*/

.page-header .page-sub-title{
    /*font-size: 13px;*/
    /*line-height: 43px;*/
    line-height: 58px;
    /*font-weight: 600;*/

    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-header .page-sub-title span {
    margin-left:15px;
}

.page-header .page-header-buttons {
    text-align: right;
}
@media (max-width: 767px){
    .page-header .page-header-buttons {
        width: auto;
        float: none;
    }
    .page-header-left {
        width: auto !important;
    }
}

.tags-filter, .projects-filter {
    display: inline-block;
    margin-right: 10px;
}

.tags-filter .select2, .projects-filter .select2 {
    min-width: 250px !important;
    height: 35px;
}

.tags-filter .select2 .select2-selection, .projects-filter .select2 .select2-selection {
    min-height: 33px;
    border: 1px solid #D5DBDC;
}

@media (max-width: 520px){
    .tags-filter,
    .systems-status-filter {
        width: 100% !important;
        display: block !important;
        margin-right: 0 !important;
        margin-bottom: 1em;
    }
    .tags-filter .select2 {
        width: 100% !important;
    }
    .s-edit .s-step-buttons .s-nav-right,
    .s-edit .s-step-buttons .s-nav-left{
        float: none !important;
        text-align: center;
        margin-right: 0 !important;
    }
    #edit-system-form .s-header {
        padding: 10px !important;
    }
    #edit-system-form .s-header .s-edit {
        padding-left: 0 !important;
    }
    .s-step .s-preview-buttons .btn {
        margin-top: 10px !important;
    }
    .system-buttons {
        padding: 0 !important;
    }
    #btn-group-save-system {
        margin-top: 4em;
        float: none !important;
    }
    #btn-save-system-and-continue {
        margin-right: 0!important;
        padding-right: 0 !important;
    }
}
/* ***************************************
START user themes colors */
/*
body.red .main-sidebar, body.red .top-main-menu .navigation ul{
    background-color: #4a1616;
}

body.red .navigation>li>a.active, body.red .navigation>li>a:hover{
    background-color: #3a0d0d;
}

body.red .brand{
    background-color: #4a1616;
}

body.green .main-sidebar, body.green .top-main-menu .navigation ul{
    background-color: #174228;
}

body.green .navigation>li>a.active, body.green .navigation>li>a:hover{
    background-color: #0d311b;
}

body.green .brand{
    background-color: #174228;
}

body.yellow .main-sidebar, body.yellow .top-main-menu .navigation ul{
    background-color: #525212;
}

body.yellow .navigation>li>a.active, body.yellow .navigation>li>a:hover{
    background-color: #444406;
}

body.yellow .brand{
    background-color: #525212;
}

body.green .logo-block{
    background-color: #174228;
}

body.red .logo-block{
    background-color: #4a1616;
}

body.yellow .logo-block{
    background-color: #525212;
}

body.green .page-sidebar-menu>li>a>span{
    color: #fff;
}

body.green .page-sidebar-menu>li>a.active>span{
    color: #d6c4c4;
}

body.red .page-sidebar-menu>li>a>span{
    color: #fff;
}

body.red .page-sidebar-menu>li>a.active>span{
    color: #d6c4c4;
}

body.yellow .page-sidebar-menu>li>a>span{
    color: #fff;
}

body.yellow .page-sidebar-menu>li>a.active>span{
    color: #d6c4c4;
}*/

/* END user themes colors
**********************************************************/

/* **********************************************************
Start custom responsive classes */

/* for bootstrap xs screens */
@media (max-width:767px){

    .no-padding-xs-only{
        padding: 0!important;
    }
    .no-padding-top-xs-only{
        padding-top:0!important;
    }
    .no-padding-right-xs-only{
        padding-right:0!important;
    }
    .no-padding-bottom-xs-only{
        padding-bottom:0!important;
    }
    .no-padding-left-xs-only{
        padding-left:0!important;
    }

    .no-border-xs-only{
        border:none!important;
    }
    .no-border-top-xs-only{
        border-top:none!important;
    }
    .no-border-right-xs-only{
        border-right:none!important;
    }
    .no-border-bottom-xs-only{
        border-bottom:none!important;
    }
    .no-border-left-xs-only{
        border-left:none!important;
    }


}

/* for bootstrap sm screens */
@media (min-width:768px)  and (max-width:991px){

}

/* for bootstrap md screens */
@media (min-width:992px) and (max-width:1199px){

}

/* for bootstrap lg screens */
@media (min-width:1200px){

}


/* END custom responsive classes
*************************************************************/

/* ************************************************************
START tempary demo codes newly added by Eranga*/

.form-control{
    color: #586075;
    border: 1px solid #D5DBDC;
}

.form-control:focus{
    border: 1px solid #D5DBDC;
}

.has-error .form-control,
.has-error .form-control:focus,
.has-error .select2-selection {
    border: 1px solid #FF7C7C !important;
}

.has-error .checkbox,
.has-error .checkbox-custom,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-custom,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label,
.has-error .text-danger{
    color: #FF7C7C !important;
}

.has-error .help-block {
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
    background-color: #FFEEEE;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}

/* START line input form ******************************** */

.form-line-input .control-label{
    /*position: relative;*/
    /*width: 100%;*/
    color: #929AAE;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.form-line-input .form-control{
    /*    position: relative;
        width: 100%;*/
    border: 0;
    border-bottom: 1px solid #929AAE;
    border-radius: 0px;
    color: #586075;
    outline: none!important;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 0;
    background-color: transparent;
}

.form-line-input .form-group.has-error .control-label{
    color: #FF7C7C;
}

.form-line-input .has-error .form-control,
.form-line-input .has-error .form-control:focus {
    border: 0;
    border-bottom: 1px solid #FF7C7C;
}

.form-line-input .form-group{
    margin-bottom: 20px;
}

.form-line-input .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 8px 20px 7px 0;
    font-size: 13px;
    font-weight: 600;
    color: #586075;
    outline: none !important;
    line-height: inherit;
}

/*.form-line-input .select2-container--default .select2-selection--single .select2-selection__arrow{*/
    /*background-image: url("https://cdn.plypages.com/0d61c6d3-763f-4cfd-8475-c1a301203b32/-/quality/lighter/arrows.png");*/
    /*top: 10px;*/
    /*right: 10px;*/
    /*width: 15px;*/
    /*background-size: 11px 16px;*/
    /*background-repeat: no-repeat;*/
/*}*/

.form-line-input .select2.select2-container{
    width: 100%!important;
}

/*.form-line-input .select2-container--default .select2-selection--single .select2-selection__arrow b{*/
    /*display: none;*/
/*}*/

.form-line-input .select2-container--default .select2-selection--single{
    border: 0 !important;
    border-bottom: 1px solid #929AAE !important;
    border-radius: 0;
    height: inherit !important;
    outline: none !important;
    background-color: transparent;
    padding: 3px 0px;
}



/* END line input form ************************************ */

/* START table styles */

.action-td .dropdown-toggle{
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    /*color: #A8ADB9;*/
    color:#5C6478;
}

/*.action-td:hover .dropdown-toggle,*/
.action-td .dropdown-toggle:hover,
.action-td .open .dropdown-toggle{
    /*color:#5C6478;*/
    color:#746CD0;
}

.action-td .menu-icon{
    height: 35px;
    width: 35px;
    margin-right: 0px;
}

.action-td .menu-text{
    color: #596176;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    padding-right: 15px;
}

.action-td .menu-text:hover,
.action-td .dropdown-menu>li:hover .menu-text{
    color: #746CD0;
    font-weight: bold;
    text-decoration: none;
}

.action-td .dropdown-menu>li>a,
.action-td .dropdown-menu>li .btn{
    padding: 2px 15px;
}

.action-td .dropdown-menu>li .btn{
    border:none;
    background: transparent;
    width: 100%;
    text-align: left;
}

.action-td .dropdown-menu>li>a:focus,
.action-td .dropdown-menu>li>a:hover{
    background: transparent;
}

.action-td .dropdown-menu {
    background-color: #FFFFFF;
    box-shadow: 0 30px 34px 0 rgba(127,127,218,0.11);
    border-radius: 6px;
    border:none;
    margin-top: 0px;
    min-width: 180px;
    padding-top: 13px;
    padding-bottom: 13px;
    /* margin-right: -30px; */
    margin-right: -15px;
}

.action-td .open .dropdown-toggle:before,
.action-td .open .btn:hover .dropdown-toggle:before{
    position: absolute;
    bottom: -7.5px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    box-sizing: border-box;
    border-width: 7px;
    border-style: solid;
    border-color: #FFF #FFF transparent transparent;
    margin-left: -7px;
    box-shadow: 2px -2px 2px rgba(31,54,79,.05);
    z-index: 1020;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1001;
}

.table.table-box-row.dataTable thead th{
    white-space: nowrap;
}

.table.table-box-row.dataTable thead .sorting:after,
.table.table-box-row.dataTable thead .sorting_asc:after,
.table.table-box-row.dataTable thead .sorting_desc:after,
.table.table-box-row.dataTable thead .sorting_asc_disabled:after,
.table.table-box-row.dataTable thead .sorting_desc_disabled:after {
    position: relative;
    bottom: 0px;
    right: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    margin-left: 10px;
    /*color: #A8ADB9;*/
    color:#5C6478;
}

.table.table-box-row.dataTable thead>tr>th,
.table.table-box-row.dataTable thead>tr>th.sorting_asc,
.table.table-box-row.dataTable thead>tr>th.sorting_desc,
.table.table-box-row.dataTable thead>tr>th.sorting,
.table.table-box-row.dataTable thead>tr>td.sorting_asc,
.table.table-box-row.dataTable thead>tr>td.sorting_desc,
.table.table-box-row.dataTable thead>tr>td.sorting {
    padding-right: 10px;
    padding-left: 10px;
}

.table.table-box-row.dataTable thead>tr>th:first-of-type,
.table.table-box-row.dataTable thead>tr>th.sorting_asc:first-of-type,
.table.table-box-row.dataTable thead>tr>th.sorting_desc:first-of-type,
.table.table-box-row.dataTable thead>tr>th.sorting:first-of-type,
.table.table-box-row.dataTable thead>tr>td.sorting_asc:first-of-type,
.table.table-box-row.dataTable thead>tr>td.sorting_desc:first-of-type,
.table.table-box-row.dataTable thead>tr>td.sorting:first-of-type {
    padding-left: 20px;
}

.table.table-box-row>tbody>tr>td,
.table.table-box-row>tbody>tr>th{
    background-color: #FAFBFC;
    border-bottom: 5px solid #FFFFFF;
    border-top: 5px solid #FFFFFF;
}

@media (min-width: 768px){
    .table.table-box-row>tbody>tr>td,
    .table.table-box-row>tbody>tr>th{
        background-color: #FAFBFC;

        /*        border-bottom: 5px solid #F6F7FA;
                border-top: 5px solid #F6F7FA;*/
        /*        border-bottom: 5px solid #FAFAFA;
                border-top: 5px solid #FAFAFA;*/
        border-bottom: 5px solid #FFFFFF;
        border-top: 5px solid #FFFFFF;

    }

    .table.table-box-row.table-hover>tbody>tr:hover{
        /*background-color: transparent;*/
    }
    .table.table-box-row.table-hover>tbody>tr:hover>td,
    .table.table-box-row.table-hover>tbody>tr:hover>th{
        /*background-color: #eff2f5;*/
        background-color:#F6F7FA;
    }
}

.table.table-box-row{
    border-collapse: separate;
}

.table.table-box-row>tbody>tr>td:first-child,
.table.table-box-row>tbody>tr>th:first-child,
.table.table-box-row>thead>tr>td:first-child,
.table.table-box-row>thead>tr>th:first-child{
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
    padding-left: 30px;
}

.table.table-box-row>tbody>tr>td:last-child,
.table.table-box-row>tbody>tr>th:last-child,
.table.table-box-row>thead>tr>td:last-child,
.table.table-box-row>thead>tr>th:last-child{
    -webkit-border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
    padding-right: 30px;
}

/*.table.table-box-row>tbody>tr>td:hover,
.table.table-box-row>tbody>tr>th:hover,
.table.table-box-row>tbody>tr>td:hover a,
.table.table-box-row>tbody>tr>th:hover a{
    color: #5C6478;
    color:#746CD0;
}*/

.table.table-box-row>tbody>tr>td:hover a:hover,
.table.table-box-row>tbody>tr>th a:hover{
    color:#746CD0;
}

.table.table-box-row>tbody>tr>td,
.table.table-box-row>tbody>tr>th,
.table.table-box-row>tfoot>tr>td,
.table.table-box-row>tfoot>tr>th,
.table.table-box-row>thead>tr>td,
.table.table-box-row>thead>tr>th{
    /*color: #A8ADB9;*/
    color:#5C6478;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    padding-top: 23px;
    padding-bottom: 23px;
}

.table.table-box-row>tbody>tr>td.action-td,
.table.table-box-row>tbody>tr>th.action-td,
.table.table-box-row>tfoot>tr>td.action-td,
.table.table-box-row>tfoot>tr>th.action-td,
.table.table-box-row>thead>tr>td.action-td,
.table.table-box-row>thead>tr>th.action-td{
    padding-top: 0px;
    padding-bottom: 0px;
}

.table.table-box-row>tbody>tr>td a,
.table.table-box-row>tbody>tr>th a,
.table.table-box-row>tfoot>tr>td a,
.table.table-box-row>tfoot>tr>th a,
.table.table-box-row>thead>tr>td a,
.table.table-box-row>thead>tr>th a{
    /*color: #A8ADB9;*/
    color:#5C6478;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
}

.table.table-box-row>tbody>tr>td.action-td .dropdown-menu>li>a,
.table.table-box-row>tbody>tr>td.action-td .dropdown-menu>li .btn{
    padding: 2px 15px;
}

.table.table-box-row>tfoot>tr>th,
.table.table-box-row>thead>tr>th{
    font-weight: 600;
    border-bottom: none;
    color: #5A6276;
}

.table.table-box-row td .bg-img-rounded{
    margin-top: -10px;
    margin-bottom: -10px;
    float: left;
}

/*.table.table-box-row td .td-text-after-img{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    float: left;
}*/


/* END table styles */


.background-white{
    background-color: #FFFFFF!important;
}

body.background-white .table.table-box-row>tbody>tr>td,
body.background-white .table.table-box-row>tbody>tr>th
{
    border-bottom-color: #FFFFFF!important;
    border-top-color: #FFFFFF!important;
}

.widget-white{
    border-radius: 6px;
    background-color: #FFFFFF;
    /*box-shadow: 0 30px 34px 0 rgba(127,127,218,0.11);*/
    box-shadow: 0 15px 34px 0px rgba(127,127,218,0.11);
}

.text-nothing-here,
.text-comming-soon{
    color: #596176;
    font-weight: 500;

    font-size: 25px;
    line-height: 30px;
}

.border-radius-5{
    border-radius: 5px!important;
}

.border-radius-10{
    border-radius: 10px!important;
}


/* START rounded border with backgourd image, ex: avatar, project logo */

.bg-img-rounded{
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background-color: #FBBAB0;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.bg-img-rounded-shadow-36px{
    box-shadow: 0 30px 34px 0 rgba(127,127,218,0.17);
}

.bg-img-rounded-shadow-70px{
    box-shadow: 0 30px 34px 0 rgba(127,127,218,0.17);
    margin-bottom: 14px;
}

/*.bg-img-rounded-30px,
.bg-img-rounded-30px .text-img,
.bg-img-rounded-30px .img-preview{
    width: 30px;
    height: 30px;
    line-height: 30px;
}*/

.bg-img-rounded-36px,
.bg-img-rounded-36px .text-img,
.bg-img-rounded-36px .img-preview{
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.bg-img-rounded-70px,
.bg-img-rounded-70px .text-img,
.bg-img-rounded-70px .img-preview{
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.bg-img-rounded-36px,
.bg-img-rounded-36px .text-img,
.bg-img-rounded-36px .img-preview,
.bg-img-rounded-70px,
.bg-img-rounded-70px .text-img,
.bg-img-rounded-70px .img-preview{
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center;
}

.avatar-circle .text-img,
.main-sidebar .user .text-img,
.user-menu-item .avatar .text-img,
.orgchart .avatar .text-img,
.rock .avatar .text-img,
.chat-list .avatar .text-img,
.message-history-item .avatar .text-img{
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;    
    font-size: 16px;
    background-color: #E0E2D9;
    border-radius: 50%;
    font-weight: normal;
}

.main-sidebar .user .text-img,
.avatar-circle .text-img{
    
    width: 98px;
    height: 98px;
    font-size: 50px;
}

.user-menu-item .avatar .text-img,
.rock .avatar .text-img,
.chat-list .text-img{    
    width: 34px;
    height: 34px;
}
.orgchart .avatar .text-img{
    width: 44px;
    height: 44px;
}

.rock .avatar .text-img{
    line-height: 10px;
}

.chat-list .avatar .text-img,
.message-history-item .avatar .text-img{
    min-width: 34px;
    min-height: 34px;
    line-height: 34px;
}

#tb-project-members .bg-img-rounded,
#tb-project-members .bg-img-rounded .text-img,
.project-widget .bg-img-rounded.project-logo,
#tb-team .bg-img-rounded{
    background-color: #E0E2D9;
}

.project-info-widget .bg-img-rounded .text-img,
.project-widget .bg-img-rounded.project-logo .text-img,
.project-info-widget .bg-img-rounded.project-logo,
.project-info-widget .bg-img-rounded.project-logo .text-img{
    font-size: 22px;    
    font-weight: bold;
    background-color:  #dfcae8;
}

/* END rounded border with backgourd image, ex: avatar, project logo */

/* START style for create-options-section */

.create-options-section .widget-template h4,
.create-options-section .widget-new h4{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.create-options-section .widget-template h5,
.create-options-section .widget-new h5{
    font-weight: bold;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.create-options-section .widget-template .icon-img,
.create-options-section .widget-new .icon-img{
/*    width: 55px;
    height: 55px;*/
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.create-options-section .widget-template .btn-mys.btn,
.create-options-section .widget-new .btn-mys.btn{
    margin:0px;
    width: 175px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.create-options-section .form-group{
    /*text-align: center;*/
}
.create-options-section .select-templates.form-control{
    max-width: 100%;
    width:300px;
    min-width: 300px;
    display: inline-block;
}

.create-options-section .widget-template .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: rgba(89,97,118,0.45);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 14px;
}

.create-options-section .select2-container--default .select2-selection--single {
    background-color: #F7F8FB;
    border: none;
    border-radius: 17px;
}

.create-options-section .select2-container .select2-selection--single{
    height: 35px;
}

.create-options-section .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
}

.create-options-section .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 20px;
    padding-right: 40px;
}

.create-options-section .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 15px;
    right: 15px;
    background-image: url(https://cdn.plypages.com/1f6c2bdd-b56a-4626-8d33-1819905ded66/-/quality/lighter/downarrow.png);
    width: 12px;
    height: 7px;
    background-size: 12px 7px;
    background-repeat: no-repeat;
}

.create-options-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    /*    top: 15px;
        right: 15px;
        background-image: url(https://cdn.plypages.com/1f6c2bdd-b56a-4626-8d33-1819905ded66/-/quality/lighter/downarrow.png);
        width: 12px;
        height: 7px;
        background-size: 12px 7px;
        background-repeat: no-repeat;*/
    top: 12px;
    -webkit-transform: rotate( -180deg );
    -moz-transform: rotate( -180deg );
    -o-transform: rotate( -180deg );
    transform: rotate( -180deg );
}

.create-options-section .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}

.create-options-section .widget-box {
    /*min-height: 270px;*/
    min-height: 252px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/*.create-options-section .widget-box-new {
    padding: 60px 40px !important;
    padding: 40px 40px !important;
}*/
.widget-box-new {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.create-options-section .widget-box-new .btn-mys.btn.show-create-section{
    margin-top: 30px;
}

.select2-dropdown{
    border: 1px solid #F7F8FB;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border-radius: 5px;
    border: 1px solid #dde1ee;
    outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus{    
    border: 1px solid #bbc4dd;
    outline: none;
}

@media (max-width: 767px){

    .create-options-section .widget-template .widget-body,
    .create-options-section .widget-new .widget-body{
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .create-options-section .widget-template,
    .create-options-section .widget-new{
        margin-bottom: 40px;
    }

}

@media (min-width: 768px){

    .create-options-section .widget-template .widget-body,
    .create-options-section .widget-new .widget-body{
        padding: 40px;
    }

    .create-options-section h4{
        margin-top:30px; /* 100px;*/
        margin-bottom: 50px;
    }

    .create-options-section .widget-template .btn-mys.btn,
    .create-options-section .widget-new .btn-mys.btn{

    }
}
/* END style for create-options-section */


/* START Sweet Alert overides */
.sweet-alert h2{
    margin-top: 30px;
    line-height: 1.24em;
}
/* END Sweet Alert overides */

/* Bootstrap overrides */
.label {
    font-size: 100%;
}
.badge {
    font-size: inherit;
}
/* END Bootstrap overrides */

/* END tempary demo codes newly added by Eranga
*************************************************************** */
select.change-user {
    width: 100%;
}
.dropdown-menu li form {
    margin-bottom: 0px;
}
#form-tabs .content,
#form-tabs-share .content {
    overflow: visible;
}
.fc button .fc-icon {
    overflow: visible;
    vertical-align: baseline;
}
/* ============== CALENDAR STYLE ================= */
.calendar-project.project-color {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.calendar-project.project-color i {
    padding-left: 100px;
}
.popover {
    max-width: 600px !important;
    border: none !important;
    padding: 0px;
}
.viewTaskModal .modal-header {
    border-radius:0px;
}
.viewTaskModal .modal-header h3 {
    color: #fff;
}
.viewTaskModal .modal-header h3 i {
    margin-left: 45px;
    float: right;
    margin-top:5px;
    cursor: pointer;
}
.viewTaskModal .modal-body hr {
    margin: 15px 0;
}
.popover-content {
    padding: 0px !important;
}
.viewTaskModal .task-completion-status,
.viewTaskModal .checked-steps-count {
    display: inline-block;
}
.viewTaskModal .task-completion-status {
    margin-left: 20px;
}

#modal-filter-calendar .select2 {
    width: 100% !important;
}
#project-filter-container .select2-container--default .select2-selection--multiple .select2-selection__choice,
#user-filter-container .select2-container--default .select2-selection--multiple .select2-selection__choice,
.hr-team-calander-filter-right-col .select2-container--default .select2-selection--multiple .select2-selection__choice  {
    background-color: #e4e4e41a;
    padding: 6px;
    line-height: 1;
}
.select2-container {
    line-height: 1;
}
.modal-dialog .modal-content .modal-body .select2-selection.select2-selection--multiple {
    padding: 2px 2px 0px 2px;
}
/* ============== END CALENDAR STYLE =============== */

.action-btn-form-inline{
    display: inline-block;
}

.action-btn-form-inline .btn-mys.btn{
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#send-message .new-message {
    margin-top:25px;
}
#send-message div.message {
    padding-top: 8px;
}
.message-modal {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.badge.badge-padded {
    padding-bottom: 15px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

body.sidebar-toggled .main-sidebar .badge-padded {
    display: none;
}

.support-menu-item > .header-icon,
.notification-menu-item > .header-icon,
.search-menu-item > .header-icon {
    padding-top: 15px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 767px){
    .support-menu-item > .header-icon,
    .notification-menu-item > .header-icon,
    .search-menu-item > .header-icon {
        padding-bottom: 14px;
    }
}


/*.header-icon .help-icon,
.header-icon .search-icon,
.header-icon .notification-icon {
    height: 32px;
    width: 32px;
}*/

header .dropdown-menu > li > a {
    padding: 10px 20px !important;
}

.top-search {
    margin-bottom: 15px !important;
}

.top-search .form-control.rounded {
    border-radius: 5px !important;
    border: 1px solid #C4C9D3;
    background: none;
}

.top-search .search-icon {
    position: absolute;
    top: 2px;
    right: 5px;
    z-index: 2;
    display: block;
    width: 27px;
    height: 27px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.notification-bar > li > a.active > .menu-icon,
.notification-bar > li > a:hover > .menu-icon,
.dropdown-menu > li > a.active > .menu-icon,
.dropdown-menu > li > a:hover > .menu-icon,
.notification-bar > li button.active > .menu-icon,
.notification-bar > li button:hover > .menu-icon,
.dropdown-menu > li button.active > .menu-icon,
.dropdown-menu > li button:hover > .menu-icon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
body .notification-bar > li > a > .menu-icon,
body .dropdown-menu > li > a > .menu-icon,
body .notification-bar > li button > .menu-icon,
body .dropdown-menu > li button > .menu-icon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}
body .dropdown-menu > li > a > .menu-icon,
body .notification-bar > li > a > .menu-icon{
    height: 33px;
    width: 33px;
}

body .notification-bar > li button > .menu-icon,
body .dropdown-menu > li button > .menu-icon {
    height: 36px;
    width: 36px;
}
body .notification-bar > li.open > a > .menu-icon{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.profile-nav {
    border-bottom: 1px solid #C4C9D3 !important;
}

.user-info-form .avatar-circle {
    margin-right: 30px;
}

.mys-blue-background-btn {
    background-color: #9b59b6;
    color: #fff !important;
    /*font-weight: 600 !important;*/
    font-weight: bold !important;
    padding: 13px 20px !important;
    border: 0.5px solid #9b59b6 !important;
}

.mys-blue-background-btn:active,
.mys-blue-background-btn:focus{
    background-color: #9b59b6;
}

.mys-blue-background-btn:hover{
    background-color: #8e44ad;
    /*#29b0bc;*/
}

.mys-blue-bordered-btn,
.mys-blue-bordered-btn:active,
.mys-blue-bordered-btn:focus{
    border: 0.5px solid #9b59b6 !important;
    background: #fff;
    padding: 13px 25px !important;
    color: #9b59b6;
    font-size: 12px;
    font-weight: bold;
    font-weight: 600 !important;
}

.mys-blue-bordered-btn:hover {
    background-color: #8e44ad !important;
    color: #fff !important;
}

.btn-group.system-save .btn-mys.btn-rounded.action-btn{
    border-top-right-radius:0px !important;
    -webkit-border-top-right-radius:0px !important;
    -moz-border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
    -webkit-border-bottom-right-radius:0px !important;
    -moz-border-bottom-right-radius:0px !important;
    padding-right: 10px !important;
}

.btn-group.system-save .btn-mys.btn-rounded.dropdown-toggle{
    border-top-left-radius:0px !important;
    -webkit-border-top-left-radius:0px !important;
    -moz-border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
    -webkit-border-bottom-left-radius:0px !important;
    -moz-border-bottom-left-radius:0px !important;
    padding-left: 10px !important;
    padding-right: 15px !important;
}


.user-info-form input:not([type="range"]), .user-info-form select {
    padding: 12px 15px !important;
    height: auto;
}

.user-info-form .update-profile-cont,
.mys-background-white {
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 15px 30px 0 rgba(194,181,201,0.13);
    padding: 20px 20px 45px;
}

.user-info-form .avatar-container {
    margin-bottom: 20px;
}

.user-info-form .select2-selection {
    height: auto;
    padding: 8px 9px !important;
    border: 1px solid #C4C9D3;
}

.user-info-form .select2-selection__arrow {
    top: 10px !important;
}

.title-cont {
    color: #596176;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 21px;
}

.subscription-box {
    border-radius: 5px;
    background-color: #FFFFFF !important;
    box-shadow: 0 15px 30px 0 rgba(194,181,201,0.13) !important;
    padding: 30px 35px 45px !important;
}

.subscription-box .subscr-name {
    color: #596176;
    font-size: 14px;
    line-height: 16px;
    font-weight: 100;
}

.subscription-box .subscr-price {
    color: #596176;
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    display: inline-block;
    margin-top: 20px;
}

.subscription-box .subscr-period {
    display: inline;
    font-weight: 100;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.label-default-comments {
    background-color: #EBE5F5;
    color: #774CBA;
    padding: 8px 12px;
    border-radius: 5px;
}

div.table-responsive {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

div.tasks-table-responsive {
    /* overflow-x: auto !important; */
    overflow-x: visible !important;
    /*overflow-y: visible;*/
    padding-bottom: 8em;
}

.user-filter-container,
.project-filter-container {
    z-index:99;
}

table.table-box-row {
    border-spacing: 0 15px;
    width: 100% !important;
}

.table-box-row tbody tr {
    box-shadow: 0 15px 15px 5px rgba(194,181,201,0.13) !important;
    border-radius: 10px !important;
    font-family: "Gotham Pro", "Proxima Nova", Arial, serif;
    color: #414141;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}

.table-box-row tbody tr td {
    color: #838A93 !important;
    background-color: #fff !important;
    padding: 5px 10px 5px 10px !important;
    /*border-radius: 5px !important;*/
}

.table-box-row tbody tr td.p-0-imp{
    padding: 0 !important;
    border: 0px;
}
.table-box-row tbody tr td:first-of-type {
    padding-left: 20px !important;
}

.table-box-row tbody tr td a,
#tb-tasks_info {
    /*color: #838A93 !important;*/
    color: #5C6478 !important;
}
.table-box-row tbody tr:hover{
    color: #343434 !important;
}
.table-box-row tbody tr td a:hover{
    color: #343434 !important;
}

.table-box-row tbody tr td a.btn-mys.btn-primary,
.table-box-row tbody tr td a.btn-mys.btn-primary.active,
.table-box-row tbody tr td a.btn-mys.btn-primary.active.focus,
.table-box-row tbody tr td a.btn-mys.btn-primary.active:focus,
.table-box-row tbody tr td a.btn-mys.btn-primary.active:hover,
.table-box-row tbody tr td a.btn-mys.btn-primary:active,
.table-box-row tbody tr td a.btn-mys.btn-primary:active.focus,
.table-box-row tbody tr td a.btn-mys.btn-primary:active:focus,
.table-box-row tbody tr td a.btn-mys.btn-primary:active:hover,
.table-box-row tbody tr td a.open>.dropdown-toggle.btn-mys.btn-primary,
.table-box-row tbody tr td a.open>.dropdown-toggle.btn-mys.btn-primary.focus,
.table-box-row tbody tr td a.open>.dropdown-toggle.btn-mys.btn-primary:focus,
.table-box-row tbody tr td a.open>.dropdown-toggle.btn-mys.btn-primary:hover {
    border: 1px solid #9b59b6!important;
    background-color: #9b59b6!important;
    color: #FFFFFF!important;
}

.table-box-row tbody tr td a.btn-mys.btn-primary:hover,
.table-box-row tbody tr td a.btn-mys.btn-primary.hover
/*,
.table-box-row tbody tr td a.btn-mys.btn-primary:active:hover,
.table-box-row tbody tr td a.open>.dropdown-toggle.btn-mys.btn-primary:hover*/
{
    color: #FFFFFF !important;
    background-color: #8e44ad !important;
    border-color: #8e44ad !important;
}

.table.table-box-row>tbody>tr>td a.btn-mys.btn,
.table.table-box-row>tbody>tr>th a.btn-mys.btn,
.table.table-box-row>tfoot>tr>td a.btn-mys.btn,
.table.table-box-row>tfoot>tr>th a.btn-mys.btn,
.table.table-box-row>thead>tr>td a.btn-mys.btn,
.table.table-box-row>thead>tr>th a.btn-mys.btn {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 14px;

    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

.table-box-row .bullet-separator {
    font-size: 25px;
    vertical-align: middle;
    margin: 0 5px;
    color: #A5ACB6;
}

.table-box-row thead th {
    font-weight: normal !important;
    /*color: #949EB6 !important;*/
    color: #7684a2  !important;
    padding-bottom: 5px !important;
}

.table-box-row tbody tr td ul.dropdown-menu {
    box-shadow: 0 10px 41px 0 rgba(173,164,178,0.31);
}

.pagination > .paginate_button > a {
    color: #C4C9D3;
}

.pagination > .active > a {
    background-color: #596176;
    border: 1px solid #C4C9D3;
}

.custom-paging > a {
    margin-left: 5px;
    margin-right: 5px;
    font-family: Helvetica;
    border-radius: 50px!important;
}
.custom-paging.active > a {
    border-radius: 50px!important;
}
.pagination > li > a {
    border: 1px solid transparent!important;
    background-color: transparent!important;
}
.pagination > li > a:hover {
    border: 1px solid #9b59b6!important;
}
.custom-paging.active > a:hover{
    border: 1px solid transparent ;
}

.pagination > li > a:focus{
    background-color: transparent;
}

.custom-paging.active > a {
    /*border: 1px solid #0074dc;*/
    border: 1px solid #9b59b6;
    box-shadow: 0 5px 20px 0 rgba(0,116,220,0.20);
    background-color: #9b59b6!important;
    color: #fff;
}
.custom-paging.active > a:hover{
    border: 1px solid #8e44ad;
    color: #fff;
    background-color: #8e44ad!important;
}
.custom-paging.active > a:focus{
    color: #fff;
    border: 1px solid #8e44ad;
    background-color: #8e44ad!important;
}

.custom-paging.previous > a{
    border: 1px solid #9b59b6!important;
    text-align: center;
    font-size: 14px;
    color: #9b59b6;
}

.custom-paging.next > a{
    border: 1px solid #9b59b6!important;
    text-align: center;
    font-size: 14px;
    color: #9b59b6;
}

.page-header .page-sub-title {
    color: #596176;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 6px;
}

.length-box div {
    display: inline-block;
    width: auto;
}

.length-box .form-control {
    display: inline;
}

.length-box {
    width: auto;
    display: inline;
    margin-left: 20px;
}

.search-box {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    position: relative;
}
@media (max-width: 767px){
    .search-box {
        margin-right: 0;
    }
}

@media (max-width: 520px){
    .task-user-filter,
    .task-type-filter,
    .task-status-filter {
        width: 100% !important;
        display: block !important;
        margin-bottom: 1em;
    }
}

.search-box .search-icon {
    position: absolute;
    top: 18px;
    right: 10px;
}

.search-box .search-icon {
    background-image: url('https://cdn.plypages.com/6131a8cb-e044-404b-83ef-1f4ecaab063a/-/quality/lighter/-/resize/33x/icon_search_33x33.png');
    width: 30px;
    height: 30px;
}

.search-box label {
    color: rgba(0,0,0,0);
}

.search-box input {
    opacity: 0;
    width: 0;
}

.select2-selection__choice {
    max-width: 100%;
    overflow-x: hidden;
}

.table-box-row tbody tr td .s-progress {
    border: 2px solid #5ACFDB;
    background: #fff;
    border-radius: 8px;
    max-width: 150px;
}

.text-container {
    padding: 0 20px 20px;
}

@media (min-width: 1200px){
    body.sidebar-toggled .main-sidebar .panel:hover .sidebar-title {
        display: block !important;
        top: -30px;
        position: relative;
        left: 50px;
        height: auto;
        width: 100px;
        text-align: center;
        border: 1px solid grey;
        background-color: #784cb9;
        padding: 5px;
        color: white;
        border-radius: 200px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    body:not(.sidebar-toggled) .main-sidebar .panel:hover .sidebar-title {
        display: block !important;
        top: -30px;
        position: relative;
        left: 50px;
        height: auto;
        width: 100px;
        text-align: center;
        border: 1px solid grey;
        background-color: #784cb9;
        padding: 5px;
        color: white;
        border-radius: 200px;
    }
}

body.sidebar-toggled .main-sidebar .panel:hover {
    height: 36px;
}

.fc-today.fc-state-highlight {
    color: red!important;
}

jmnode {
    cursor: pointer;
}

.btn:focus {
    outline: 0 !important;
}

@media (max-width: 297px){
    .dropdown-project {
        right: auto !important;
    }
}

.message-modal {
    cursor: pointer;
}

.s-edit, .s-preview {
    position: relative;
}

/*.s-edit .duplicate-step, .s-preview .duplicate-step {*/
    /*position: absolute;*/
    /*right:10px;*/
    /*top:4px;*/
    /*z-index: 9999999;*/
/*}*/

/*.s-preview .duplicate-step {*/
    /*display: none;*/
/*}*/

/*.s-preview:hover .duplicate-step {*/
    /*display: block;*/
/*}*/

.system-widget {
    border-radius: 8px;
    border-color: #e6e6e6;
    float: left;
    display: block;
    width:100%;
}

.system-widget .widget-body {
    padding: 0px;
    float: left;
    display: block;
    width:100%;
}

.system-buttons #btn-save-system-and-continue,
.brainstorm-buttons #btn-save-brainstorm-and-continue{
    min-width: 200px;
}

.system-buttons #btn-save-system-and-continue img.loading,
.brainstorm-buttons #btn-save-brainstorm-and-continue img.loading{
    margin: -2px 0px -2px 5px;
    width: 16px;
    height: 16px;
}

.system-last-updated-wrapper{
    color:#7684A2;    
    display:inline-block;
    padding: 12px 15px 0px 15px;
}

.brainstorm-last-updated-wrapper{
    color:#7684A2;    
    padding: 15px 0px 0px 15px;
}

.system-buttons {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px !important;
}

@media (max-width: 767px){
    .system-buttons {
        padding: 0px 0px 0px 0px;
        margin-bottom: 0px !important;
    }
}
@media (max-width: 991px){   
    .system-last-updated-wrapper{   
        display: block;
        float: right;
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
}

.system-widget .block-overlay-onload,
.brainstorm-widget .block-overlay-onload{
    display: block;
    float: left;    
    z-index: 9000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(250, 254, 255);
    opacity: 0.5;
    cursor: wait;
    position: absolute;
    border-radius: 10px;
}

.system-widget .block-overlay-onload .sk-three-bounce,
.brainstorm-widget .block-overlay-onload .sk-three-bounce{
    margin-top:100px;
}

.widget.brainstorm-widget{
    border-radius: 10px;
}
.widget.brainstorm-widget .widget-body{
    position: relative;
}

.project-table-length .length-box,
.datatable-table-length .length-box {
    margin-left: 0px;
}
.project-table-search,
.vault-files-search,
.datatable-table-search {
    margin-top: -20px;
    text-align: right;
}

.white-background {
    box-shadow: 0 15px 30px 30px rgba(194,181,201,0.13) !important;
    border-radius: 5px !important;
    background: #fff;
    padding: 15px 30px;
    margin-bottom: 40px;
}

.padding-top-15 {
    padding-top: 15px;
}

.white-background-container {
    background-color: #fff;
    box-shadow: 0 15px 30px 30px rgba(194,181,201,0.13) !important;
    border-radius: 5px;
    padding: 10px;
    margin: 0px;
    border: none;
}

.media.grey {
    background-color: #f8f8f8;
}

.media.grey span.unreadDot {
    width: 8px;
    height: 8px;
    background-color: #ff4242;
    display: inline-block;
    border-radius: 10px;
}

.notification-bar .dropdown-menu > ul li > div {
    padding: 5px 10px 5px 10px;
    color: #737373;
    display: block;
}

.notification-bar .dropdown-footer{
    height: 38px;
}
.notification-bar .dropdown-footer .w-50{
    width: 50%;
    float: left;
}.notification-bar .dropdown-footer .w-50:first-child{
    border-right: 1px solid #ccc;
 }
 .notification-bar .dropdown-menu > ul li span.markNotificationAsRead{    
    display: none;
    /*background-color: #d6d4f1;*/
    /*width: 100%;*/
    padding: 1px 8px 1px 8px;
    text-align:center;
    cursor: pointer;
    background-color: #9b59b6;
    color: #fff !important;
    position: relative;
    margin-top: -25px;    
    width: auto;
    border-radius: 20px;
    right: 10px;
    float: right;
 }
.notification-bar .dropdown-menu > ul li:hover span.markNotificationAsRead{
    display: block;
}

.notification-bar .dropdown-menu > ul li span.markNotificationAsRead:hover{
    background-color: #8e44ad;
}

.notification-menu-item .media-body a.link img{
    width: 22px;
    margin-left: -4px;
}

.modal-dialog .modal-content {
    padding: 21px 10px;
}

.modal-dialog .modal-content .modal-header button[data-dismiss="modal"] {
    font-size: 69px;
    font-weight: 100;
    display: inline-block;
    height: 36px;
    line-height: 0;
    margin-top: -10px;
}

.modal-dialog .modal-content .modal-header .modal-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.64px;
}

.modal-dialog .modal-content .modal-body ul li {
    margin-top: 0px !important;
}

.modal-dialog .modal-content .modal-body .select2 {
    width: 100% !important;
}

.modal-dialog .modal-content .modal-body .select2-selection {
    padding: 7px 5px;
    height: auto;
    border: 1px solid #C4C9D3;
}

.modal-dialog .modal-content .modal-body .select2-selection__arrow {
    height: 100%;
    top: 0;
}

.modal-dialog .modal-content .modal-body input:not([type="range"]) {
    padding: 11px;
    height: auto;
    border: 1px solid #C4C9D3;
}

.modal-dialog .modal-content .modal-body .control-label {
    color: #596176;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.modal .modal-footer .close-button {
    margin-bottom: 0px;
}

.float-left {
    float: left !important;
}
.notification-bar .dropdown-menu > ul li {
    border-bottom: 1px solid #e6e6e6;
    /*margin-bottom: 5px;*/
}
.notification-bar .dropdown-menu > ul li.show-more {
    border-bottom:none;
}

.modal {
    overflow: auto;
}

.action-td .dropdown-toggle .loading{
    margin-left: -20px;
    margin-top: -5px;
}


.integrations-container {
    background-color: #fff;
    box-shadow: 0 15px 30px 30px rgba(194,181,201,0.13) !important;
    border-radius: 5px;
    padding: 20px 10px 10px;
    margin: 0px;
}

#shareItemsDropdown {
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
}
#shareItemsDropdown .entity {
    padding: 5px 10px;
    border: 1px solid #D5DBDC;
}

#shareItemsDropdown .entity-action{
    font-size: 13px;
    cursor: pointer;
}

#shareItemsDropdown .entity:nth-child(1),
#shareItemsDropdown .entity:nth-child(2){
    border-bottom: 0px;
}

#shareItemsDropdown .select2 {
    width: 100% !important;
}

.conversation .group-icon {
    margin-right: 15px;
    color: #9a9a9a;
}

#participantsDropdown {
    padding: 0 15px;
    margin: 10px;
    border: 1px solid #9a9a9a4d;
    margin-left: -20px;
    margin-right: -20px;
}

#participantsDropdown .conversation-member {
    margin: 15px 0;
}

#messagingToggle {
    padding-top: 15px;
    padding-bottom: 16px;
    padding-left: 13px;
    padding-right: 13px;
}

#messagingToggle img {
    display: block;
}

.chat-list li > a {
    padding: 6px 20px;
}

.message-group-title {
    margin-bottom: 15px;
}

#chat .media-right {
    vertical-align: middle;
}

#chat .media-heading {
    margin-bottom: 0px;
}


.task-mark-color {
    position: relative;
}
.task-mark-color:before {
    content: " ";
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: block;
}

.task-mark-color.mark-color-1:before {
    background-color: #e74c3c;
}

.task-mark-color.mark-color-2:before {
    background-color: #e67e22;
}

.task-mark-color.mark-color-3:before {
    background-color: #16a085
}

.task-mark-color.mark-color-4:before {
    background-color: #3c40c6;
}

.task-mark-color.mark-color-5:before {
    background-color: #9b59b6;
}

.task-mark-color.mark-color-6:before {
    background-color: #3498db;
}

.task-mark-color.mark-color-7:before {
    background-color: #f1c40f;
}


.fc-event {
    border: none;
}

.fc-event.mark-color-1 {
    background-color: rgba(231, 76, 60, 0.85);
}

.fc-event.mark-color-2 {
    background-color: rgba(230, 126, 34, 0.85);
}

.fc-event.mark-color-7 {
    background-color: rgba(241, 196, 15, 0.9);
}

.fc-event.mark-color-3 {
    background-color: rgba(22, 160, 133, 0.85)
}

.fc-event.mark-color-4 {
    background-color: rgba(60, 64, 198, 0.85);
}

.fc-event.mark-color-5 {
    background-color: rgba(155, 89, 182, 0.85);
}

.fc-event.mark-color-6 {
    background-color: rgba(52, 152, 219, 0.85);
}
.fc-event.mark-color-subscriptions-card{
    background-color: rgba(196, 15, 241, 0.85) !important;
}
.fc-event.mark-color-subscriptions-subscription{
    background-color: rgba(102,102,102, 0.85) !important;
}

.modal-header.mark-color-1 {
    background-color: #e74c3c;
}
.modal-header.mark-color-2 {
    background-color: #e67e22;
}

.modal-header.mark-color-3 {
    background-color: #16a085
}

.modal-header.mark-color-4 {
    background-color: #3c40c6;
}

.modal-header.mark-color-5 {
    background-color: #9b59b6;
}

.modal-header.mark-color-6 {
    background-color: #3498db;
}

.modal-header.mark-color-7 {
    background-color: #f1c40f;
}

.datepicker td.day {
    display: table-cell;
}

.toast-message {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.toast-success{
    border: 2px solid #17A88B!important;
}
.toast-success .toast-title {
    color: #27ae60!important;
    position: absolute;
    top: 10%;
    transform: translateX(10%);
}
.btn-success.alert{
    color: #474747;
    background-color: #8aeeb8;
    border-color: #17A88B;
}
a.fc-more {
    color: #7651B4;
    font-weight: 600;
}

.fc-day-grid-event {
    margin: 5px 4px 0;
    padding: 4px 4px 2px !important;
    cursor: pointer;
}

.fc-icon-x:after {
    top: -2px;
}

.modal-subtitle {
    margin-bottom: 9px;
}

.blue-icon {
    color: #29b0bc;
    cursor: pointer;
}

.blue-icon:hover {
    color: #52CDD9;
}

.modal-body input.select2-search__field {
    border:none !important;
    padding: 0 !important;
    line-height: 24px;
}

.modal-subtitle {
    margin-bottom: 9px;
}

.repeat-daily input,
.repeat-weekly input,
.repeat-monthly input,
.repeat-yearly input,
.start-time-count{
    max-width: 56px;
    border-radius: 4px;
}

.start-time-count{
    margin-left: 21px;
}

.modal-dialog .modal-content .modal-body .start-time-options .select2 {
    width: 100px !important;
    position: relative;
    top: -1px;
    margin: 0 20px;
}

.mt-3 {
    margin-top: 3em;
}

.repeat-up-to-date {
    margin-top: 0;
}

.select2-dropdown {
    border: 1px solid #ddd;
}

#start-time-trigger:hover {
    text-decoration: underline;
}

.alert>p {
    margin-bottom: 10px;
}
.alert>p:last-child {
    margin-bottom: 0
}

.start-time-options {
    margin-top: 1em;
}

.assignee-diff-zone .alert {
    margin-bottom: 0;
}

.sidebar-toggled .sidebar-bottom-fixed-menu {
    width: 50px;
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    padding: 0 8px;
}

.sidebar-bottom-fixed-menu {
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 1031;
    width: 180px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0;
}

.sidebar-bottom-fixed-menu > div {
    background-color: white;
    border-radius: 100em;
    /*box-shadow: 2px 2px 5px rgba(0,0,0,0.4);*/
    cursor: pointer;
    /*border: 1px solid rgba(0,0,0,0.1);*/
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 38px;
    margin-bottom: 12px;
}

.sidebar-bottom-fixed-menu > div {
    width: 40px;
    height: 28px;
    position: relative;
    left: 7px;
}

.sidebar-bottom-fixed-menu > div.toggle-activity-modal {
    left: -7px;
    top: -2px;
}

.sidebar-bottom-fixed-menu > div > div {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.sidebar-toggled .sidebar-bottom-fixed-menu > div > div {
    background-size: 20px 20px;
}

.sidebar-bottom-fixed-menu .toggle-comment-modal > div {
    background-image: url("https://cdn.plypages.com/feace9d0-44fe-4a72-b41d-6abf8480a6a5/comments_grey_icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.sidebar-bottom-fixed-menu .toggle-activity-modal > div {
    background-image: url("https://cdn.plypages.com/345e4507-dfdd-47dd-bc7b-26ef0ff60a2b/activity_grey_icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.sidebar-bottom-fixed-menu .toggle-comment-modal > div:hover {
    background-image: url("https://cdn.plypages.com/90e5c99e-991a-4999-8927-53a1d8382c0f/comments_icon.svg");
}

.sidebar-bottom-fixed-menu .toggle-activity-modal > div:hover {
    background-image: url("https://cdn.plypages.com/143c6b6f-d071-4bcc-acbc-98150b8ec0fd/activity_icon.svg");
}

.sidebar-bottom-fixed-menu> div:hover {
    /*box-shadow: 3px 3px 7px rgba(0,0,0,0.4);*/
}

@media (max-width: 1200px) and (min-width: 768px) {
    .sidebar-bottom-fixed-menu {
        width: 50px;
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        padding: 0 5px;
    }
    .sidebar-bottom-fixed-menu > div {
        left: 0;
    }
    .sidebar-bottom-fixed-menu > div.toggle-activity-modal {
        left: 0;
    }
}

.page-content {
    position: relative;
}
@media (min-width: 768px) {
    .main-sidebar {
        transform: none;
    }
}
@media (max-width: 769px) {
    .sidebar-bottom-fixed-menu {
        position: relative;
    }
}
.comments-mark {
    position: absolute;
    top: 0;
    right: 6px;
    width: 10px;
    height: 10px;
    background-color: #28af28;
    border-radius: 10px;
}

.mt-2 {
    margin-top: 2em;
}

.main-sidebar ul.list-unstyled.navigation  {
    margin-bottom: 2em;
}

.member-range #slidecontainer {
    position: relative;
    top: 13px;
}

input[type="range"]::-moz-range-track {
    background: transparent;
}
#res-member-count {
    min-width: 42px;
    border-radius: 5px;
}
.total-amount {
    margin-bottom: 2em;
}
@media (max-width: 769px) {
    .total-amount {
        text-align: center!important;
    }
}

.subscription-box {
    width: auto !important;
    text-align: center;
}
.subscription-box .text-right {
    text-align: center;
}

.relative,
.s-step-label {
    position: relative;
}

.s-step-label {
    display: table-cell;
}

.s-step {
    position: relative;
}

.s-preview {
    border: 1px dashed rgba(0,0,0,0);
}

.show-system.s-preview,
.task-page .s-preview {
    border: none;
}


.s-step-label.project-label,
.s-step-label.system-label {
    background-color: white;
    background-image: url('https://cdn.plypages.com/0d0d6484-ae97-4d7d-b232-47dccdfc2411/-/quality/lighter/systemicon.png');
    background-position: 0px 0px;
    background-size: 26px;
    border-radius: 100%;
    box-shadow: 0 0 2px #7552B3;
    position: relative;
    width: 27px;
    height: 27px;
    top: 2px;
    margin-left: 10px;
    transition: all 0.2s ease;
    display: inline-block;
}

.s-step-label.show-system-label  {
    top:16px;
}

.s-step-label.system-label {
    background-image: url('https://cdn.plypages.com/1bdf57dd-8c51-4d1d-a535-a0db0a65cd1c/-/quality/lighter/projecticon.png');
}

.s-step-label.project-label:hover,
.s-step-label.system-label:hover{
    box-shadow: 0 0 10px #7552B3;
}

.step-dropdown-btn {
    position: absolute;
    right: 8px;
}

.step-dropdown-btn img{
    transform: rotate(-90deg);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    border-radius: 100%;
}
.step-dropdown-btn:hover img{
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.s-step-label.sop-step-edit {
    top: 4px;
    margin-left: 0;
    margin-right: 13px;
}

.sop-edit-right-menu {
    /*position: absolute;*/
    /*right: 14px;*/
    /*top: 15px;*/
}

.action-td.sop-edit-right-menu .dropdown-toggle {
    padding: 3px 6px;
    position: relative;
    top: 2px;
}

.sop-edit-right-menu ul.dropdown-menu {
    box-shadow: 0 10px 41px 0 rgba(173,164,178,0.31);
}

.s-steps .s-option {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding: 0px 5px 0px 5px;
    line-height: 1;
}

.s-title-wrap {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 5px;
    display: table;
    width: 100%;
}

.s-title-wrap .s-title {
    padding: 0 0 0 15px;
    display: table-cell;
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 1.1;
}

.s-steps .s-preview {
    padding: 0 !important;
}

.s-steps.task-page .s-preview {
    vertical-align: top;
}

.s-step-link {
    display: block;
    position: relative;
    top: -2px;
}

.associate-massage-label {
    padding-left: 15px;
    margin-top:-5px;
    font-size: 13px;
    color: #a6a6a6;
}

.btn-mys.btn.start-task-from-task {
    margin: 10px 24px 0px 23px;
}

.s-checkbox .s-progress-cont {
    margin: 16px 24px;
}

.s-steps .btn.dropdown-toggle{
    padding-top: 0;
    padding-left: 2px;
    position: relative;
    top: 4px;
}
.s-steps.task-page .btn.dropdown-toggle{
    top: 0;
}
.check-step {
    padding-right: 10px;
}
/* Flot styles */
.flotTip {
    position: fixed;
    display: none;
}

#processingIndicator {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -8px;
}

.table-box-row tbody tr td a.table-link {
    color: #746CD0 !important;
}

.table-box-row tbody tr td a.table-link:hover {
    text-decoration: underline;
}
.table-thin-column {
    width: 1px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.table-block {
    display: block;
    overflow-x: auto;
}

.flot-x-axis > div {
    padding: 0 2px;
}

.mt-3px {
    margin-top: 3px !important;
}
.table.dataTable {
    margin-top: 0;
}
.table.dataTable>thead:first-child>tr:first-child>th {
    padding-top: 0;
}
.dataTables_info {
    float: left;
}
.dataTables_wrapper.hide-options .length-box,
.dataTables_wrapper.hide-options .search-box,
.table-responsive.hide-options .length-box,
.table-responsive.hide-options .search-box {
    display: none;
}
.header-search-form {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 0;
}

.header-search-form .form-control.rounded {
    border-radius: 100px!important;
    background-color: transparent;
    border: 1px solid #D5DBDC;
}

#header-search-form-input {
    width: 245px;
    opacity: 1;
    transition: all 0.3s ease;
}
#header-search-form-input.field-appear {
    opacity: 0;
    width: 50px;
    transition: all 0.5s ease;
}

.search-box input,
.search-box input:focus,
.search-box input:active{    
    border: 1px solid #D5DBDC;
}
.search-box input {
    opacity: 0;
    width: 50px;
    transition: all 0.5s ease;
}
.search-box input.field-appear {
    width: 245px;
    opacity: 1;
    transition: all 0.3s ease;
}
.calendar-search-box .search-icon{
    top: -2px;
    right: 5px;
    position: absolute;
}
.header-search-toggle {
    position: relative;
}

.widget-body .select2-container--default .select2-selection--multiple .select2-selection__choice,
.tags-filter .select2-container--default .select2-selection--multiple .select2-selection__choice,
.projects-filter .select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 2px 5px 2px 5px;
    overflow: hidden;
    /*background-color: #f1f1f1;*/
    background-color:#EBE5F5;
    background-image: linear-gradient(310deg, #EBE5F5 40%, #f1edf8 90%);
    border: 0px solid #aaa;
    color:#737373;
    /*color:#000;*/
}

.widget-body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.tags-filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    font-size: 16px;
    font-weight: 600;
    padding-right: 2px;
}


.tag-holder-grey,
#modal-add-tag .modal-body .tag-holder{
    display: inline-block;
    background-color:#EBE5F5;
    background-image: linear-gradient(310deg, #EBE5F5 40%, #f1edf8 90%);
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 0px;
    border-radius: 2px 9px 9px 2px;
    padding: 0px 8px 0px 8px;
    font-family: "Gotham Pro","Proxima Nova",Arial,serif;
}

.tag-holder-grey p,
#modal-add-tag .modal-body .tag-holder p{
    margin-bottom: 0px;
    color:#737373;
    /*color:#000;*/
}

.table.table-box-row>tbody>tr>td .sop-datatable-tags-more a{
    font-size: 95%;
}

.sweet-alert .confirm-item-name,
.sweet-alert .confirm-from-item-name{
    font-style: italic;
    margin-bottom: 5px;     
    word-break: break-all;
}

.sweet-alert .confirm-are-you-sure{
    margin-bottom: 5px;
}

.sweet-alert h2{
    margin-bottom: 5px;
}
.sweet-alert p.lead{
    margin-bottom: 5px;
}

.tb-dashboard-team-list tbody>tr>td a,
.tb-dashboard-team-list tbody>tr>td a:active
.tb-dashboard-team-list tbody>tr>td a:visited{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    color: #5C6478 !important;
}
.tb-dashboard-team-list tbody>tr>td a:hover{
    color: #000000 !important;
}

.modal-footer #save_png{
    margin-bottom: 0px;
}

.select2-dropdown .btn-mys.btn.select-all,
.select2-dropdown .btn-mys.btn.clear-all{
    padding: 5px 10px 5px 10px !important;
    margin: 5px 5px 5px 5px !important;
}

img.loading{
    width:16px;
    height: 16px;
}

.sweet-alert .sa-button-container > .sa-confirm-button-container > button.confirm,
.sweet-alert .sa-button-container > button.cancel{
    border-radius: 20px!important;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: 0.43px;
}
.sweet-alert .sa-button-container > .sa-confirm-button-container > button.confirm,
.sweet-alert .sa-button-container > .sa-confirm-button-container > button.confirm:focus,
.sweet-alert .sa-button-container > .sa-confirm-button-container > button.confirm:active,
.sweet-alert .sa-button-container > .sa-confirm-button-container > button.confirm:visited,
.sweet-alert .sa-button-container > .sa-confirm-button-container > button.confirm:valid{
    border: 1px solid #9b59b6!important;
    background-color: #9b59b6!important;
    color: #FFFFFF!important;
}

.sweet-alert .btn-success:focus{
    -webkit-box-shadow:none;
    box-shadow: none;
}

.sweet-alert .sa-button-container > button.cancel,
.sweet-alert .sa-button-container > .sa-confirm-button-container > button.cancel:focus,
.sweet-alert .sa-button-container > .sa-confirm-button-container > button.cancel:active,
.sweet-alert .sa-button-container > .sa-confirm-button-container > button.cancel:visited,
.sweet-alert .sa-button-container > .sa-confirm-button-container > button.cancel:valid{
    border: 0.5px solid #9b59b6 !important;
    background: #fff!important;
    color: #9b59b6;
}

.sweet-alert .sa-button-container > .sa-confirm-button-container > button.confirm:hover{
    color: #FFFFFF !important;
    background-color: #8e44ad !important;
    border-color: #8e44ad !important;
}
.sweet-alert .sa-button-container > button.cancel:hover{
    background-color: #8e44ad !important;
    color: #FFFFFF !important;
}

.uploadcare--tab_name_camera .uploadcare--button{
/*    border: 1px solid #157cfc;
    background: transparent;
    color: #157cfc;*/
    
    border: 0.5px solid #9b59b6 !important;
    background: #fff;
    /*padding: 13px 25px !important;*/
    color: #9b59b6;
    border-radius: 20px!important;
}
.uploadcare--tab_name_camera .uploadcare--button:hover,
.uploadcare--tab_name_camera .uploadcare--button:focus{
    background-color: #8e44ad !important;
    color: #fff !important;
    outline: none !important;
}

.uploadcare--tab_name_file .uploadcare--button.uploadcare--button_size_big{
    border: 1px solid #9b59b6!important;
    background-color: #9b59b6!important;
    color: #FFFFFF!important;
    font-size: 16px;
    line-height: 16px;
    border-radius: 30px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    letter-spacing: 0.43px;
    border-width: 0px;
    font-weight: 500 !important;
    padding: 16px 26px !important;
}

.uploadcare--tab_name_file .uploadcare--button.uploadcare--button_size_big:hover,
.uploadcare--tab_name_file .uploadcare--button.uploadcare--button_size_big:focus{
    outline: none !important;
    border: 1px solid #8e44ad!important;
    box-shadow: none !important;
    background-color: #8e44ad!important;
    color: #fff;
}


.sweet-alert .sa-button-container{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.uploadcare--progress__canvas {
    position: relative;
}
.uploadcare--powered-by {
    display: none !important;
}
.uploadcare--tab__content .row{
    width:100%;
}

.uploadcare--preview__content .form-group.file-category .loading{
    /*            margin-top: -25px;
                margin-right: 20px;
                float: right;*/
}

.uploadcare--preview__content .form-group.file-category .uploadcare-new-cat-option{
    font-style: italic;
}

.uploadcare--uploadedimages__content .btn.btn-default.uc-btn-search-files{
    padding: 3px 5px 3px 5px;
}
.uploadcare--uploadedimages__content .btn.btn-default.uc-btn-search-files img{
    width: 26px;
    height: 26px;
}

.uploadcare--tab__content.uploadcare--uploadedimages__content{
    justify-content: initial;
}

.uploadcare--uploadedimages__content .thumbnail{
    min-height: 160px;
    max-height: 160px;
    height: 160px;
    overflow: visible;
    border-radius: 3px;
}

.uploadcare--uploadedimages__content .thumbnail .uc-img-as-backgound{
    max-height: 160px;
    height: 125px;
    width: 100%;
    overflow: hidden;
    /*background-color: #e3e1e1;*/
    background-repeat: no-repeat;
    background-position: top; 
    background-size: contain;
}

.uploadcare--uploadedimages__content .thumbnail img{
    max-height: 125px;
}

.uploadcare--uploadedimages__content .thumbnail .file-name{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;   
    padding-top:10px;
    margin-bottom: 0px;
    background-color: #E0E2D9;
    color: #737373;
    padding: 0px 5px;
    border-radius: 5px;
}

.uploadcare--uploadedimages__content .thumbnail .buttons{
    margin-top: -40px;
}

.uploadcare--tab__content .row.files-row .panel, 
.panel-group, .thumbnail {
    margin-bottom: 10px;
}

.uploadcare--tab__content .row.files-row .thumbnail .caption {
    padding: 3px;
}

.uploadcare--tab__content .row.files-row .pagination{
    margin-top: 0px;
    margin-bottom: 10px;
}      

.uploadcare--tab__content .row.files-row .pagination > li > a {
    border: 0;
    background-color: transparent!important;
     border-radius: 50px!important;
}

.uploadcare--tab__content .row.files-row .pagination>li>a, 
.uploadcare--tab__content .row.files-row .pagination>li>span {
    color: #737373;
}

.uploadcare--tab__content .row.files-row .pagination>a:hover, 
.uploadcare--tab__content .row.files-row .pagination>span:hover{
    border: 1px solid #9b59b6!important;
}

.uploadcare--tab__content .row.files-row .pagination>.active>a, 
.uploadcare--tab__content .row.files-row .pagination>.active>a:focus, 
.uploadcare--tab__content .row.files-row .pagination>.active>a:hover, 
.uploadcare--tab__content .row.files-row .pagination>.active>span, 
.uploadcare--tab__content .row.files-row .pagination>.active>span:focus, 
.uploadcare--tab__content .row.files-row .pagination>.active>span:hover {
    border-radius: 50px!important;
    border: 1px solid #9b59b6!important;
    box-shadow: 0 5px 20px 0 rgba(0,116,220,0.20);
    background-color: #9b59b6!important;
    color: #fff;
}
.uploadcare--tab__content .row.files-row .pagination>.active>a:hover, 
.uploadcare--tab__content .row.files-row .pagination>.active>span:hover{
    border: 1px solid #9b59b6!important;
    color: #fff;
    background-color: #8e44ad!important;
}

.uploadcare--tab__content .row.files-row .pagination>li:first-child>a,
.uploadcare--tab__content .row.files-row .pagination>li:first-child>span,
.uploadcare--tab__content .row.files-row .pagination>li:last-child>a,
.uploadcare--tab__content .row.files-row .pagination>li:last-child>span{
    border-radius: 50px!important;
    border-width: 0px;
}

.uploadcare--tab__content .row.files-row .btn-add-image{
    background-color: #9b59b6;
    border-color:  #9b59b6;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 20px!important;
}

.uploadcare--tab__content .row.files-row .btn-add-image:hover{
    background-color: #8e44ad!important;
    border-color:  #9b59b6!important;
}

.uploadcare--tab.uploadcare--tab_name_uploadedimages{
    overflow-y: auto;
}

.uploadcare--dialog  .row>[class^=col] {
    padding-left: 5px;
    padding-right: 5px;
}

.pagination>li.disabled>a, 
.pagination>li.disabled>span,
.pagination>li.disabled>a:hover, 
.pagination>li.disabled>span:hover{
    border: 0 !important;
}

.pagination>li.previous.disabled>a, 
.pagination>li.previous.disabled>span,
.pagination>li.next.disabled>a, 
.pagination>li.next.disabled>span{
    border: 1px solid #9b59b6!important;
}

.pagination>li.previous.disabled>a:hover, 
.pagination>li.previous.disabled>span:hover,
.pagination>li.previous.next>a:hover, 
.pagination>li.previous.next>span:hover{
    border: 1px solid #9b59b6!important;
}

@media (min-width: 768px){
    .notification-menu-item li.media.grey:first-of-type{
/*        border-top-left-radius: 5px;
        border-top-right-radius: 5px;*/
    }
    
    
}
.notification-menu-item li.media:last-of-type {
    border-bottom: none;
}

#tb-notifications .dt-notification-link-icon{
    margin-left: -5px;
    width:24px;
}

#tb-notifications tbody tr.not-read,
#tb-notifications tbody tr.not-read td{
    /*            background-color: #fffed3 !important;
                border-color: #fffed3 !important;*/
/*    background-color: #f4edf7 !important;
    border-color: #f4edf7 !important;*/
/*    border-color: rgba(244, 237, 247, 0.4) !important;
    background-color: rgba(244, 237, 247, 0.4) !important;*/
    
    border-color: rgba(254,228,255, 0.5) !important;
    background-color: rgba(254,228,255, 0.5) !important;
    
}

.notification-menu-item .media.grey {
    /*background-color: #f4edf7;*/
    /*background-color: rgba(244, 237, 247, 0.4);*/
    background-color: rgba(254,228,255, 0.5);
}


.notification-menu-item .media-body h6,
.notification-menu-item .media-body a.link{
    color: #5C6478 !important;
    font-family: "Gotham Pro", "Proxima Nova", Arial, serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notification-menu-item .media-body a.link:hover{
    color: #343434 !important;
}

.notification-menu-item .media-body{
    width: auto;
}

.notification-menu-item .media>div.media-body-wrapper{
   display: flex; 
   flex-direction: row;
}

.notification-menu-item .media>div.media-body-wrapper .media-body, 
.notification-menu-item .media>div.media-body-wrapper .media-left, 
.notification-menu-item .media>div.media-body-wrapper .media-right{
    display:flex;
    flex-direction: column;
}

.notification-menu-item .media>div.media-body-wrapper .media-body{
    flex-grow: 10;
}

.notification-menu-item .media>div.media-body-wrapper .media-right{
    flex-grow: 1;
}

.notification-menu-item .show-more .show-more-span-action{
    cursor: pointer;
    background-color: #9b59b6;
    color: #fff !important;
    padding: 5px 15px 5px 15px;
    width: auto;
    border-radius: 20px;
}

.notification-menu-item .show-more .show-more-span-action:hover{
    background-color: #8e44ad;
}

.notification-menu-item .show-more .show-more-span-loading{
    cursor: pointer;
    background-color: #9b59b6;
    color: #fff !important;
    padding: 3px 15px 3px 15px;
    width: auto;
    border-radius: 20px;
}

/* .notification-menu-item .text-muted:hover,
.notification-menu-item .text-muted:focus,
.notification-menu-item .text-muted:active{
    color: #343434 !important;
} */

.modal-first-login .sk-three-bounce{
    margin-left: -20px;
}

/*#edit-system-form .s-steps .ui-sortable-helper{
    max-height:50px !important;
    height:50px !important;
    overflow: hidden !important;
}

#edit-system-form .s-steps .ui-sortable-placeholder.sortable-placeholder{
    max-height:200px !important;
    height:75px !important;
}
#edit-system-form .s-steps .ui-sortable-helper .s-preview-buttons,
#edit-system-form .s-steps .ui-sortable-helper .s-option,
#edit-system-form .s-steps .ui-sortable-helper .s-body{
    display: none;
}

#edit-system-form .s-steps .ui-sortable-helper .s-preview{
    border-bottom:none !important;
    border-bottom-width: 0px !important;
}

#edit-system-form .s-steps .ui-sortable-helper .s-preview:hover {
    border:none !important;
}*/

/* #edit-system-form .s-steps .ui-sortable-placeholder.sortable-placeholder{
    background-color: yellow;
    border-radius: 6px 6px 6px 6px;
    margin: 10px 0px 10px 0px;
    background-color: #9b59b6;
    opacity: 0.2;
} */

#edit-system-form .s-steps .sortable-ghost{
    background-color:#e3daf1;
}

#edit-system-form .s-steps .sortable-drag{
    background-color: #f1edf8;
}

#edit-system-form .s-steps .s-step-move-up-icon,
#edit-system-form .s-steps .s-step-move-down-icon,
#edit-system-form .s-steps .s-step-move-icon{
    font-size: 14px;
    position: relative;
    padding: 5px 5px 0px 5px;
    margin-right: 5px;   
    cursor:pointer;    
    opacity: 0.8;
}

#edit-system-form .s-steps .s-step-move-icon{
    cursor: grabbing;
    cursor: -webkit-grabbing; 
    margin-left: 5px; 
}

#edit-system-form .s-steps .s-step-order-icons-wrapper{
    position: absolute;
    display: inline-block;
    width: auto;
    left: 0px;
    top: -10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff;
}

#edit-system-form .s-steps .s-step-move-icon:hover,
#edit-system-form .s-steps .s-step-move-up-icon:hover,
#edit-system-form .s-steps .s-step-move-down-icon:hover{
    opacity: 1;
}

#edit-system-form .s-steps>div:first-child .s-step-move-up-icon,
#edit-system-form .s-steps>div:last-child .s-step-move-down-icon
{
    display: none;
}

.w-min-100{
    min-width: 100px;
}

.w-min-125{
    min-width: 125px;
}

.w-min-150{
    min-width: 150px;
}

.w-min-200{
    min-width: 200px;
}

.sweet-overlay{
    z-index: 1500;
}

.dsb-tasks-completed-col #no-data-visitor,
.dsb-tasks-weekly-chart-col #no-data-visitor{
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: transparent;
    max-width: 100%;
}

.dsb-tasks-weekly-chart-col #no-data-visitor{        
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
    max-height: 300px;   
}

.dsb-tasks-completed-col #no-data-visitor{
    max-height: 224px;  
    height: 224px; 
}

.dsb-tasks-weekly-chart-col .no-data-container{
    padding-top: 70px;    
}
.dsb-tasks-completed-col .no-data-container{
    padding-top: 60px; 
}
.dsb-tasks-weekly-chart-col .no-data-container>img{
    max-height: 150px;  
}
.dsb-tasks-completed-col .no-data-container>img{
    max-height: 100px; 
}
.dsb-tasks-weekly-chart-col  .no-data-container .text-nothing-here,
.dsb-tasks-completed-col .no-data-container .text-nothing-here{
    font-size: 12px;
    font-weight: normal;    
}

.tag-flex-item .tag-title .tag-icon,
.tag-name .tag-icon{
    width: 13px;
    opacity: 0.8;
}
