/* new clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
	zoom: 1;
}


/* IE7 */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: #666666;
}

label {
	display: block;
}


/* LINKS */

a,
a:link,
a:hover {
	cursor: pointer;
	text-decoration: none;
}

a {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover,
a:active {
	color: #333;
}


/* TYPOGRAPHY */

ul,
ol {
	line-height: 1.6;
	margin: 0px;
}

p {
	line-height: 1.8;
	margin: 0px 0 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0 15px 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 116%;
}

h5 {
	font-size: 106%;
}

h6 {
	font-size: 96%;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.title {
	padding: 10px;
	color: #000;
}

.title span {
	display: block;
	color: #666;
	font-size: 0.6em;
	margin: 0px 0px 4px 0px;
	font-weight: 300;
}

.button {
	position: relative;
	cursor: pointer;
	text-align: center;
	border: none;
	display: inline-block;
}

.button.big {
	font-size: 15px;
	padding: 12px 14px 12px 14px;
	font-weight: 400;
}

.button.blue {
	color: #FFF;
	background-color: #41b7d8;
}

.button.blue:visited {
	color: #FFF;
}

.button.blue:hover {
	background-color: #2592b1;
}

.button.login-button {
	background-color: transparent;
	color: #FFF;
	border: 1px solid #1A5988;
	color: #1A5988;
	font-size: 14px;
	padding: 11px;
	margin: 0px;
}

.button.upload {
	background: #FE5860;
	color: #FFF;
	border: none;
	font-size: 14px;
	padding: 0px 20px;
	height: 100%;
}

.button.confirm {
	background: #FE5860;
	color: #FFF;
	border: none;
	font-size: 14px;
	padding: 0px 20px;
	height: 100%;
}

.button.cancel {
	background: #FE5860;
	color: #FFF;
	border: none;
	font-size: 14px;
	padding: 0px 20px;
	height: 100%;
}

.button.changelang {
	color: #FFF;
	border: none;
	font-size: 12px;
	padding: 0px 15px;
	height: 100%;
}

.button.round {
	width: 30px;
	height: 30px;
	color: #FFF;
}

.button.close {
	position: absolute;
	right: 15px;
	top: 14px;
	background: #FE5860;
	border-radius: 100%;
	line-height: 30px;
	font-size: 21px;
}

.button.delete {}

.login {
	background-color: #000;
	width: 100%;
	height: 100%;
}

.login .title {
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	color: #444;
}

.login .title span {
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: 300;
}

.login video {
	position: fixed;
	right: 0px;
	bottom: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background-size: cover;
	background-color: #000;
	opacity: 0.7;
}

.login-window {
	background: linear-gradient(0deg, rgba(228, 228, 228, 0.92) 10%, rgba(255, 255, 255, 0.93) 90%);
	box-shadow: 18px 18px 48px rgba(25, 25, 25, 0.77);
	border: 1px solid #fff;
	width: 309px;
	/* margin: -185px 0px; */
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 20px;
	border-radius: 4px;
	transform: translate(-50%, -50%);
}

.login-window input {
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 200;
	border: 1px solid #C5C5C5;
	padding: 11px;
	-webkit-transition: box-shadow 0.5s;
}

.login-window input:focus {
	box-shadow: 0px 0px 10px rgba(5, 120, 218, 0.32);
}

.login-window img {
	margin: 0 auto;
	text-align: center;
	width: 100px;
	display: block
}

.upload-file-container {
	width: 100px;
	height: 100px;
	background-color: #ddd;
}

#child-view-container {
	display: none;
	width: 600px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -300px 0px 0px -300px;
	padding: 50px;
	border: 3px solid #ddd;
	z-index: 1000;
	background-color: #fff;
}

.main-menu {
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.main-menu li {
	display: inline-block;
}

.main-menu li a {
	padding: 10px 20px 10px 20px;
	display: block;
}

.upload-window {}

.panel-left {
	background: linear-gradient(45deg, #f857a6, #ff5858);
	/* W3C */
	position: absolute;
	/*height: 100%;*/
	width: 250px;
	background-color: #f9f9f9;
	min-height: calc(100% - 63px);
}

.left {
	float: left;
}

.panel-right {
	position: relative;
	margin-left: 250px;
}

.file {
	position: relative;
	float: left;
	margin: 20px;
	width: 140px;
	height: 200px;
}

.file .file-name {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}

.file .file-size {
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	color: #777777;
}

.file .file-dim {
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	color: #777777;
}

.file img {
	width: 100%;
	border-radius: 4px;
}

.hand {
	cursor: pointer;
	cursor: hand;
}

.context-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 130px;
	z-index: 101;
	transition: all 0.4s;
	transition-property: opacity;
}

.file .context-menu {
	bottom: -60px;
	width: 100%;
}

.context-menu ul {
	list-style: none;
	background: linear-gradient(45deg, #f857a6, #ff5858);
	color: #fff;
	border-radius: 4px;
	max-height: 500px !important;
	opacity: 1 !important;
	display: block !important;
}

.side-menu .context-menu ul {
	background: #222;
}

.context-menu ul li {
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	font-weight: 300;
	font-size: 12px;
	text-indent: 0;
	text-align: left;
}

.context-menu ul li:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.context-menu ul li:last-child {
	border-bottom: none;
}

.file:hover>.context-menu {
	opacity: 1;
	visibility: visible;
}

.side-menu li .folder-name:hover>.open-context {
	opacity: 1;
	visibility: visible;
}

.side-menu li .open-context {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid rgba(255, 255, 255, 0.53);
	margin-top: -10px;
	border-radius: 100%;
	font-size: 10px;
	text-align: center;
	text-indent: 0;
}

.side-menu li .open-context:hover {
	background-color: #333;
	border: 1px solid rgba(255, 255, 255, 0);
}

.side-menu li .open-context:hover>.context-menu {
	opacity: 1;
	visibility: visible;
}

.file-list-upload {
	position: relative;
	float: left;
	width: 140px;
	height: 200px;
	line-height: 200px;
	text-align: center;
}

.file-list-upload span {
	cursor: pointer;
	color: #FE5860;
	font-size: 29px;
}

.file-list-upload span:hover {
	color: #F57B7B;
}

.folders ul>li {
	padding-left: 20px;
}

.header {
	display: table;
	width: 100%;
}

.header>div {
	display: table-cell;
	vertical-align: middle;
}

.profile {
	width: 250px;
	background-color: #222;
	color: #FFF;
	font-weight: 300;
	padding: 10px;
}

.profile span.icon-user {
	font-size: 26px;
	color: #FE5863;
}

.side-menu {}

.side-menu h4 {
	color: #FFF;
	margin: 0px;
	padding: 10px;
}

.side-menu ul {
	list-style: none;
	list-style-type: none;
	padding: 0px 0px;
}

.side-menu ul ul {
	list-style: none;
	list-style-type: none;
	opacity: 0;
	max-height: 0;
	display: none;
	animation: display-none-transition 1s;
}

.side-menu ul ul li>.folder-name {
	text-indent: 18px;
}

.side-menu ul ul ul li>.folder-name {
	text-indent: 32px;
}

.side-menu ul ul ul ul li>.folder-name {
    text-indent: 46px;
}

.side-menu li>.folder-name>.icon {
	vertical-align: middle;
}

.side-menu li>.folder-name>.icon:before {
	font-family: "social-icons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "G";
}

.side-menu li.open>.folder-name>.icon:before {
	font-family: "social-icons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "H";
}

.side-menu li>.folder-name>.icon.none:before {
	content: "";
}

.side-menu li.open>ul {
	cursor: pointer;
	opacity: 1;
	display: block;
	max-height: 100%;
	transition: all 0.4s ease-in;
}

.side-menu li {
	cursor: pointer;
	position: relative;
}

.side-menu {
	-webkit-user-select: none;
	/* Chrome/Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+ */
}

.side-menu li .folder-name {
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	padding: 10px 0 10px 10px;
	color: #FFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.side-menu li.selected>.folder-name {
	background-color: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.folder-name:hover {
	background-color: rgba(255, 255, 255, 0.22);
	color: #fff;
}


/* BUTTONS */

.upload-button {
	background-color: #FE5860;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	border-radius: 100%;
	font-size: 23px;
	cursor: pointer;
}

.upload-button:hover {
	background-color: #DA4950;
}

.file-list {
	padding: 20px;
}

.file-list-folder {
	text-align: center;
}

.round-button {
	width: 80px;
}

.round-button-circle {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	overflow: hidden;
	background: #D00;
}

.round-button-30 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	color: #FFF;
}

.round-button-circle:hover {
	background: #F00;
}

.round-button a {
	display: block;
	float: left;
	width: 100%;
	padding-top: 50%;
	padding-bottom: 50%;
	line-height: 1em;
	margin-top: -0.5em;
	text-align: center;
	color: #e2eaf3;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
}

.round-button-30 a {
	line-height: 30px;
	margin-top: -15px;
}

.preview-template {
	position: relative;
	padding: 20px;
	padding-top: 15px;
	margin: 20px;
	border: 1px solid #eee;
}

.preview-template .dz-message {
	cursor: pointer;
	margin: 40px;
	border: 1px dotted #ccc;
	padding: 50px;
	background-color: #F9F9F9;
}

.preview-template .dz-message:hover {
	background-color: #EFEFEF;
}

.preview-template .dz-progress {
	height: 20px;
	width: 90%;
	margin-bottom: 20px;
	border: 1px dashed rgba(11, 183, 127, 0.25);
	vertical-align: middle;
	background-color: #f0fff6;
	display: none;
}

.preview-template .title {
	text-align: center;
}

.preview-template .dz-upload {
	height: 18px;
	display: inline-block;
	background-color: #0bb77f;
	/* padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px; */
	/* color: white;
	font-size: 12px;
	font-weight: 100; */
}

.preview-template .dz-details {}

.preview-template .dz-details>div {
	font-size: 14px;
	font-weight: 300;
}

.preview-template .dz-details .dz-image {
	width: 70px;
}

.preview-template .dz-details .dz-image img {
	width: 100%;
}

.preview-template .button.delete {
	position: absolute;
	background-color: transparent;
	right: 0px;
	top: 0px;
	border-radius: 100%;
	width: 29px;
	height: 29px;
	font-size: 13px;
	margin: 10px;
	text-align: center;
	color: #0BB77F;
	font-size: 22px;
	z-index: 50;
}

.form-item {}

.form-item label {}

.form-item input {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 200;
	background-color: rgb(250, 255, 189);
	border: 1px solid #E4E4E4;
	padding: 10px;
	box-sizing: border-box;
}

.popup {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(169, 169, 169, 0.5);
	z-index: 102;
}

.window {
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	max-height: 65%;
	background-color: #FFF;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 6px 6px 15px rgba(25, 25, 25, 0.18);
	border: 1px solid #fff;
	max-width: 800px;
	transform: translate(-50%, -50%);
}

.window .header {
	height: 60px;
	background-color: #F7F7F7;
}

.window .content {
	overflow-y: scroll;
	height: 100%;
	padding: 0px 0px 120px 0px;
	max-height: 600px;
}

.window .footer {
	position: absolute;
	padding: 10px;
	bottom: 0px;
	height: 60px;
	width: 100%;
	background-color: #F7F7F7;
}

.dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	background-color: #fff;
	box-shadow: 6px 6px 15px rgba(25, 25, 25, 0.18);
	border: 1px solid #fff;
	padding: 30px;
}

.file-list-header {
	padding: 20px;
}

span[class*='icon-']:before {
	vertical-align: middle;
	line-height: inherit;
}

.description {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 7px;
	border: 1px solid #E4E4E4;
	background-color: #F9F9F9;
	color: #666;
	border-radius: 4px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 50px;
}

.filename {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 7px;
	border: 1px solid #E4E4E4;
	background-color: #F9F9F9;
	color: #666;
	border-radius: 4px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 50px;
}

.keywords {
	width: 100%;
}


/*
input[type="text"], input[type="password"] {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 12px;
    border: 1px solid #E4E4E4;
    background-color: #F9F9F9;
    color: #666;
    border-radius: 4px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}*/


/*Override Select 2*/

.select2-container {}

.select2-container--default .select2-selection--single {
	background-color: #F9F9F9 !important;
	border: 1px solid #E2E2E2 !important;
	border-radius: 4px;
}

.select2-container .select2-selection--single {
	height: auto !important;
	padding: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100% !important;
}

.select2-dropdown {
	background-color: rgb(236, 236, 236) !important;
	border: 1px solid #DFDFDF !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #00BFF3 !important;
}

.select2-container.select2-container-multi ul.select2-choices {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	padding: 8px !important;
	border: 1px solid #E4E4E4 !important;
	background-color: #F9F9F9 !important;
	color: #666 !important;
	border-radius: 4px !important;
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #5897fb !important;
	outline: none;
	box-shadow: none !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.select2-container .select2-choice {
	height: 45px !important;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	background-color: #F9F9F9 !important;
	background-image: none !important;
	/*border: 1px solid #E4E4E4 !important;*/
}

.select2-container .select2-choice>.select2-chosen {
	margin-top: 8px !important;
}

.select2-result-label {
	font-weight: 100;
}

.select2-chosen {
	font-weight: 100;
}

.select2-container-multi .select2-choices {
	background-image: initial !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	padding: 8px !important;
	border: 1px solid #E4E4E4 !important;
	background-color: #F9F9F9 !important;
	color: #666 !important;
	border-radius: 4px !important;
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	padding: 8px !important;
	border: 1px solid #E4E4E4 !important;
	background-color: #F9F9F9 !important;
	color: #666 !important;
	border-radius: 4px !important;
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.select2-container--default .select2-selection--multiple {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	padding: 8px !important;
	border: 1px solid #E4E4E4 !important;
	background-color: #F9F9F9 !important;
	color: #666 !important;
	border-radius: 4px !important;
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	line-height: 28px;
	color: #666 !important;
}

.select2-container--default .select2-selection--multiple {
	min-height: 52px !important;
}

.slideThree input[type="checkbox"] {
	visibility: hidden;
}

.slideThree input[type=checkbox]:checked+label {
	left: 50%;
	background-color: #41B7D8;
}

.slideThree {
	width: 100%;
	height: 40px;
	background: #fff;
	border-radius: 2px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #EBEBEB;
}

.slideThree:after {
	content: 'NOT PUBLISHED';
	font: 10px/26px Arial, sans-serif;
	color: #D05656;
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 0;
	font-weight: 100;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

.slideThree:before {
	content: 'PUBLISHED';
	font: 10px/26px Arial, sans-serif;
	color: #41b7d8;
	position: absolute;
	left: 23px;
	top: 7px;
	z-index: 0;
	font-weight: 100;
}

.slideThree label {
	display: block;
	width: 50%;
	height: 34px;
	background-color: #D05656;
	border-radius: 2px;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 1;
}

div.published {
	position: absolute;
	height: 15px;
	width: 20px;
	z-index: 100;
	right: 0px;
	border-bottom-left-radius: 4px;
}

div.published.red {
	background-color: red;
}

div.published.green {
	background-color: green;
}

div.languages {
	height: 30px;
	margin-bottom: 15px;
	text-align: right;
	margin-right: 25px;
}

div.languages button {
	margin-right: 10px;
}

div.languages button:last-child {
	margin-right: 0px;
}