/* common styles begin */
.clear{
	clear:both;
}
.right{
	 float:right;
}
.left{
	float:left;
}
input[type="file"] {
 display: inline; 
}
.border_s_blue { border-left:solid 7px #6C9BC8; }
.border_s_red { border-left:solid 7px #E16F6F; }
.border_s_orange { border-left:solid 7px #F9A43F; }
.border_s_green { border-left:solid 7px #5DD598; }
.border_s_none { border-left:solid 7px #BFBFBF; }
.color_s_blue { color:#6C9BC8;}
.color_s_red { color:#E16F6F;}
.color_s_orange { color:#F9A43F;}
.color_s_green { color:#5DD598;}
.color_s_none { color:#999;}
.color_c_yellow { background: rgb(253, 252, 154); }
.color_bg_sky { background: #F2FDFF; }
.edit_mode_status { background:#F2F2F2;}
.color_g_btn .ui-button-text { color:#fff; background: #5f9d1e; }
.color_r_btn .ui-button-text { color:#fff; background: #F01C1C; }

.fontSourceSans {
	font-family: 'Source Sans Pro', sans-serif;
}
/* common styles end */


/* login page begin */

.mainLoginWrap{
	width:960px;
	margin:0 auto;
}
.mainDiv{
	padding:20px;
}
.loginWrapper {
	margin: 100px auto;
}
.loginWrapper .messageWrapper h1 { padding:0; padding-bottom:10px;}
.loginOutLine{
	width: 420px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #d0d0d0;
	margin: auto;
	box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	-moz-box-shadow: 0px 0px 5px #ddd;
	background: #fafafa;
}

@media only screen and (max-width: 767px) {
	.mainLoginWrap{
		width:100%;
		margin:0 auto;
	}
	.mainDiv{
		padding:2px;
	}
	.loginOutLine{
		width: 94%;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border: 1px solid #d0d0d0;
		margin: auto;
		box-shadow: 0px 0px 5px #ddd;
		-webkit-box-shadow: 0px 0px 5px #ddd;
		-moz-box-shadow: 0px 0px 5px #ddd;
		background: #fafafa;
	}
}

.loginOutLine .loginTitle {
	margin: 0;
	border-radius: 4px 4px 0px 0px;
	padding: 7px 18px 5px 18px;
	font-size: 28px;
	text-align: center;
	color: #333;
	background: #fafafa;
	border-bottom: solid 1px #e0e0e0;
}
.loginOutLine form {
	margin:0;
}
.loginSection {
	padding: 9px 18px;
}
.checkDiv{
	margin: 10px 0 0 73px;
	text-align: right;
}
.forgotDiv{
	padding:10px 0 10px 0px;
}
.inputUserPass{
	height:auto !important;
	padding:10px !important; 
	margin-bottom:0px !important;
}
.userPassLabel{
	color: #777;
	margin-top:10px;
	font-weight:bold;
}
.validDiv{
	display:none;
	color:#ff0000;
	padding-top: 10px;
	font-size: 13px;
}
.loginBtn{
	margin-top: 18px;
}
.checkDiv #rememberCheck{
	margin-top: -1px;
}

.forgotDiv .resetPassword{
	font-size: 14px;
	text-decoration: none;
}
/* login page end */

/* password forget page start */
.forgotHead{
	font-weight:bold;
}
.resetPasswordForm {
	margin-bottom:20px !important;
}
/* password forget page end */



/* projects page begin */
.mainDivProject{
	border-bottom: 6px solid #4E4E50;
	color:#CCC!important;
}
.navbar-inverse{
	background-color: #cccccc;	
	color:#CECECE;
}
.nav > li > a:hover{
	background-color:#747474;
}
.sidebar{
	background-color:#808080;
	padding-top: 0px;
	top: 57px;
}
.sidebar a{
	color:black;
	font-weight:bold;
}
.nav-sidebar > .active > a{
	color: black;
	background-color: #F3F3F3;
	outline: none;
	border-right: 6px solid green;
}
.navbar-inverse .navbar-nav > .active > a {
	color: black;
	background: #F3F3F3;
	outline: none;
	border-top: 6px solid green;
	padding-top: 12px;
	padding-bottom: 12px;
}
.navbar-inverse .navbar-nav > li > a:hover , .navbar-inverse .navbar-nav > .active > a:hover {
	background: #F3F3F3;
	color:#000;
}
.navbar-inverse .navbar-nav > li.nav-profile > a:hover  {
	background: none ;
	color:#999;
}
.navbar-inverse .navbar-nav > li.nav-profile {
	margin-right:15px;
}
.navbar-inverse .navbar-nav > li.nav-profile.open > a {
	background: none ;
	color:#999;
}
.navbar-inverse .navbar-nav > li.nav-profile > ul.dropdown-menu > li > a:hover {
	background: none ;
	color:#999;
}
.page-header{
	color: #616366;
	font-size:32px;
	letter-spacing: 1px;
	font-family: 'Fjalla One', sans-serif;
	font-weight:normal;
	border:none;
	margin:0px;
	padding-bottom:10px;
}
.newProjectBtn{
	float:right;
}
.pageTopHeadWrap {
	padding-top:25px;
	padding-bottom:6px;
	background: #ffffff;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccd1d9;
}
.pageTopHeadWrap .page-header{
	float:left;
	/*padding-bottom: 0;*/
	margin: 0;
	border: none;
}
.pageTopHeadWrap  a{
	float:right;
	margin-left: 10px;
}
.pageTopHeadWrap .page-header{
	border:none;
}

.projectTotal{
	font-weight:bold;
}
.projectDetail{
	padding: 4px 10px 8px 10px;
	border-radius: 3px 3px;
	-webkit-border-radius:  3px 3px;
	-moz-border-radius:  3px 3px;
}
.projectBodyMain {
	margin-right: 0;
	padding-left:0px;
	padding-right:0px;
}

.projectName{
	color: #777;
	font-family: "Source sans pro",sans-serif;
	letter-spacing: 2px;
	font-weight: 400;
	font-size:15px; /*22px;*/
	/*color:#656d78;*/
}
.projectName .boxed{
	height: 10px;
	width: 95%;
	max-width: 638px;
	background: #545458;
	float: right;
	margin: 4px 0 0 5px;
}
.projectBodySide{
	font-size: 18px;
	/*font-family: Haettenschweiler;*/
	font-weight: bold;
	padding-left: 0;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #EEEEEE;
    text-decoration: none;
}
.sidebar{
	background-image: url(../images/sidBarStrip_03.png);
	background-repeat: repeat-y;
	background-position-x: right;
}
.navbar-brand{
	color: #616366;
	font-size:30px;
	letter-spacing: 1px;
	font-family: 'Fjalla One', sans-serif;
	font-weight:bold;
	float: left;
	height: 50px;
	/*padding: 18px 0px;*/ /* OLD BACKUP */
	padding: 2px 0px;
	line-height: 20px;
}
.header-ul{
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing:1px;
	font-size:15px;
	font-weight:600;
	color:#ccc;
	/*margin-right:5px !important;*/
	
}
.projectTotal > span{
	width: 20px;
	display: inline-table;
}
.projectTotal > span > a{
	color: rgb(128, 125, 125);
}
.projectTotal a{
	text-decoration:none;
}
.closeSideBar{
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border: 0px solid #000000;
	position: fixed;
	top: 58px;
	left: 224px;
	background: rgba(0,0,0,0.75);
	padding: 15px 5px;
	color: white;
	cursor:pointer;
	z-index: 9999;
}
.closeSideBar span.isFlag{
	display:none;
}
.closeSideBar label{
	margin-bottom: 0;
}
.closeSideBar span.glyf_arrow_left {
	background: url(../images/closeBar-left.png) no-repeat center;
	padding: 0 10px;
}
.closeSideBar span.glyf_arrow_right {
	background: url(../images/closeBar-right.png) no-repeat center;
	padding: 0 10px;
}
[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../images/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}
.icon-chevron-left {
	background-position: -432px -72px;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings-white.png");
}
.main {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* projects page end */

/* menu drop down begin */

#profileNavigator {
	margin: 0;
	padding: 0;
}
#profileNavigator li a {
	z-index: 1000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	padding: 8px 10px 8px 33px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #464646;
	background-color: #2C2C2C;
	text-decoration:none;
	color:#999;
	font-size: 12px;
	text-decoration: none;
	font-family: "Interstate","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Garuda,Verdana,Tahoma,sans-serif;
	-webkit-transition: color .2s linear,-webkit-box-shadow .2s linear;
	-moz-transition: color .2s linear,box-shadow .2s linear;
	-o-transition: color .2s linear,box-shadow .2s linear;
	transition: color .2s linear,box-shadow .2s linear;
}
#profileNavigator li:hover a{
	color:#fff;
	-moz-box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow:inset 0 0 10px #000000;
	box-shadow:inset 0 0 10px #000000;
}
.yProfile {
	background: url(../images/profile.jpg) no-repeat 11px center;
}
.yPurchases {
	background: url(../images/shopping_cart_icon.png) no-repeat 11px center;
}
.yConnections {
	background: url(../images/icon_people16.png) no-repeat 11px center;
}
.yPlaylists {
	background: url(../images/list-icon-18.png) no-repeat 11px center;
}
.yLoves {
	background: url(../images/greyHeart16.png) no-repeat 11px center;
}
.ySettings {
	background: url(../images/settings_icon_16.png) no-repeat 11px center;
}
.yLogout {
	background: url(../images/Light_Lock16.png) no-repeat 11px center;
}
/* menu drop down end */

/* Create form */
#createFormSection {
	font-size:13px;
}
#createFormSection.main {
	padding:7px 0 10px 0px;
}
#createFormSection .createFormHeader {
	background: #efefef;
	box-shadow: 0px 1px 4px #999;
	-webkit-box-shadow: 0px 1px 4px #999;
	-moz-box-shadow: 0px 1px 4px #999;
	padding: 0 10px;
	position: relation;
	z-index: 1000;
	width: 100%;
}
.createFormHeader .formTitleWrap {
	text-align: center;
	padding: 8px 0 5px 0;
}

.formList {
padding:0px;
}

.removePaddingList {

padding:0px;
}

.formTitle {
	font-size: 24px;
	color: #666;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border-top: solid 1px #a0a0a0;
	border-left: solid 1px #a0a0a0;
	border-right: solid 1px #a0a0a0;
	border-radius: 4px 4px 0px 0px;
	box-shadow: 0px 0px 4px #aaa;
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa;
}
.formTitle input {
	border: none;
	padding: 8px 15px 5px 15px;
	text-align: left;
	width: 100%;
	background: #fafafa;
	border-radius: 4px 4px 0px 0px;
}
.formTitleWrap span.delete-large-icon {
	float: right;
	padding: 20px;
	background: transparent url(../images/trash_w.png) no-repeat 0px center;
}
.createFormHeader .menuSection {
	float:left;
}
ul.formNavMenu {
	padding: 0;
	margin:0;
	list-style: none;
}
ul.formNavMenu li {
	display: inline-block;
	padding: 5px 10px 5px 8px;
	border-right: solid 1px #dadada;
}
ul.formNavMenu li:last-child {
	border-right:none;
}
ul.formNavMenu li a.menuNavItem {
	padding: 5px 10px;
	/*padding-left: 25px;*/
	line-height: 30px;
	text-decoration: none;
	color: #666;
	font-size: 13px;
	background: #e0e0e0;
	box-shadow: 0px 0px 4px #ccc;
	-webkit-box-shadow: 0px 0px 4px #ccc;
	-moz-box-shadow: 0px 0px 4px #ccc;
	border-radius: 3px;
	border: solid 1px #999;
	font-weight:bold;
}
ul.formNavMenu li a.deleteNav {	
	color: #fafafa;
	background: #ed5565;
}
ul.formNavMenu li a.versionNav {
	color: #5f9d1e;
	font-weight: bold;
}
.save_icon { background: transparent url(../images/Save.png) no-repeat 0px center; }
.cancel_icon { background: transparent url(../images/Exit.png) no-repeat 0px center; }
.import_icon { background: transparent url(../images/import.png) no-repeat 0px center; }
.export_icon { background: transparent url(../images/export.png) no-repeat 0px center; }
.feedback_icon { background: transparent url(../images/feedback.png) no-repeat 0px center; }

.createFormSectionWrap {
	overflow-y:hidden;
	overflow-x: scroll;
	width:100%;
}
.createFormSection {
	padding: 0;
	position:relative;
	height:100%;
}
.col-md-10 .createFormSection {
	padding: 0 0 0 0;
}
.createFormSection .col-md-3 {
	padding:0;
}
.toolBoxWrap  .toolBox {
	background: #f0f0f0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0px 0px 4px #aaa;
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa;
	margin: 10px;
	border: solid 1px #aeaeae;
}	
.viewModeWrap  .viewMode {
	background: #666666;
}
.formPropertiesWrap {
	height: 100%;
	background: #f0f0f0;
	border-left:solid 1px #aaa;
}
.formPropertiesWrap h3, .toolBox h3 {
	margin: 0;
	font-size: 17px;
	text-align: left;
	font-weight:bold;
	padding: 7px 10px 5px 10px;	
	
}
.formPropertiesWrap h3 {
	background: #85d5f2;
	color:#1d94bf;
	border-bottom:solid 1px #aaa;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}
.toolBoxWrap, .formPropertiesWrap  {
	width:320px;
}
	
.toolBoxWrap {
	width:240px;
	position: relative;
	float:left;
}
.formPropertiesWrap {
	position: relative;
	margin:10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0px 0px 4px #aaa;
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa;
	border: solid 1px #aeaeae;
	float: right;
}

.toolBox {
	border-right:solid 1px #aaa;
	border-bottom:solid 1px #aaa;
}
	
.toolBox h3 {
	background: #ffdb80;
	border-bottom:solid 1px #aaa;
	color:#db9c1d;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}
.toolBox #tools {
	padding:7px;
	clear:both;
}

.toolBox .questDesc {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
	background: -o-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea', GradientType=0 );
	border: solid 1px #aaa;	
	padding: 4px;
	margin-bottom: 5px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.toolBox .questDesc .toolImage {
	border: none;
	float: left;
	width: 35px;
	height: 35px;
	padding: 2px;
}
.toolBox .showToolStamp {
	text-align:left;
	padding:7px 7px;
	background:#e0e0e0;
	border-bottom:solid 1px #aaa;
}
.toolBox .showToolStamp a {
	padding: 2px 10px;
	background: #f0f0f0;
	text-decoration:none;
	color: #666;
	border: solid 1px #aaa;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.toolBox .questDesc .freeDescript {
	float: left;
	padding-left: 5px;
	padding-top: 2px;
}
.toolBox  h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
#formProperties {
	padding:10px;
	line-height:20px;
	height: 550px;
	overflow-y: scroll;
}	
#formProperties fieldset label {
	display:block;
	text-align:left;
	margin-bottom:4px;
}
#formProperties fieldset .selectText , fieldset .textField, #formProperties fieldset .selectText , fieldset .msgField {
	width:100%;
	margin-bottom:7px;
	border: none;
	padding: 4px 7px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:solid 1px #aaa;
} 

#formProperties fieldset select  {	
	background: #e9e9e9 ; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0  0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0 ), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0  0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0  0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0  0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0  0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
.fullWidthBtn, .fullWidthBtn:hover, .fullWidthBtn:active , .fullWidthBtn:visited, .fullWidthBtn:link    {
	width:100%;
	margin: 5px 0 7px 0;
	font-size:13px;	
}
.spanMargin {
	display:inline-block;
	margin-bottom:5px;
}
.toolsListView , .toolsGridView {
	height:100%;
	overflow-y:scroll;
}

.toolViewWrap span{
	
}
.optionsField .ui-button-text {
	padding: 5px 10px;	
	font-size: 12px;
}
.optionWrap {
	font-size: 12px;
}
.optionListSelector {
	font-size: 12px;
}
.optionClone {
	padding: 5px 0;
}
.optionClone .ui-widget-text {
	width:78%; /*80%*/
}
span.removeOption {
	padding: 3px 9px;
	background: transparent url(../images/del_icon.png) no-repeat center;
	cursor:pointer;
}
span.removeOptionBtn {
	padding: 4px 6px;
	border: 1px solid #a1a1a1;
	cursor: pointer;
	margin-left: 2px;
}
.booleanExpressions .ui-widget-input{
	width: 100px;
	margin-right:10px;
}
.booleanExpressions .ui-widget-select {
	margin-right:10px;
	max-width: 235px;
}
.booleanExpressions {
	margin:10px 0;
}
.booleanExpressions .expression_row td {
	padding: 3px 0;
}
.conditionSet {
	 padding: 6px 12px;
	 background: transparent url(../images/picker.png) no-repeat center;
	 cursor:pointer;
}
.formDropableWrap {
	width: 500px;
	margin: 0;
	float:left;
}

/* mobile preview */
.MobilePreviewBtn  {
	float: right;
	padding: 5px 10px;
	margin: 3px 10px 3px 0px;
	background: #e0e0e0;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 0px 4px #ccc;
	-webkit-box-shadow: 0px 0px 4px #ccc;
	-moz-box-shadow: 0px 0px 4px #ccc;
	border:solid 1px #aaa;
}
.dvAttachFileMain {
	position: relative;
	display: inline-block;
}
.AttachFileBtn {
	position: relative;
}
.AttachFile-dropdown-content {
  /*display: none;*/
  position: absolute;
  background-color: #f9f9f9;
  top: 100%;
  left: 0;
  margin-top: 5px;
  max-width: 500px;
  color:#292b2c;
  font-size: small;
  white-space: nowrap;
  line-height:1.5rem;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
  z-index: 10000;
  padding: 10px;
}
.viewModeWrap {	
	float: left;
	margin: 10px 0;	
}
.closeMobilePreview  {
	float: right;
	margin: 0 10px 0 0;
	font-size: 16px;
	color: #dedede;
	cursor: pointer;	
}
.viewModeWrap .viewMode {	
	width: 450px;
	margin:0 auto;
	overflow-y: scroll;
}
.viewModeWrap .previewMode {
	position: absolute;
	display: block;
	top: 0;
	right: -20px;
	height: 95px;
	width: 20px;
	background: transparent url(../images/preview.png) no-repeat center;
	margin: 0;
	text-indent: -3000px;
	cursor: pointer;
}
.viewModeWrap .viewMode .viewPreview {
	text-align: center;
	padding: 10px 0 5px;
}
.viewBtn {
	border-radius: 5px;
	background: #f2f2f2;
	border: none;
	padding: 5px 10px;
	box-shadow: 1px 2px 4px #333;
}
#iPhone5Emulator { 
	background: transparent url(../images/HTC_One_portrait.png) no-repeat center;
	width: 420px;
	height: 840px;
	margin: 0 auto;
	text-align: center;
	padding: 82px 36px 118px 24px;
}
#iPhone5Emulator  .headerFrame {
	background: #222222 url(../images/mobile_logo.jpg) no-repeat left;
	padding: 20px 0;
}
#iPhone5Emulator .iframeWrap  {
	border:none;
	width:360px; 
	height:640px;
	padding:0;	
	position:relative;
}
#iPhone5Emulator .iframeWrap .mobileHeaderTop {
	position: absolute;
	z-index: 500;
	width: 100%;
}
.iframeWrap .prevDiv {
	text-align:left;
	padding: 5px 0;
}
.iframeWrap .subFormGroup {

}
.iframeWrap .prevDiv label {
	display:block;
}
.iframeWrap .prevDiv select, .iframeWrap .prevDiv input[type="text"], .iframeWrap .prevDiv input[type="email"], .iframeWrap .prevDiv input[type="password"], .iframeWrap .prevDiv textarea  {
	width:100%;
	line-height: 18px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: solid 1px #dedede;
	padding: 5px;
}
.repeatGroupWrap .addNewRepeatGroupTxt  {
	width:100%;
	line-height: 18px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: solid 1px #dedede;
	padding: 5px;
	margin: 5px;
}
.clsMandatoryFldsRemain {
	float:right; 
	margin-right:15px;
	font-weight: bold;
	font-size: 16px;
	color: #BD0000;
}
#mobileFrameView {
	background:#fff;
} 
#mobileFrameView  .formTitle {
	padding: 5px 5px;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	margin:0;
}
#mobileFrameView  .topTitleHead {
	border-bottom: solid 2px #666;
	font-size: 15px;
	line-height: 24px;
}
#mobileFrameView .mobileFrameWrap {
	padding: 0 10px;
}
#mobileFrameView .QuestionViewFrame {
	overflow-y: scroll;
	background: #f2f2f2;
	height: 600px;
}
#mobileFrameView .QuestionViewFrame .footerFrame {
	padding:5px 10px;
}

