.custom-files .remove-custom-file {
	color: red;
	text-decoration: none;
}

.custom-files .download-custom-file {
	color: cornflowerblue;
}

.custom-files-login .special_user_login_input{
	width: 210px;
    box-shadow: none;
    margin-left: 0;
}

.custom-text-editor {
	height: 200px;
    width: 900px;
}

.delete-custom-file-tab{
	background: red;
    border: 1px solid orange;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-top: 30px
}

.ui-tabs .wpcf7-text,
.ui-tabs .wpcf7-email,
.ui-tabs .wpcf7-captchar{
	margin-left: 0 !important;
	width: 315px !important;
}

.ui-tabs .wpcf7-textarea{
	margin-left: 0 !important;
}

.customer-login-link{
	text-align: left;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    color: cornflowerblue;
}

.customer-logout-button{
	color: cornflowerblue;
    padding: 0;
    background: transparent;
    border: none;
    float: left;
    margin-left: 14px;
    margin-top: -10px;
}

.logout-link {
	width: 130px;
    float: right;
    clear: both;
    margin-bottom: 50px;
}

#tabs {
	top: 30px;
}

.custom-files .first-column-content {
	width: 100px;
	float: left;
}

.custom-files .second-cloumn-content {
	display: inline-block;
}

.custom-files .ui-sortable-handle,
.sortable-tab-elements {
	background: #eee;
    padding: 5px;
    cursor: move;
}

.disable-sort.ui-sortable-handle {
	background: transparent;
	cursor: initial;
}

.sortable-tabs  {
    padding: 5px;
	padding-top: 15px;
}

.refresh-page-btn {
	margin-bottom: 10px;
    margin-left: 5px;
    background: cornflowerblue;
    color: white;
    border: 0;
    padding: 5px 10px;
    cursor: pointer;
}

.edit-tabs-order-container {
	background: white;
}

.edit-tabs-order {
	color: cornflowerblue;
    font-size: 16px;
    cursor: pointer;
	padding-top: 15px;
}

.rename-tab-btn {
	color: cornflowerblue;
	cursor: pointer;
}