a {
	text-decoration: none;
}
h3 {
    margin-bottom: 20px;
}
.adm-content {
    min-height: 300px;
    padding: 50px 0;
    font-size: 18px;
}
.adm-item {
    margin: 15px 0;
}
.adm-tool {
    padding-right: 30px;
}
.adm-tool a {
    padding: 5px 10px;
    border-radius: 5px;
    background: #dfdfdf;
}
.adm-item .adm-item {
    padding-left: 20px;
}
.adm-item-title {
    font-weight: bold;
}
.adm-note {
    margin-bottom: 30px;
    padding: 15px;
    color: #FFF;
    font-weight: bold;
    border-radius: 6px;
    background: #0e2a5c;
}
.adm-table {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.adm-table > div > .row {
    padding-bottom: 50px;
}
.adm-table > div > .row > div {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #dfdfdf;
}
.adm-item-hidden .adm-item-title {
    color: #777;
    font-weight: normal;
    text-decoration: line-through;
}
.tinymce-wrap {
    margin-bottom: 30px;
}
.tinymce, textarea {
    min-height: 200px !important;
}
.form-check-label {
    margin-left: 10px;
}
.brand-item {
    display: inline-block;
    margin-right: 30px;
}
.ajax-open-adm-img {
	height: 120px;
	width: 150px;
    margin: 3px;
	display: inline-block;
}
.ajax-open-adm-img img {
    height: auto;
    max-width: 100%;
}
.adm-img-wrap {
    padding: 10px;
    text-align: center;
    background: #bcd9e7;
}
.vendor-item {
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    background-color: #f8f9fa;
    transition: .3s;
}
.ajax-open {
    cursor: pointer;
}
.vendor-item.ajax-open:hover {
    background-color: #e0e2e4;
}
.modal-win {
    position: relative;
    padding: 30px 30px;
    width: auto;
    margin: 20px auto;
    max-width: 800px;
    border-radius: 15px;
    background-color: #fff;
    z-index: 0;
}
.modal-item {
    margin-bottom: 30px;
}


.uploadifive-button {
	padding: 8px 25px;
    height: 45px !important;
    width: 200px !important;
	font-size: 24px;
	color: #546e7a;
	font-weight: 700;
	border: 2px solid #0e2a5c;
	border-radius: 6px;
	background: #0e2a5c;
    text-shadow: 0 !important;
}
.bold {font-weight: bold;}
.border-0 {border: 0;}
.color-green {color: #1bd01b;}
.color-blue {color: #1b1bd0;}
.color-red {color: #d01b1b;}
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?nc0wqo');
    src:  url('fonts/icomoon.eot?nc0wqo#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?nc0wqo') format('truetype'),
      url('fonts/icomoon.woff?nc0wqo') format('woff'),
      url('fonts/icomoon.svg?nc0wqo#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
  
.adm-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  
.adm-icon-pencil:before {
    content: "\e905";
}
.adm-icon-image:before {
    content: "\e90d";
}
.adm-icon-file-empty:before {
    content: "\e924";
}
.adm-icon-copy:before {
    content: "\e92c";
}
.adm-icon-bin:before {
    content: "\e9ac";
}
.adm-icon-eye:before {
    content: "\e9ce";
}
.adm-icon-eye-blocked:before {
    content: "\e9d1";
}
.adm-icon-plus:before {
    content: "\ea0a";
}
.adm-icon-cross:before {
    content: "\ea0f";
}
.adm-icon-checkmark:before {
    content: "\ea10";
}  


@media (max-width: 767px) {
    
}