#desktopFrameView {
	background:#fff;
} 
#desktopFrameView  .formTitle {
	padding: 5px 5px;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	margin:0;
	border-bottom: solid 2px #666;
}
#desktopFrameView  .topTitleHead {
	/*border-bottom: solid 2px #666;*/
	font-size: 15px;
	line-height: 24px;
}
#desktopFrameView .desktopFrameWrap {
	padding: 0 10px;
}
#desktopFrameView .QuestionViewFrame {
	overflow-y: scroll;
	background: #f2f2f2;
	height: 720px;
}
#desktopFrameView .QuestionViewFrame .footerFrame {
	padding:5px 10px;
}
#desktopFrameView  .dateHead {
	font-size: 13px;
	font-weight: normal;
}
.imagePreview {
	margin:5px 0;
}
.errMsg {
	color:#FF0000;
	font-size:11px;
}
span.errMsg { 
	display:block;
}

.f-Title {
	color:#ff0000;
}
.mutipleChoiceSet {
	padding-left: 10px;
	list-style: none;
	margin: 0;
	max-height: 150px;
	overflow: auto;
	margin-bottom: 10px;
}
.error-input {
	border: solid 1px #D80000;
	box-shadow: 0px 0px 4px #ff0000;
	-webkit-box-shadow: 0px 0px 4px #ff0000;
	-moz-box-shadow: 0px 0px 4px #ff0000;
}
span.caption {
	display:block;
}
.signature.imagePreview, .sketch.imagePreview , .image.imagePreview{
	min-height: 70px;
	background: #f2f2f2;
	border: solid 1px #ccc;
	position: relative;
}
.image-wrapper {
    position: relative;
    width: 100%;
    /*margin-bottom: 10px;*/
}
.file-wrapper {
    position: relative;
    width: 100%;
    display: flex;
	align-items: center;
	gap: 15px;
}
.file-wrapper-overlay {
    position: relative;
    width: 100%;
    display: flex;
	flex-direction: column;
}
.linkPreview {
	flex-grow: 1;
	white-space: nowrap;
	overflow: hidden;
}
.button-container {
    display: flex;
    gap: 15px;
	margin-right: 5px;
}
.link-and-buttons-container {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
}
.imgoverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
}
.imgoverlay-delete {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    display: none;
}
.imgoverlay-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    color: white;
    font-size: 20px;
    padding: 10px;
	cursor: pointer;
	flex-direction: column;
	gap: 10px;
}
.imgoverlay-text .imgoverlay-buttons-container {
	display: flex;
	gap: 25px;
}
.image-wrapper.imgoverlay-active .imgoverlay, .image-wrapper.imgoverlay-active .imgoverlay-delete{
    display: block;
}
.img-delete-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
	display: none;
	align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}
