@CHARSET "ISO-8859-1";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');

/***********************************Bootstrao Style Override***********************************************/

.tooltip-inner {
    background-color: #00acd6 !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: #fff;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #00acd6;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #00acd6;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #00acd6;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #00acd6;
}

.progress
{
    margin-bottom: 0px;
}

.row 
{
    margin: unset;
}
.progress.sm
{
    height: 5px;
}

.progress, .progress > .progress-bar {
    box-shadow: none;
}
.progress-bar-aqua, .progress-bar-info {
    background-color: #00c0ef;
}
.progress-bar-green, .progress-bar-success {
    background-color: #00a65a;
}
.progress-bar-red, .progress-bar-danger {
    background-color: #dd4b39;
}
.progress-bar-orange, .progress-bar-warning {
    background-color: #F39C12;
}
.progress-group {
    padding-top: 12px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
    padding: 0px;
}
.col-md-1-with-margin,.col-md-2-with-margin,.col-md-3-with-margin,.col-md-4-with-margin,.col-md-5-with-margin,.col-md-6-with-margin,.col-md-7-with-margin,.col-md-8-with-margin,.col-md-9-with-margin,.col-md-10-with-margin
{
    margin-right: 1%;
    padding: 0;
}
.col-md-1-with-margin {
    width: 7.33333%;
}
.col-md-2-with-margin {
    width: 15.6667%;
}
.col-md-3-with-margin {
    width: 24%;
}
.col-md-4-with-margin {
    width: 32.3333%;
}
.col-md-5-with-margin {
    width: 40.6667%;
}
.col-md-6-with-margin {
    width: 49%;
}
.col-md-7-with-margin {
    width: 57.3333%;
}
.col-md-8-with-margin {
    width: 65.6667%;
}
.col-md-9-with-margin {
    width: 74%;
}
.col-md-10-with-margin {
    width: 82.3333%;
}

.modal-backdrop
{
    opacity:0.7 !important;
}
.modal-dialog {
    margin-left: auto;
    margin-right: auto;
}
/**********************************************************************************/

/*********************************Whatson Styles*****************************************/
.percent-bar-and-score--percent-bar {
    display: inline-block;
    margin-top: 2rem;
    vertical-align: middle;
    width: 100%;
}
.percent-bar {
    background-color: #ececec;
    border-bottom: 1px solid #323232;
    height: 0rem;
    position: relative;
    width: 100%;
}
.percent-bar--ball {
    background-color: red;
    border-radius: 100%;
    height: 0.8rem;
    left: -0.4rem;
    position: absolute;
    top: -0.4rem;
    transition: all 0.2s ease 0s;
    width: 0.8rem;
}
.percent-bar--ball_POSITIVE-FILL {
    background-color: #00b4a0;
    height: 2rem;
    left: -1rem;
    top: -1rem;
    width: 2rem;
}

.percent-bar-and-score--number {
    color: #4178be;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 400;
    left: -1.2rem;
    margin-top: 0rem;
    position: absolute;
    text-align: center;
    top: -3rem;
    vertical-align: middle;
    width: 3rem;
}
/**************************************************************************/


/************************************************Messge Style***************************************************************/
.msg {
    padding-left: 9%;
    padding-right: 9%;
}
.msg 
{
    margin-bottom: 12px; 
    position: relative;
}


.msg::after {
    clear: both;
    content: "";
    display: table;
}
.msg {
    margin-bottom: 12px;
    position: relative;
}
.msg::after {
    clear: both;
    content: "";
    display: table;
}
.contents a {
    text-decoration: underline;
}
.msg-enter .message-in, .msg-enter .message-out {
    opacity: 0;
    transform: scale(0);
}
.msg-enter.msg-enter-active .message-in, .msg-enter.msg-enter-active .message-out {
    opacity: 1;
    transform: scale(1);
}
.msg-leave {
    opacity: 1;
    transition: all 0.1s ease-in 0s;
}
.msg-leave.msg-leave-active {
    opacity: 0;
}
.message-in, .message-out {
    border-radius: 7.5px;
    /*box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);*/
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.13);
    position: relative;
}
/*@media screen and (max-width: 900px) {
.message-chat {
    max-width: 95%;
}
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
.message-chat {
    max-width: 85%;
}
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
.message-chat {
    max-width: 75%;
}
}
@media screen and (min-width: 1301px) {
.message-chat {
    max-width: 65%;
}
}*/
.message:last-of-type {
    margin-bottom: 0;
}
.message-in {
    background-color: #fff;
    float: left;
}
.message-out {
    background-color: #dcf8c6;
    float: right;
}
.msg-psa {
    text-align: center;
}
.msg-psa .message {
    display: inline-block;
    float: none;
    text-align: initial;
}
.msg-psa .bubble-text, .msg-psa .bubble-image-caption, .msg-psa .bubble-placeholder {
    padding-bottom: 20px !important;
}
.attach-image-modal {
    transform: translateY(100%);
}
.bubble {
    box-sizing: border-box;
    min-width: 110px;
    padding: 6px 7px 8px 9px;
}
.bubble:lang(hi) {
    min-width: 128px;
}
.bubble-image {
    max-width: 336px;
    padding: 3px;
    position: relative;
    z-index: 1;
}
.bubble-image .shade {
    left: 0;
    width: 330px !important;
    z-index: 1;
}
.bubble-image .quoted-msg {
    margin-top: -2px;
    max-width: 330px;
}
.image-thumb {
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.image-thumb-body {
    flex: 0 0 auto;
}
.image-thumb-body.blur {
    filter: blur(4px);
}
.message-divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    height: 0;
    margin: 6px 0;
    width: 25%;
}

.tail.message-in {
    border-top-left-radius: 0;
    border-top-right-radius: 7.5px;
}
.message:last-of-type {
    margin-bottom: 0;
}
.message, .media-caption {
/*    color: #262626;
    font-family: "Open Sans",sans-serif;
    font-size: 13.6px;
    line-height: 19px;*/
    padding: 10px;
}
.message-in {
    background-color: #fff;
    float: left;
}
.message-chat {
    max-width: 65%;
}
.message-chat {
    max-width: 65%;
}
.message-in, .message-out {
    border-radius: 7.5px;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
    position: relative;
}

