

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
  /* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

#close{
    position: absolute;
    top: 58px;
    right: calc( 15% + 10px );
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #858585;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
}

.jmpManager{
    font-family: "Roboto";
    color: #333;
}

.jmpManagerMain{
    position:fixed;
    z-index:99999;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
}

.jmpManagerContent{
    margin-left:auto;
    margin-right:auto;
    margin-top: 50px;
    width:70%;
    min-width:650px;
    height:700px;
    background:#f9f9f9;
    border-radius:5px;
}

.jmpManagerBody{
	height: 590px;
    overflow-y: scroll;
	background: #f2f2f2;
}

.jmpManagerHeader{
    padding:10px 15px 10px 15px;
    font-size: 2em;
    font-weight: 300;
    text-rendering: optimizelegibility;
    padding-right: 10px;
    border-bottom: 1px solid #c5c5c5;
    background: #fff;
}

.jmpManagerSettings{
    border-bottom: 1px solid #c5c5c5;
    min-height:22px;
}

.jmpManagerBreadcrumb{
    padding-left:20px;
}

.jmpManagerContainer{
    padding:5px 10px 5px 10px;
    height: calc( 100% - 119px );
    overflow-y: scroll;
    font-size:15px;
}

.jmpManagerContainerTop{
    margin-bottom: 5px;
    border-radius: 0;
    padding-bottom: 4px;
    padding-top: 6px;
    background: #f0f0f0;
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
    border-bottom: 1px solid #bbb;
}

.jmpManagerContainerSorter{
    margin-top: 5px;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
    background-color: #f5f5f5;
    position: relative;
    border-bottom: 1px solid #bbb;
    height: 24px;
    line-height:24px;
    display:flex;
    font-size:15px;
}

.jmpManagerContainerSorter div{

}

.jmpManagerBack{
    height:34px;
    background-color:#bbb;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
    padding-left:20px;
    line-height:34px;
    background-image: url('img/folder_back.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 50px;
}

.jmpManagerBack:hover{
    background-color: #e0e0e0;
}

.jmpManagerItem{
    background: #eaeaea;
    border-bottom: 1px solid #aaa;
    padding:5px;
    cursor:pointer;
    line-height:35px;
}

.jmpManagerItem:nth-child(odd){
    background:#efefef;
}

.jmpManagerItem:hover{
    background: #e0e0e0;
}

.alertify{
    z-index:100000;
    position: absolute;
}

#uploadPreview .thumbnail{

            width:150px;

            height: 150px;

            float:left;

            margin:2px;

        }

        #uploadPreview .thumbnail img{

            width:150px;

            height: 150px;

            border-radius:5px;
        }

        .progress{
            height: 30px;
            line-height: 30px;
            background: #d5d5d5;
        }



        .bar{
            width: 50%;
            height: 30px;
            position: relative;
            background: green;
        }



        .status{
                margin-top: 3px;
    margin-left: 10px;
    float: left;
        }

        .status img{
                float: left;
    height: 24px;
    margin-top: -4px;
    margin-right:5px;
        }

        .jmpManagerUploadButton{
    float: left;
    background-image: url('core/libraries/jmpFileManager/img/upload-icon.png');
    background-color: #fff;
    background-size: 18px;
    background-position: 3px 1px;
    background-repeat: no-repeat;
    padding-left: 26px;
    border-radius: 0px;
    border: 1px solid black;
    font-size: 15px;
    height: 22px;
    line-height: 20px;
    cursor: pointer;
    box-shadow: #e6e6e6 0px 0px 5px;
        }

        .jmpManagerUploadButton:hover{
            background-color:#d5d5d5;
        }

        .fileListItem, .photoListItem{
        	cursor:pointer;
        }

        .fileListItem:hover, .photoListItem:hover{
        	background: #eaeaea;
        }

	.jmp-input{
		border: 1px solid #d5d5d5;
   		padding: 0.2em;
	    border-radius: 1px;
	}

	.fm-button-icon{
		width:20px;
	}

.size-info{
	background: #e6e6e6;
    padding: 0.5em;
    border-radius: 4px;
    display: inline-block
}

.admin-photos-preview{
	width: 70px;
	height: 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
