@font-face {
    font-family: 'GT-Super-display-bold-italic';
    src: url('../fonts/gt-super-display-bold-italic-trial-webfont.eot');
    src: url('../fonts/gt-super-display-bold-italic-trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gt-super-display-bold-italic-trial-webfont.woff2') format('woff2'),
         url('../fonts/gt-super-display-bold-italic-trial-webfont.woff') format('woff'),
         url('../fonts/gt-super-display-bold-italic-trial-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'graphikmedium';
    src: url('../fonts/graphik-medium-webfont.eot');
    src: url('../fonts/graphik-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/graphik-medium-webfont.woff2') format('woff2'),
         url('../fonts/graphik-medium-webfont.woff') format('woff'),
         url('../fonts/graphik-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gtbold';
    src: url('../fonts/gtboldi.eot');
    src: url('../fonts/gtboldi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gtboldi.woff2') format('woff2'),
         url('../fonts/gtboldi.woff') format('woff'),
         url('../fonts/gtboldi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphik_regular';
    src: url('../fonts/graphik-regular-webfont.eot');
    src: url('../fonts/graphik-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/graphik-regular-webfont.woff2') format('woff2'),
         url('../fonts/graphik-regular-webfont.woff') format('woff'),
         url('../fonts/graphik-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html {
    height: 100%;
    width: 100%
}
#intro, body, html {
    width: 100%
}
#intro {
    display: table;
    height: auto;
    padding: 100px 0;
    
    /*background: url('landing_img.png') bottom center no-repeat #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}
#intro #intro-body {
    display: table-cell;
   /* vertical-align: middle*/
}
.form-group.add-btn-div {
    cursor: pointer;
}
.dropdown-item span img {
    width: 16%;
}
.footer-dashboard .footer-fix {
    margin-bottom: 0;
    z-index: 99;
    background-color: #fff;
    position: fixed;
    bottom: 0;
}
select:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #ccc !important;

}

h1.cancelled-account-lock {
    margin: 0;
    font-size: 100px;
    color: #808080;
}

.cancelled-account-title {
    font-weight: 600;
}

.stylish-bottom-border {
    width: 100px;
    background-color: #000;
    color: #000;
    height: 3px;
}

.reactivate-account-para {
    color: #969696;
    font-size: 16px;
}

.reactivate-error-element {
    margin-top: 25px;
}

.reactivate-account-btn {
    margin-top: 15px;
}

@media (min-width:768px) {
#intro {
    height: 100%;
    padding: 25px 0
}
}
.navbar.navbar-default.text-center{
    margin-bottom: 0;
    background: #f7f4eb;
}
/*.footer-login{
    position: inherit;
}*/
/*body.login-page .login-form {
  margin: 0 auto;
  max-width: 750px;
  transform: none;
  width: 100%;
  position: inherit ;
}*/
.login-box2.task-expand .login-body{
    background: #fff;
}
.center_text{
    margin: 0 5px;
}
.custom-input-label, .custom-input2-label {
  width: 100%;
  font-weight: 300;
}
.custom-input-label {
    width: 100%;
    height: 45px;
    margin: 8px 0;
    border: 0;
    border: 1px solid #bdc3c7;
    background: #fff url(../img/mail.png) no-repeat;
    background-size: 46px;
    background-position: left -1px center;
    padding-left: 44px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.custom-input2-label {
    width: 100%;
    height: 45px;
    margin: 8px 0;
    border: 0;
    border: 1px solid #bdc3c7;
    background: #fff url(../img/password.png) no-repeat;
    background-size: 46px;
    background-position: left -1px center;
    padding-left: 44px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    /*position: fixed;*/
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/theme2/new-loader.svg) center no-repeat;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.task-content p div div a {
   
    color: #399AD6;
   
}
div.Err{
    /*margin-left: 50px;
    margin-top: -10px;*/
    color: red;
    font-size: 12px
}
.loaderShow{
    width: 100%;
    text-align: center;
}
.login-loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 5px;
  height: 5px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}
.logoutLink{
    cursor: pointer
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* ANIMATIONS
============================================================================= */

.page.ng-leave 	{ z-index:9999; }
.page.ng-enter 	{ z-index:8888; }

/* page specific animations ------------------------ */

/* about ------------------------ */
.page-about.ng-leave        {
    -webkit-animation:slideOutLeft 0.5s both ease-in;
	-moz-animation:slideOutLeft 0.5s both ease-in;
	animation:slideOutLeft 0.5s both ease-in;   
}
.page-about.ng-enter 		{  
    -webkit-animation:slideInRight 0.5s both ease-in;
	-moz-animation:slideInRight 0.5s both ease-in;
	animation:slideInRight 0.5s both ease-in;    
}

/* slide in from the right */
@keyframes slideInRight {
	from 	{ transform:translateX(100%); }
	to 		{ transform: translateX(0); }
}
@-moz-keyframes slideInRight {
	from 	{ -moz-transform:translateX(100%); }
	to 		{ -moz-transform: translateX(0); }
}
@-webkit-keyframes slideInRight {
	from 	{ -webkit-transform:translateX(100%); }
	to 		{ -webkit-transform: translateX(0); }
}

/* slide in from the bottom */
@keyframes slideOutLeft {
	to 		{ transform: translateX(-100%); }
}
@-moz-keyframes slideOutLeft {	
	to 		{ -moz-transform: translateX(-100%); }
}
@-webkit-keyframes slideOutLeft {
	to 		{ -webkit-transform: translateX(-100%); }
}
.btn.add_plus{
    font-size: 16px;
    font-weight: 600;
    width: 20px;
    padding: 0;
    height: 20px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #95A5A6;
    color: #fff;
}
.add_another {
  vertical-align: middle;
}


#loader-model, .loader-payment-processing {
    background: rgba(0, 0, 0, 0.44) url("https://portal.automationagency.com/webapp-manager/public/img/page-loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.loader-payment-processing {
    display: none;
}
.select_typ .Err{
    float: left;
}
.text-center.thank_you {
    padding: 70px 80px 80px;
    font-size: 36px;
    color: var(--secondary-color);
}

.okClass{
	color: #FF9600
}
.badClass{
	color: #FF0505
}
.goodClass{
	color: #08B200
}
.smile_section div{
	cursor: pointer
}

/*=========================New Page 11-jan-2017======*/
.create_task_list {
    margin-top: 20px;
    margin-bottom: 100px;
}
.left_img > .list-inline > li{
 width: 100%;
 padding-right: 0; 
}
.custome_attechment_file.col-sm-8 {
  margin: 9px 0;
}
.creat_task .btn.btn-default.upgread-btn {
  margin-top: 27px;
}
#sendReplyForm .btn.btn-default.upgread-btn {
  margin-top: 0;
}
.back_section img:not(.noEffect) {
  max-width: 100%;
}
.left_img > .list-inline > li:first-child{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    width: 92.5%;
    padding: 0
}
.left_img > .list-inline > li:last-child{
    width: 60px;
    vertical-align: top;
}
.left_img > .list-inline > li > .title_section {
  background: #f7f9f9 none repeat scroll 0 0;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 0 10px;
}
.back_section {
    padding: 30px;
}
.title_section > p.bold {
    margin: 0;
    padding: 10px 0;
    margin-left: 30px;
    font-weight: 600
}
.title_section > p.bold > span {
    float: right;
    font-weight: 300;
    position: relative;
    top: -2px;
}
.post-date {
    font-size: 12px;
    font-style: italic;
    float: right;
    margin-top: -2px;
}
.top_list_img{
    background: rgba(0, 0, 0, 0) url("../img/icon-strip.png") no-repeat scroll -81px -108px;
    display: inline-block;
    height: 40px;
    position: relative;
    vertical-align: middle;
    width: 35px;
    float: left;
}
.title_section > .globe_ribben_ico_small{
    background-position: -81px -108px;
  float: left;
}
.title_section > .ribben_ico_small{
    background-position: -47px -108px;
  float: left;
}
.title_section > .satting_ribben_ico_small{
    background-position: -114px -108px;
  float: left;
}
.title_section > .lock_ribben_ico_small{
    background-position: -147px -108px;
  float: left;
}
 .title_section > .call_ribben_ico_small{
    background-position: -179px -108px;
  float: left;
}
/*arrow*/
.arrow_box {
 position: relative;
 background: #88b7d5;
 /*border: 1px solid transparent;*/
}
.arrow_box:after, .arrow_box:before {
 left: 100%;
 top: 50%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
}
.arrow_box:after {
 border-color: rgba(136, 183, 213, 0);
 border-left-color: #f7f9f9;
 border-width: 10px;
 margin-top: -10px;
}
.arrow_box:before {
 border-color: rgba(194, 225, 245, 0);
 border-left-color: #ccc;
 border-width: 11px;
 margin-top: -11px;
}
/*left End*/
/*right Start*/
.right_img > .list-inline > li:last-child{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    width: 91.9%;
    padding: 0
}
.right_img > .list-inline > li:first-child{
    width: 65px;
    vertical-align: top;
}
.right_img > .list-inline > li > .title_section {
  background: #f7f9f9 none repeat scroll 0 0;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 0 10px;
}
.right_img .title_section > p.bold{
    margin-left: 0;
    padding: 10px 0px
}
/*arrow*/
.arrow_box_left {
 position: relative;
 background: #88b7d5;
 border: 1px solid transparent;
}
.arrow_box_left:after, .arrow_box_left:before {
 right: 100%;
 top: 50%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
}