.img-delete-overlay-text {
    display: flex;
    color: white;
    font-size: 20px;
    padding: 10px;
	cursor: pointer;
	flex-direction: column;
	gap: 10px;
}
.img-delete-overlay-text .img-delete-overlay-buttons-container {
	display: flex;
	gap: 25px;
}
.img-delete-overlay.active {
    display: flex;
}
.image-upload-input {
	display: none;
}

.fileoverlay {
    display: flex;
    flex-direction: column; /* Keep contents stacked */
    justify-content: center;
    align-items: center;
	background: rgba(0, 0, 0, 0.35);
}
.fileoverlay-text {
    display: block;
    text-align: center;
    height: 100%;
    color: white;
    font-size: 20px;
    padding: 5px;
}
.file-wrapper-overlay .fileoverlay-active {
	display: flex;
}

.prevDiv .divBorder {
	padding: 5px 10px;
	background:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.prevDiv.subFormGroup .subFormWrap .divBorder {
	padding: 5px 10px;
	background:#ffffff00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btnValidate  {
	
}
.subFormGroup{
	display:none;
	padding: 2px 10px;
}
.sub-form-wall{
	padding: 0px 0px; /*6px 10px;*/
	font-weight: bold;
	font-size: 14px;
	/*background: #FFF url(../../images/arrows.png) no-repeat center right;*/
	background: #FFF url(../images/arrows.png) no-repeat center right;
	color: #333;
	text-align: left;
	width: 100%;
	margin: 5px 0;
	line-height: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #ccc;
	cursor:pointer;
	position: relative;
}

.sub-form-wall-wo-icon{
	padding: 0px 0px; /*6px 10px;*/
	font-weight: bold;
	font-size: 14px;
	background-color: #FFF;
	color: #333;
	text-align: left;
	width: 100%;
	margin: 5px 0;
	line-height: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #ccc;
	cursor:pointer;
	position: relative;
}

.hideAllPrevDiv{
	display:none !important;
}

.subgroupFormTitle{
	display:none;
}

.repeatGroupWrap, .repeatGroupWrap .divBorder {
	padding: 5px 10px;
	width: 100%;
	margin: 5px 0;
	text-align: center;
	background:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.repeatGroupWrap label {
	display:block;
	text-align:left;
}
.repeatGroupWrap .groupEditSet {
	padding:0 0 4px 0;
	display:flex; /*block;*/
	align-items: center;
}
.mobileFrameWrap .errorClass {
	background-color:#FF9898 !important;
}
.desktopFrameWrap .errorClass {
	background-color:#FF9898 !important;
}
.highlight-section {
	background-color:#a5cff7a8 !important;
}
.repeatBtnEdit {
	width: 73%;
	margin-right: 5px;
}

.prevDiv .divBorder, .repeatGroupWrap {
	box-shadow: 0px 2px 6px #ccc;
	-webkit-box-shadow: 0px 2px 6px #ccc;
	-moz-box-shadow: 0px 2px 6px #ccc;
}
.subFormWrap .divBorder {
	padding: 6px 10px;
	/*background:#fff;*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.subFormWrap .divBorder {
	box-shadow: 0px 2px 6px #ccc;
	-webkit-box-shadow: 0px 2px 6px #ccc;
	-moz-box-shadow: 0px 2px 6px #ccc;
}
.repeatGroupWrapsub, .repeatGroupWrapsub.divBorder {
	padding: 5px 10px !important;
	font-weight: bold !important;
	font-size: 14px !important;
	background: #FFF url(../images/arrows.png) no-repeat center right !important;
	color: #333 !important;
	text-align: left !important;
	width: 88% !important;
	margin: 5px 0 !important;
	line-height: 25px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	cursor:pointer !important;
	position: relative !important;
	box-shadow: 0px 2px 6px #ccc !important;
	-webkit-box-shadow: 0px 2px 6px #ccc !important;
	-moz-box-shadow: 0px 2px 6px #ccc !important;
	flex: 1;
}
.no-indent-ul {
    margin: 0;
    padding: 0;
}
.no-indent-ul li {
    margin: 0;
    padding: 0;
}

.less-indent-ul {
    margin: 0px 0px 0px 10px;
    padding: 0;
}
.less-indent-ul li {
    margin: 0px 0px 0px 10px;
    padding: 0;
}

.attachmentList li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}
.attachmentList li span {
	word-wrap: break-word;
	max-width: 80%;
}

#formProperties .ajaxLoader{
	text-align: center;
	margin-top: 174px;
}
#imageNamingScheme .list-group-item{
	padding: 5px 15px;
}
#imageNamingScheme .panel-heading{
	padding: 3px 15px;
}
#imageNamingScheme #droppableWrap{
	min-height: 42px;
	width: 100%;
	border: 1px solid rgb(196, 196, 196);
	padding: 10px;
	margin: 10px 0;
	font-size: 12px;
	font-weight: normal;
}
#imageNamingScheme #droppableWrap label{
	font-weight: normal;
	margin-bottom: 0;
}
#imageNamingScheme .row{
	padding: 10px;
}
#imageNamingScheme .col-xs-4{
	margin: 0 8px;
	padding: 0;
	width: 230px;
}
#imageNamingScheme #textDrag .staticText {
	background-color: #74B5EE;
}
.color-blue{
	background-color: #74B5EE;
}
#imageNamingScheme #textDrag .formName  {
	background-color: #81EC81;
}
.color-green{
	background-color: #81EC81;
}
#imageNamingScheme #textDrag .formAnswer  {
	background-color: #98C9D8;
}
.color-skyBlue{
	background-color: #98C9D8;
}
#imageNamingScheme #separatorDrag li{
	background-color: #E7B66F;
}
.color-yellow{
	background-color: #E7B66F;
}
#imageNamingScheme #numberDrag li{
	background-color: #FF8380;
}
.color-red{
	background-color: #FF8380;
}
#imageNamingScheme .list-group{
	color: black;
	font-weight: bold;
}
#droppableWrap span.eachToolDrop{
	border: 1px solid rgb(211, 204, 204);
	padding: 2px 2px;
	margin: 2px 2px;
	position:relative;
	color: black;
	display: inline-table;
}
#droppableWrap span.eachToolDrop select{
	color: black;
	width: 150px;
}
#droppableWrap span.eachToolDrop input[type="text"]{
	color: black;
	height: 17px;
	padding:1px;
}
#droppableWrap label.text{
	display:none;
	z-index: 20;
}
#droppableWrap .namingIcons{
	display:none;
	background: transparent;
	width: 32px;
	float: right;
	margin-left: 2px;
}
#droppableWrap .namingIconsDel{
	background: transparent;
	width: 17px;
	float: right;
	margin-left: 2px;
}
#droppableWrap .namingIconsNext{
	background: transparent;
	width: 38px;
	float: right;
	margin-left: 2px;
}

#droppableWrap .namingIconsDel span{
	cursor:pointer;
}
#droppableWrap .namingIcons span{
	float:left;
	cursor:pointer;
}
#droppableWrap .namingIconsNext span{
	float:left;
	cursor:pointer;
}
#droppableWrap .lab_custNumber{
	display:none;
}
#droppableWrap .emptyValue{
	color:rgb(192, 2, 2);
	font-style: italic;
}
#imageNamingScheme .namePreviewWrap{
	display:none;
	width: 90%;
	margin:10px auto;
}
#droppableWrap .txt_startingDig{
	width:15px;
	margin-right: 3px;
}
#droppableWrap .startingDigCust{
	display:none;
}
.placeHolder { 
	padding:2px 6px;
}
.width22{
	width:22px !important;
}
.width30{
	width:30px !important;
}
#dragableWrap .helper{
	z-index:100;
}
/*firefox*/
@-moz-document url-prefix() {	
	#droppableWrap .namingIcons {
		
	}
}
/*  Create Form End */


/* surveyor begin ==================== */
.marginLeftZero{
	margin-left: 0 !important;
}
.surveyorContentWrap .form-horizontal .control-label{
	text-align: left;
}
.surveyorContentWrap h3{
	margin-top: 0 !important;
}
.alert{
	display:none;
}
.editImage{
	cursor:pointer;
	margin-top: 3px;
}
.surveyorContentWrap {
	margin: 10px 0;
}
.surveyorContentWrap .tab-content {
	padding-top: 20px;
}
.surveyorContentWrap .col-md-10{
	padding: 0;
}
.view{
	-webkit-transition: opacity 200ms;
	height: 22px;
	opacity: 0.8;
	right: 0;
	top: 3px;
	vertical-align: middle;
	-webkit-appearance: none;
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	outline: none;
	padding: 0;
	position: relative;
	width: 30px;
}
.view .icon{
	height:16px;
	width:20px;
	background: url('../images/view.png') 0 0 no-repeat;
	left: 10px;
	position: absolute;
	right: 8px;
	top: 3px;
}
.viewSurveyorWrap .list-group-item .col-md-2{
	position: relative;
}
.viewSurveyorWrap .list-group-item .col-md-4{
	font-style: italic;
}
.viewSurveyorWrap .list-group-item .col-md-2 span{
	right: 0;
	position: absolute;
}
.viewSurveyorWrap .assignSites_btn{
	margin-bottom:10px;
}
.viewSurveyorSiteModal .siteListByAjax{
	display:none;
}
.viewSurveyorSiteModal .list-group-item{
	cursor:pointer;
}
.viewSurveyorSiteModal .list-group-item:hover{

}
.viewSurveyorSiteModal .siteListWrap{
	display:none;
}
.viewSurveyorSiteModal .siteListWrap .btn{
	float:right;
}
.viewSurveyorSiteModal .siteListWrap .col-sm-10{
	padding-left: 0;
}
.viewSurveyorSiteModal .projectListWrap .txt_searchProject{
	margin-bottom: 14px;
}
.searchInput:focus{
	background: #fff url('../images/search.png') no-repeat 98%;
}

.ListDropClose{
	text-align: right;
	margin-right: 2px;
}
.ListDropClose .glyphicon{
	cursor:pointer;
	color: rgb(143, 143, 143);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.ListDropClose .glyphicon:hover{
	color: rgb(0, 0, 0);
}
.hideSite{
	display:none;
}
.searchShowSite{
	margin-top: 10px !important;
}
.viewSurveyorWrap .surveyorSites{
	display:none;
}
.viewSurveyorWrap .surveyorSites .formListView{
	font-size:15px;
	text-transform:uppercase;
	padding-right: 5px;
}
.viewSurveyorWrap .surveyorSites .assignFormSite_btn{
	margin-top: -5px;
}
.viewSurveyorWrap .surveyorSites .bg-info{
	padding:6px;
	margin: 5px 0;
}
.viewSurveyorWrap .list-group-item{
	cursor:pointer;
}
.dragUi {
	width: 80px;
	float: left;
}
.dragUi ul {
	padding: 0;
	list-style: none;
}
.dragUi ul li {
	text-align: center;
	float: left;
	width: 30px;
	height: 30px;
	background: #dedede;
	margin: 2px;
}
.ui-widget.confirmBox {
	font-size: 0.9em !important;
}
/* surveyor end ==================== */

/* project es begin ==================== */
.projectDetailMain{
	cursor:pointer;
}
.projectDetailMainWrap {
	cursor: pointer;
	border: 1px solid #ccd1d9;
	box-shadow: 0px 0px 3px rgb(238, 238, 238);
	margin-bottom: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.pageViewContentWrap {
	margin: 10px 0;
}
.pageViewContentWrap .panel-heading  h4{
	margin: 0 0 0 12px;
	font-weight: bold;
}
.assignFormPro_btn{
	margin:10px 0;
	outline:none;
}
.assignedForms .ui-widget-content{
	position: relative;
}
.assignedForms ul.ui-droppable .ui-widget-content a{
	position: absolute;
	right: 5px;
	top: 10px;
}
.assignedForms  .list-group .deleteForm_btn{
	float:right;
	padding: 2px 4px !important;
	font-size: 12px !important;
	color: #fff;
}
.assignedForms .saveForm_btn{
	float:right;
	padding: 2px 10px !important;
	font-size: 12px !important;
}
.rowRightSideButton{
	float:right;
	/*padding: 2px 10px !important;*/
	font-size: 12px !important;
}
.pageViewContentWrap .viewList  .col-md-2 span {
	right: 0;
	position: absolute;
}
.pageViewContentWrap .viewList .col-md-2{
	position:relative;
}
.pageViewContentWrap .viewList .col-md-4{
	font-style: italic;
}
.pooversiteList .list-group-item{
	padding: 2px 6px;
}
.pooversiteList span{
	float:left;
}
.pooversiteList .ui-icon{
	float:right;
	cursor:pointer;
}
.viewProject .popover {
	min-width: 200px;
}
.viewProject .popover-title {
	text-align:center;
}
.projectContentWrap .form-horizontal .control-label {
	text-align: left;
}
.projectDetail .actionWrap {
	text-align:right;
}
.viewProject .addProjectSites{
	float:right;
}
.ui-draggable-dragging{
	background:transparent;
	border:none;
	z-index:11;
}
.surveyorWrap .surveyorSites{
	cursor: initial;
}

/* project es end ==================== */

/* forms es begin ==================== */
.formsBodyWrap{
	margin-right: 0;
	padding-right: 0;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
}
.savingLoader, .preparingLoader, .requestingLoader {
	float:left;
	display:none;
	padding: 8px 0;
}
.savingLoader .save_loader, .preparingLoader .prepare_loader, .requestingLoader .request_loader{
	padding: 5px 14px;
	margin-right: 5px;
	background: url('../images/save_ajax-loader.gif') no-repeat center;
}
.savingLoader .savingText, .preparingLoader .prepareText, .requestingLoader .requestText {
	font-size: 16px;
	color: #1398CC;
	font-weight: normal;
}
.pageOverlay {
	position: absolute;
	background: rgba(250, 250, 250, 1);
	width: 100%;
	height: 1000px;
	z-index: 10000;
	text-align:center;
}
.errorNotify {
	box-shadow: 0px 0px 5px red !important;
}
span.error {
	color: #ff0000;
	font-size: 11px;
	margin-left: 10px;
}
.versionCount {
	margin-left: 10px;
	background: #ccc;
	border-radius: 3px;
	padding: 1px 5px;
	color:#333;
}
/* forms es end ==================== */

/* Managers Start ==================== */
.managerContentWrap {
	margin: 10px 0;
}
.managerContentWrap .col-md-10{
	padding: 0;
}
.managerContentWrap .form-horizontal .control-label {
	text-align: left;
}
.managerContentWrap .tab-content {
	padding-top:20px;
}
.viewManagerWrap .list-group-item .col-md-2 span {
	right: 0;
	position: absolute;
}
.viewManagerWrap .list-group-item .col-md-3 span {
	right: 0;
	position: absolute;
}
/* managers end ====================== */



/* ================================================================================================================================= */
/* ========================================================== custom css =========================================================== */
/* ================================================================================================================================= */
.ui-front {
	z-index:1000 !important;
}


/* delete button begin ==================== */
.trash {
	-webkit-transition: opacity 200ms;
	height: 22px;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 3px;
	vertical-align: middle;
}
.trash {
	-webkit-appearance: none;
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	outline: none;
	padding: 0;
	position: relative;
	width: 30px;
}

.trash > .can,
.trash > .lid {
	background: url('../images/trash.png') 0 0 no-repeat;
	left: 8px;
	position: absolute;
	right: 8px;
	top: 2px;
}

.trash > .lid {
	-webkit-transform-origin: -7% 100%;
	-webkit-transition: -webkit-transform 150ms;

	-moz-transform-origin: -7% 100%;
	-moz-transition: -moz-transform 150ms;

	height: 6px;
	width: 14px;
}

.trash > .lid {
	-webkit-transform-origin: 107% 100%;

	-moz-transform-origin: 107% 100%;
}

.trash:focus > .lid,
.trash:hover > .lid {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 250ms;

	-moz-transform: rotate(-45deg);
	-moz-transition: -moz-transform 250ms;
}

.trash:focus > .lid,
.trash:hover > .lid {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.trash > .can {
	background-position: -1px -4px;
	height: 12px;
	/* The margins match the background position offsets. */
	margin-left: 1px;
	/* The right margin is one greater due to a shadow on the trash image. */
	margin-right: 2px;
	margin-top: 4px;
	width: 11px;
}

/* delete button end ==================== */

/* css loader begin ==================== */
#circularG{
	position:relative;
	width:128px;
	height:128px;
	margin:auto;
}

.circularG{
	position:absolute;
	background-color:#1398CC;
	width:29px;
	height:29px;
	-moz-border-radius:19px;
	-moz-animation-name:bounce_circularG;
	-moz-animation-duration:1.04s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-webkit-border-radius:19px;
	-webkit-animation-name:bounce_circularG;
	-webkit-animation-duration:1.04s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-ms-border-radius:19px;
	-ms-animation-name:bounce_circularG;
	-ms-animation-duration:1.04s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-o-border-radius:19px;
	-o-animation-name:bounce_circularG;
	-o-animation-duration:1.04s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	border-radius:19px;
	animation-name:bounce_circularG;
	animation-duration:1.04s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}

#circularG_1{
	left:0;
	top:50px;
	-moz-animation-delay:0.39s;
	-webkit-animation-delay:0.39s;
	-ms-animation-delay:0.39s;
	-o-animation-delay:0.39s;
	animation-delay:0.39s;
}

#circularG_2{
	left:14px;
	top:14px;
	-moz-animation-delay:0.52s;
	-webkit-animation-delay:0.52s;
	-ms-animation-delay:0.52s;
	-o-animation-delay:0.52s;
	animation-delay:0.52s;
}

#circularG_3{
	top:0;
	left:50px;
	-moz-animation-delay:0.65s;
	-webkit-animation-delay:0.65s;
	-ms-animation-delay:0.65s;
	-o-animation-delay:0.65s;
	animation-delay:0.65s;
}

#circularG_4{
	right:14px;
	top:14px;
	-moz-animation-delay:0.78s;
	-webkit-animation-delay:0.78s;
	-ms-animation-delay:0.78s;
	-o-animation-delay:0.78s;
	animation-delay:0.78s;
}