.tail.message-in .tail-container {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 19px;
    left: -12px;
    position: absolute;
    top: 0;
    width: 12px;
}
.message-in .tail-container, .message-in.tail-override-right .tail-container, .message-out.tail-override-right .tail-container, .message-in.tail-override-left .tail-container {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
}
.message-out .tail-container {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADAUExURUxpcXmHa4maet/4yA0aDRMTE8fhsgAAAAAAAMDXrCsxJeX/z1xzXIiYetPsvGBsVUdPPuH8zOH8zNDrvMvmtrrOpwAAAAAAABUVFRoaGtnyxLTMozQ+MMfftFBeSR8nH5aoh6q/mW9+ZN/4yMjhtRwlHAAAAIOWd+r/06C1kkNLOwsLC9z4xur/0+n/0t76x9v4xeL9y+b/z+j/0d/7yeH8yuX/zeD8ytz5xt76yOP/zeH+y+b/zuD8yd35xuf/0MY9jkkAAAAsdFJOUwBvd/ATDZIBAsMp/At/11c9yPbizHoICQwT4bY1ykkgjahl6s8bBYT6nUAWOLbtFAAAAIhJREFUKM/tzbUWwlAURNFBE9zdg0NecLf//yvKUJyUdDnl7HXXletXqmXl9wPbQ9JCcC+VJsOj2mDwovzj3osjHGNFEVxNRAj7UR1hlx+I4FbuC8HkZBE8OwnRxamdFsEmUxCCGdoI51RLBK9xVwTvjyMEbzlDMJMp7lqseNc8YNc6CGyF/a0vcmwhZbCG+kEAAAAASUVORK5CYII=");
}
.message-in .tail-container.highlight {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAClUExURUxpcTU1NcrKyoyMjA4ODgAAAAwMDAAAAAAAANjY2Dc3N7a2tmBgYDg4OMvLywAAALm5ubi4uGRkZMrKymdnZ4yMjM3NzdnZ2b6+vrOzs7Ozs4GBgQAAALy8vImJiQ8PDwAAAGpqasnJyTExMVpaWg8PD8XFxdLS0jQ0NLKystbW1lpaWoaGhszMzM7Ozs/Pz9TU1NDQ0NfX19jY2NPT09HR0dnZ2Si/rzgAAAAtdFJOUwAw6pUSAxQBAv0zwVo26AXFxl7lY5HMfOi+mHYJz40RDAzjLlcQ0Psxv/xBiUTl04kAAACNSURBVCjP7cu5FoIwGEThUcE/ccV9FxV3jQmgvv+jUUE1qWy95XxngLL9bGqqXqbaZfkxFHbzlMN64wGscg8E0ZsDunVLQTDW/CH9Rk4BaA4cB7R6lgOGmoOEk4w/ELQdB9RGloKgo/lD1DajAMQLxwHJIaUgON4tfUA9vxxwul044Hr2gHr4IMS/3ysApV8k8vjzIswAAAAASUVORK5CYII=");
}
.message-out.tail-override-left .tail-container {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAC9UExURUxpccfftAAAAHmHaxoaGg0aDUdPPgAAAAAAAN/4yBMTE8DXrCsxJYiYeomaepaoh9DrvMfhslBeSdPsvAAAAGBsVVxzXLrOp8vmth8nH6q/meH8zNnyxLTMo+H8zBUVFeX/zzQ+MN/4yG9+ZAsLC0NLO+r/08jhtQAAAKC1khwlHIOWd9z4xur/0+n/0uP/zeb/zuH+y9z5xt76yOL9y976x+H8yuj/0eb/z+D8ytv4xeX/zeD8yef/0N35xpCL5lsAAAAsdFJOUwDKCG8TEz0BAvANwyl/d43ikknXCVcLeswgqPbhtsgM/DXqZRZA+s8FnRuEnIC2ewAAAIZJREFUKM/ty7UWwkAARNFBE9xdgms2uMv/fxYdad5WtLxy7hnpW73R98PC3Sld7ghe8eYjVJs7BuUDCyQiGwYlUxZQzOwZou0rg1qVI4PKnQOCo5zhh9K9LYOy3TODaoMTg1swDIpnHgwajp4MGr/eDItlwKDV3DBoOrOA1jaY2MDVv9/7AJRGIVI5MG8aAAAAAElFTkSuQmCC");
}
.message-out .tail-container.highlight {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACoUExURUxpcaG3kg8PD1JdSXeHbLPKoCo1KgAAAAAAAA4ODr7Xq7HJoFZkTi8zKgwMDKK4kZ+1kC03LXuJbr7WqwAAAL/XrFpkUgAAAHuMb7LJoHKBZae9lQAAAJ2zjsfZtwAAACwxJp2yjqW8lVVqVbLLoQ8PDyk0KVJaSbHHnr3Vqp2yjXWEarPLobbOpLrTp73Wqr3XqrPMobnSp7fPpLfQo7fPpb/Yq7bPpKsjaEcAAAAsdFJOUwDFEVqN6DABAhL96l42FMbBM5H9Bf1jA5XldugMmHwJLr7PDMwQMVfj/L+JZBaDmAAAAIpJREFUKM/tzTcSwkAQRNHG7grvvfdGuxL+/jeDTASfgCLlh/OqaxQmrSZLJb1BeB0bhstwxHBbTBniAf84pwIEVywLodCRIYh6LUMLX61IAC5XF8GpXRJC3OgaAl8LRAvXzwuhmZEhiLLW0MLP04LCx24mhP0WHry6Hy0OdFjzXZsPd9mv4d/vPQGQ9iBRfDf7rQAAAABJRU5ErkJggg==");
}

.tail.message-out .tail-container {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 19px;
    position: absolute;
    right: -12px;
    top: 0;
    width: 12px;
}

.tail.message-out {
    border-top-left-radius: 7.5px;
    border-top-right-radius: 0;
}
.message:last-of-type {
    margin-bottom: 0;
}

.tail-container.highlight {
    opacity: 0;
}

.white-space-pre-wrap
{
    white-space: pre-wrap;
}
.word-wrap-break-word
{
    word-wrap: break-word;
}
/*****************************************************************************************************************/


h1,h2,h3,h4,h5,h6,h7
{
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}
h1
{
    font-size: 28px;   
}

h2
{
    font-size: 22px;   
}
h3
{
    font-size: 20px;   
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
    color: #878787;
}

h6{
    font-size: 16px;
}

h7{
    font-size: 14px;
    color: #878787;
}


