.mainnav {
  min-width:1040px;
  display:table-row;
}
.topmenulinksdiv {
  font-size:14px;
  padding:0 10px;
  background-color:#fff;
  border-bottom:1px solid #ddd;
}
.topmenulinksdiv:before, .topmenulinksdiv:after {
  content:" ";
  display:table;
}
.topmenulinksdiv:after { clear:both; }
.topmenulinksdiv { *zoom:1; }
.topnavmenuitem {
  cursor:pointer;
  float:left;
  margin:8px 1px;
  padding:4px 15px;
  background-color:transparent;
  color:#128dbe;
  border-radius:4px;
}
.topnavmenuitem:hover { background-color:#f2f2f3; }
.topnavmenuitem img, .topnavselmenuitem img { margin-left:4px; }
.topnavselmenuitem {
  cursor:pointer;
  float:left;
  margin:8px 1px;
  padding:4px 15px;
  color:#005b7c;
  background-color:#f2f2f3;
  border-radius:4px;
}
.topnavmenuitem #itemspanleft, .topnavmenuitem #itemspanright { display:none; }
.menusectionextender {
  margin-top:3px;
  float:right;
}
.menusectiondefault {
  cursor:pointer;
  background-color:#424b5c;
}
.remenusectiondefault, .remenusectionwinapp, .remenusection1, .remenusection2, .remenusection3, .remenusection4 {
  float:left;
  text-align:center;
  width:inherit !important;
}
.menusectiondefault:before, .menusectiondefault:after {
  content:" ";
  display:table;
}
.menusectiondefault:after { clear:both; }
.menusectiondefault { *zoom:1; }
.menutext {
  font-size:14px;
  padding:4px 14px;
  color:#dadfe7;
  margin:8px 1px;
  border-radius:4px;
}
.remenusection1 .menutext, .remenusection2 .menutext, .remenusection3 .menutext, .remenusection4 .menutext {
  background-color:#2e3746;
  color:#fff;
  font-weight:normal !important;
  padding:4px 14px;
  position:relative;
}
.remenusection1 .menutext::after, .remenusection2 .menutext::after, .remenusection3 .menutext::after, .remenusection4 .menutext::after {
  content:"";
  display:block;
  position:absolute;
  bottom:-9px;
  left:42%;
  width:0;
  height:0;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-bottom:5px solid #fff;
}
.menutext:hover { color:#fff; }
.remenulinks {
  font-size:13px;
  padding-top:0px;
  padding-left:0px;
}
.remenusection1, .remenusection2, .remenusection3, .remenusection4 {
  color:#fff;
  cursor:pointer;
}
.remenuline1, .remenuline2, .remenuline3, .remenuline4 {
  display:block;
  height:1px;
  padding:0px;
  margin:0px;
  border:0px;
}
.remenuline1, .remenuline2, .remenuline3, .remenuline4 { display:none; }
#menulinkwindow { display:inline; }
#menulinkwindow img { margin-left:4px; }



.delete{ background-image:url('../images/delete.png');  background-repeat:no-repeat; } 
.edit{ background-image:url('../images/edit.png');  background-repeat:no-repeat;}

.divSectionBox{padding:2px; margin:2px;min-height:500px; height:100%;overflow:hidden;border:1px #dedede solid; background-color:#edf2f6; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow: 1px 1px 1px #fff;}
.divHeaderBox{padding:8px; margin:5px;border:1px #dedede solid; background-color:#edf2f6; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow: 1px 1px 1px #fff;}
.divHeaderBoxWhite{padding:8px; margin:5px;border:1px #dedede solid; background-color:#FFFFFF; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow: 1px 1px 1px #fff;}
.divSectionHeader{padding:3px 3px 3px 10px; margin:0; background-color:#f7f7f7; font-size:18px; letter-spacing:-1px; border-bottom:1px solid #aaaaaa;}
.divSectionHeader h2{ padding:5px 5px 5px 25px; margin:0; font-size:16px; text-decoration:none; border:none;}
.divSectionNav{padding:3px 3px 3px 10px; margin:0; background-color:#f7f7f7; font-size:18px; border-top:1px solid #ddd;}
.divSectionMid{padding:3px 3px 3px 10px; margin:0px 0px 0px 0px; background-color:#f7f7f7; font-size:12px; border-bottom:1px solid #ddd;}
.divSectionMid table td{font-size:12px; font-weight:normal;}

/* removed alert class because it conflicts with bootstrap*/
.error,  .notice, .success, .info {padding:0.2em;margin-bottom:.2em;border:2px solid #ddd;}
.error,  {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;  }
.help {color:#666;font-size:8px;font-weight:normal;font-family:Verdana, Geneva, sans-serif;	display: block;text-align: left;}

/*---------------------- Green Button Style -----------------------*/
.large .green .awesome{color:#fff; }
.button a{color:#fff;}
.awesome, .awesome:visited {background: #222 url('../images/alert-overlay.png') repeat-x; display: inline-block; padding: 5px 10px 6px; color: #fff; text-decoration: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); cursor: pointer; }
.awesome:hover { background-color: #111; color: #fff; text-decoration: none; }
.awesome:active { top: 1px; }
.small.awesome, .small.awesome:visited { font-size: 11px; padding:5px ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited  { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }

.large.awesome, .large.awesome:visited { font-size: 16px; padding: 7px 20px;}

.green.awesome, .green.awesome:visited  {  border: 1px solid #2D8F11; background-color: #179406; }
.green.awesome:hover { background-color: #3CBF17; }

.orange.awesome, .orange.awesome:visited  { border: 1px solid #F89B2A; background-color: #E68319; }
.orange.awesome:hover { background-color: #F89B2A; }

.blue.awesome, .blue.awesome:visited  { border: 1px solid #11808F; background-color: #007d9a;}
.blue.awesome:hover { background-color: #2daebf; } 

/*---------------------- Sortable Style -----------------------*/
#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1em; height: 2em; }
html>body #sortable li { height: 2em; line-height: 1.2em; }
.ui-state-highlight { height: 2em; line-height: 1.2em; }

.bld{font-weight:bold;}
.reg{font-weight:normal;}
.xxlrg{font-size:2.5em;}
.xlrg{font-size:2.0em;}
.lrg{font-size:1.5em;}
.med{font-size:1.2em;}
.sml{font-size:.92em;}
.xsml{font-size:.75em;}

.dkGrey{color:#666;}
.grey{color:#888;}
.grn{color:#080;}
.red{color:#900;}
.orng{color:#C60;}
.bl{color:blue;}

#exammenu {
color: #fff;
}
#exammenu {
margin: 10px 0;
padding: 2px 0;
border-top: 1px solid #6F6431;
border-bottom: 1px solid #6F6431;
background-color: #70651C;
}
/*modal Stuff */
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:360px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

/* IE 6 hacks */
#simplemodal-container a.modalCloseImg {background:none; right:-14px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgaes/x.png',sizingMethod='scale');}

/* #sharecolumn{
	font-size: .9em;
} */

.us_preview{background:url(../images/icon_small_preview_b.png) no-repeat left; padding-left:20px;}
.us_catalog{background:url(../images/cart.jpg) no-repeat left; padding-left:13px;}
.us_addRemoveGroups{background:url(../images/user-group.png) no-repeat left; padding-left:17px;}
.us_view{background:url(../images/icons/eye.png) no-repeat left; padding-left:20px;}
#us_embed{background:url(../images/icon_small_mail_b.png) no-repeat left; padding-left:20px;}
#us_share{background:url(../images/icon_small_share_b.png) no-repeat left; padding-left:20px;}
#us_edit{background:url(../images/edit_icon.jpg) no-repeat left; padding-left:20px;}
#us_delete{background:url(../images/icons/delete.png) no-repeat left; padding-left:20px;}
#us_add{background:url(../images/add_icon.jpg) no-repeat left; padding-left:20px;}
#us_add_blue{background:url(../images/add_icon_blue.gif) no-repeat left; padding-left:20px;}
#us_minus_blue{background:url(../images/minus-icon.jpg) no-repeat left; padding-left:20px;}
#us_activate{background:url(../images/icons/accept.png) no-repeat left; padding-left:20px;}
#us_embed{background:url(../images/icon_small_mail_b.png) no-repeat left; padding-left:20px;}
#us_manage_blue{background:url(../images/manage_icon.gif) no-repeat left; padding-left:20px;}
#us_resource{background:url(../images/resources.gif) no-repeat left; padding-left:20px;}
#us_exam{background:url(../images/exam.gif) no-repeat left; padding-left:20px;}
#us_study{background:url(../images/study.jpg) no-repeat left; padding-left:20px;}
#us_standards{background:url(../images/standards.png) no-repeat left; padding-left:20px;}
#us_email{background:url(../images/email.gif) no-repeat left; padding-left:20px;}
#us_info{background:url(../images/info_icon.gif) no-repeat left; padding-left:5px;}
#us_payment{background:url(../images/icons/money.png) no-repeat left; padding-left:20px;}
#us_email{background:url(../images/icons/email.png) no-repeat left; padding-left:20px;}

.us_print{background:url(../images/icon_small_print_b.png) no-repeat left; padding-left:20px;}

ul li a.q_reports{ padding-left:15px; background: transparent url('../images/icon_reports_10x10.png') no-repeat center left; }
ul li a.q_stats{ padding-left:15px; background: transparent url('../images/icon_stats_10x10.png') no-repeat center left; }
a.redlink{color: red;}



/*------------------- Share and embed this Quiz Page CSS ----------------------*/
#share_this_quiz .share_head{font-size:15px; font-weight: bold; padding:10px 0 6px 0; border-bottom: 1px solid #dddddd;}
#share_social_name{ margin:20px 0 20px 0; float:left; }
#share_social_name ul {/*background: #e0e0e0; */ padding:12px 0 12px 8px; float:left; width:920px; }
#share_social_name ul li{ float:left; padding-right:45px; font-size:12px; font-weight:bold;}
#share_grab_link{margin-bottom:20px;}
#share_grab_link #grab_text{margin:12px 0 10px 0;}
#share_grab_link input{padding:5px 0 5px 3px;}

textarea#embed_code_main { margin:0px; width:360px; font-size:11px;}
.lastshare{ width: 235px;}

/*********sharing for story page*************/
#share_this_quiz_box {display:none;}
#share_this_quiz_story {padding:20px; border:2px solid #eee; border-top:none; }
#share_this_quiz_story .share_head{font-size:13px; font-weight: bold; padding:10px 0 0px 0; /*border-bottom: 1px solid #dddddd;*/ }
#share_this_quiz_story .share_content { margin-bottom:20px; padding-left:8px;}
#share_this_quiz_story ul {padding:12px 8px 12px 0px; float:left; }
#share_this_quiz_story ul li{ float:left; padding-right:35px; font-size:12px; font-weight:bold;}
#share_this_quiz_story #grab_text{margin:0px 0 10px 0;}
#share_this_quiz_story input{padding:5px 0 5px 3px;}
#share_this_quiz_story #share_social_name{ margin:20px 0 20px 0; float:left; }
#share_this_quiz_story #share_social_name ul {/*background: #e0e0e0; */ padding:12px 0 12px 8px; float:left; width:920px; }
#share_this_quiz_story #share_social_name ul li{ float:left; padding-right:45px; font-size:12px; font-weight:bold;}



/***********************************************************************************/
img[id *='pdf'] { 
	border:0; 
   	background: url(../images/icons/page_pdf.png) no-repeat left;
}

img[id *='image'], img[id *='png'], img[id *='gif'], img[id *='jpeg'], img[id *='jpg'] { 
   border-style: none; 
   background: url(../images/icons/image.png) no-repeat left;
}

/* Excel Documents links */
img[id *='xls'], img[id *='csv'], img[id *='xlw'], img[id *='xlt'] {
	border-style: none; 
    background:transparent url(../images/excel.png) left no-repeat;
}
/* Word Document Links */
img[id *='doc'], img[id *='rtf'], img[id *='wps'], img[id *='msword'] {
	border-style: none; 
    background:transparent url(../images/icons/page_word.png) left no-repeat;
}

/* video files */
img[id *='video'], img[id *='flv'], img[id *='wmv'], img[id *='quicktime'], img[id *='flash'] {
	border-style: none; 
    background:transparent url(../images/icons/video.png) left no-repeat;
}

/* txt files */
img[id *='text'], img[id *='txt'], img[id *='plain']{
	border-style: none; 
    background:transparent url(../images/icons/text_align_justify.png) left no-repeat;
}

.horizontalLine {
	padding-top: 6px;
	margin-bottom: 6px;
	border-bottom: dotted 1px;
}



/*******************************Dash Board************************************/
.post-date {
	font-size: .9em;
	color: #969699;
	font-style: italic;
}
.post-link {
	text-align: right;
}
.post-excerpt {
	margin-bottom: 1em;
}

.impLinks li{
	margin-bottom: 5px;
	margin-top: 2px;
}

/***************************************Icon Stuff********************/
@media all and (min-width:980px){
    .dashboardArrow{min-height:200px;}
    .dasharrow{ position: absolute; left: 60%; top: 45%; width:40px; height:40px; background-image:url('../images/forward.png');  background-repeat:no-repeat; }
}
@media all and (max-width: 970px) and (min-width: 100px) {
	.dashboardArrow{min-height:0px;}
	.dasharrow{top: 45%; width:20px; height:20px; background-image:url('../images/icons/arrow_down_1.png');  background-repeat:no-repeat; }
	.dasharrowempty{top: 45%; width:20px; height:20px; }
}

/****************************************************************************/

.resetStyles {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
}


/*************************************************************************************/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(249,249,249);
    opacity: .8;
}
.loader1 {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 160px;
  height: 160px;
  margin:25% 45%;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}	
/************************************************ User Chat ********************************************************/
.popup-box {
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	bottom: 0;
	display: none;
	height: 550px;
	position: fixed;
	right: 18%;
	width: 400px;
}
.round.hollow {
	margin: 40px 0 0;
}
.round.hollow a {
	border: 2px solid #ff6701;
	border-radius: 35px;
	color: red;
	color: #ff6701;
	font-size: 23px;
	padding: 10px 21px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}
.round.hollow a:hover {
	border: 2px solid #000;
	border-radius: 35px;
	color: red;
	color: #000;
	font-size: 23px;
	padding: 10px 21px;
	text-decoration: none;
}
.popup-box-on {
	display: block !important;
}

.popup-box .popup-head {
	background-color: #fff;
	clear: both;
	color: #7b7b7b;
	display: inline-table;
	font-size: 17px;
	padding: 7px 10px;
	width: 100%;
}

.bg_none i {
	border: 1px solid #ff6701;
	border-radius: 25px;
	color: #ff6701;
	font-size: 17px;
	height: 33px;
	line-height: 30px;
	width: 33px;
}

.bg_none:hover i {
	border: 1px solid #000;
	border-radius: 25px;
	color: #000;
	font-size: 17px;
	height: 33px;
	line-height: 30px;
	width: 33px;
}

.bg_none {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
}

.popup-box .popup-head .popup-head-right {
	margin: 11px 7px 0;
}

.popup-box .popup-messages {
	
}

.popup-head-left img {
	border: 1px solid #7b7b7b;
	border-radius: 50%;
	width: 44px;
}

.popup-messages-footer>textarea {
	border-bottom: 1px solid #b2b2b2 !important;
	height: 34px !important;
	margin: 7px;
	padding: 5px !important;
	border: medium none;
	width: 95% !important;
}

.popup-messages-footer {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.popup-messages-footer .btn-footer {
	overflow: hidden;
	padding: 2px 5px 10px 6px;
	width: 100%;
}

.simple_round {
	background: #d1d1d1 none repeat scroll 0 0;
	border-radius: 50%;
	color: #4b4b4b !important;
	height: 21px;
	padding: 0 0 0 1px;
	width: 21px;
}

.popup-box .popup-messages {
	background: #3f9684 none repeat scroll 0 0;
	height: 375px;
	overflow: auto;
}

.direct-chat-messages {
	overflow: auto;
	padding: 10px;
	transform: translate(0px, 0px);
}

.popup-messages .chat-box-single-line {
	border-bottom: 1px solid #a4c6b5;
	height: 12px;
	margin: 7px 0 20px;
	position: relative;
	text-align: center;
}

.popup-messages abbr.timestamp {
	background: #3f9684 none repeat scroll 0 0;
	color: #fff;
	padding: 0 11px;
}

.popup-head-right .btn-group {
	display: inline-flex;
	margin: 0 8px 0 0;
	vertical-align: top !important;
}

.chat-header-button {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #636364;
	border-radius: 50%;
	font-size: 14px;
	height: 30px;
	width: 30px;
}

.popup-head-right .btn-group .dropdown-menu {
	border: medium none;
	min-width: 122px;
	padding: 0;
}

.popup-head-right .btn-group .dropdown-menu li a {
	font-size: 12px;
	padding: 3px 10px;
	color: #303030;
}

.popup-messages abbr.timestamp {
	background: #3f9684 none repeat scroll 0 0;
	color: #fff;
	padding: 0 11px;
}

.popup-messages .chat-box-single-line {
	border-bottom: 1px solid #a4c6b5;
	height: 12px;
	margin: 7px 0 20px;
	position: relative;
	text-align: center;
}

.popup-messages .direct-chat-messages {
	height: auto;
}

.popup-messages .direct-chat-text {
	background: #dfece7 none repeat scroll 0 0;
	border: 1px solid #dfece7;
	border-radius: 2px;
	color: #1f2121;
}

.popup-messages .direct-chat-timestamp {
	color: #fff;
	opacity: 0.6;
}

.popup-messages .direct-chat-name {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 0 49px !important;
	color: #fff;
	opacity: 0.9;
}

.popup-messages .direct-chat-info {
	display: block;
	font-size: 12px;
	margin-bottom: 0;
}

.popup-messages  .big-round {
	margin: -9px 0 0 !important;
}

.popup-messages  .direct-chat-img {
	border: 1px solid #fff;
	background: #3f9684 none repeat scroll 0 0;
	border-radius: 50%;
	float: left;
	height: 40px;
	margin: -21px 0 0;
	width: 40px;
}

.direct-chat-reply-name {
	color: #fff;
	font-size: 15px;
	margin: 0 0 0 10px;
	opacity: 0.9;
}

.direct-chat-img-reply-small {
	border: 1px solid #fff;
	border-radius: 50%;
	float: left;
	height: 20px;
	margin: 0 8px;
	width: 20px;
	background: #3f9684;
}

.popup-messages .direct-chat-msg {
	margin-bottom: 10px;
	position: relative;
}

.popup-messages .doted-border::after {
	background: transparent none repeat scroll 0 0 !important;
	border-right: 2px dotted #fff !important;
	bottom: 0;
	content: "";
	left: 17px;
	margin: 0;
	position: absolute;
	top: 0;
	width: 2px;
	display: inline;
	z-index: -2;
}

.popup-messages .direct-chat-msg::after {
	background: #fff none repeat scroll 0 0;
	border-right: medium none;
	bottom: 0;
	content: "";
	left: 17px;
	margin: 0;
	position: absolute;
	top: 0;
	width: 2px;
	display: inline;
	z-index: -2;
}

.direct-chat-text::after, .direct-chat-text::before {
	border-color: transparent #dfece7 transparent transparent;
}

.direct-chat-text::after, .direct-chat-text::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent #d2d6de transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: medium;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 15px;
	width: 0;
}

.direct-chat-text::after {
	border-width: 5px;
	margin-top: -5px;
}

.popup-messages .direct-chat-text {
	background: #dfece7 none repeat scroll 0 0;
	border: 1px solid #dfece7;
	border-radius: 2px;
	color: #1f2121;
}

.direct-chat-text {
	background: #d2d6de none repeat scroll 0 0;
	border: 1px solid #d2d6de;
	border-radius: 5px;
	color: #444;
	margin: 5px 0 0 50px;
	padding: 5px 10px;
	position: relative;
}
/************************************Zozo Tabs*****************************************/
	.select2-choices {
	  overflow-y: auto;
	}
	connection {
		border: 2px solid rgba(113, 112, 112, 0.4);
	}
	.footer {
		position: relative !important;
	}
	.card-img-border {
		margin: 2px;
       	box-shadow: 0 0 0 2px #43a047;
	}
	
	/* new CSS changes  */
	.z-tabs {
		padding-bottom: 0px!important;
	}
	.z-tabs.vertical>ul {
		min-width: 270px !important;
	}
	.z-link {
		padding: 17px !important;
		padding-left: 20% !important;
	}
	.z-tabs.white.z-bordered>ul>li.z-active>a {
		font-size: 16px;
	}
	#tabbed-nav2 .z-container {
		background-image: linear-gradient(to right, #c3cbd0 , #134967);
	}
	.z-content-inner {
		padding-top: 20px !important;
	}
	.button-color {
		background-color: #7aa507;
	    color: white;
	    border-radius: 20px;
	    width: 50%;
	}
	.triangle-left {
		width: 0;
	    height: 0;
	    border-top: 15px solid transparent;
	    border-bottom: 15px solid transparent;
	    border-right: 15px solid #c3cbd0;
	    position: absolute;
	    right: 0;
	    bottom: 31%;
	    z-index: 9999999;
	}
	.tickMarkClass{
		position: absolute;z-index: 99999;left: 3%;top: 19%;background: #fff;
		border-width: 4px;
		border-color:#dddddd;
	}
	.tickMarkClass .icon-checkmark3 {
		font-weight: 900;
	}
	.tickUnMarkClass {
		position: absolute;z-index: 99999;left: 3%;top: 10%;background: #fff; width:25px;  	height: 30px;border-width: 4px;border-color:#dddddd; font-size:14px;
	}
	.z-tabs.z-multiline>ul.z-tabs-desktop>li>a.z-link>span, .z-tabs.z-multiline>ul.z-tabs-mobile>li>a.z-link>span>span {
		line-height: 1.22em !important;
	}
	.accordion .icon{
        margin-right: 0.5rem;
    }
	.select2-container-multi {
	    border: 1px solid #d8d8d8 !important;
	}
	label.checkbox > span{
		padding: 0 7px;
    	position: relative;
    	top: 6px;
    }
    .radio + .radio, .checkbox + .checkbox {
    	margin-bottom: 0 !important; 
	}