#circularG_5{
	right:0;
	top:50px;
	-moz-animation-delay:0.91s;
	-webkit-animation-delay:0.91s;
	-ms-animation-delay:0.91s;
	-o-animation-delay:0.91s;
	animation-delay:0.91s;
}

#circularG_6{
	right:14px;
	bottom:14px;
	-moz-animation-delay:1.04s;
	-webkit-animation-delay:1.04s;
	-ms-animation-delay:1.04s;
	-o-animation-delay:1.04s;
	animation-delay:1.04s;
}

#circularG_7{
	left:50px;
	bottom:0;
	-moz-animation-delay:1.17s;
	-webkit-animation-delay:1.17s;
	-ms-animation-delay:1.17s;
	-o-animation-delay:1.17s;
	animation-delay:1.17s;
}

#circularG_8{
	left:14px;
	bottom:14px;
	-moz-animation-delay:1.3s;
	-webkit-animation-delay:1.3s;
	-ms-animation-delay:1.3s;
	-o-animation-delay:1.3s;
	animation-delay:1.3s;
}

@-moz-keyframes bounce_circularG{
	0%{
	-moz-transform:scale(1)}

	100%{
	-moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
	0%{
	-webkit-transform:scale(1)}

	100%{
	-webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
	0%{
	-ms-transform:scale(1)}

	100%{
	-ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
	0%{
	-o-transform:scale(1)}

	100%{
	-o-transform:scale(.3)}

}

@keyframes bounce_circularG{
	0%{
	transform:scale(1)}

	100%{
	transform:scale(.3)}

}

.bubblingG {
	text-align: center;
	width:80px;
	height:50px;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 25px auto;
	background: #000000;
	-moz-border-radius: 50px;
	-moz-animation: bubblingG 1.3s infinite alternate;
	-webkit-border-radius: 50px;
	-webkit-animation: bubblingG 1.3s infinite alternate;
	-ms-border-radius: 50px;
	-ms-animation: bubblingG 1.3s infinite alternate;
	-o-border-radius: 50px;
	-o-animation: bubblingG 1.3s infinite alternate;
	border-radius: 50px;
	animation: bubblingG 1.3s infinite alternate;
}

#bubblingG_1 {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}

#bubblingG_2 {
	-moz-animation-delay: 0.39s;
	-webkit-animation-delay: 0.39s;
	-ms-animation-delay: 0.39s;
	-o-animation-delay: 0.39s;
	animation-delay: 0.39s;
}

#bubblingG_3 {
	-moz-animation-delay: 0.78s;
	-webkit-animation-delay: 0.78s;
	-ms-animation-delay: 0.78s;
	-o-animation-delay: 0.78s;
	animation-delay: 0.78s;
}

@-moz-keyframes bubblingG {
	0% {
	width: 10px;
	height: 10px;
	background-color:#000000;
	-moz-transform: translateY(0);
	}

	100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	-moz-transform: translateY(-21px);
	}

}