body
{
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    padding: 0px;
/*    background-image: url(../images/bg-960.png);*/
    font-weight: 400;
    font-size: 16px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    background-size: cover;
    min-width: 1200px;
    
    background-image: url(../images/ascend-background.png);
    background-size: cover;
    height: 100%;
    overflow-x: hidden;
}

.background-img
{
    background-image: url(../images/bg-960.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    background-size: cover;
    height: 100%;
    overflow-x: hidden;
}
.logo-img
{
    height: 6%;
    margin: 2% 4%;
}
.topHeadderDiv
{

    width: 100%;
    padding: 10px;
}

.top-bar-logo-img
{
    height: 47px;
    margin: 15px 25px;
}

.productNameContainer
{
    color: #fff;
    font-weight: 700; 
}

.periodContainer
{
    color: #fff;
    font-weight: 700; 
}
.mainContainer
{
    padding: 10px;
}

.box-widget {
    border: medium none;
    position: relative;
}
.box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    padding: 20px;
}

.card
{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    /*    margin-bottom: 20px;*/
    position: relative;
    width: 100%;
/*    padding: 20px;*/
}

.card-without-shadow
{
    box-shadow: unset;
    border:1px solid #ddd;
}
.card-col-4
{
    padding: 40px;
}

.demo-login-card-col-4
{
    padding: 20px 40px;
}

.card-col-3
{
    padding: 30px;
}
.card-col-2
{
    padding: 20px;
}

.card-width-100
{
    width: 100px;
}


.card-img-top {
    border-radius: 5px;
    width: 100%;
    background-color: #43438e; 
    height:120px;
}

.card-block {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 65px;
    padding: 1.25rem;
    position: relative;
    text-align: center;
    font-size: 14px;
}

.longTermTaskDone {
    background-color: #00cc00;
    color: #fff;
}

.card-button-img
{
    width: 45px;
}


.button-card
{
    cursor: pointer;
}

.allPaddingZero
{
    padding: 0px;
    border: 0px !important;
}

.padding-left-right
{
    padding-left: 15px;
    padding-right: 15px;
}
.fourSideBorder
{
    border: 1px solid #eee;
}

.border-bottom
{
    border-bottom: 1px solid #eee;
}
.border-top
{
    border-top: 1px solid #eee;
}
.border-left
{
    border-left: 1px solid #eee;
}
.border-right
{
    border-right: 1px solid #eee;
}

.border-bottom-heavy
{
    border-bottom: 1px solid #999;
}
.border-top-heavy
{
    border-top: 1px solid #999;
}
.border-left-heavy
{
    border-left: 1px solid #999;
}
.border-right-heavy
{
    border-right: 1px solid #999;
}

.outerContainer
{
    margin: 0 auto;
    width: 66.6667%;
}

.realTimeBodyContainer
{
    width: 60%;
    margin: 0 auto;
    margin-top:20px;
    transform-style: preserve-3d;
    transition: all 1s ease-in-out;
}

.videoContainer
{
    width: 60%;
    margin: 0 auto;
    margin-top:20px;
}
.animate-start
{
    transform: rotateY(7200deg);
}

.headdingDiv
{
    font-weight: 700;
    color:#000;
    margin-bottom: 50px;
    margin-top: 80px;
}

.dataContainer
{
    background-color:#ddd;
    padding: 20px;
    text-align: center;
}

.genderDiv
{
/*    border-radius: 100px;*/
    width:150px;
    background:#fff;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.genderDiv.selected
{
    /*    background:green;*/
/*    border:4px solid #00b7ff;*/
}

.productNameInAvatar
{
    color: #000;
    margin-bottom: 50px;
    margin-top: 50px;
}

.clear_both{
    clear: both;
}


#tabBar {
    left: 0;
    padding: 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    text-align: center;
    top: 0;
/*    width: 150px;*/
}
#tabBar .tabs {
    background-color: #f1f1f1;
/*    border: 1px solid #e0e0e0;*/
    cursor: pointer;
/*    display: block;*/
/*    height: 135px;*/
    /*    margin: 0 0 10px;*/
    outline: medium none;
    position: relative;
/*    width: 150px;*/
    padding: 10px;
    display: inline;
    float: left;
    color :#999999;
}
#tabBar .tabs:hover,#tabBar .tabs.activeTab{
        background-color: #fff;
    color: #6d6c6c;
    border-right: 0 none;
    z-index: 999;
    font-weight: bold;
}
#tabBar .tabs.activeTab:after {
    content: '';
    position: absolute;
    top: 0px;
    height: 100%;
    /*    width: 15px;
        right: -15px;*/
    background-color: #1F997F;
}
#tabData {
    /*    background-color: #1f997f;*/
/*    margin-bottom: 50px;*/
    min-height: 450px;
    width: inherit;
}
#tabParentContainer{
    position: relative;
/*    width: 100%;*/
}

.tab-img
{
    height: 50px;
}

.tabText
{
    left: 50%;
    position: absolute;
    top: 36%;
    transform: translate(-50%); 
}
.border-right-1
{
    border-right: 1px solid #e3e1e1
}
.border-right-1-imp
{
    border-right: 1px solid #e3e1e1 !important
}
.border-1-grey
{
    border-left: 1.3px solid #a9a2a2;
}
    
.button
{
    cursor: pointer;
    border: none;
    border-radius:5px;
    min-width: 150px;
}
.button:hover
{
    background-color: #cb980e; 
}

.button-primary-big,.button-primary-small
{
    background-color: #428FCD;
    color: #fff;
}
.button-primary-big
{
    padding: 10px;
    font-size:27px;
    min-width: 160px;
}

.button-primary-small,.button-secondary-small
{
    padding: 7px 10px;
    font-size: 19px;
    min-width: 100px;
}

.button-primary-big:hover,.button-primary-small:hover
{
    background-color: #3172A6;
}

.button-secondary-big,.button-secondary-small
{
    font-size: 18px;
    background-color: #EF3857;
    color: #fff;
    font-weight: 900;
    padding: 5px 14px;
}
.button-secondary-big
{
    padding: 10px;
    font-size:27px;
    min-width: 160px;
}


.button-secondary-big:hover,.button-secondary-small:hover
{
    background-color: #d52140;
}
.button-red
{
    background-color: #f01338;
}
.button-red:hover
{
    background-color: #ff002b;
}
.button-blue
{
    background-color: #428FCD;
}
.button-blue:hover
{
    background-color: #178dec;
}
.button-grey
{
    background-color: #cfcfcf;
}
.button-grey:hover
{
    background-color: #b0b0b0;
}


