@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap');

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input[type="radio"] {
	-webkit-appearance: none; /* Remove default appearance styling for Webkit */
	-moz-appearance: none; /* Remove default appearance styling for Firefox */
    background: #ccc;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 50px;
}
input[type="radio"]:hover { background: #e4e4e4; }

input[type="radio"]:checked {
	background: #00ff28;
	position: relative;
	width: 15px;
	height: 15px;
}
 
#loginBox {
    width: 300px;
    margin: auto;
    padding: 20px;
    border: 1px solid #d8d4d4;
    border-radius: 12px;
    text-align: center;
    background: hsla(0, 0%, 100%, 0.63);
    }


body {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #5a5a5a;
    -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


#full-size {
   min-height:100%;
   width: 100%;
   position:absolute;
   top:0;
   left: 0;
   overflow-x: hidden;
}

#wrapper {
	margin: 0;
     margin-left:45px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom:0px;
	padding-left: 0;
}
#mceHolder {
 
    width: 100%;
    height: 100%;
    position: relative;
}
#topBar {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #f4f3f3;
}
#logo {}


#holder {width: auto;min-height: 50px;margin: 30px;margin-top: 30px;border: 1px solid #e4e4e4;box-sizing: border-box;border-radius: 12px;padding: 20px;}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: flow-root;
}

#footer h6 {
    font-size: 23px;
    padding: 0px;
    margin: 0px;
}

#infoot {max-width: 98%;margin:auto;font-size: 17px;padding: 20px;padding-top: 0px;}


#secMenu {
    margin: 0;
    padding: 0;
    font-size: 16px;
    border-bottom: 1px solid #cdcdcd;
}
#secMenu li {
    display: inline-block;
}
#secMenu li a {
    padding: 10px 20px 10px 20px;
    color: black;
    display: block;
    border-right: 1px solid #cdcdcd;
    text-decoration: none;
    text-transform: uppercase;
}
#secMenu li a:hover {background-color: #5787ae;color: white;}

#shortIntro {max-width:450px;}

select {
    font-size: 22px;
    margin: 0;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
button {
    background: #3563c5;
    padding: 10px;
    font-size: 15px;
    border-radius: 12px;
    color: white;
    border: solid 2px #FF9800;
    margin: 0;
}
.radioButton {
    border: 1px solid black;
    -webkit-appearance: button;
    -moz-appearance: none;
    appearance: none;
}
.categoryFilter {
	font-size: 22px;
	width: 500px;
	text-align: left;
	padding: 10px;
	border-bottom: 1px dotted grey;
}



.categoryFilter select, .categoryFilter button {
	float: right;
}

button,select, .addFile {cursor: pointer;}
#addProduct {
    float: right;
}
.quickTip {
	margin-bottom: -5px;
	margin-right: 10px;
}

.tabs {
	background: #f0eeee;
	padding: 5px;
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 6px 6px 0 0;

	-webkit-box-shadow: 0 2px 12px 1px #999999;
	box-shadow: 0 1px 1px 1px #9999990f;
}

.aTab {
	border: 1px solid #f0eeee;
	padding: 10px;
	background: white;
	-webkit-box-shadow: 0 2px 12px 1px #999999;
	box-shadow: 0 1px 1px 1px #9999990f;
}

.tabs a {
    padding: 15px;
    line-height: 41px;
    cursor: pointer;
    border-right: 1px dotted #b5b3b3;
}
.tabs a:focus{background:green;}
/*.tabs button {margin-left: 15px;padding-right: 28px;border: 0px;color: black;background: #f0eeee;border-radius: 0px;border-right: 1px dotted #3563c552;}
*/

.Gbuttons {
	cursor: pointer;
	background: #4f7c9e !important;
	padding: 10px !important;
	font-size: 15px;
	border-radius: 12px !important;
	color: white !important;
	border: solid 2px #FF9800 !important;
	margin: 0;
	margin-right: 10px;
	float:right;
	text-decoration: none;
	text-transform: capitalize;
}

.quit {
	color:Red !important;
	background: white !important;
}