.arrow_box_left:after {
 border-color: rgba(136, 183, 213, 0);
 border-right-color: #f7f9f9;
 border-width: 10px;
 margin-top: -10px;
}
.arrow_box_left:before {
 border-color: rgba(194, 225, 245, 0);
 border-right-color: #ccc;
 border-width: 11px;
 margin-top: -11px;
}
.sidebar_task {
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 0;
    margin-top: 20px;
    margin-right: 10px;
}
.inline-image {
    width: auto;
    max-width: 100%;
}
.sidebar_task > h4 {
    background: #3a9ad6;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}
.sidebar_task > .list-unstyled > li > p {
    font-weight: bold;
    /*padding-left: 15px;*/
    margin-top: 8px;
}
.sidebar_task > .list-unstyled > li {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.sidebar_task > .list-unstyled > li:last-child {
    padding: 15px;
    border-bottom: 0;
}
.sidebar_task > .list-unstyled > li > button.btn.btn-default.priority-btn {
    width: 100%;    
}
.sidebar_task > 
.list-unstyled > li > button.btn.btn-default.priority-btn:focus,
.sidebar_task > 
.list-unstyled > li > button.btn.btn-default.priority-btn:hover {
    width: 100%;  
      
}
.notifications_change{
 border-color: var(--secondary-color);
 color: var(--secondary-color);
 text-transform: uppercase;
 font-size: 14px;
}
.problem_btn{
 border-color: var(--button-color);
 color: var(--button-color);
 text-transform: uppercase;
 font-size: 14px;
}
.mark_btn{
 border-color: #27ae60;
 color: #27ae60;
 text-transform: uppercase;
 font-size: 11.8px;
 border-width: 2px;
 width:100%;
padding: 8px 15px 6px 11px !important
}
.mark_btn:focus, .mark_btn:hover{
 border-color: #27ae60 !important;
 color: #27ae60 !important;
 text-transform: uppercase;
 font-size: 11.8px !important;
 border-width: 2px !important;
 width:100% !important;
 padding: 8px 15px 6px 11px !important;
}
.mark_btn:active ,.mark_btn:focus ,.mark_btn:hover{
    border-color: #27ae60;
    color: #27ae60;
}
.notifications_change > span.mark-complete{
 background: rgba(0, 0, 0, 0) url(../img/icon-strip.png) no-repeat scroll -404px -10px;
}
.problem_btn > span.mark-complete{
 background: rgba(0, 0, 0, 0) url(../img/icon-strip.png) no-repeat scroll -465px -10px;
}
.mark_btn > span.mark-complete {
    background: rgba(0, 0, 0, 0) url(../img/icon-strip.png) no-repeat scroll -380px -10px;
    height: 24px;
    padding: 0 15px;
    position: relative;
    vertical-align: middle;
    width: 25px;
}
.left_img > .list-inline {
    margin: 0 0 15px;
    /* padding-left: 10px; */
}
.right_img > .list-inline {
    margin: 0 0 15px;
    padding-left: 10px;
}
.title_section > p.bold > span > img {
    vertical-align: top;
    margin-right: 5px;
}
.no-pad{
  padding: 0px;
}

@media screen and (min-width: 320px) and (max-width: 480px){
.padding-right {
    padding: 0px !important;
}
  .custom_tab > .nav.nav-tabs > li.active > a {
    font-size: 9px;
}
  .custom_tab > .nav.nav-tabs > li.active > a:hover ,.custom_tab > .nav.nav-tabs > li.active > a:focus ,.custom_tab > .nav.nav-tabs > li.active > a:active {
    font-size: 9px;
}
.custom_tab > .nav.nav-tabs > li > a {
    font-size: 9px;
}
.custom_tab > .nav.nav-tabs > li > a:hover ,.custom_tab > .nav.nav-tabs > li > a:active ,.custom_tab > .nav.nav-tabs > li > a:focus{
    font-size: 9px;
}
.card_number {
    font-size: 13px;
    margin-bottom: 0px; 
}
.card_owner_name {
    font-size: 13px;
}
.card_expiry {
    font-size: 10px;
    text-align: right;
    display: inline-block;
    width: 44%;
}
.card_div {
    background: url(../img/visa_card.png) no-repeat;
    height: 137px;
    padding: 0;
    width: 95%;
    position: relative;
    background-size: contain;
}
.card_div_2 {
    background: url(../img/master-card.png) no-repeat;
    height: 137px;
    padding: 0;
    width: 95%;
    position: relative;
    background-size: contain;
}
.card_div_3 {
    background: url(../img/american1.png) no-repeat;
    height: 137px;
    padding: 0;
    width: 95%;
    position: relative;
    background-size: contain;
}
.card_data {
    left: 10px;
    position: absolute;
    top: 82px;
    width: 100%;
}
.pad_5{
  padding: 0px;
}
.app-container .content-container .side-body {
    margin-left: 15px;
}
.edit_details_form {
    padding: 15px 10px 15px 10px;
}
.edit_details_form p {
    float: left;
}
.edit-float-none p{
    float: none !important;
}
.dropdown-item img {
    width: 70%;
}
.help_section > ul.list-inline > li {
    margin-top: 15px;
}
.help_section .pull-left {
    float: none !important;
    display: inline-block;
    width: 17%;
}
span.visible-xs.visible-sm {
    display: inline-block !important;
    width: 73% !important;
}
/* .footer-none .footer-dashboard{
    display: none;
} */
.upgread_plan_detail {
    padding-bottom: 0;
}
.drag_drop {
    height: 30px;
    position: relative;
    float: right;
    top: -17px !important;
}
}

@media screen and (min-width: 360px) and (max-width: 640px){
  .custom_tab > .nav.nav-tabs > li.active > a {
    font-size: 10px;
}
  .custom_tab > .nav.nav-tabs > li.active > a:hover ,.custom_tab > .nav.nav-tabs > li.active > a:focus ,.custom_tab > .nav.nav-tabs > li.active > a:active {
    font-size: 10px;
}
.custom_tab > .nav.nav-tabs > li > a {
    font-size: 10px;
}
.custom_tab > .nav.nav-tabs > li > a:hover ,.custom_tab > .nav.nav-tabs > li > a:active ,.custom_tab > .nav.nav-tabs > li > a:focus{
    font-size: 10px;
}
.card_number {
    font-size: 13px;
    margin-bottom: 0px; 
}
.card_owner_name {
    font-size: 13px;
}
.card_expiry {
    font-size: 12px;
}
.card_div {
    background: url(../img/visa_card.png) no-repeat;
    height: 160px;
    padding: 0;
    width: 95%;
    position: relative;
    background-size: contain;
}
.card_data {
    left: 10px;
    position: absolute;
    top: 105px;
}
.pad_5{
  padding: 0px;
}
.pad_5{
  padding: 0px;
}
.app-container .content-container .side-body {
    margin-left: 15px;
}
.edit_details_form {
    padding: 15px 10px 15px 10px;
}
.edit_details_form p {
    float: left;
}
.edit-float-none p{
    float: none !important;
}
.dropdown-item img {
    width: 13%;
}
.help_section > ul.list-inline > li {
    margin-top: 15px;
}
.help_section .pull-left {
    float: none !important;
}
.navbar-nav > li.active > a > .satting_icon {
    background-position: 12px 0;
}
.help_section .pull-left {
    float: none !important;
    display: inline-block;
    width: 17%;
}
span.visible-xs.visible-sm {
    display: inline-block !important;
    width: 73% !important;
}
/* .footer-none .footer-dashboard{
    display: none;
} */
.upgread_plan_detail {
    padding-bottom: 0;
}
.drag_drop {
    height: 30px;
    position: relative;
    float: right;
    top: -17px !important;
}
}

@media screen and (min-width: 375px) and (max-width: 667px){
  .custom_tab > .nav.nav-tabs > li.active > a {
    font-size: 11px;
}
  .custom_tab > .nav.nav-tabs > li.active > a:hover ,.custom_tab > .nav.nav-tabs > li.active > a:focus ,.custom_tab > .nav.nav-tabs > li.active > a:active {
    font-size: 11px;
}
.custom_tab > .nav.nav-tabs > li > a {
    font-size: 11px;
}
.custom_tab > .nav.nav-tabs > li > a:hover ,.custom_tab > .nav.nav-tabs > li > a:active ,.custom_tab > .nav.nav-tabs > li > a:focus{
    font-size: 11px;
}
.card_div {
    background: url(../img/visa_card.png) no-repeat;
    height: 168px;
    padding: 0;
    width: 95%;
    position: relative;
    background-size: contain;
}
.card_div_2 {
    background: url(../img/master-card.png) no-repeat;
    height: 168px;
    padding: 0;
    width: 95%;
    position: relative;
    background-size: contain;
}
.card_div_3 {
    background: url(../img/american1.png) no-repeat;
    height: 168px;
    padding: 0;
    width: 95%;
    position: relative;
    background-size: contain;
}
.card_number {
    font-size: 13px;
    margin-bottom: 0px; 
}
.card_owner_name {
    font-size: 13px;
}
.card_expiry {
    font-size: 12px;
}
.pad_5{
  padding: 0px;
}
.app-container .content-container .side-body {
    margin-left: 15px;
}
.edit_details_form {
    padding: 15px 10px 15px 10px;
}
.edit_details_form p {
    float: left;
}
.edit-float-none p{
    float: none !important;
}
.dropdown-item img {
    width: 13%;
}
.help_section > ul.list-inline > li {
    margin-top: 15px;
}
.help_section .pull-left {
    float: none !important;
}
.navbar-nav > li.active > a > .satting_icon {
    background-position: 12px 0;
}
/* .footer-none .footer-dashboard{
    display: none;
} */
.upgread_plan_detail {
    padding-bottom: 0;
}
.drag_drop {
    height: 30px;
    position: relative;
    float: right;
    top: -17px !important;
}

}

@media screen and (min-width: 412px) and (max-width: 732px){
  .custom_tab > .nav.nav-tabs > li.active > a {
    font-size: 12px;
}
  .custom_tab > .nav.nav-tabs > li.active > a:hover ,.custom_tab > .nav.nav-tabs > li.active > a:focus ,.custom_tab > .nav.nav-tabs > li.active > a:active {
    font-size: 12px;
}
.custom_tab > .nav.nav-tabs > li > a {
    font-size: 12px;
}
.custom_tab > .nav.nav-tabs > li > a:hover ,.custom_tab > .nav.nav-tabs > li > a:active ,.custom_tab > .nav.nav-tabs > li > a:focus{
    font-size: 12px;
}
.card_div {
    background: url(../img/visa_card.png) no-repeat;
    height: 192px;
    padding: 0;
    width: 95%;
    position: relative;
    background-size: contain;
}
.card_number {
    font-size: 15px;
    margin-bottom: 0px; 
}
.card_owner_name {
    font-size: 15px;
}
.card_expiry {
    font-size: 13px;
    text-align: right;
    display: inline-block;
    width: 44%;
}
.card_data {
    left: 10px;
    position: absolute;
    top: 122px;
    width: 100%;
}
.pad_5{
  padding: 0px;
}
.app-container .content-container .side-body {
    margin-left: 15px;
}
.edit_details_form {
    padding: 15px 10px 15px 10px;
}
.edit_details_form p {
    float: left;
}
.edit-float-none p{
    float: none !important;
}
.dropdown-item img {
    width: 13%;
}
.help_section > ul.list-inline > li {
    margin-top: 15px;
}
.help_section .pull-left {
    float: none !important;
}
.navbar-nav > li.active > a > .satting_icon {
    background-position: 12px 0;
}
.help_section .pull-left {
    float: none !important;
    display: inline-block;
    width: 17%;
}
span.visible-xs.visible-sm {
    display: inline-block !important;
    width: 73% !important;
}
/* .footer-none .footer-dashboard{
    display: none;
} */
.upgread_plan_detail {
    padding-bottom: 0;
}
.drag_drop {
    height: 30px;
    position: relative;
    float: right;
    top: -17px !important;
}
}

@media screen and (min-width: 414px) and (max-width: 736px){
  .custom_tab > .nav.nav-tabs > li.active > a {
    font-size: 12px;
}
  .custom_tab > .nav.nav-tabs > li.active > a:hover ,.custom_tab > .nav.nav-tabs > li.active > a:focus ,.custom_tab > .nav.nav-tabs > li.active > a:active {
    font-size: 12px;
}
.custom_tab > .nav.nav-tabs > li > a {
    font-size: 12px;
}
.custom_tab > .nav.nav-tabs > li > a:hover ,.custom_tab > .nav.nav-tabs > li > a:active ,.custom_tab > .nav.nav-tabs > li > a:focus{
    font-size: 12px;
}
.card_number {
    font-size: 15px;
    margin-bottom: 0px; 
}
.card_owner_name {
    font-size: 15px;
}
.card_expiry {
    font-size: 13px;
}
.pad_5{
    padding: 0px;
}
.app-container .content-container .side-body {
    margin-left: 15px;
}
.edit_details_form {
    padding: 15px 10px 15px 10px;
}
.edit_details_form p {
    float: left;
}
.edit-float-none p{
    float: none !important;
}
.dropdown-item img {
    width: 13%;
}
.help_section > ul.list-inline > li {
    margin-top: 15px;
}
.help_section .pull-left {
    float: none !important;
}
.navbar-nav > li.active > a > .satting_icon {
    background-position: 12px 0;
}
.help_section .pull-left {
    float: none !important;
    display: inline-block;
    width: 17%;
}
span.visible-xs.visible-sm {
    display: inline-block !important;
    width: 73% !important;
}
/* .footer-none .footer-dashboard{
    display: none;
} */
.upgread_plan_detail {
    padding-bottom: 0;
}
.drag_drop {
    height: 30px;
    position: relative;
    float: right;
    top: -17px !important;
}
}


@media screen and (min-width: 768px) and (max-width: 1024px){
/*.help_section .pull-left {
    float: none !important;
    display: inline-block;
    width: 17%;
}*/
.dropdown-item > span {
    margin-right: 5px;
    vertical-align: middle;
    width: 17%;
}
span.visible-xs.visible-sm {
    display: inline-block !important;
    width: 74% !important;
}
  .card_div {
    background: url(../img/visa_card.png) no-repeat;
    position: relative;
    background-size: cover;
    height: 179px;
    padding: 0;
    width: 310px;
}
.task_detail {
    width: 31%;
}
.app-container {
    min-height: 88%
}
.app-container.expanded .side-menu {
    margin-left: 0px;
    width: 70px !important;
}
.app-container .content-container .side-menu .navbar-nav li a {
    padding: 18px 5px;
     line-height: 84px;
    /*height: 70px;*/
}
.app-container .content-container .side-menu .navbar-nav li a .icon {
    width: 100%;
}
.navbar-brand {
    padding: 14px 18px !important;
}
.app-container .content-container .side-menu .navbar-header .navbar-brand {
    /*height: 74px;*/
    text-align: center;
}
.icon-home {
    vertical-align: middle;
    display: inline-block;
}
.card_data {
    left: 10px;
    position: absolute;
    top: 98px;
}
.flat-blue .app-footer {
    padding-bottom: 7.1% !important;
  
}
.card_number {
    font-size: 18px;
}
.card_owner_name {
    font-size: 16px;
}
.card_expiry {
    font-size: 16px;
}
.camra_btn2 {
    font-size: 11px;
    font-weight: 500;
    padding: 7px 7px;
}
.custom-input3 {
    font-size: 10px;
}
.user_form.edit_pro {
    padding: 0px 15px !important;
    margin-bottom: 15px !important;
}
.card_detail_section {
     padding: 0px 15px !important;
}
.app-container .content-container .side-menu:hover .navbar-nav li a .title {
    display: none;
}
.app-container .content-container .side-menu .navbar-nav li a .title {
    display: none;
}
.card-body .list-inline > li > a {
    font-size: 11px;
}
body.login-page .login-button .btn {
    padding: 0.5em 1em;
    font-size: 13px !important;
}
body.login-page .login-form .login-body {
    padding: 2.5em;
}
.select_type_level label {
    line-height: 28px;
    /*font-size: 8px !important;*/
    margin-top: 10px;
}
/* .upgread-btn {
    font-size: 11px;
    padding: 8px 6px 6px;
}
.upgread-btn:hover ,.upgread-btn:focus ,.upgread-btn:active {
    font-size: 11px;
    padding: 8px 6px 6px;
} */
/* .creat_task .btn.btn-default.upgread-btn {
    margin-top: 4px;
} */



}


@media screen and (min-width: 1024px) and (max-width: 1366px){
.app-container.expanded .side-menu {
    margin-left: 0px;
    width: 90px !important;
}
.app-container .content-container .side-menu .navbar-nav li a {
    padding: 18px 0px;
    /*height: 91px;*/
    text-align: center;
}
.app-container .content-container .side-menu .navbar-nav li a:hover ,.app-container .content-container .side-menu .navbar-nav li a:active ,.app-container .content-container .side-menu .navbar-nav li a:focus {
    
    text-align: center;
}
.app-container .content-container .side-menu .navbar-nav li a .title {
    width: 100%;
    text-align: center;
}
.app-container .content-container .side-menu:hover .navbar-nav li a .title {
    width:100%;
    text-align: center;/*display: inline-block;
    color: #fff;*/
}
.app-container .content-container .side-menu .navbar-nav li a .title:active ,.app-container .content-container .side-menu .navbar-nav li a .title:focus {
    width: 100%;
    text-align: center;
}
.icon-home {
    vertical-align: middle;
    display: inline-block;
}
.app-container .content-container .side-menu .navbar-header .navbar-brand {
    text-align: center;
}
.select_type_level label {
    font-size: 11px !important;
    margin-top: 7px !important;
}


/*.icon-home {
    background: url(../img/stripe-icon/home.png) no-repeat;
    height: 45px;
    width: 45px;
    background-position: top 10px center;
}*/

}

@media screen and (min-width: 1278px) and (max-width: 1360px){
.left_img > .list-inline > li:last-child{
    width: 60px;
    vertical-align: top;
}
.left_img > .list-inline > li:first-child{
    width: 91.5%;
}
.right_img > .list-inline > li:last-child{
    width: 90.9%;
}
.right_img > .list-inline > li:first-child{
    width: 65px;
}
}
@media screen and (min-width: 1278px) and (max-width: 1360px){

}
.curPoint{
    cursor: pointer
}

.repTag{
    color: #000 !important
}
.repTag:hover{
    color: #09486B !important
}
#attachTaskFile, #attachServiceTaskFile{
    display: none
}
.fileCountTask span span, .replyCounts span span, .fileCountServiceTask span span{
    cursor: pointer
}
#filepicker_dialog_container{
    z-index: 999999 !important
}
#filepicker_shade{
    z-index: 999998 !important
}
#stickey .sidebar_task {
  position: fixed;
  top: inherit;
}
.cancelReplyBtn{
    background: #3A9AD6 !important;
	border-bottom: 2px solid #3A9AD6 !important;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 8px 15px 6px;
    margin-top: 0;
}
.cancelReplyBtn:hover, .cancelReplyBtn:focus, .cancelReplyBtn:active {
	background: #3A9AD6 !important;
	border-bottom: 2px solid #3A9AD6 !important;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 8px 15px 6px;
    margin-top: 0;
}
.camra_btn.custome_attechment{
    background: var(--dark-button-color)  !important;
    height: auto;
    padding: 9px 15px;
    font-size: 14px !important;
}
.addMb > span.delete_icon_css {
  padding: 8px 5px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #E21000
}
.addMb{
    position: relative;
    /*margin-bottom: 22px;*/
}
.addDivHeight{
    height: -1px;
}
.delete_icon_css2 {
  cursor: pointer;
  padding: 7px 0;
  position: absolute;
  right: 20px;
  top: 1px;
}
.checkGreenColor{
    color: #63B446
}
.errEmail{
    border-color: #d43f3a
}
.errEmail:focus{
    border-color: #d43f3a;
    box-shadow: 0 0 5px #d43f3a;
}
.disableRemove{
    color: #95A5A6 !important
}
.card .solo_title {
    margin-top: 5px;
}
.show_more_link {
    color: var(--primary-color-font) !important;
    text-align: center;
    display: inline-block;
    width: 100%;
    background: var(--primary-color);
    padding: 6px 0 12px;
}
.show_more_link:hover {
    
}
.tab-content.full_com_task {
    margin: 20px 0 0;
}

