.mmo-text-center {
	text-align: center;
}
#mdc-dialog-folder-selection .mdc-select--box {
	height: 30px;
	border-radius: 4px 4px 0 0;
	background-position: right 10px center;
}
.mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
	background-color: #04adff;
	background-color: #04adff;
}
.mdc-form-field > label {
    position: relative;
    top: 3px;
}
.mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
	border-color: #04adff;
	border-color: #04adff;
}
.mdc-radio .mdc-radio__background::before {
	background-color: #04adff;
}
.mdc-radio .mdc-radio__background::before {
	background-color: #04adff;
}
.mdc-checkbox::before, .mdc-checkbox::after {
	background-color: #1c97ec;
}
.mmo-selectmenu-width {
	max-width: 200px
}
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
	border-color: #23b8fc;
	border-color: #23b8fc;
	background-color: #23b8fc;
	background-color: #23b8fc;
}
.mdc-checkbox__background::before {
	background-color: #23b8fc;
}
#mdc-dialog-file-selection .mdc-dialog__body, #mdc-dialog-cloner .mdc-dialog__body {
	margin: 0;
	padding: 0 24px;
}
.mdc-dialog__footer {
	padding: 16px;
    position: fixed;
    bottom: 0;
    right: 0;
}
.mmo-cloner-list-overflow::-webkit-scrollbar-track, .mmo-cloner-category-overflow::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
 border-radius: 5px;
 background-color:transparent;
}
 .mmo-selected-files-list::-webkit-scrollbar, .mmo-cloner-list-overflow::-webkit-scrollbar, .mmo-cloner-category-overflow::-webkit-scrollbar {
 width: 5px;
 background-color: transparent;
}
.mmo-cloner-list-overflow::-webkit-scrollbar-thumb, .mmo-cloner-category-overflow::-webkit-scrollbar-thumb {
 border-radius: 5px;
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.2);
 background-color: #555;
}

.mmo-single-selected-files-list::-webkit-scrollbar-track, 
.mmo-selected-files-list::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 3px #676666;
 border-radius: 5px;
 background-color:transparent;
}