.button-primary-icon,.button-secondary-icon
{
    color: #fff;
    padding: 10px;
    font-size:20px;
    width:56px;
    cursor: pointer;
    border-radius:5px; 
}
.button-primary-icon
{
    background-color: #FF4351;
}

.button-secondary-icon
{
    background-color: #43438e;
}

.button-v-small
{
    padding: 6px;
    font-size:16px;
    min-width: 100px;
}

.button-vv-small
{
    padding: 6px;
    font-size:16px;
    min-width: 60px;
}

.disabled
{
    background-color: #c4223d;
    cursor: not-allowed !important;
}
.buttonPrevious
{
    float: left;
}
.buttonNext,.buttonStartWeek
{
    float: right;
}

.buttonContainer
{
    bottom: 20px;
    padding: 10px;
    position: absolute;
}

.buttonContainerInFinalScore
{
    bottom: 100px;
    padding: 10px 30px;
    position: absolute;
}

.managerProfileDiv
{
    width: 100px;
    height:100px;
    border-radius: 100px;
    background: #fff;
    margin: 0 auto;
}

.employeeDiv
{
    width: 100px;
    height:100px;
    border-radius: 100px;
    background: #fff;
    margin: 0 auto;
}

.employeeRow
{
    margin-bottom: 5px;
    margin-top: 5px;
}

.employeeNameDiv
{
    text-align: center;
}

.taskBodyContainer
{
    height: 420px;
    width: 100%;
    overflow-y: auto;
}
.taskBodyContainer,.selectedTaskListItem
{
    background-color: #fff;
    border-radius: 0px 0px 12px 12px;
    box-shadow: 0px 3px 10px 0px #b4b4b4;
}

.taskListItem.selectedTaskListItem
{
    border-bottom: 1px solid #fff;
    border-radius: unset;
    box-shadow: unset;
    color: #5AC2B1;
}
.taskListContainer
{
    background-color: #F5F2F9;
    border-radius: 12px 12px 0px 0px;
    box-shadow: 0px 1px 10px 1px #c1c5c5;
    overflow: hidden;
}

.taskListItem {
    border-right: 1px solid #ddd;
/*    border-left: 20px solid #069dd2;*/
    cursor: pointer;
    margin-bottom: 0;
    padding: 7px 0 7px 11px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 20px;
    color: #b0b1b1;
}
.pageGroup
{
     border-right: 1px solid #ddd;
/*    border-left: 20px solid #069dd2;*/
    cursor: pointer;
    margin-bottom: 0;
    padding: 7px 0 7px 11px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 20px;
    color: #b0b1b1;
}