@-webkit-keyframes bubblingG {
	0% {
	width: 10px;
	height: 10px;
	background-color:#000000;
	-webkit-transform: translateY(0);
	}

	100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	-webkit-transform: translateY(-21px);
	}

}

@-ms-keyframes bubblingG {
	0% {
	width: 10px;
	height: 10px;
	background-color:#000000;
	-ms-transform: translateY(0);
	}

	100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	-ms-transform: translateY(-21px);
	}

}

@-o-keyframes bubblingG {
	0% {
	width: 10px;
	height: 10px;
	background-color:#000000;
	-o-transform: translateY(0);
	}

	100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	-o-transform: translateY(-21px);
	}

}

@keyframes bubblingG {
	0% {
	width: 10px;
	height: 10px;
	background-color:#000000;
	transform: translateY(0);
	}

	100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	transform: translateY(-21px);
	}

}
#circularGray{
	position:relative;
	width:100px;
	height:100px;
	margin:auto;
}

.circularGray{
	position:absolute;
	background-color:#424242;
	width:20px;
	height:20px;
	-moz-border-radius:20px;
	-moz-animation-name:bounce_circularGray;
	-moz-animation-duration:0.64s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-webkit-border-radius:20px;
	-webkit-animation-name:bounce_circularGray;
	-webkit-animation-duration:0.64s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-ms-border-radius:20px;
	-ms-animation-name:bounce_circularGray;
	-ms-animation-duration:0.64s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-o-border-radius:20px;
	-o-animation-name:bounce_circularGray;
	-o-animation-duration:0.64s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	border-radius:20px;
	animation-name:bounce_circularGray;
	animation-duration:0.64s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}

