.send_button {
    background: #6f5ba7;
    /* #f06232;*/
    margin-top: 20px;
    color: #fff;
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    /*font-family: Roboto, sans-serif;*/
    font-family: "Avenir", Helvetica, Arial, sans-serif;
}

.send_button:disabled {
    background-color: #cbcbcb;
    ;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.54);
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    /*font-family: Roboto, sans-serif; */
    font-family: "Avenir", Helvetica, Arial, sans-serif;
}

.publish_date_select {
    border-bottom: 1px solid #d0d2d3;
    height: 15px;
    width: 180px;
    padding: 5px;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.54);
    /*border: 0;*/
}

.newTag_999 {
    text-decoration: none;
    margin-left: -12px;
    background: #f06232;
    font-weight: bold;
    color: #fff;
}

.newTag_999 a {
    color: #fff;
}

.newTag_999 a:hover {
    text-decoration: none;
    background: #f06232;
    color: #fff;
}

.validation-error-publish {
    margin-top: 10px;
    color: #c11435!important;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.validation-error-publish i {
    display: inline-block;
    position: relative;
}

#qrBody p {
    color: #d0d2d3;
    margin: 20px 0px 20px 125px;
}

#qrBody img {
    margin: 0px 0px 10px 85px;
}

#qrBody button a {
    color: #fff;
}

#qrBody img #pdf {
    background: grey;
}

.disable_div {
    color: rgba(0, 0, 0, 0.54);
    cursor: not-allowed;
}

.active_div a {
    color: #fff;
}

.figure {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    display: block;
}

/*input[type="text"], input[type="email"]{
	font-size: 18px;
	color: #000;
	border: none;
	padding: 10px 10px 10px;
	border-bottom: 1px solid #dadada;
	width: 100%;
	font-weight: 400;
	border-radius: 0px;
	height: 48px;
	font-family: 'Raleway', sans-serif;
}*/

.select-box, .ui-button, .ui-selectmenu-text {
    font-size: 18px;
    color: #000;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: "Avenir", Helvetica, Arial, sans-serif;
}

.publish-disable {
    background-color: #bebebf;
    color: #fff;
    cursor: not-allowed;
    pointer-events: none;
    margin-bottom: 20px;
}

/**
changes for image upload
**/

.file-upload span {
    font-size: 14px;
    font-weight: 400;
    float: left;
    color: #000;
    border: 1px solid #e1e1e3;
    padding: 11px 16px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    width: 253px;
    border-right: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn-file {
    position: relative;
    float: left;
    height: 40px;
}

.file-upload {
    padding: 7px;
}

.metaTagDropdown{
    float: right;
    width: auto;
    /* border: 1px solid #dddddd; */
    border-radius: 5px;
    margin-right: 10px;
}

.inputFieldList{
    margin-top: 60px;
}

.dropbtn {
    background-color: #ffffff;
    color: #000000;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 0px;
  }
  
  .dropbtn i {
    border: solid #aaaaaa;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
  }
  
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #eeeeee;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    overflow: auto;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0px;
    max-width:250px;
    max-height:275px;
    overflow-y: scroll;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size:15px;
    padding:10px 16px;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}