.taskName {
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.imageContainer
{
    cursor:pointer;
}
.assignButtons
{
    text-align: center;
}
.taskBodyItem
{
    padding: 20px 60px;
    height: 100%;
    background-color: #ffffff;
}
.taskComplexityContainer {
    bottom: 30px;
    position: absolute;
    right: 10px;
}

.taskContributionContainer {
    bottom: 5px;
    position: absolute;
    right: 10px;
}

/*#taskPerformanceContainer
{
    height: 420px;
}*/
.employeeSelectionModalDialog
{
    width: 85%;
}

.taskQualityModalDialog
{
    width: 80%;
    top: 15%;
}
.focusModalDialog,.taskStatusModalDialog
{
    width: 50%;
    top: 18%;

}

.employeeReportModalDialog,.longTermTasksModalDialog
{
    width: 85%;
}

.text-align-left
{
    text-align: left;
}

.text-align-center
{
    text-align: center;
}

.text-align-right
{
    text-align: right;
}

.margin-right-zero
{
    margin-right: 0px;
}

.margin-right-10
{
    margin-right: 10px;
}
.margin-left-10
{
    margin-left: 10px;
}
.margin-left-70
{
    margin-left: 70px;
}
.margin-top-10
{
    margin-top: 10px;
}
.margin-bottom-10
{
    margin-bottom: 10px;
}

.margin-top-15
{
    margin-top: 15px;
}
.margin-top-120
{
    margin-top: 120px;
}
.margin-right-20
{
    margin-right: 20px;
}
.margin-left-20
{
    margin-left: 20px;
}
.margin-top-20
{
    margin-top: 20px;
}
.margin-bottom-20
{
    margin-bottom: 20px;
}
.employee-img
{
    margin-left: 5px;
    margin-top: 5px;
    width: 55px;
    border-radius:100px;
}

.employee-img-small
{
    width: 40px;
}

.employee-img-medium
{
    width: 60px;
}

.chatMessageSendButton
{
    width: 40px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
.employeeSelectionContainer {
    margin-bottom: 0;
}
.employeeSelectionDiv {
    background-color: #fff;
    border: 1px solid #ddd;
}

.selectedEmployeeDiv {
    background-color: #ebebeb;
    border-bottom: 0 none;
    padding-bottom: 1px;
}

.employeeOptionContainer {
    background-color: #ebebeb;
    padding: 10px;
}

.managerChatbotOptions
{
    min-height: 120px;
}
.option-container {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
    margin: 0.5%;
    min-height: 118px;
    outline: 0 none;
    padding: 15px;
    position: relative;
    vertical-align: middle;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    width: 48%;
}

.selectedOption
{
    background-color: #00b7ff;
    border: 1px solid #00b7ff;
    box-shadow: unset;
}
.selectedOption .option-hoursContainer,.selectedOption .option-text
{
    color: #fff;
}
.selectedOption .option-hoursContainer
{
    opacity: 0.8;
}
.selected-card
{
    background-color: #00b7ff;
    border: 1px solid #00b7ff;
    color: #FFF;
}
.selected-lt-task-employee
{
    background-color: #ffff66;
}


.assigned {
/*    border-left: 20px solid #777;*/
    /*    color: #8c8c8c;*/
/*    font-weight: 400;*/
}

.taskDoneIconSpan {
    left: -16px;
    position: absolute;
    top: 17px;
}
.taskStatusIcons
{
    height: 16px;
    margin-top: 5px;
    margin-left: -12px;
}

.taskHeaderContainer {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding:20px;
}

.taskComplexityImg
{
    width: 32px;
/*    margin-right: 10px;*/
}

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

.introductionContainer
{
    margin: 0 auto;
    width:1150px;
}

.resultsContainer
{
    margin: 0 auto;
    width:1150px;
}

.employeeAssignedToTask
{
    text-transform: uppercase;
}
.assignedToText
{
    padding-top: 10px;
}

.tabsDataContainers {
/*    height: 460px;
    overflow-y: auto;*/
}

.task-status-img
{
    width:20px;
}

.timer-container
{
/*    position: absolute;
    right:10px;
    top:120px;*/
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    text-align: center;
}

.watsonButtonContainer
{
    position: absolute;
    right:10px;
    bottom:70px;
}
.timer-gif
{
    width:200px;
}

.employeeMainChatbotContainer,.employeeMainMemoContainer
{
    font-size: 15px;
}

.employeeMainChatbotHeaderContainer,.employeeMainMemoHeaderContainer {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.employeeMainChatbotBodyContainer,.employeeMainMemoBodyContainer
{
    padding-top: 10px;
    height:300px;
    overflow-y: auto;
}

.employeeMainChatbotBodyContainer,.employeeMainMemoBodyContainer,.employeeChatbotCharacterCountContainer
{
    background-color: #d4eeff;
}

.employeeChatbotCharacterCountContainer
{
    padding-right: 20px;
    min-height: 20px;
}
.employeeMainMemoBodyContainer
{
    height:150px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.employeeMainChatbotFooterContainer,.employeeMainMemoFooterContainer {
    background: #b7b7b7 none repeat scroll 0 0;
    padding: 20px;
    overflow-y: auto;
}

.employeeMainMemoFooterContainer
{
    background: #008BF4 none repeat scroll 0 0;
    padding: 5px 20px;
}

.finalScoreMessge
{
    border-top:2px solid #ddd;
}

.autoAdjustTextArea{  
  /* box-sizing: padding-box; */
  overflow:hidden;
  /* demo only: */
  padding:10px;
  width:100%;
  font-size:14px;
  display:block;
  border-radius:10px;
  border:1px solid #ddd;
}

.typedMessage
{
    min-height: 90px;
}

.memoReplyMessage
{
  padding:10px;
  width:100%;
  font-size:14px;
  display:block;
  border-radius:10px;
  border:1px solid #ddd;
}

.memoQuestion {
    font-size: 12px;
}

.managerChatbotPopupModalDialog
{
    width:75%;
    font-size: 15px;
}
.managerChatbotHeaderContainer
{
    border-bottom: none;
    background-color: #304AB9;
    color: #fff;
}
.managerChatbotBodyContainer
{
    overflow-y: auto;
    height: 300px;
    padding-right: 40px;
}

.managerChatbotBodyMainContainer
{
    padding: 10px 0 0 40px;
    background-color: #d4eeff;
}

.managerChatbotFooterContainer
{
    background-color: gray;
}

/*.subSection
{
    padding-left: 20px;
}*/
.insights-progress-bar-container
{
    margin-top: 10px;
}

.youtubeBlockedContainer
{
    bottom: 0;
    color: red;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

.taskListEmpImg {
    border-radius: 100px;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
    vertical-align: top;
    width: 30px;
}

.task_description_container
{
    display : inline-block;
}

.bodyTaskName
{
    color: #5AC2B1;
    font-size: 33px;
    font-weight: 700;
}
.bodyTask_description
{
    margin-top: 10px;
    font-size: 17;
}
.task-complexity
{
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
    width: 100%;
}
.task-body-left
{
    height: 100%;
}
.complexity-label
{
    color: #B0B0B0;
    font-weight: 1000;
    margin-top: 5px;
}
.complexity-value
{
    font-size: 13px;
    font-weight: 600;
}
.first-list-item-border
{
    border-radius: 10px 0px 0px 0px;
}

.last-list-item-border
{
    border-radius: 0px 10px 0px 0px;
}

.planningContainer
{
       margin: 1% 0px;
}
.task-action-buttons
{
    height: 38%;
    cursor: pointer;
}
.task-action-header-container
{
    height: 10%;
    display: block;
    margin-top: 58px;
    font-weight: 900;
    font-style: italic;
    font-size: 18px;
}
.task-action-header
{
    text-align: center;
}
#middle-action-button
{
    margin-top: 61%;
}
.width-style
{
        width: 32%;
}
.center-block
{
    display: block;
    margin: auto;
}
.reAssigningTaskBody
{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dad5da;
    border-radius: 6px;
    margin-bottom: 17px;
    position: relative;
    margin-top: 25%;
    overflow: hidden;
    width: 200px;
}
.reassigning-header
{
    background: #F5F2F9;
    color: #B0B0B0;
    border-radius: 6px 6px 0 0;
    padding: 5px;
    padding-left: 10px;
    font-weight: 600;
}
.utilization-row
{
    margin:10px 10px 0px;
    padding-top: 1px;
/*    border-bottom: 1px solid #d5d5d5;*/
    color: #5a5a5a;
}
.bottom-margin
{
    border-bottom: 1px solid #d5d5d5;
}

.assignToYourselfTask
{
    background-image: url("do_textbutton.png");
}
.planbook-header
{
    margin-bottom: 10px;
    color: #595A5A;
    margin-top: -15px;
}
.back-button
{
    height: 45px;
    box-shadow: 1px 1px 6px 1px #c3c3c3;
    z-index: 200;
    position: absolute;
    margin-left: -22px;
    margin-top: 167px;
    border-radius: 50%;
    left:0;
    cursor: pointer;
}
.next-button
{
    height: 45px;
    box-shadow: 0px 1px 6px 2px #c3c3c3;
    z-index: 200;
    position: absolute;
    margin-top: 167px;
    border-radius: 50%;
    right: 0;
    margin-right: -22px;
    cursor: pointer;
}
.side-dasboard-container
{
/*    background-color: #2E1942;*/
    height: 100%;
    z-index: 20;
}
.profile-picture
{
    height: 80px;
    display: block;
    margin: auto;
    margin-top: 10px;
}
.logout-button
{
    color: #ffffff;
    float: right;
    font-size: 15px;
    padding: 15px;
}
.logout-button:hover
{
    color: #ffffff;
    float: right;
    font-size: 15px;
    padding: 15px;
}
.overall-contribution
{
    margin-top: 30px;
    text-align: center;
}
.utilization-header
{
    color: #B0B0B0;
    font-weight: 900;
}
.utilization-body
{
    font-weight: bold;
    color: #FFFFFF;
    font-size: 28px
}
.finalize
{
    text-align: center;
    padding: 40px;
}
.finalizePlan
{
    padding: 8px 40px !important;
    font-size: 19px;
    box-shadow: 1px 1px 7px 2px #060b48;
}

.footer-status-bar
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    background-color: #EDEDED;
}
.planning-left-container
{
/*    height: 100%;*/
    position: relative;
}
.height-100-percent
{
    height:100%;
    min-height: 100%;
}
.height-100
{
    height:100px;
}
.height-70
{
    height:70px;
}
.height-130
{
    height:130px;
}
.height-240
{
    height:240px;
}
.height-250
{
    height:250px;
}
.height-300
{
    height:300px;
}
.height-330
{
    height:330px;
}
.height-400
{
    height:400px;
}
.height-500
{
    height:500px;
}
.height-450
{
    height:450px;
}

.footer-status-bar-item
{
    font-size: 14px;
    /* font-weight: 500; */
    padding: 5px 10px;
    color: #616060;
}
.modal-header 
{
    background-color: #F5F2F9;
}
.modal-content
{
    border-radius: 10px;
    overflow: hidden;
    max-width: 1000;
    min-width: 1001px;
}
.taskStatus-modal-content,.focus-modal-content
{
    border-radius: 10px;
    overflow: hidden;
    max-width: 500px;
    min-width: 600px;
}
.modal-body.assignTask
{
    padding:0px;
    text-align: center;
}
.modal-body
{
    padding:25px;
    text-align: center;
}
.result-label
{
    font-size: 30px;
    font-weight: 600;
    color: #7c7c7c;
    margin-bottom: 5px;
}
.expectedVsReality
{
    background-image: url("../images/exp_bg.png");
    background-color: #5AC2B1;
    background-size: 100% 100%;
    height: 505px;
    padding: 60px 20px 0px 100px;
    color: #fff;
    position: relative;
}
.busines-result-main {
    background-color: #4A25BB;
    background-size: 100% 100%;
    color: #fff;
    height: 476px;
    padding: 70px 0 0 100px;
}
.expectedvsRealityMemoImage
{
    width: 100%;
    height: 100%;
}
.resultsTextBody
{
    margin-top: 5px;
}
.ceo-image
{
    height: 100%;
    margin: auto;
    display: block;
}
.table-bordered>tbody>tr>td,.table-bordered>thead>tr>th
{
    border:none;
}
.table-custom
{
    margin: unset;
    border: unset;
    font-size: 14px;
}
.table-border
{
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    overflow: hidden;
}
.table-header
{
    background-color: #f2f2f2;
    color: #959AA0;
}
#teamReportTab.activeTab,#ceoTalkTab.activeTab
{
    background-color: #4A25BB !important;
    color: white !important;
}


.utilization-percentage
{
    box-shadow: 0px 3px 7px -1px #cfcccc;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 23px;
    font-weight: bold;
}
.buttonNext, .buttonBack {
    box-shadow: 0 1px 3px -1px #111111;
    margin-top: 200px;
}
.buttonToNextDecisons
{
    float: right;
    margin: 33px 0px 0px;
}
.graph-label
{
    margin-top:-40px;
}
.cumulativeGraph
{
    position:relative;
}
.rockstar-img
{
    height: 30px;
    display: block;
    margin: auto;
}
.final-target-container
{
    right: -55;
    z-index: 100;
    position: absolute;
    margin-top: -55px;
}
.center-text{
    text-align: center;
}
/*canvas
{
  width:400px !important;
  height:200px !important;
}*/
.exp-flag
{
    height: 320px;
    margin-top: 64px;
    /* margin-left: 50%; */
    position: absolute;
}
.exp-person
{
    height: 320px;
    margin-top: 65px;
    /* margin-left: 0%; */
    position: absolute;
    z-index: 10;
}
.loginButton
{
    background-color: #EF3857;
    color: white;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    min-width: 130px;
}
.loginButton:hover
{
    background-color: #d7314d;
}
.modal-small-text
{
    font-size: 13px;
    margin: 0px 25px 15px 25px;
}
.taskPriorityTable
{
    border-spacing: 0 7px;
    border-collapse: separate;
/*    background-color: #F9F8FB;*/
    margin-bottom: 0;
}
.taskPriorityTable > tbody > tr > td
{
    padding: 5px !important;
}
.taskPriorityTable > tbody > tr > td
{
    background-color: #fff;
    color: #000;
    box-shadow: 2px 2px 3px 0px #cdcaca;
    padding: 7px !important;
    margin: 10px;
    width: 5%;
    font-size: 13px;
}
.taskPriorityTable > tbody > tr > td:first-child
{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width:30%;
    padding-left:15px !important;
    box-shadow: 0px 2px 4px 0px #cdcaca;
}
.taskPriorityTable > tbody > tr > td:last-child
{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 8px !important;
    width: 1%;
}
.taskPriorityTable > thead > tr > th:first-child
{
    padding-left: 30px;
}
.priorityTableContainer
{
    overflow: auto;
    height: 534px;
}
.response-options
{
    padding: 20px;
    background-color: white;
    margin: 0px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 0px #d8d8d8;
/*    font-weight: bold;*/
    font-size: 13px;
    cursor: pointer;
    height: 130px;
    text-align: left;
}
.response-options.active
{
    background-color: #428FCD;
    color: white;
}
.hours-bottom {
    bottom: 10px;
    color: #777;
    position: absolute;
    right: 35px;
}
.replan-container
{
    position: absolute;
    bottom: 15px;
    right: 35%;
}
.relative-block
{
    height: 100%;
    position: relative;
}

.background-img-opacity
{
    background-color: rgba(255,255,255,0.8);
}

.savePriority
{
        background-color: #146BFF;
    font-weight: bold;
    font-size: 17px;
/*    border-radius: 19px;*/
    padding: 5px 20px;
}
.savePriority:hover
{
    background-color: #3a7eb5;
    
}
.height-12
{
    height: 12px;
}
.sweetspot-img
{
    height: 40px;
    z-index: 20;
    right: 60px;
    top: 60px;
    position: absolute;
}

.response-options-container
{
    padding: 20px;
    background-color: #F5F2F9;
}
.task_quality_slider_container
{
    
}
.help-overlay-container
{
    position: fixed;
    z-index: 1000;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}
.more_task,.next_task
{
    position: absolute;
    z-index: 20;
    right: -70;
    bottom: 70;
    height: 150px;
}
.total-utilization-graph
{
    width: 150px !important;
    height: 75px !important;
    min-height: 75px !important;
    display: block;
    margin: auto;
}

/***** Range slider *****/
.rangeslider,
.rangeslider__fill {
  background: #D3D1D6;
  display: block;
  height: 5px;
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rangeslider__fill {
    background: #428FCD;;
    position: absolute;
    top: 0;
    width: 83.13px;
    height: 8px;
    margin-top: -2px;
}
.rangeslider__handle {
    background: white linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1)) repeat scroll 0 0 / 100% auto;
    border: 1px solid #ccc;
    border-radius: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: inline-block;
    height: 23px;
    position: absolute;
    top: -10px;
    width: 23px;
}
.rangeslider__handle::after {
    background-color: #428FCD;;
    background-size: 100% auto;
    border-radius: 100%;
    bottom: 0;
    content: "";
    display: block;
    height: 13px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 13px;
}
.contribution_chart_container
{
    width: 500px;
    height: 300px;
}
/***************************************************Login Styles*************************************************************/
.loginMainContainer
{
/*    margin: 10px;*/
}
input[type="text"],input[type="password"]
{
    color: #6f6c6c;
    width: 100%;
    border-top:none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #6f6c6c;
    font-size: 16px;
}

input[type="text"]:focus,input[type="password"]:focus
{
    color: black;
    border-bottom: 1px solid #00B7FF;
    border-top:none;
    border-left: none;
    border-right: none;
    outline: none;
}


input::placeholder {
    color: #ccc;
}

textarea {
    resize: vertical;
}

textarea:focus
{
    border: 1px solid #00B7FF;
    outline: none;
}

.loginDiv
{
    background-color:#fff;
    padding: 20px;
}

.login-label
{
    margin-bottom: 15px;
}
.welcomeDiv
{
    margin-bottom: 20px;
}
.padding-2
{
    padding: 2px;
}
.padding-3
{
    padding: 3px;
}
.padding-120
{
    padding: 120px;
}
.padding-100
{
    padding: 100px;
}

.inputSection
{
    margin-bottom: 20px;
}

.forgotPasswordLink
{
    cursor: pointer;
}

.gotoLoginLink
{
    cursor: pointer;
}
.colorLightGreen
{
    color:#5AC2B1;
}

.colorRed
{
    color: red;
}
.colorWhite
{
    color: white;
}


.colorGreen
{
    color: green;
}

.color-red
{
    color: red;
}
.color-grey
{
    color: #B0B0B0;
}
.color-orange
{
    color: orange;
}
.color-skublue
{
    color: #428FCD;
}
.color-white
{
    color: #ffffff;
}
.color-lightGreen
{
    color: #5AC2B1;
}

blink 
{
    -webkit-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite
}

@-webkit-keyframes blink {
    67% { opacity: 0 }
}

@keyframes blink {
    67% { opacity: 0 }
}

.loginErrorMessage
{
    height: 20px;
    color: red;
    text-align: center;
}
.margin-top-80
{
    margin-top: 80px;
}

.margin-top-50
{
    margin-top: 50px;
}
.margin-top-45
{
    margin-top: 45px;
}

.margin-top-30
{
    margin-top: 30px;
}
.margin-top-150
{
    margin-top: 150px;
}
.margin-top-15-percent
{
    margin-top: 15%;
}
.margin-top-460
{
    margin-top: 460px;
}

.margin-bottom-0
{
    margin-bottom: 0px;
}

.margin-right-0
{
    margin-right: 0px;
}
.margin-right-100
{
    margin-right: 100px;
}
.margin-right-170
{
    margin-right: 170px;
}
.margin-right-15
{
    margin-right: 15px;
}

.margin-top-0
{
    margin-top: 0px;
}
.margin-top-20
{
    margin-top: 20px;
}

.margin-left-0
{
    margin-left: 0px;
}
.margin-left-7
{
    margin-left: 7px !important;
}

.margin-left-negative
{
    margin-left: -1%;
}
.margin-right-27
{
    margin-right: 27px;
}
.font-size-16
{
    font-size: 16px;
}
.font-size-20
{
    font-size: 20px;
}
.font-size-15
{
    font-size: 15px;
}
.font-size-14
{
    font-size: 14px;
}
.font-size-12
{
    font-size: 12px;
}
.font-size-9
{
    font-size: 9px;
}
.font-size-25
{
    font-size: 25px;
}
.font-size-30
{
    font-size: 30px;
}
.font-size-27
{
    font-size: 27px;
}
.width-85-percent
{
    width:85%;
}
.width-12-percent
{
    width:12%;
}
.width-65-percent
{
    width:65%;
}
.width-75-percent
{
    width:75%;
}
.min-width-900
{
    min-width:900px;
}
.width-30
{
    width: 30px !important;
}
.width-20
{
    width: 20px !important;
}
.width-20-percent
{
    width: 20%;
}
.max-width-330
{
    max-width: 330px;
}

.a
{
    font-size: 20px;
}
.padding-left-0
{
    padding-left: 0px !important;
}

.padding-5
{
    padding: 5px;
}
.padding-bottom-5
{
    padding-bottom: 5px;
}
.padding-10
{
    padding: 10px;
}
.padding-top-10
{
    padding-top: 10px;
}
.padding-top-20
{
    padding-top: 20px;
}
.padding-left-70
{
    padding-left:70px;
}
.padding-top-5
{
    padding-top: 5px;
}
.padding-left-10
{
    padding-left: 10px;
}
.padding-left-20
{
    padding-left: 20px;
}
.padding-left-50
{
    padding-left: 50px;
}
.padding-right-10
{
    padding-right: 10px;
}
.padding-right-5
{
    padding-right: 5px;
}
.padding-right-20
{
    padding-right: 20px;
}
.padding-right-30
{
    padding-right: 30px;
}
.padding-left-30
{
    padding-left: 30px;
}
.padding-bottom-10
{
    padding-bottom: 10px;
}
.bold {
    font-weight: 700;
}
.normal-font-weight {
    font-weight: 400;
}
.position-absolute
{
    position : absolute;
}

.cursor-pointer
{
    cursor: pointer;
}

.img-width-50
{
    width: 50px;
}
.visiblility-hidden
{
    visibility: hidden;
}

.visibility-hidden
{
    visibility: hidden;
}
.display-none
{
    display: none;
}
.display-inline-block
{
    display: inline-block;
}

.clear-both::after {
    clear: both;
    content: "";
    display: table;
}

.pointer-events-none
{
    pointer-events: none;
}

.card_height_200
{
    min-height: 200px;
}

.headder_text
{
    font-size: 16px;
    padding-bottom:12px;
}

.number_text
{
    font-size: 32px;
    font-weight: 700;
    padding-bottom:12px;
}

.explanation_text
{
    font-size: 14px;
    color: #FFFFFF;
}

.card-background1
{
   background-color: #FFD44D; 
}
.card-background2
{
   background-color: #03C3ED; 
}
.card-background3
{
   background-color: #B785ED; 
}
.card-background4
{
   background-color: #18D5B1; 
}
.card-background5
{
   background-color: #FF5E45; 
}
.card-background6
{
   background-color: #439AB4; 
}
.background-color-light-grey
{
   background-color: #EEEEEE; 
}
  /* Slider Style */
.slider-container {
    height: 60px;
/*    margin: 0 0 20px;*/
    padding-top: 35px;
    position: relative;
}
.slider-container output {
    border-radius: 3px;
    color: #428FCD;;
    font-size: 30px;
    font-weight: 700;
    left: 50%;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    top: -20px;
    transform: translate(-50%, 0%);
}
.slider-container .slider-title{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
}

.slider-lower-limit {
    bottom: -5px;
    font-size: 12px;
    left: -25px;
    position: absolute;
    text-align: center;
    width: 50px;
    display: block;
}
.slider-upper-limit {
    bottom: -5px;
    font-size: 12px;
    position: absolute;
    right: -25px;
    text-align: center;
    width: 50px;
    display: block;
}

/* Slider Style Ends*/
/***************************************************************************************************************/

/* CSS talk bubble */
.talk-bubble {
/*	margin: 40px;*/
    display: inline-block;
    position: relative;
    height: auto;
    margin-top:9px;
    margin-bottom:5px;
    min-height: 110px;
    background-color: #FFFFD9;
}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -40px;
	right: auto;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #666 transparent transparent transparent;
}
.tri-right.left-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
        left: -8px;
	right: auto;
        top: -21px;
	bottom: auto;
	border: 22px solid;
	border-color: transparent #FFFFD9 transparent transparent
}


/* talk bubble contents */
.talktext{
  padding: 1em;
	text-align: left;
  line-height: 1.5em;
}
.talktext p{
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.final_debrief_div
{
    display: none;
}

.activePosition
{
    display: block;
}
/*tootip*/

.spnTdTooltip .spnTooltip {
    z-index:10;
    display:none; 
    padding:14px 20px;
    margin-top:20px; 
    margin-left:28px;
    width:300px; 
    line-height:16px;
}
.spnTdTooltip:hover .spnTooltip{
    display:inline; 
    position:absolute; 
    color:#111;
    border:1px solid #DCA; 
    background:#ffffff;
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
    cursor: pointer;
}
.priorityTaskTooltip .priorityTooltip {
    z-index:10;
    display:none; 
    padding:14px 20px;
    margin-top:20px; 
    margin-left:-200px;
    width:300px; 
    line-height:16px;
/*    position:relative;*/
}
.priorityTaskTooltip:hover .priorityTooltip{
    display:inline; 
    position:absolute; 
    color:#111;
    border:1px solid #DCA; 
    background:#ffffff;
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
    cursor: pointer;
}
.callout 
{
    z-index:20;
    position:absolute;
    top:30px;
    border:0;
    left:-12px;
}
/*****************************************************************************************/

/*************SaveButtonSpinner***********/
@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.saveButtonDiv {
    position: relative;
}

.saveButtonSpinner {
    left: 40px;
    float: right;
/*    position: absolute;*/
    top: 12px;
}

.saveButtonSpinner {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 20px;
  width: 20px;
  border: 3px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
/*  display: inline-block;*/
}

.planningTables th:first-child,.planningTables td:first-child
{
	width: 75px;
}
.planningTables th:not(:first-child),.planningTables td:not(:first-child)
{
	width: 60px;
}
.planningTables td:not(:first-child)
{
/*	text-align: right;*/
}
.planningTables th,.planningTables td
{
    white-space: nowrap;
}

.taskTabs
{
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
}
 .performanceChart svg 
 {
    height: 200px;
    width:250px;
    display: block;
    margin: auto;
 }
 .time_graph_style
 {
     height:100px;
     width:900px;
 }

.nv-axis .tick line 
{
    display:none;
}
.tick.major
{
    opacity: 0;
}
 high charts style 
.highcharts-credits 
{
    display: none;
}
.highcharts-button-symbol {
    display: none;
}

.response-options.active > .hours-bottom
{
    color: #fff;
}

/*****************************************************************************************/
/*@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    body 
    {
        font-size: 16px;
    }
    .top-bar-logo-img
    {
        height: 40px;
    }
    h1
    {
        font-size: 25px;
    }
    h2
    {
        font-size: 20px;
    }
    h3
    {
        font-size: 18px;   
    }
    h4
    {
        font-size: 16px;
    }
    h5
    {
        font-size: 14px;
    }
    h6
    {
        font-size: 14px;
    }
    h7
    {
        font-size: 12px;
    }
    .taskBodyContainer
    {
        height: 380px;
    }
    .logo-img
    {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
    #tabBar .tabs
    {
        height: 130px;
    }
    .company-overview-main-img
    {
        height: 340px;
    }
    .tabsDataContainers
    {
        height: 440px;
    }
    .top-bar-logo-img-realtime {
        height: 60px !important;
    }
    .realTimeBodyContainer
    {
        margin-top: 10px;
    }
    .employeeChatContainer {
        margin-top: 15px !important;
    }
    .employeeMainChatbotBodyContainer
    {
        height: 275px;
    }
    #taskPerformanceContainer
    {
        height: 400px !important;
    }
    .managerChatbotBodyContainer
    {
        height: 275px !important;
    }
    .option-container
    {
        min-height: 100px;
    }
    .button-v-small
    {
        font-size: 12px;
    }
    .button-primary-small, .button-secondary-small
    {
        font-size: 14px;
        padding: 7px 10px;
    }
    .taskHeaderContainer {
        padding:15px 20px;
    }
    
    .option-text
    {
        font-size: 12px;
    }
    
    
}

@media only screen and (max-width: 2000px) and (min-width: 1281px) {
    body 
    {
        font-size: 16px;
    }
    .top-bar-logo-img
    {
        height: 45px;
    }
    h1
    {
        font-size: 30px;
    }
    
    
}*/
/*****************************************************************************************/