.paginator {
    display: inline-block;
}

.paginator a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    cursor: pointer;
}

.paginator a.active {
    background: #4697BD;
    color:#fff;
}
.pagination a{
    cursor: pointer
}

.getPointer{
    cursor: pointer
}
.ui-sortable-helper{
    background: #FFFFFF
}
.highlight{
    background: #727272 !important;
    width: 100% !important;
    height: 100px !important;
}
.note-editable a{
    color: blue !important;
}
.select_type_level{
    padding: 0px
}
.select_type_level label{
    margin-left: 0px;
    padding-left: 27px;
    line-height: 28px;
    font-size: 12px;
    margin-top: 31px !important;
}
/******************************************************************
****************** Training Listing Page css **********************
******************************************************************/




.training_list_wrap {
}
.training_list_wrap .left_training_list {
    z-index:1111;
    position:relative;
    padding-top:30px;
}
.training_listnav_block {
    background: transparent none repeat scroll 0 0;
    display: block;
    padding-bottom: 20px;
}
.training_listnav_block .training_listnav {
    margin-right:-1px;
}
.training_listnav_block .training_listnav li {
    display: block;
    width: 100%;
}
.training_listnav_block .training_listnav li a {
    background-color: transparent;
    color: #212121;
    font-weight: 700;
    padding: 10px 15px;
    border-color: transparent transparent #dadada transparent;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    transition:all 0.3s ease-out;
}
.training_listnav_block .training_listnav li a:hover, .training_listnav_block .training_listnav li a:focus {
    background-color: #ffffff;
    border-color: #dadada transparent #dadada #dadada;
    border-image: none;
    border-radius: 4px 0 0 4px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: var(--primary-color);
}
.training_listnav_block .training_listnav li.active a {
    background-color: #ffffff;
    border-color: #dadada -moz-use-text-color #dadada #dadada;
    border-image: none;
    border-radius: 4px 0 0 4px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: var(--light-primary-color);
    transition:all 0.3s ease-out;
}
.training_listnav_block .training_listnav li .dropdown-menu {
    border: medium none;
    padding: 0 10px 0 0;
    width: 100%;
}
.training_listnav_block .training_listnav li .dropdown-menu a:hover, .training_listnav_block .training_listnav li .dropdown-menu a:focus {
    background-color: #f3f3f3;
    border-color: transparent transparent #dadada transparent;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    box-shadow: none;
    color: var(--light-primary-color);
}