#circularGray_1{
	left:0;
	top:39px;
	-moz-animation-delay:0.24s;
	-webkit-animation-delay:0.24s;
	-ms-animation-delay:0.24s;
	-o-animation-delay:0.24s;
	animation-delay:0.24s;
}

#circularGray_2{
	left:11px;
	top:11px;
	-moz-animation-delay:0.32s;
	-webkit-animation-delay:0.32s;
	-ms-animation-delay:0.32s;
	-o-animation-delay:0.32s;
	animation-delay:0.32s;
}

#circularGray_3{
	top:0;
	left:39px;
	-moz-animation-delay:0.4s;
	-webkit-animation-delay:0.4s;
	-ms-animation-delay:0.4s;
	-o-animation-delay:0.4s;
	animation-delay:0.4s;
}

#circularGray_4{
	right:11px;
	top:11px;
	-moz-animation-delay:0.48s;
	-webkit-animation-delay:0.48s;
	-ms-animation-delay:0.48s;
	-o-animation-delay:0.48s;
	animation-delay:0.48s;
}

#circularGray_5{
	right:0;
	top:39px;
	-moz-animation-delay:0.56s;
	-webkit-animation-delay:0.56s;
	-ms-animation-delay:0.56s;
	-o-animation-delay:0.56s;
	animation-delay:0.56s;
}