.mmo-single-selected-files-list::-webkit-scrollbar-thumb,
 .mmo-selected-files-list::-webkit-scrollbar-thumb{
 border-radius: 5px;
 -webkit-box-shadow: inset 0 0 3px #8b8c8e;
 background-color: #555;
}
.mmo-selected-files-list .mdc-grid-tile__primary{
	top:5px;
}
.mmo-selected-files-list .mdc-grid-tile-selected__primary{
	top:5px;
	background-color: #313848 ;
}
.mmo-selected-files-list .mmo-remove-selected-files-button{
	top: 0px;
}
#mdc-dialog-cloner .mdc-dialog__header, #mdc-dialog-file-selection .mdc-dialog__header, #mdc-dialog-folder-selection .mdc-dialog__header, #mdc-dialog-success-cloner .mdc-dialog__header {
	border-bottom: none;
	padding-bottom: 15px;
	background: #038BEC;
	color: #fff !important;
	padding: 10px 24px;
	margin-bottom: 5px
}
#mdc-dialog-cloner .mdc-dialog__header h2, #mdc-dialog-file-selection .mdc-dialog__header h2, #mdc-dialog-folder-selection h2, #mdc-dialog-success-cloner h2 {
	color: #fff;
	text-transform: uppercase;
}
.mmo-margin-15 {
	margin: 15px;
}
.mmo-custom-grid-margin {
	margin: 0px -24px 0 -24px;
	padding: 0 5px;
}
.mmo-custom-margin {
	margin-left: -24px;
}
.mmo-top-border {
	border-top: 1px solid #ccc;
}
.mmo-border-right {
	border-right: 1px solid #ccc;
}
.mmo-cloner-informaton-container {
	background: #f5f5f5 !important;
	margin: 0 -24px;
	border-left: 5px solid #038BEC;
	max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
}
.mmo-cloner-info-row {
	color: #2d2d2d;
	text-align: left;
	padding: 7px;
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	height: 50px;
}
.mmo-cloner-thumbnail {
	max-width: 170px;
}
.mmo-modal-content-title {
	color: #3485FF;
}
.mmo-required-note {
	color: #d60808;
	font-weight: 200 !important;
	font-size: 14px;
}
.mmo-cloner-note-container {
	background: #fff !important;
	margin: 0 -24px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px 24px;
}
.mmo-cloner-note-row {
	color: #2d2d2d;
	text-align: left;
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
.mmo-cloner-note-row i {
	position: relative;
	background: #e39e00;
	padding: 3px;
	border-radius: 4px;
	color: #fff;
	top: 3px;
	display: inline-block;
}
.mmo-icon-container {
	float: left;
	margin-right: 10px;
}
.mmo-close-link {
	color: #6d6d6d;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	float: right;
	cursor: pointer;
}
.mmo-close-link:hover {
	text-decoration: none;
}
.mdc-grid-tile {
	display: block;
	position: relative;
	width: 115px;
}
#mmo-hide-details {
	text-decoration: underline;
	color: #3485FF
}
.mdc-grid-tile {
	/* margin: 10px 5px; */
	margin: 4px 5px;
    padding: 0 2px;
    min-height: 125px;
}
.mdc-grid-tile:hover {
	cursor: pointer;
}
.mdc-grid-tile:hover .mdc-grid-tile__secondary, .mmo-selected-files .mdc-grid-tile__secondary {
	/* background: #efefef; */
	cursor: pointer;
	/* border: 1px solid #e8e8e8; */
}
.mmo-selected-files {
	opacity: .4;
}
.mdc-grid-tile__secondary {
	background: none;
	/* border: 1px solid #fff; */
}
.mdc-grid-tile__title {
	color: #038BEC;
	font-size: 11px;
	padding-top: 5px;
	text-align: center;
}
/*.mdc-grid-list__tiles img {
	top: -50px;
}*/
.mdc-grid-tile__secondary {
	/* background: #fff; */
	line-height: normal;
	/* padding: 8px 3px; */
	padding: 0;
	height: auto;
}
.mdc-list--two-line .mdc-list-item__graphic {
	width: 80px;
	height: 100%;
}
.mdc-list--two-line .mdc-list-item {
	margin-bottom: 15px;
}
.mdc-list--two-line .mdc-list-item {
    height: 110px;
    padding: 10px 10px 5px 10px;
}
.mmo-selected-files-list img {
	top: -30px;
}
.mmo--cloner--selected-files-bottom img {
	top: 0px;
}
.mmo-cloner-list-overflow {
	height: 105px;
	overflow: auto;
	margin-bottom: 20px;
}
.mmo-cloner-list-overflow.expanded {
	height: 308px;
}
.mmo-cloner-category-overflow {
	height: 173px;
    overflow: auto;
    padding-bottom: 20px;
}
.mmo-cloner-category-overflow.expanded {
    height: 360px;
}
.mdc-grid-tile__secondary p {
	color: #2d2d2d;
	font-size: 10px;
}
.mmo-icon-button {
	background: none;
	border: none;
	box-shadow: none;
	color: #2d2d2d;
	padding: 0 10px 0 0;
}
.mmo-icon-button:hover {
	background: none;
	color: #038BEC;
}
.mmo-view-selection-row {
    width: 100%;
    padding: 10px 0 15px 10px;
    border-bottom: 1px solid #ccc;
    min-height: 50px;
    /* margin-bottom: 12px; */
}
.mmo-item-selected-note {
	color: #191818;
	font-size: 12px;
	margin-left: 80px;
	line-height: 25px;
}
.mmo-grid-list-spacing {
	margin: 10px 7px;
}
.mmo-remove-selected-files-button {
	position: absolute;
	z-index: 2;
	color: #fff;
	right: -10px;
	padding: 0;
	top: -10px;
	font-size: 18px;
}
.mmo-selected-files-list {
	overflow-y: auto;
	height: 150px;
}
.mmo-selected-files-list .mdc-grid-tile {
	width: 105px;
}
#mdc-dialog-file-selection .mdc-list-item {
    align-items: normal;
    padding-top: 5px;
    padding-left: 50px;
}
.modal-body {
	max-height: calc(120vh - 210px);
	overflow-y: auto;
}
.mmo-doc-save-col ul {
	padding-left: 50px;
}
.mmo-folder-icon {
	float: left;
	color: #2d2d2d;
	padding: 0 10px 5px 8px;
}
#mdc-dialog-file-selection .jstree-default .jstree-clicked {
	background: transparent !important;
}
#mdc-dialog-file-selection .jstree-default .mmo-folder-icon {
	float: left;
	color: #9E9E9E;
	padding: 0 5px 5px 3px;
	font-size: 23px;
}
#mdc-dialog-file-selection .mmo-tree-right-arrow-position {
	position: relative;
	top: 7px;
}
#mdc-dialog-file-selection .jstree a {
	font-size: 12px;
}
.mmo-success-check {
	color: #43A047;
	font-size: 45px;
}
.mmo-success-massage {
	text-align: center;
	padding: 100px;
	font-size: 16px;
	font-weight: 400;
	color: #2d2d2d;
}
.mmo-checkbox-griditem--selection {
    position: absolute;
    top: -18px;
    right: -10px;
    z-index: 2;
}
.mmo-cloner-list-overflow .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    background-color: #ffffff;
}

.mdc-list--two-line .mmo-checkbox-griditem--selection {
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 2;
}
.mmo-elegible--checkbox{
	    top: -5px;
}
.mmo-elegible--label{
	color: #191818;
    font-size: 12px;
    line-height: 25px;
    margin-left: 0;
    position: relative;
    top: -10px;
	right: 5px;
}
.mdc-grid-tile__primary {
    padding-bottom: calc(90.5% / 1);
}
.mmo-load-more-container{
	width: 100%;
	text-align: center;
}
.mmo-load-more-container img{
	position: relative;
	top:8px;
}
.mmo-load-more-alignment{
	margin: 0 auto;
    float: none;
	padding-left: 5px;
}

body {
	background: white;
}

button.mat-icon-button .mat-button .mmo-over-write {
    font-size: 11px !important;
}

.mmo-jstree-list{
	width: 100%;
    height: 120px;
    border: 1px solid #ccc;
    padding: 12px;
    position: absolute;
    background: #fff;
    z-index: 1;
    top: 23px;
	overflow: scroll !important;
}
.mmo-mdc-input-dropdown {
	max-width: 200px;
    background: url(../assets/images/mdc-select-arrow.svg) no-repeat right top;
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #2d2d2d !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    font-size: 14px;
    padding-left: 0 !important;
    position: relative;
    top: -3px;
    color: #6d6d6d;
	cursor: pointer;
}

.mmo-result-page .mdc-grid-tile:hover .mdc-grid-tile__secondary {
    background: none !important;
    border: 1px solid #fff !important;
    cursor:auto !important;
}
.mmo-result-page .mdc-grid-tile:hover{
    cursor: auto;
}