.traininglist_top_block {
    background-color: #fff;
    border:1px solid #dadada;
    margin-bottom:30px;
    margin-top:30px;
}
.traininglist_top_left .setting_title_dash {
    color: var(--primary-color);
    display: block;
    font-weight: 700;
    margin: 0;
    padding: 15px 0;
}
.traininglist_top_video {
    padding: 20px 0;
}
.traininglist_top_right .traininglist_top_video iframe {
    width:100%;
}
.traininglist_top_bottom {
    border-top: 1px solid #dadada;
    padding:10px 0;
}
.traininglist_askqust_title {
    padding:10px 0;
    margin:0;
    display:block;
}
.traininglist_top_bottom .traininglist_askqust_btn a {
    background: var(--light2-primary-color) none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 30px;
    text-transform: uppercase;
    display:inline-block;
}
.traininglist_top_bottom .traininglist_askqust_btn a:hover {
    background: var(--primary-color) none repeat scroll 0 0;
    color: #fff;
}
.training_listcontent_block .training_content_listbox a {
    background: #3a9ad6 none repeat scroll 0 0;
    color: #fff;
    display:block;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 30px;
    text-align: center;
    text-transform: uppercase;
}
.training_listcontent_block .training_content_listbox a:hover {
    background: #278ac8 none repeat scroll 0 0;
    color: #fff;
}

.training_detailtab_tab .setting_wrap {
    border:none;
}

.training_lesson_acco_wrap {
    padding: 15px;
}
.training_lesson_accordion .panel-heading {
    background: #3a9ad6 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
}
.training_lesson_accordion .panel-heading > .panel-title > a {
    background-image:url(../img/training/training-icon.png);
    background-position:right center;
    background-repeat:no-repeat;
    padding: 0 25px 0 0;
}
.training_lesson_accordion .panel-heading a:hover, .training_lesson_accordion .panel-headingrk a:focus {
    color: #fff;
    text-decoration:underline;
}
.training_lesson_acco_wrap .training_lesson_accordion:last-child {
    margin: 0;
}
.training_lesson_video_box {
    border: 1px solid #dadada;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.23);
    margin: 10px 0 0;
    padding: 10px;
}
.training_lesson_video_box iframe {
    width:100%;
}
.training_btn_list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.training_btn_list ul li a {
    color: #3a9ad6;
    display: inline-block;
    font-weight: 700;
    padding: 2px 0;
}

.training_list_wrap .right_training_list {
    background-color: #fff;
    border:1px solid #dadada;
}
.training_content_listbox {
}
.training_content_listbox {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 15px 0;
    border:1px solid transparent;
    padding: 5px;
    transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
}
.training_content_listbox:hover {
    background-color: #f5f5f5;
    box-shadow: none;
    border:1px solid #eee;
}
.training_content_image_box img {
    width: 100%;
}
.training_content_heding {
    color: var(--primary-color);
    display: block;
    margin: 0 0 5px;
    line-height:22px;
    padding-top:10px;
}
.training_content {
    color:#212121;
}

.training_detail_wrap .training_detailtab_block {
    background-color: #fff;
    border-right: 5px none;
    border:1px solid #dadada;
    padding-top: 15px;
    padding-bottom:15px;
}

.training_video_box {
    margin-bottom:30px;
    display:block;
    background-color: #fff;
    border-right: 5px none;
    border:1px solid #dadada;
    padding: 10px;
}
.training_video img {
    width:100%;
}
.training_video iframe {
    width:100%;
}

.training_detailtab_block .setting_wrap .nav.nav-tabs > li {
    height: auto;
    width: auto;
}
.training_detailtab_block .setting_wrap .custom_tab .nav.nav-tabs li a {
    padding: 15px 24.95px;
}
.training_detailtab_block .setting_wrap .custom_tab > .nav.nav-tabs > li > a:hover, .training_detailtab_block .setting_wrap .custom_tab > .nav.nav-tabs > li > a:focus {
    padding: 15px 24.95px;
}

.exercise-dawonload-section {
    margin:15px 0;
}
.exercise-dawonload-box {
    text-align: center;
    display:block;
}
.exercise-dawonload-content {
    padding: 15px;
    display:block;
}
.exercise-dawonload-btn a {
    border:1px solid #3c9ad5;
    color: #000;
    font-weight: 700;
    padding: 10px 13px;
    border-radius: 5px;
    font-size: 17px;
    line-height: 1.33;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    display:inline-block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,3a9ad6+2,2b88c2+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #3a9ad6 2%, #2b88c2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#3a9ad6 2%,#2b88c2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#3a9ad6 2%,#2b88c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2b88c2',GradientType=0 ); /* IE6-9 */
}

.right_detail_training_list {
    display:block;
}
.right_detail_training_list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.right_detail_training_list ul li {
    margin-bottom:15px;
}
.right_detail_training_list ul li a {
    display:block;
    background-color: #fff;
    border-right: 5px none;
    border:1px solid #dadada;
    padding: 10px;
}
.right_detail_training_list ul li a:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border:1px solid transparent;
    transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
}
.detail_training_videolist_heading {
    padding: 3px 0;
    display:block;
}
.detail-videolist-box {
    padding:0;
}
.detail-videolist-box img {
    width:100%;
}
.detail-videolist-box iframe {
    width:100%;
}
.detail-videolist-contentbox {
    padding-right:0px;
}
.detail-videolist-contentbox h5 {
    color: var(--primary-color);
    display: block;
    margin: 0 0 5px;
    line-height:18px;
    font-weight:700;
}
.detail-videolist-contentbox p {
    color: var(--primary-color);
    display: block;
    margin: 0 0 5px;
    line-height:18px;
}






/******************************************************************
************************* Setting Page css ************************
******************************************************************/

.tab-content-wrap > .tab-pane.active {
    display: block;
}
.tab-content-wrap .tab-pane {
    display: none;
}

.setting_title_dash {
    color: var(--primary-color);
    font-weight: 700;
    margin-top: 20px;
    display:block;
}
.setting_title_content_dash {
}
.setting_wrap {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #bdc3c7;
    padding: 0px;
    display:block;
}

.setting_wrap .nav.nav-tabs > li {
    display: block;
    float: left;
    height: 50px;
    text-align: center;
    width: 12.5%;
}
.setting_wrap .custom_tab .nav.nav-tabs li a {
    font-size: 13px;
    height: 100%;
    padding: 5px;
    vertical-align: middle;
}
.setting_wrap .custom_tab > .nav.nav-tabs > li > a:hover, .setting_wrap .custom_tab > .nav.nav-tabs > li > a:focus {
    font-size: 13px;
    height: 100%;
    padding: 5px;
    vertical-align: middle;
}
.setting_wrap .custom_tab .nav.nav-tabs li:last-child a {
    margin:0;
}
.setting_wrap .custom_tab > .tab-content-wrap {
    background: #fff none repeat scroll 0 0;
    border-color: var(--primary-color) #bdc3c7 #bdc3c7;
    border-style: solid;
    border-width: 3px 1px 1px;
}
.tab-strip-heading {
    border-bottom: 2px solid #bdc3c7;
    display:block;
}
.setting_tab_title {
    color: var(--primary-color);
    font-weight: 700;
    margin: 0px;
    display:block;
    padding:15px 20px;
    text-transform:uppercase;
}
.tab_content_block {
    display:block;
    padding:15px 15px;
}
.tab_content_box {
    border: 1px solid #bdc3c7;
    display: block;
    margin: 15px 0;
    width: 100%;
}
.tab_content_image_box {
    border-bottom: 1px solid #bdc3c7;
    padding: 30px 20px;
    text-align: center;
}
.setting_tab_content {
    padding: 25px 20px;
    text-align: center;
}
.tab_content_heding {
    color: var(--primary-color);
    font-weight: 700;
    margin: 0px;
    display:block;
    text-transform:uppercase;
}
.tab_content_subheding {
    color: var(--primary-color);
    font-weight: 700;
    margin: 0px;
    display:block;
}
.tab_content_heding_box {
    margin-bottom: 20px;
    display:block;
}
.setting_wrap .tab_content_btn > a {
    background-color: #379ad5;
    border-bottom: 3px solid #3e85b3;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 700;
    text-transform:uppercase;
    transition:all 0.3s ease-in-out; 
}
.setting_wrap .tab_content_btn > a:hover {
    color:#fff;
    background-color: #3e85b3;
}