#circularGray_6{
	right:11px;
	bottom:11px;
	-moz-animation-delay:0.64s;
	-webkit-animation-delay:0.64s;
	-ms-animation-delay:0.64s;
	-o-animation-delay:0.64s;
	animation-delay:0.64s;
}

#circularGray_7{
	left:39px;
	bottom:0;
	-moz-animation-delay:0.72s;
	-webkit-animation-delay:0.72s;
	-ms-animation-delay:0.72s;
	-o-animation-delay:0.72s;
	animation-delay:0.72s;
}

#circularGray_8{
	left:11px;
	bottom:11px;
	-moz-animation-delay:0.8s;
	-webkit-animation-delay:0.8s;
	-ms-animation-delay:0.8s;
	-o-animation-delay:0.8s;
	animation-delay:0.8s;
}

@-moz-keyframes bounce_circularGray{
	0%{
	-moz-transform:scale(.8)}

	100%{
	-moz-transform:scale(.5)}

}

@-webkit-keyframes bounce_circularGray{
	0%{
	-webkit-transform:scale(.8)}

	100%{
	-webkit-transform:scale(.5)}

}

@-ms-keyframes bounce_circularGray{
	0%{
	-ms-transform:scale(.8)}

	100%{
	-ms-transform:scale(.5)}

}

@-o-keyframes bounce_circularGray{
	0%{
	-o-transform:scale(.8)}

	100%{
	-o-transform:scale(.5)}

}

@keyframes bounce_circularGray{
	0%{
	transform:scale(.8)	
	}

	100%{
	transform:scale(.5);
	background-color:#ccc;
	}

}

/* css loader end ==================== */

/* Projects continue (PS) ==== */
.pageViewContentWrap .panel-project .panel-title {
	font-weight: bold;
}
.pageViewContentWrap .panel-project .panel-heading, .pageViewContentWrap .panel-project .list-group-item {
	padding: 6px 15px;
}
.pageViewContentWrap .list-group {
	margin-bottom:0;
}
.proActionBtn {
	float: right;
	color: #005597;
	cursor:pointer;
	font-weight: bold;
}
ul.my-navigation {
	list-style:none;
	padding:0;
	margin: 30px 0 20px 0;
}
.my-navigation li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
.paginationBtn a[class*="simple-pagination-navigation-disabled"] {
	color: black;
	cursor: default;
	background-color: #e8e8e8;
	border-color: #e8e8e8;
}
.paginationBtn a {
	padding: 5px 10px;
	font-size: 12px;
	color: #428bca;
	text-decoration: none;
	border: 1px solid #ddd;
	margin-left: 3px;
}
.paginationBtn a:hover {	
	background-color: #e8e8e8;	
}
.simple-pagination-navigation-first {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.simple-pagination-navigation-last {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.simple-pagination-page-numbers a.simple-pagination-navigation-disabled {
	color: #fff;
	cursor: default;
	background-color: #428bca;
	border-color: #428bca;
}
.simple-pagination-page-x-of-x {
	margin: 30px 0 20px 0;
	float: left;
}
.formNavMenu .popover {
	min-width: 200px;
	max-width: 100% !important;
}
.formNavMenu .popover-title {
	text-align:center;
	font-weight:bold;
}
.formNavMenu .popover-content {
	text-align:left;
}
.formNavMenu .popoverVersionList {
	padding:5px 0;
	margin:0;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.formNavMenu .popoverVersionList li {
	display:block;
}
.formNavMenu .popoverVersionList li span {
	display:inline-block;
}
.formNavMenu .saveBtn {
	background: none !important;
	border: 0 !important;
	background: url(../images/save.png) no-repeat 3px 1px !important;
	text-indent: -20000px;
	padding: 3px 14px;
	margin-right: 10px;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.formNavMenu .exitBtn {
	background: none !important;
	border: 0 !important;
	background: url(../images/exit.png) no-repeat 3px 1px !important;
	text-indent: -20000px;
	padding: 3px 14px;
	margin-right: 10px;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.errorValidate {
	color:#ff0000;
	font-size: 11px;
	margin-bottom: 6px;
}
.autoIdentifierSection, .globalIdentifierSection  {
	color:#5f9d1e;
	font-weight:bold;
	font-size:13px;
	word-break: break-all;
}
.editIdentifier {
	display:inline-block;
	cursor: pointer;
	margin-left:5px;
	border: solid 1px #666;
	padding: 0 2px;
}

/* calculated Expression ==========================================*/
.expressionDropWrap {
	min-height: 50px;
	padding: 10px 15px;
	margin: 10px 15px 15px 15px;
	border: solid 1px #dedede;
	border-radius: 4px;
}
.expressionDropWrap .eachExpressDrop {
	padding: 0 5px;
	font-size: 11px;
	border: solid 1px #dedede;
	display: inline-block;
	margin: 0 5px 5px 0;
	line-height: 13px;
	height: 25px;
}
.expressionSet {
	min-height:50px;
	padding: 10px;
}
.expressionDropWrap .eachExpressDrop .typeTitle{
	margin-right: 6px;
}
.expressionDropWrap .eachExpressDrop .selectFunction {
	margin-right: 6px;
	font-weight:bold;
}
.expressionDragWrap .addInputBtnWrap{
	margin: 10px 0;	
}
.expressionDragWrap .addInputBtnWrap input{
	outline: none;
}
.addInputManual .list-group-item input[type="button"]{
	width: 100%;
	outline: none;
}
.addInputManual .list-group-item input[type="button"]:focus,addInputManual .list-group-item input[type="button"]:active{
	outline: none;
}

#setExpressionScheme .namePreviewWrap {
	margin:0 15px;
}
#setExpressionScheme .expressionDragWrap {
	font-size:12px;
}
#setExpressionScheme .expressionDragWrap .panel-heading {
	font-weight:bold;
	padding: 5px 10px;
}
#setExpressionScheme .expressionDragWrap	.list-group-item {
	padding:5px 10px;
}
#setExpressionScheme .expressionDragWrap .col-xs-3 {
	width:20%;
	padding-right:0;
}
#setExpressionScheme .expressionDragWrap .col-xs-3.last {
	padding-right:15px;
}

