.create-content-form .suggest,
.update-content-form .suggest {
  width: 350px;
  margin: 0 auto;
}
.create-content-form .popup-body,
.update-content-form .popup-body {
  padding: 25px 40px;
  display: inline-block;
  width: 100%;
}
.create-content-form .form-container,
.update-content-form .form-container {
  margin-top: 25px;
}

.create-content-form button.select-file,
.update-content-form button.select-file {
    border: none;
    height: 55px;
    padding: 9px 40px 11px;
    font-family: sofiaprobold;
    color: white;
    line-height: 1;
}
.create-content-form #createContentBtn,
.update-content-form #saveContentBtn {
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #2b2e70;
    height: 55px;
    padding: 9px 40px 11px;
    font-family: sofiaprobold;
    color: #2b2e70;
    font-size: 16pt;
    display: block;
    margin: 0 auto;
    max-height: 55px;
}

.copyright .text {
    font-family: sofiaprolight;
    font-size: 12pt;
}

.copyright .btn-wrapper {
    margin-top: 25px;
}

.copyright #no_i_agree,
.copyright #yes_i_agree {
    border: none;
    color: white;
    background-color: #dedcde;
    padding: 9px 40px 11px;
    font-family: sofiaprobold;
    font-size: 16pt;
    border-radius: 0px;
    height: 55px;
    line-height: 1;
}

.copyright #yes_i_agree {
    background-color: transparent;
    margin-right: 10px;
    border: 1px solid #2b2e70;
    color: #2b2e70;
}

.copyright #no_i_agree:hover {
    border: none;
}

.create-content-form button.select-file,
.update-content-form button.select-file {
    background-color: #888888;
    padding: 0px 40px;
    font-size: 11.2pt;
    height: 40px;
    width: 80%;
}

.create-content-form .btn-wrapper,
.update-content-form .btn-wrapper {
    text-align: center;
}

.create-content-form input[type='text'] {
    border: 1px solid black;
    height: 50px;
    width: 100%;
    font-size: 20px;
    padding-left: 10px;
    border-radius: 0px;
    color: black;
    font-family: sofiapromedium;
}

.create-content-form .radio-inline,
.create-content-form .checkbox label,
.update-content-form .checkbox label{
    font-family: sofiaprobold;
    font-size: 14px;
}

.create-content-form .checkbox [type="checkbox"],
.update-content-form .checkbox [type="checkbox"]{
    margin-right: 5px;
    margin-top: 6px;
    float: left;
}

.create-content-form .mce-panel,
.update-content-form .mce-panel{
    border: 0 solid rgb(0, 0, 0);
}

.create-content-form .suggest .row,
.update-content-form .suggest .row{
    text-align: center;
}

.create-content-form .select-grey select,
.update-content-form .select-grey select{
    height: auto;
    margin: 0 !important;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 100;
    /*padding: 16px 30px 16px 20px;*/
    width: 100%;
    cursor: pointer;
    font-family: sofiaprobold;
    font-size: 11.2pt;
    line-height: normal;
    border: 1px solid black;
    height: 40px;
}

.form-group.field-file_type {
    margin-bottom: 0;
}

.field-file_type .help-block {
    margin: 0;
}

.img-file-info {
    font-family: sofiapromedium;
    font-size: 14px;
}

.create-content-form .select-grey select:focus,
.update-content-form .select-grey select:focus {
    box-shadow: none;
}

.create-content-form canvas,
.update-content-form canvas {
    vertical-align: middle;
}

.create-content-form .select-grey,
.update-content-form .select-grey {
    position: relative;
    /*background: #cdcdcd;*/
    /*border: 1px solid;*/
    border-radius: 0;
    width: auto;
    min-width: 100%;
    margin: 0 auto;
    display: inline-block;
    /*height: 66px;*/
}

.create-content-form .has-success .form-control:focus,
.update-content-form .has-success .form-control:focus{
    box-shadow:none;
    -webkit-box-shadow:none;
    border-color:inherit;
}

.create-content-form .content-desc,
.update-content-form .content-desc {
    font-family: sofiapromedium;
}

.song-book .remove-row,
.song-book .add-new-song {
    border-radius: 0;
    padding: 0 5px;
}

.song-book .remove-row {
    margin-top: 5px;
}

.create-content-form,
.update-content-form {
    min-height: 376px;
}

input::-webkit-input-placeholder {color:#515151;}
input::-moz-placeholder          {color:#515151;}/* Firefox 19+ */
input:-moz-placeholder           {color:#515151;}/* Firefox 18- */
input:-ms-input-placeholder      {color:#515151;}

.hide-id .wrapper-field-id {
    display: none;
}

.song-book-description{
    display: none;
}
.show-description .song-book-description {
    display: inline-block;
}