.modal input[type="text"]{
	border:1px solid #e9eef3;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	max-width: 252px;
	width:55%;
	padding: 6px 12px;
}

select.form-control{
	 background-color: #fff;
	 background-image: url(../images/select-arrow.png);
	 background-position: 90% center;
	 background-repeat: no-repeat;
   border:1px solid #e9eef3;
   -webkit-appearance: none;
   appearance: none;
   -webkit-border-radius:25px;
   border-radius: 25px;
   max-width: 252px;
   width:55%;
    cursor: pointer;
    padding: 6px 12px;
}

input[type="submit"]{
	border:none;
	background-color: #1ba8ed;
	color:#fff;
	padding: 8px 20px;
	font-size: 13px;
	min-width: 100px;
	-webkit-border-radius:25px;
   border-radius: 25px;
}


.modal p {
	color: #5a6779;
	text-align: center;
	width: 100%;
	font-size: 15px;
    margin-bottom: 34px;
}

.modal input[type="text"], .modal select {
	margin-bottom: 15px;
	}

input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border:1px solid #e9eef3;
	vertical-align: bottom;
	cursor: pointer;
	margin-left: 5px;
}

.modal input[type="checkbox"] { margin-top: 0; width: 15px; height: 15px; }

input[type="checkbox"]:checked { background: url(../images/check.png?500) no-repeat center center #fff; }

.modal label.checkbox-label { padding-top: 0; }
.modal input[type="checkbox"] { vertical-align: middle; }
.modal input[type="checkbox"]:checked { background: url(../images/check-sm.png) no-repeat center center #fff; }

fieldset {
	background-color: #f4f6f9;
	border-bottom:1px solid #e9eef3;
	padding:25px 20px;
}

.modal .modal-dialog .modal-content {
	padding: 0;
}

.modal-title {
	color:#5a6779;
	font-weight: 700;
}

.modal-title i {
	margin-right: 5px;
}

.modal-title i.icon-Project-icon, .modal-title i.fa-folder-open {
	color:#1ba8ed;

}

.modal-title i.fa-pencil {
	opacity:.8;
}

.modal-title i.fa-cloud-upload {
	color:#28bd8b;
}


.modal .modal-dialog .modal-content .modal-header {
	padding: 20px 20px 10px;
	border-bottom:1px solid #e9eef3;
}

.modal .modal-dialog .modal-content .modal-body {
	padding: 0;
}

.modal-header .close {
	font-size: 39px;
	font-weight: 100;
	margin-top: -11px;
}

#new-project-modal .modal-dialog, #new-folder-modal .modal-dialog {
	max-width: 460px;
}

#edit-file-modal .modal-dialog, #upload-file-modal .modal-dialog {
	max-width: 490px;
}

@media (max-width: 800px) {

	#file-modal .modal-dialog{
		margin-top: 40px !important;
		margin-bottom:40px !important;
	}
}



.modal-dialog label {
	width: 100%;
	max-width: 117px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	color:#8e9aa9;
}

.modal .modal-dialog .modal-content .modal-footer {
	text-align: center;
	border: none;
	padding:12px;
}


.modal small {
	display: block;
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    font-size: 10px;
}

.modal small a{
    color: #8e9aa9;
}


.dz-message {
	border: 4px dashed #ccd6e0;
}

#edit-dropzone .dz-message.edit {
	background: url(../images/edit-dropzone-bg.png) no-repeat center center transparent;
	background-size: 122px 95px;
}

#upload-dropzone .dz-message.upload {
	background: url(../images/upload-dropzone-bg.png) no-repeat center center transparent;
	background-size: 122px 95px;
}

#upload-dropzone .dz-message.upload, #edit-dropzone .dz-message.edit {
	width: 320px;
    margin-left: -160px;
    height: 200px;
    margin-top: -100px;
}

#upload-dropzone, #edit-dropzone {
	min-height: 0;
	height:250px;
	border:none;
	border-bottom:1px solid #e9eef3;
}

 #edit-dropzone {
	height:310px;
}

#edit-dropzone .dz-message.edit {
	    margin-top: -75px;
}

#upload-file-modal  .modal-footer small a, #edit-file-modal  .modal-footer small a{
    color: #1ba8ed;
    display: block;
    margin: 12px 0 4px;
}

.modal .file-title {
	margin-bottom: 0;
	font-weight: 700;
}

.modal .last-updated {
	margin-bottom: 0;
	font-size: 12px;
	color:#8e9aa9;
}


.modal-footer textarea {
	padding: 8px 20px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #e9eef3;
	font-size: 13px;
	margin-bottom: 10px;
	resize: none;
}

.add-to-project-dropdown {
	width:280px;
	height:222px;
	position: absolute;
	top:0;
	left:0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 42px 14px rgba(50,50,50,0.05);
  box-shadow: 0 0 42px 14px rgba(50,50,50,0.05);
  padding: 20px;
}

.add-to-project-dropdown:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}

.dropdown-title {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color:#8e9aa9;
	margin-bottom: 10px;
}

.dropdown-title .close {
	font-weight: 100;
	font-size: 28px;
	margin-top: -8px;
}

.add-to-project-dropdown select {
	width:100%;
	background-color: #f4f6f9;
	margin-bottom: 10px;
}

.add-to-project-dropdown small {
	text-align: center;
	text-decoration: underline;
	font-size: 12px;
	width:100%;
	display: block;
	margin-bottom: 15px;
}

.add-to-project-dropdown small a {
	color:#1ba8ed;
}


.add-to-project-dropdown input[type="submit"]{
	display: block;
	margin: 0 auto;
}

#conditional-rep{
	display: none;
}