.formBit {
	width: 100%;
	min-width: 600px;
	padding:10px;
	border-top: 1px dotted #c3c0c0;
	font-size: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.formBit input, .formBit select {
    float: right;
    width: 550px;
    border: 1px solid #b3b3b3;
    font-size: 20px;
    padding: 5px;
    border-radius: 5px;
    color: #6b6b6b;
    z-index: 10;
    background: white;
    box-sizing: border-box;
}

.formBit textarea { float: right;
    width: 550px;
    border: 1px solid #b3b3b3;
    font-size: 20px;
    padding: 5px;
    border-radius: 5px;
    color: #6b6b6b;
    z-index: 10;
    background: white;
    box-sizing: border-box;}

.formBit button {width:auto !important;margin-right: 10px;}
.formBit span {
    float: right;
    position: relative;
    z-index: 10;
}

 .price span:before {
  content:"\00a3";
  padding:10px;
  border-top: 1px solid #b3b3b3;
  position: absolute;
  left: -28px;
  z-index: 0;
  border-bottom: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  line-height: 13px;
  font-weight: bold;
  color: grey;
  background: #f0eeee;
}

 .btn {
     content:url('layout/imageIcon.jpg');
     padding-top: 10px;
     padding-bottom: 10px;
     background: url(layout/imageIcon.jpg);
     padding-left: 5px;
     padding-right: 9px;
     border-top: 1px solid #b3b3b3;
     position: absolute;
     left: -28px;
     z-index: 5;
     border-bottom: 1px solid #b3b3b3;
     border-left: 1px solid #b3b3b3;
     -webkit-border-radius: 5px 0 0 5px;
     border-radius: 5px 0 0 5px;
     line-height: 10px;
     font-weight: bold;
     color: grey;
     background: #3563c5;
}

 #mainForm {max-width:1360px;margin: auto;}

#price {
	-webkit-border-radius: 0 12px 12px 0;
	border-radius: 0 5px 5px 0;
}

.info {
    font-style: italic;
    font-size: 12px;
    color: grey;
}
.addFile {
	margin-left: 16px;
	padding: 5px !important;
	margin-top: -7px;
}
#fileList {
    padding: 20px;
    margin: 0px !important;
}

.fileHolder {
    padding: 10px;
    margin: 0px !important;
}

.fileHolder:hover {background: #ececec;}


.remove {
	clear: both;
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	cursor: pointer;
}

.active {
    background-color: #78a2c5;
    color: #fff600 !important;
}

#list {
    list-style: none;
    position: relative;
    padding: 0;
    padding-top: 30px;
}
#list li {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 12px;
    padding-right: 1%;
    padding-bottom: 12px;
    padding-left: 1%;
    border: 1px solid #CCC;
    position: relative;
    background-color: #FFF;
    box-sizing: border-box;
}

.removeFile {margin-right:50px;background: red !important;float: left;}
.fileName {margin-left:20px;margin-right: 20px;width: 340px !important;}
.fileDescription {
	padding:10px;
	width: 98%;
	box-sizing: border-box;
	font-size: 20px;
	resize: none;
}



#test-list {

	list-style: none;
	background-color: #FFF;
	position: relative;
}
#test-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
		overflow: auto;
 
}

#test-list li {
	clear: both;
	float: left;
	width: 100%;
	/* margin-top: 5px; */
	padding-top: 12px;
	padding-right: 1%;
	padding-bottom: 20px;
	padding-left: 1%;
	border: 1px solid #CCC;
	position: relative;
	background-color: #FFF;
	margin-top: 20px;
	box-sizing: border-box;
}
#test-list li img.handle {
	margin-right: 20px;
	cursor: move;
	float: left;
	position: relative;
	background-color: #FFF;
}
#toplinks {padding-top: 15px;clear:both;overflow: auto;}
#toplinks li {
	float: left;
	list-style-type: none;
	margin-bottom: 15px;
} 


.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.tree li b{
	border: 1px solid #ccc;
	padding: 5px 10px;
	height: 35px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	position: relative;
	background-color: #F4F4F4;
}

.dbut {cursor: pointer;background: #3563c5 !important;padding: 10px !important;font-size: 15px;border-radius: 12px !important;color: white !important;border: solid 2px #FF9800 !important;margin: 0;margin-right: 10px;float: right;text-decoration: none;white-space: nowrap;}

.dbut a {
	
	font-weight: bold;
	color: #000;
	font-size: 22px;
}
 

#topper {
	list-style: none;
	background-color: #FFF;
	position: relative;
}
#topper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
 
}