pre.code-badge-pre {
    padding: 0;
}

@media (max-width: 1023px) {
.setting_wrap .nav.nav-tabs > li {
    height: auto;
    width: 100%;
}
.setting_wrap .custom_tab .nav.nav-tabs li a {
    margin: 0;
    padding: 10px;
}
.setting_wrap .custom_tab > .nav.nav-tabs > li > a:hover, .setting_wrap .custom_tab > .nav.nav-tabs > li > a:focus {
    margin: 0;
    padding: 10px;
}

}
.note-editable p{
    margin: 0px !important;
}
/*for module div*/
.training_content_image_box {
    height: 160px;
    overflow: hidden;
}
.category-auto li {
    cursor: pointer;
}
.category-auto li.active > a {
    cursor: pointer !important;
}
.training_lesson_accordion .panel-heading a span{
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
}
.training_lesson_accordion .panel-heading{
    padding: 15px !important;
}

/******************************************************************
************************* Setting Page css ************************
******************************************************************/

/******************************************************************
****************** Training Listing Page css **********************
******************************************************************/
/*.training_lesson_acco_wrap {
    position: relative;
}*/
#training_lessons_accordion .accordion-toggle .btn-auto-fill {
    cursor: pointer;
    float: right;
    margin-top: -8px;
}
.breadcrumb-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.training_content_listbox {
  position: relative;
}
 .training_listcontent_block .training_content_listbox a.module-description-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 0;
  }
  
  #task-category-item-wrapper ul { margin: 0 0 2em; }

  #task-category-item-wrapper ul li { float: left; }

  #task-category-item-wrapper ul li.more {
    /*width: 3em;*/
    text-align: center;
    display: none;
    position: relative;
  }  

  #task-category-item-wrapper ul li.more:hover ul#overflow {
    opacity: 1;
    visibility: visible;
    right: 0;
    z-index: 10  
  }

  #task-category-item-wrapper #overflow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background: var(--light2-primary-color);
    right: 0;
  }
    #task-category-item-wrapper ul li a:hover,
   #task-category-item-wrapper ul li span:hover { background: var(--primary-color); }

  #task-category-item-wrapper #overflow li {
     float: none; 
    display: inline-block;
    height: 36px;
    width: 100%;
    border: 1px solid #fff;
    border-left: 0;
    border-radius: 0;
    border-bottom: 0;
    padding: 0
}
#task-category-item-wrapper #overflow li:first{
    border-top: 0;
}
  #task-category-item-wrapper #overflow li a {
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 30px;
    border-bottom: 1px solid #fff;
    width: 100%;
    display: inline-block;
  }
  
#task-category-item-wrapper li.active > a {
    background: var(--primary-color);
}
a.btn-auto-fill{
    padding: 6px 15px;
}
.Err.comment-validation-msg {
    margin-top: -20px;
}
.Err.comment-validation-msg .comment-error-wr {
    background-color: #df5557;
    border-radius: 9px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    margin-top: -17px;
    box-shadow: 1px 1px 6px 1px #ccc;
    text-align: justify;
}
.error-info-icon {
    background-color: #f2e179;
    border-radius: 50%;
    display: inline-block;
    height: 22px;
    text-align: center;
    width: 22px;
    line-height: 22px;
}
.error-info-icon .fa {
    color: #000;
}
.error-caret-up .fa {
    color: #df5557;
    padding: 0;
    margin: 0;
    font-size: 50px;
}
.error-caret-up {
    margin-left: 15px;
}
.feedbak_text {
    /* height: 165px; */
}
.feedbak_text > .Err{
    margin-top: -20px;
    display: inline-block;
    width: 100%;
}
.custom-tooltip i{
    color: #cc0000;
    font-size: 15px;
    margin-left: 2px;
} 

/*
    Popular Task Group
*/
.popular-toggle i {
    font-size: 18px;
    line-height: 13px;
}
.task-screen-wrapper {
    position: relative;
}

.popular-task-title {
    text-transform: capitalize;
    background-color: var(--secondary-color);
    color: #333;
}


span.popular-toggle-wrapper {
    float: right;
    margin-top: -30px;
    margin-right: -15px;
    position: relative;
    z-index: 1;
}

.popular-task-list ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
}

.popular-task-list li a,
.favourite-recurring-tasks-list li a {
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inherit;
    margin-left: 5px;

}

.redirect-template, .favourite-recurring-template {
    cursor: pointer;
    border: 1px solid #ccc;
    border-left: 4px solid #00adf2;
    padding: 10px;
    margin-top: 5px;
    width: 96%;
    display: inline-block;
    text-align: left;
}
.popular-toggle-off-icon a {
    color: #333 /* #fff */;
}
.open-popular-task .no-right-padding-based {
    padding-right: 0;
}

.ticket-screen-col-2 {
    width: 25%;
    position: absolute;
    right: -27%;
    top:40px;
    border: 1px solid rgb(189, 195, 199);
    background-color: rgb(255,255,255);
}

.task-col-wrapper {
    display: block;
    width: 100%;
    height: 100%;
}
.ticket-screen-col-1 {
    position: relative;
    top: 17px;
}
.popular-task-title {
    padding: 7px;
}
.popular-task-title label {
    margin-bottom: 0;
}

a.vertical-popular-toggle {
   display: block;
    background-color: #3299d8;
    transform: rotate(90deg);
    color: #fff;
    font-weight: bold;
    padding: 9px;
    width: 274px;
    line-height: 2px;
}

.desktop-popular-title {
    float: right;
    margin-top: 4px;
    margin-right: 8px;
}

/** For mobile */
 span.m-popular-toggle-wrapper {
    position: relative;
    z-index: 1;
}

.m-popular-toggle
{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.m-popular-toggle-up-wrapper {
    text-align: right;
    margin-right: 15px;
}

.popular-task-title, .popular-title {
    text-transform: uppercase;
    font-size: 13px;
}

span.popular-toggle-wrapper {
    right: -106px;
    top: 176px;
    position: absolute;
    z-index: 1;
}

.task-col-wrapper {
    position: relative;
    overflow: hidden;
}

/* .popular-task-enabled {
    width: 96%;
} */

.popular-task-not-enable {
    width: 100% !important;
}

#confirmation-box {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.popular-task-list li a:hover {
   box-shadow: 1px 1px #eeeeee ;
   border-width: 2px;
   border-style: solid;
}*/
.popular-task-list li a:hover {
    box-shadow: 1px 1px #eeeeee;
    background-color: #eeeeee;
    border-style: solid;
}
.m-popular-task-list .redirect-template {
    cursor: pointer;
    border: 1px solid #ccc;
    border-left: 4px solid #00adf2;
    padding: 2px;
    padding-left: 8px;
    width: 90%;
    margin-left: 5%;
}


.security-task-list .redirect-template, .security-task-type .redirect-template,
.security-task-list .favourite-recurring-template, .security-task-type .favourite-recurring-template{
    border-left-color: #F30018;
}

.automation-task-list .redirect-template, .automation-task-type .redirect-template,
.automation-task-list .favourite-recurring-template, .automation-task-type .favourite-recurring-template{
    border-left-color: #00B554;
}

.web-task-list .redirect-template, .web-task-type .redirect-template,
.web-task-list .favourite-recurring-template, .web-task-type .favourite-recurring-template {

    border-left-color: #FF7E29;
}

.design-task-list .redirect-template, .design-task-type .redirect-template,
.design-task-list .favourite-recurring-template, .design-task-type .favourite-recurring-template {
    border-left-color: #00adf2;
}

.video-task-type .redirect-template, .video-task-type .redirect-template,
.video-task-type .favourite-recurring-template, .video-task-type .favourite-recurring-template {
    border-left-color: #4D78F6;
}

/*.unsure-task-list .redirect-template,*/ .unsure-task-type .redirect-template, .unsure-task-type .favourite-recurring-template{
    border-left-color: #636363;
}

.security-task-list .redirect-template,
.security-task-list .favourite-recurring-template{
    border-left-color: #F30018;
}
.web-task-list .redirect-template,
.web-task-list .favourite-recurring-template {
    border-left-color: #FF7E29;
}
.automation-task-list .redirect-template,
.automation-task-list .favourite-recurring-template{
    border-left-color: #00B554;
}
.design-task-list .redirect-template,
.design-task-list .favourite-recurring-template  {
    border-left-color: #00adf2;
}
.video-task-list .redirect-template,
.video-task-list .favourite-recurring-template {
    border-left-color: #4D78F6;
}
/*.unsure-task-list .redirect-template{
    border-left-color: #636363;
}*/
.popular-task-title > label {
    white-space: nowrap;
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis !important;
    font-size: 13px;
    float: left;
}
.copywriting-task-list .popular-task-title > label {
    white-space: unset;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis !important;
    font-size: 13px;
    float: left;
}
.copywriting-task-list .popular-toggle i {
    display: none;
}
.copywriting-task-type .redirect-template, .copywriting-task-type .redirect-template {
    border-left-color: #3e298c;
}
.copywriting-task-list li a {
    width: unset;
    margin: 5px 15px;
}
.ticket-screen-col-3 .popular-see-more-wrapper {
    display: none;
}
span.popular-toggle-off-icon {
    padding-left: 4px;
}
.popular-title.desktop-popular-title {
    width: 167px;
}
.popular-tasks-wrapper ul{
    margin-bottom: 5px;
}