.expressionIcons span.ui-icon-refresh { float:left;background-position: -64px -77px; display:none;}
.expressionIcons span.ui-icon-trash  {
	background-position: -176px -94px;
}
.functionExpr  {display:none;}
.eachExpressDrop .form_input {
	background: #EEE;
	padding: 3px 5px;
	margin-right: 3px;
	border: solid 1px #666;
	cursor:pointer;
}
.eachExpressDrop .extraInput {
	background:#B4D5C0;
}
.ui-dialog.getFormType {
	z-index:2000;
}
#expressionFormInputs {
	width:90%;
	margin:10px auto;
}
.inputTypeSelector {
	text-align:center;	
}	
.inputTypeSelector textarea , .inputTypeSelector input {
	width:95%;
}
.inputTypeSelector.boolean {
	text-align:left;
	padding:10px 20px;
}
.inputTypeSelector.boolean input {
	width:auto !important;
}
.inputTypeSelector .error {
	color:#FF0000;
	font-size:12px;
}	
.errorExpression {
	border-color: #CC0000 !important;
	box-shadow: 0 0 5px #ff0000;
	-webkit-box-shadow: 0 0 5px #ff0000;
	-moz-box-shadow: 0 0 5px #ff0000;
}
.eachExpressDrop span.error {
	margin-left: 0;
}
.errorMessageBox .messageBox {
	margin: -5px 15px 10px 15px;
	padding: 5px 10px;
	color: #ff0000;
	font-size: 11px;
	background: #F0B3B3;
	display:block;
}
.messageWrapper {
	
}
.messageWrapper h1 {
	text-align:center;
	font-size: 18px;
	padding:20px 0;
	margin:0;
}
.passwordResetWrap {
	margin-top:0;
}
.passwordResetWrap.success {
	display:none;
}
.error {
	color:#FF0000;
}
.success {
	color:#7BA315;
}
.conditionBetween {
	width: 100px;
}
.mandatory {
	color:#BD0000;
	font-size:14px;
	margin-left: 2px;
}

/* ================================================================================================================================= */
/* ==================================================== css with different browser  ================================================ */
/* ================================================================================================================================= */
/* browser compatibility ==================== */
/*firefox*/
@-moz-document url-prefix() {	
	.sidebar {
		background-position: right;	
	}
	.toolsListView{
		height:460px;
	}
}
/*safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#droppableWrap * {
		-webkit-box-sizing: initial;
		-moz-box-sizing: initial;
		box-sizing: initial;
	}
	#droppableWrap span.eachToolDrop input[type="text"] {
		height: 12px;
	}
}

/*opera*/
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {

}

@media only screen and (max-width: 1400px) { 
 	.navbar-inverse .navbar-collapse {
		padding: 0;
	}
	.navbar-nav {
		margin:0;
		color:#ccc;
	}
	.navbar-nav  li {
		color:#ccc;
	}
	.navbar-inverse .navbar-nav > .active > a {
		border-top:0;
		border-right: 6px solid green;
	}
	.navbar-inverse .navbar-nav > li.nav-profile {
		margin:0;
	}	
}



/* Settings Style */


.settingsBlockWrap {
	border-radius: 4px;
	border: 1px solid #CCD1D9;
	padding: 10px;
	box-shadow: 0px 0px 3px rgb(238, 238, 238);
	margin:10px;
}

.settingsBlockSpacing {

	margin-top:15px;
}

.settingsBlockTitle {
	margin-top: 0px;
	border-bottom: 1px solid rgb(221, 221, 221);
	padding-bottom: 7px;
	margin-bottom: 8px;
	color: rgb(119, 119, 119);
	font-family: "Source sans pro",sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}


.settingsBlockMainText {
	line-height: 30px;
	font-size: 20px;
	display: inline;
	font-family: "Source sans pro",sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}
.loadingProp {
	position: absolute;
	top: 45%;
	padding: 15px 50px;
	left: 40%;
	background:transparent url(../images/loading.gif) no-repeat center;
}
.popOverVersionWrap {
	left:237px; /*111px;*/
	top:48px;
	display:none;	
}
.popOverVersionWrap .popoverVersionList {
	overflow-y:auto;
}
.popoverActionBtn {
	text-align: center; padding-top:10px;
}

.darkGreySmallfont {
	font-size:13px !important;
	color:#666;
	font-family: "Source sans pro",sans-serif;
	font-weight: normal !important;
}

.darkGreyMediumfont {
	font-size:15px !important;
	color:#666;
	font-family: "Source sans pro",sans-serif;
	font-weight: normal !important;
}

.redMediumfont {
	font-size:15px !important;
	color:#BD0000;
	font-family: "Source sans pro",sans-serif;
	font-weight: normal !important;
}

.redLargefont {
	font-size:22px !important;
	color:#BD0000;
	font-family: "Source sans pro",sans-serif;
	font-weight: normal !important;
}

.errorRow_highlighter {
	background-color: #fdfd96;
}

.telnet-logo-menu-small {
	padding: 0px;
	/*margin: -1px 0px 0px 0px;*/
	margin: 2px 0px 0px 2px;
	/*width: 60px;*/
	height: 45px;
}

.redBorderedContainer{
	border: 4px solid #BD0000 !important;
}

.linkPreview {
	 height:auto;
	 margin-top:10px;
	 margin-bottom:10px;
}

/* Apply styles to disabled button */
button:disabled, input[type="button"]:disabled {
  background-color: #ccc !important;
  border-color: #ccc !important;
  color: #464a4c !important;
  cursor: not-allowed !important;
}

.ColorPalette-dropdown-content {
  /*display: none;*/
  position: absolute;
  background-color: #f9f9f9;
  margin-top: 5px;
  max-width: 500px;
  color:#292b2c;
  font-size: small;
  white-space: nowrap;
  line-height:1.5rem;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
  z-index: 10000;
  padding: 10px;
}

.select2SansFonts {
	font-family: sans-serif,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial !important;
	font-size: 12px;
}

.page-subheader{
	color: #616366;
	font-size:18px;
	letter-spacing: 1px;
	font-family: 'Fjalla One', sans-serif;
	font-weight:normal;
	border:none;
	margin:0px;
}

.subtitle-header {
	background-color: #FFCBB7 !important;
}

.table-subHeader {
	/*background-color: #FFF2CC;*/
	background-color: #FCE4D6 !important;
}

#loading {
	background: url("../images/demo_wait.gif") no-repeat center center #FFF;
	height: 100%; 
	width: 100%;
	position:absolute;
	z-index:1000;
	opacity: 0.4;
}

a.purpleText {
	color: #844ee8;
	text-decoration:none;
}

a.purpleText:hover {
	text-decoration:underline;
}

.delivery-ico-container {
	display: inline-block;
	padding: 15px;
	transition: box-shadow 0.3s, border 0.3s;
}

.delivery-ico-container:hover {
	background-color: #f0f0f0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.delivery-ico-container.clicked {
	background-color: #f0f0f0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border: 2px solid #BD0000;
}

.fileformat-ico-container {
	display: inline-block;
	padding: 15px;
	transition: box-shadow 0.3s, border 0.3s;
}

.fileformat-ico-container:hover {
	background-color: #f0f0f0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fileformat-ico-container.clicked {
	background-color: #f0f0f0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border: 2px solid #BD0000;
}

.delivery-ico-container-noeffect {
	display: inline-block;
	padding: 5px;
}

.fileformat-ico-container-noeffect {
	display: inline-block;
	padding: 5px;
}

.lightGreyHeader{
	background-color:#D9D9D9;
}

.ph_container {
	padding: 3px;
	margin-bottom: 2px;
	transition: box-shadow 0.3s, border 0.3s;
}

.ph_container:hover {
	cursor: pointer;
	background-color: #efefef;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.OptValDisable_Background {
	background-color: #e2e2e2;
	color: #FFFFFF;
}

.imagePreviewWrapper{
	margin: 7px;
}

.ts_switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
}

.ts_switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.ts_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.ts_slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .ts_slider {
  background-color: #2196F3;
}

input:focus + .ts_slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .ts_slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.ts_slider.round {
  border-radius: 23px;
}

.ts_slider.round:before {
  border-radius: 50%;
}