#topper li {
	clear: both;
	float: left;
	width: 97%;
	margin-bottom: 15px;
	padding-top: 12px;
	padding-right: 1%;
	padding-bottom: 12px;
	padding-left: 1%;
	border: 1px solid #CCC;
	position: relative;
	background-color: #FFF;
}
#topper li img.handle {
	margin-right: 20px;
	cursor: move;
	float: left;
	position: relative;
	background-color: #FFF;
}

.branch {height: 14px;}

.galImage {
    float: right;
    max-width: 220px;
    max-height: 90px;
}


.cssField {     font-family: Conv_GOTHIC, sans-serif; width:99%;height:500px;background: #2d2c2c;color: #ff9d61;padding: 20px;box-sizing:  border-box;overflow:  auto;white-space:  pre-line;word-wrap:  break-word;}



/* width */

.cssField::-webkit-scrollbar {

    width: 10px;

}



/* Track */




.cssField::-webkit-scrollbar-track {

    background: #f1f1f1; 

}

 

/* Handle */

.cssField::-webkit-scrollbar-thumb {

    background: #888; 

}



/* Handle on hover */

.cssField::-webkit-scrollbar-thumb:hover {

    background: #555; 

}
#needHelp {
	float:right;
	margin-right:40px;
	text-align: right;
}

.mustFill {
  border-left: 4px solid orange !important;
}

#SeoWarning {color :red;}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

.ajax-file-upload-statusbar {
border: 1px solid #3563c5;
margin-top: 10px;
width: 420px;
margin-right: 10px;
margin: 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px 5px 5px 15px
}

.ajax-file-upload-filename {width: 100%;height: auto;margin: 0 5px 5px 0px;}

.ajax-file-upload-filesize {
width: 50px;
height: auto;
margin: 0 5px 5px 0px;
display: inline-block;
vertical-align:middle;
}
.ajax-file-upload-progress {margin: 5px 10px 5px 0px;position: relative;width: 98%;border: 1px solid #ddd;padding: 1px;border-radius: 3px;display: inline-block;color:#FFFFFF;}
.ajax-file-upload-bar {
	background-color: #0099FF;
	width: 0;
	height: 20px;
	border-radius: 3px;
	color: #FFFFFF;
 
}
.ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}
.ajax-file-upload-red {
-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
box-shadow: inset 0 39px 0 -24px #e67a73;
background-color: #e4685d;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
text-shadow: 0 1px 0 #b23e35;
cursor: pointer;
vertical-align: top;
margin: 5px 10px 5px 0px;
}
.ajax-file-upload-green {
background-color: #77b55a;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
padding: 0;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
cursor: pointer;
text-shadow: 0 1px 0 #5b8a3c;
vertical-align: top;
margin: 5px 10px 5px 0px;
}
.ajax-file-upload {
	cursor: pointer;
	background: #4f7c9e !important;
	padding: 10px !important;
	font-size: 15px;
	border-radius: 12px !important;
	color: white !important;
	border: solid 2px #FF9800 !important;
	margin: 0;
	text-decoration: none;
	width: fit-content;
	}
.ajax-file-upload form {position:unset !important;
}
.ajax-file-upload:hover {
      background: #404040;
      -moz-box-shadow: 0 2px 0 0 #15719f;
      /* -webkit-box-shadow: 0 2px 0 0 #15719f; */
      /* box-shadow: 0 2px 0 0 #15719f; */
}

.ajax-upload-dragdrop
{border: 1px dotted #A5A5C7;width: 100%;color: #4f7c9e;text-align: center;padding: 15px;box-sizing: border-box;background: rgba(204, 204, 204, 0.30980392156862746);}

.state-hover
{
		border:2px solid #A5A5C7;
}
.ajax-file-upload-container
{
	margin:20px 0px 20px 0px;
}

.sTitle {font-size:22px;padding:4px;margin-left: 15px;border: 1px solid #e4e4e4;width: 30%;}
::placeholder {
   
    opacity: 0.3; }