/* slack v1 */
    .channel-multiselect label, .dm-multiselect label.checkbox {
        color: #333;
        font-weight: normal;
        cursor: pointer;
    }
    .dm-multiselect {
        margin-bottom: 10px;
    }
    .dm-multiselect label.checkbox {
        display: inline-block;
        width: 29%;
        margin-left: 3%;
    }

    .dm-multiselect label {
        margin-top: 5px;
    }

    .channel-multiselect input[type="checkbox"], .dm-multiselect input[type="checkbox"]{
        opacity: 1;
    }

    .channel-multiselect {
        padding-left: 32px;
    }
/* slack v2 */

#slack-configure .modal-header .close {
    border-color: #ccc;
    color: #ccc;
}

@media screen and (max-width:991px) {
    .popular-task-title > label {
        width: 115px;
    }
}

@media screen and (min-width:767px) {
    .m-popular-task-list {
        display: none !important;
    }
}

@media screen and (max-width:767px) { 
    .ticket-screen-col-1 {
        width: 100% !important;
    }
    .m-popular-task-list .popular-task-title {
        padding-left: 15px;
    }
    .popular-task-title {
        display: none;
    }
   
}
/**
    Referrle Program 
*/
.refer-friend { 
    font-size: 14px;
    font-weight: 700;
    position: relative;
    margin-right: 5px;
    color: black;
    float: left;
}
.btn-heart {
    font-size: 25px;
    margin-right: 5px;
    float: left;
    position: relative;
    top: 17px;
    margin-left: -5px;
    color: #e50700;
    font-weight: 600
}
.dropdown.pull-left {
    display: inline-flex;
}
.dropdown .referral-dropdown {
    padding: 25px;
    min-width: 375px;
    text-align: justify;
    padding-bottom: 12px;
}
.font-small {
    font-size: 12px;
}
a.social-icon {
    width: 24.3%;
}
.referral-dropdown ul.list-inline {
    margin-left: 0px;
}
.btn-share a.icon-facebook.btn-info {
    background-color: #3b5998;
    border-color: #3b5998;
    border-bottom: 2px solid #263961;
}
.btn-share a.icon-linkedin.btn-info{
    border-color: #007bb5;
    background-color: #007bb5;
    border-bottom: 2px solid #053149;
}
.btn-share a.icon-google.btn-info {
    background-color: #646464;
    border-color: #646464;
    border-bottom: 2px solid #242424;
}
.btn-share a.icon-twitter.btn-info {
    border-bottom: 2px solid #0B6EA5;
}
.referral_link {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 17px;
}
.list-inline .btn-share {
    display: inline;
    padding-left: 0;
    padding-right: 0;
}

.referel-text {
    font-weight: bold;
    text-align: justify;
    text-transform: uppercase;
}

.copy-referel {
    vertical-align: middle;
    line-height: 45px;
    font-size: 12px;
}

.referral-dropdown .row > [class*="col-"]{
    margin-bottom: 0;
}

.mobile-task-menu {
    display: none;
}
.mobile-task-menu a.dropdown-toggle {
    width: 100%;
    text-align: left;
    background: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
 }

.mobile-task-menu .caret{
    float: right;
    margin-top: 5px;
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.mobile-task-menu .dropdown-menu {
    width: 100%;
    background-color: var(--light2-primary-color);
}

.mobile-task-menu .dropdown-menu a{
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
}
.mobile-task-menu .dropdown-menu a:hover{
    background-color: var(--primary-color);
}

@media screen and (max-width: 860px) {
    .mobile-task-menu {
        display: block;
    }
    .desktop-tab-menu {
        display: none;
    }
}

@media screen and (max-width: 756px) {
    .dropdown.pull-left {
        display: inline-flex !important;
    }
    .refer-friend {
        font-size: 14px;
    }
    .btn-heart {
        font-size: 25px !important;
        color: #c0392b !important;
        position: relative;
        top:18px;
    }
    .referral-dropdown {
        min-width: 315px !important;
    }
    .copy-referel {
        padding: 0;
    }
    .footer-dashboard .footer-fix {
        position: relative;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px){
    .navbar .navbar-right .open .dropdown-menu {
        right: 0;
        left: unset;
    }
}

.referral-friend-dropdown {
    display: none;
}

.company-switcher-toggle {
    padding: 0 15px;
}
.company-switcher-toggle select {
    text-transform: uppercase;
}

.addon-selection {
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.intercom-namespace {
    z-index: 10000 !important;
}

.task-icon {
    font-size: 25px;
    float: left;
}


.grecaptcha-badge { visibility: hidden !important; }

.popular-see-more-wrapper {
    padding: 0 5px;
}

.popular-see-more-wrapper a#btn-popular-see-more {
    background-color: #fff;
    color: #353d47;
}

.popular-see-more-wrapper a#btn-popular-see-more:hover {
    color: #353d47;
}

.signup-form-wrapper {
    background-color: #f7f4eb;
    padding: 25px 60px;
    border-radius: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.signup-form-wrapper .form-control {
    height: 45px;
    border-radius: 5px;
}

.form-links-wrapper {
    color: #000;
    font-size: 13px;
}
.input-group-btn .input-group-icon {
    margin: 0;
    height: 45px;
}

.form-h2-title {
    font-weight: bold;
    margin-bottom: 25px;
}

.form-h4-title {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    padding-top: 10px;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 12px;
    color: #231f20;
}

.form-h4-title-wrapper {
    position: relative;
    margin-top: 35px;
    margin-bottom: 35px;
}

.form-h4-title-wrapper .form-h4-title {
    font-size: 18px;
    background-color: #fff;
    border-bottom: none;
    position: relative;
    z-index: 1;
    height: 45px;
    padding: 0 20px;
}

.title-border-animate {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.stripe-card-element-wrapper {
    margin-top: 20px;
}

span.payment-text {
    color: #666666;
    font-size: 13px;
    margin-top: 13px;
    margin-left: 12px;
}

.payment-footer-column {
    margin-top: 25px;
}

.payment-footer-col-right span.payment-text {
    margin-top: -2px;
}

.plan-info .form-h4-title {
    color: var(--secondary-color);
    text-align: center;
}

.plan-title-feature {
    color: #21b573;
}

.signform-right-side {
    background-color: rgba(235,235,235,0.5);
    padding:0;
}
.payment-form-right {
    padding: 0 15px;
}

.hide-extra-item {
    display: none !important;
}

.signup-step-1-right-side {
    background-color: #3999D5;
    padding: 3px;
    margin: 0;
}

.about-owner-of-aa.text-center {
    padding: 15px;
}

.marketing-team-wrapper {
    background-color: rgba(235,235,235,1);
    padding: 0 0 20px;
}

.aa-welcome-text {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    margin-top: 15px;
}

.marketing-team-wrapper-title {
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
}

.marketing-team-group {
    margin-top: 20px;
}

.marketing-team-text {
    font-size: 17px;
    margin-top: 15px;
}

.payment-amount {
    padding: 15px;
    margin-top: 30px;
}

#card-errors {
    color: red;
}

h1.plan-amount-text {
    font-size: 60px;
    margin: 0;
    color: #231f20;
    font-weight: bold;
}

sub.signup-plan-currency {
    font-size: 24px;
    color: #999999;
}

.signup-plan-recurring {
    font-size: 30px;
    font-weight: bold;
}

.testimonial-wrapper {
    background-color: rgba(235,235,235,1);
    padding: 15px;
}

.testimonial-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 15px;
    position: relative;
    margin-bottom: 70px;
}

.testimonial-usertext {
    margin-top: 7px;
    margin-left: 10px;
    font-size: 14px;
}

.testimonial-think {
    position: absolute;
    right: 30px;
    bottom: -48px;
}

.testimonial-meta-wrapper {
    margin-top: 13px;
}

.signupform-elements .btn-submit-signup-style, .signupform-elements .btn-complete-signup, .login-box .login-form-wrapper .btn-login {
    background-color: #21b573;
    border: 2px solid #21b573;
    border-radius: 35px;
    min-width: 250px;
}

.btn-submit-signin-style {
    background-color: #17b9fd !important;
    border: 2px solid #17b9fd !important;
    border-radius: 35px;
    min-width: 250px;
}

.btn-submit-signin-style:hover, .btn-submit-signin-style:active, .btn-submit-signin-style:focus {
    background-color: #fff !important;
    color: #17b9fd !important;
}
.forgot-password {
    color: #231f20 !important;
    font-size: 1.3333rem;
}
.signupform-elements .btn-submit-signup-style:hover,.signupform-elements .btn-submit-signup-style:focus,.signupform-elements .btn-submit-signup-style:active, .signupform-elements .btn-complete-signup:hover, .signupform-elements .btn-complete-signup:active, .signupform-elements .btn-complete-signup:focus, .login-box .login-form-wrapper .btn-login:active, .login-box .login-form-wrapper .btn-login:focus, .login-box .login-form-wrapper .btn-login:hover, .login-box .login-form-wrapper .btn-login:focus {
    background-color: #fff;
    border-radius: 35px;
    min-width: 250px;
    color: #21b573;
}

.testimonial-face img {
    width: 49px;
    border-radius: 50%;
}

.testimonial-designation {
    font-size: 12px;
}

div#card-element {
    /* height: 45px !important;
    padding: 12px 12px !important; */
}

.iti {
    display: block !important;
}

.phone-wrapper {
    display: none;
}
.panel-body{
    border-top: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.panel-heading{
    border-bottom: none !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important
}
.panel{
    border: none !important;
    margin-top: 0px !important
}
.btn-toggle-send-request {
    margin-top: 27px;
    padding: 7px !important;
    color: var(--button-color-font);
    font-weight: 600;
    background: var(--button-color);
    border: 0;
    border-bottom: 2px solid var(--dark-button-color);
    border-left: 1px solid var(--dark-button-color);
    margin-left: -4px;
}
.send-request-dropdown {
    color: #000 !important;
    float: left;
    width: 100%;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
}
.dropdown-wrapper {
    border-radius: 0;
    padding: 0;
}
#task-template-multistep-modal .select_type_level label {
    margin-top: 14px !important;
}
.task-screen-v2 .task-screen__category-col-wrapper {
    background-color: #F5F7F8;
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid #ccc;
}

.task-screen-v2 #task-screen__accordion {
    margin-bottom: 0;
}


.task-screen-v2 .panel-heading {
  position: relative;
  padding: 0;
}

.task-screen-v2 .panel-heading[data-toggle="collapse"]:after {
  font-family:'FontAwesome';
  content: "\f107"; /* "play" icon */
  position: absolute;
  color: #7A7B7C;
  font-size: 18px;
  line-height: 22px;
  right: 20px;
  top: calc(50% - 10px);
  cursor: pointer;
}

.task-screen-v2 .panel-heading[data-toggle="collapse"].collapsed:after {
    font-family:'FontAwesome';
    content: "\f106"; /* "play" icon */
}

.task-screen-v2 .task-screen__heading {
    font-size: 14px;
    color: #000;
}

.task-screen-v2 .task-screen__col-heading {
    font-size: 16px;
    color: var(--secondary-color);
}

.task-screen-v2 .task-screen__col-speartor{
    padding: 20px 18px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    margin: 0;
    background-color: #F5F7F8;
}

.task-screen-v2 .task-screen__task-categories .checkbox label{
    padding-left: 0;
    font-size: 14px;
    font-weight: 600;
    display: inline;
}

.task-screen-v2 .task-screen__input-wrapper {
    margin-right: 15px;
    margin-left: 5px;
}

.task-screen-v2 .checkbox.task-screen__item {
    margin-bottom: 20px;
}

.powered-by-AA {
    font-size: 10px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-style: italic;
    line-height: 0;
    margin-top: -5px;
}
.cobranded-logo img {
    max-width: 100%;
    max-height: 35px;
}
.cobranded-logo {
    display: block;
    margin-top: -4px;
}
.logo-redirect-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

@media (max-width:720px) {
    
    .payment-footer-column {
        float: none !important;
        display: inline-block;
    }
    
    .footer-login {
        position: relative;
    }

    .payment-text-wrap {
        float: none;
        text-align: center;
        padding-bottom: 15px;
        clear: both;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .btn-toggle-send-request {
        position: absolute !important;
        margin-top: 15px !important;
    }
}
.task-screen-v2 .modal-body {
    padding: 0;
}
.task-screen__btn-search-popular {
    /* filter: drop-shadow(0px 2px 0px var(--dark-button-color)); */
    font-size: 14px;
    line-height: 16px;
    color: var(--button-color-font);
    font-weight: 700;
    font-family: "Open Sans";
    text-align: center;
    background-color: var(--button-color);
    text-transform: uppercase;
    margin: 0;
    padding: 8px 20px;
}
.task-screen__btn-search-popular:hover, task-screen__btn-search-popular:active {
    color: var(--button-color-font);
}
.popular-container {
    padding: 0;
}
.task-sreen__container {
    padding: 0;
}
.display-flex {
    display: flex;
}
.task-screen__search-popular {
    margin-right: 10px;
}
.task-screen__search-wrapper {
    padding: 15px;
    background: #eee;
    border-bottom: 1px solid #ccc;
}
.rounded-ractangle {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background-color: #ebf5fb;
    border: 1px solid #c3e1f3;
    margin: 10px 18px;
    margin: 0 auto;
}
.popular-task-icon {
    padding: 15px;
    width: inherit;
}
.popular-task-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px;
  max-height: 485px;
  overflow-y: auto;
  overflow-x: hidden;
}

.tasks-sreen__popular-tasks {
  margin-bottom: 20px;
}
.tasks-sreen__popular-tasks {
    text-align: center;
    padding: 0 5px;
}
.popular-task-name {
    position: relative;
    top: 8px;
    color: #333;
}
.popular-task-details {
    color: #f00;
    font-size: 18px;
    position: absolute;
    right: 24px;
    top: 2px;
    visibility: hidden;
}
.rounded-ractangle:hover + .popular-task-details, .popular-task-details:hover {
    visibility: visible;
}
.custom-tooltip > .tooltip-inner {
    background-color: #ebf5fb;
    border: 1px solid #c3e1f3;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 200px;
    max-width: 320px;
}
.tasks-sreen__popular-tasks .custom-tooltip {
    position: fixed !important;
}
.custom-tooltip .tooltip-arrow {
    border-right-color: #c3e1f3 !important;
}
.custom-tooltip .tooltip-inner {
    text-align:justify;
    color: #333;
}
.task-screen-v2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.task-screen-v2-wrapper > [class*='col-'] {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.panel-heading[aria-expanded="true"] .task-screen__heading.panel-title {
    font-weight: bold;
}
.explore-suggetions {
    font-weight: 600;
    color: #444;
    margin-bottom: 30px;
    cursor: pointer;
}
.tooltip-title {
    margin-bottom: 10px;
}
.tooltip-task-type {
    padding-left: 10px;
}
.active-filter {
    color: #39a6e0;
}

.task-screen-v2 .beta-flag.video {
    top: 23px;
    left: 15px;
}

.btn-loom-app .tooltip {
    position: fixed;
}

.popular-task-loadmore {
    text-align: center;
    padding: 10px;
}

/* .popular-task-loadmore a {
    background-color: #00adf2;
    padding: 13px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
} */

/*Signup Page*/
a.btn-signin {
    color: #302c2d;
    min-width: 115px;
}

.btn-circle {
    border: 2px solid #302c2d;
    border-radius: 17px;
    min-width: 100px;
}

.share-buttons {
    padding: 20px;
}

.recurring-signupform-elements .btn-submit-signup-style {
    background-color: #21b573;
    border: 2px solid #21b573;
    border-radius: 10px;
    width: 100%;
    color: #fff;
    padding: 15px;
    font-size: 15px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.recurring-signupform-elements .btn-user-add {
    background-color: #ff5f00;
    border: 2px solid #ff5f00;
}

.recurring-signupform-elements .btn-submit-signup-style:hover, .recurring-signupform-elements .btn-submit-signup-style:focus, .recurring-signupform-elements .btn-submit-signup-style:active{
    background-color: #fff;
    color: #21b573;
}

.recurring-signupform-elements .btn-user-add:hover, .recurring-signupform-elements .btn-user-add:focus, .recurring-signupform-elements .btn-user-add:active{
    background-color: #fff;
    color: #ff5f00;
}

.preview-recurring-header { padding: 0;}
.preview-task-details-wrapper {
    padding: 0 20px;
}

.preview-task-row {
    margin-top: 25px;
}

.preview-task-row label {
    font-size: 15px;
    margin-bottom: 15px;
}

.page-about .recurring-landing-wrapper {
    display: block !important;
}

.page-about .recurring-landing-wrapper #intro-body {
    display: block !important;
}

@media screen and (max-width: 540px) {
    .recurring-signupform-elements .btn-submit-signup-style {
        padding: 10px;
        font-size: 10px;
    }
}


/* Recurring Landing Sales Page */

.wrapper-signup {
    background-color: #fff;
}

.btn-circle {
    border: 2px solid #302c2d;
    border-radius: 17px;
    min-width: 100px;
}

a.btn-signin:hover {
    background-color: #302c2d;
    color: #fff;
}

a.btn-get-a-demo {
    float: right;
    background-color: #ff5f00;
    border: 2px solid #ff5f00;
    color: #fff;
}

a.btn-get-a-demo:hover {
    background-color: #fff;
    color: #ff5f00;
}

.mt-25 {
    margin-top: 25px;
}

.signupform-section-right {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.signup-frm-label {
    color: #666666;
    font-size: 12px;
    font-weight: 600;
}

.signup-headline {
    font-size: 54px;
    font-family: 'graphikmedium';
}
.signup-headline i {
    font-weight: bold;
}

.marked-circle {
    /* background-image: url(../img/marked-cricle.png); */
    width: 190px;
    display: inline-block;
    height: 72px;
}

.marked-underline {
    background-image: url(../img/underline-marked.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -9px 51px;
    height: 90px;
    margin-top: 12px;
    /* font-family: 'gtbold'; */
}

.recurring-feature-headline {
    font-size: 33px;
    font-family: 'gtbold';
}

.recurring-feature-headline .recurring-marked-underline {
    font-family: 'gtbold';
}

.recurring-marked-circle {
    background-image: url(../img/marked-cricle.png);
    display: inline-block;
    height: 60px;
    background-size: 141px;
    background-repeat: no-repeat;
    padding-top: 12px;
}

.recurring-marked-underline {
    background-image: url(../img/underline-marked.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 31px;
    height: 69px;
    margin-top: 2px;
}

.sales-marked-circle {
    background-image: url(../img/marked-cricle.png);
    width: 124px;
    display: inline-block;
    height: 49px;
    background-size: 124px;
    background-repeat: no-repeat;
    text-align: center;
}

.sales-marked-underline {
    background-image: url(../img/underline-marked.png);
    display: inline-block;
    background-repeat: no-repeat;
    height: 82px;
    margin-top: 12px;
    background-position: bottom center;
}

video.team-videos {
    margin-top: 20px;
}

.recurring-feature .plan-includes-list {
    padding: 0 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
.recurring-feature .plan-includes-list li {
    margin: 0 0 8px 0;
}
.marked-logo {
    background-image: url(../img/logo-style.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -9px 29px;
    height: 38px;
    margin-top: 12px;
}

.signup-sub-headline {
    font-size: 16px;
    line-height: 24px;
}

.team-image-wrapper {
    margin-top: 30px;
}

.testimonial-wrapper {
    background-color: #f7f4eb;
    padding: 65px 0;
    margin-top: 80px;
}

.user-text {
    border-top: 1px solid #d1d0cb;
    border-bottom: 1px solid #d1d0cb;
    padding: 50px 0;
    margin-top: 80px;
    float: right;
    width: 50%;
}

h1.testimonial-headline {
    font-size: 21px;
    color: #00b3fc;
}

.testimonial-description {
    color: #333;
    font-size: 24px;
    margin-top: 40px;
}

.user-image {
    float: left;
    width: 45%;
}

.user-image img {
    max-width: 100%;
}

.payment-tab-wrapper a {
    border: 2px solid #ccc;
    width: 110px;
    height: 80px;
    box-shadow: -1px -1px 0px 0px #ccc;
    margin-right: 15px;
    color: #666666;
}

.payment-tab-wrapper .nav>li>a:hover, .payment-tab-wrapper .nav>li>a:focus {
    border-color: #00b3ff;
    color: #00b3ff;
    background-color: transparent;
}

label.signup-checkbox-wrapper {
    color: #666666;
    font-size: 12px;
    font-weight: 600;
}
label.signup-checkbox-wrapper a {
    color: #00b3ff;
}

.p-AddressElement .p-Grid .p-GridCell:first-child {
    display: none;
}

.account-details-wrapper {
    margin-top: 15px;
}

.testimonial-title {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}

.testimonial-logos {
    margin-top: 25px;
}

.testimonial-logos img {
    margin-left: 25px;
}

.testimonial-logos img:first-child {
    margin-left: 0;
}

.footer-logo-wrapper {
    padding: 30px 0;
    font-size: 10px;
    color: #231f20;
    text-align: center;
    font-weight: 600;
}
.logo-more-text {
    margin-top: 15px;
}

/* .flat-blue .password-wrapper-elements .progress .progress-bar.progress-bar-success {
    background-color: #00b3ff;
} */

.flat-blue .progress .progress-bar.progress-bar-perfect {
    background-color: #00b3ff;
}
.recurring-landing-wrapper .signupform-section-right {
    padding-bottom: 0;
}

.recurring-img-wrapper img {
     margin: 0 auto;
}

.recurring-headling-video {
    font-size: 44px;
    font-family: 'graphikmedium';
    font-style: normal;
    line-height: 56px;
}

.sales-aa-team {
    font-family: 'gtbold';
    background-image: url('../img/fingertips.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.recurring-landing-wrapper .signupform-elements .btn-submit-signup-style:hover, .recurring-landing-wrapper .signupform-elements .btn-submit-signup-style:focus, .recurring-landing-wrapper .signupform-elements .btn-submit-signup-style:active, .recurring-landing-wrapper .signupform-elements .btn-complete-signup:hover, .recurring-landing-wrapper .signupform-elements .btn-complete-signup:active, .signupform-elements .btn-complete-signup:focus {
    border-radius: 10px;
}

.recurring-landing-wrapper .signupform-section-right {
    background-color: transparent;
    padding: 0;
    border: none;
}
.recurring-video-wrapper {
    position: relative;
    padding-bottom: 56.45%;
    height: 0;
}
.recurring-video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
/* Recurring Landing Sales Page */

.signup-header-wrapper {
    margin-top: 25px;
}
.signup-recurring-wrapper {
    margin-top: 0;
}

.mid-trial-text {
    font-size: 30px;
}
/* Recurring Landing Sales Page */

/* Login page redesing */
/* .login-page .navbar.navbar-default.login-header-bg {
    background-image: url(../img/header-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: right 0 bottom -45px;
    background-color: transparent;
    overflow: visible;
    padding-bottom: 65px;
} */
.login-page .navbar.navbar-default.login-header-bg { position: relative; background: transparent;  box-shadow: none;
}

.login-page .navbar.navbar-default.login-header-bg .border-bottom-header {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -70px;
}

.login-page-logo {
    /* width: 120px; */
    margin-top: 25px;
    z-index: 1;
    position: relative;
}

.login-header-wrapper {
    font-family: 'graphikmedium';
    font-size: 6.1662rem;
    line-height: 6.1662rem;
    top: 6.5rem;
}
.gt-Super-display-bold-italic {
    font-family: 'GT-Super-display-bold-italic';
}
.login-form-wrapper .form-control {
    border-radius: 5px;
}

body.login-page .login-box .login-form-wrapper input[type="email"],
body.login-page .login-box .login-form-wrapper input[type="password"]
 {
    height: 45px;
    border-radius: 5px;
    background-color: transparent;
    border-color: #4f4c4d;
    color: #000;
}

.login-label {
    display: block;
}

.flat-blue .login-box .login-footer-wrapper a, .flat-blue .login-box .login-footer-wrapper a:hover {
    color: #4f4c4d;
}

body.login-page .login-footer-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}

body.login-page .login-box-wrapper {
    max-width: 720px !important;
    position: relative;
    top: unset;
    transition: unset;
    transform: unset;
    margin: 0 auto;
    left: unset;
    margin-top: 10%;
}

body.login-page .login-form-wrapper {
    max-width: 34.8325rem;
    margin: 0 0 0 auto;
    background: #fff;
    padding: 4.5rem 2.3331rem;
}

.footer-section-v2 {
    margin-top: 75px;
}

.footer-section-v2 .row {
    padding: 20px 0;
}

.footer-section-v2, .footer-section-v2 a {
    font-size: 1.3333rem;
    color: #231f20;
    font-family: 'graphik_regular';
}
.wrapper-signup .footer-section-v2, .wrapper-signup .footer-section-v2 a {
    color: #fff;
}
.footer-section-v2 ul {
    clear: both;
    padding-left: 0;
}

.footer-section-v2 ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.footer-section-columns {
    margin: 0 auto;
    position: relative;
}

.footer-section-v2 .social-media-wrapper a img {
    width: 2.666rem;
}
.wrapper-signup .footer-section-v2 .social-media-wrapper a img {
    filter: brightness(100);
}
.social-media-wrapper, .footer-menu.footer-section-column {
    position: absolute;
    left: 0;
}

.footer-menu.footer-section-column { top: 0; right: 0; left: unset; }

.copyright-text.footer-section-column {
    margin: 0 auto;
    text-align: center;
}

.footer-visible-mobile {
    display: none;
}

body.login-page .login-form .login-form-wrapper {
    padding: 27px;
}

.login-form-wrapper .btn-login-wrapper .btn-login, .login-form-wrapper .btn-login-wrapper .btn-login:hover {
    min-width: 100%;
}

.signup-page .footer-section-v2 {
    margin-top: 0;
}

.footer-forgot-password {
    position: fixed;
    width: 100%;
    bottom: 0;
}
/*floating menu*/

.floating-wrapper {
    position: fixed;
    bottom: 0;
    right: 15px;
    display: none;
}

ul.floating-menu {
    padding: 0;
    margin: 0;
}

li.floating-menu-item {
    font-size: 50px;
    color: rgb(34,181,115);
    list-style: none;
}
li.floating-menu-item a {
    cursor: pointer;
    color: var(--primary-color);
}

li.floating-menu-item a:hover {
    color: rgb(34,181,115);
}

.site-items .login-checkbox label.login-checkbox-wrapper {
    top: 0;
}

.site-items input[type='checkbox']:not(old) + label {
    margin-left: 0;
}

.site-items .error-checkbox .remember-me-checkbox + label.login-checkbox-wrapper{
    background: #FE0000;
    border: 1px solid #FE0000;
}

.site-items label.login-checkbox-wrapper .glyphicon-remove {
    color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 1;
}

span.site-category-name {
    min-width: 90px;
    text-transform: uppercase;
}

.site-items .panding_site_two {
    display: block;
    font-size: 10px;
}
div.billing-items-wrapper {

    ul {
        padding-left: 0;
    }

    ul li {
        color: #AAAAAA;
        display: block;
        position: relative;
        display: inline-flex;
        margin-right: 15px;
    }
    
    ul li label{
        display: block;
        position: relative;
        font-weight: 300;
        font-size: 1.35em;
        margin: 10px auto;
        height: 30px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
    }
    
    ul li:hover label{
        color: #2196F3;
    }
    
    ul li .check{
        display: block;
        position: absolute;
        border: 5px solid #AAAAAA;
        border-radius: 100%;
        height: 25px;
        width: 25px;
        top: 30px;
        left: 0;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
        top: 50%;
        transform: translateY(-50%);
    }
    
    ul li:hover .check {
        border: 5px solid #2196F3;
    }
    
    ul li .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 11px;
        width: 11px;
        top: 2px;
        left: 2px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }
    
    input[type=radio]:checked ~ .check {
        border: 5px solid #2196F3;
    }
    
    input[type=radio]:checked ~ .check::before{
        background: #2196F3;
    }
    
    input[type=radio]:checked ~ label{
        color: #2196F3;
    }

    input[type='radio']:not(old) + label {
        background-image: none;
    }
    input[type='radio']:not(old) { width: 0; }
}

@media screen and (max-width:1024px) { 
    .login-header-wrapper {
        font-size: 5.4rem;
        line-height: 5.4rem;
    }
}
@media screen and (max-width:992px) { 
    .login-header-wrapper {
        font-size: 4rem;
        line-height: 4rem;
    }
}
@media screen and (max-width:767px) { 
    .login-header-wrapper {
        font-size: 4.1662rem;
        line-height: 4.1662rem;
        top: 20px;
        text-align: center;
    }
    body.login-page .login-form-wrapper {
        margin: 0 auto;
        margin-top: 30px;
    }
}
