@import url('/style/fonts_ui.css') screen;
@import url('/style/fonts_print.css') print;

@page {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Nimbus Sans Novus', 'Helvetica Neue', 'Helvetica';
    font-weight: 300;
    font-size: 11pt;
    color: rgba(0,0,0,0.95);
}

body {
    background-image: url(/images/background_desk.png);
    background-color: rgba(0, 0, 0, 0.071);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -1.5em;
}

#main {
    display: block;
}

.connection-status {
    display: none;
    position: relative;
    height: 30px;
    background-color: #e95244;
    z-index: 999;
    box-shadow: inset 0 0 10px rgba(255,5,5,0.53);
    text-align: center;
    line-height: 30px;
    color: white;
    font-weight: 400;
}

.content {
    max-width: 980px;
    margin: 0 auto 35px auto;
    padding: 30px 20px;
    background: rgba(255,255,255,0.85);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.25), inset 0 0 20px rgba(0,0,0, 0.03);
    border-radius: 0 0 3px 3px;
}

.push {
    height: 1.5em;
}

#footer {
    position: relative;
    height: 1.5em;
    padding: 0 5px 0;
    background: rgb(67,67,67);
    text-align: center;
    color: rgb(190,190,190);
    box-shadow: 0 0px 3px rgba(0,0,0,0.3);
}

#footer>div {
    display: inline-block;
    height: 100%;
    font-weight: 400;
    font-size: 13px;
}

#footer .alignleft {
    float: left;
}

#footer .alignright {
    float: right;
}

#footer .drawer {
    display: none;
    position: absolute;
    bottom: 1.75em;
    max-width: 250px;
    background: white;
    text-align: left;
    color: hsl(0,0%,20%);
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 3px 3px 0 0;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    overflow: hidden;
}

#footer .drawer-wrapper.closed .drawer {
    display: none !important;
}

#footer .drawer-wrapper.open .drawer, #footer .drawer-wrapper:hover .drawer, .drawer:hover {
    display: block;
}

#footer .drawer-title {
    height: 100%;
    padding: 0.4em 0.6em 0;
}

#footer .drawer-wrapper:hover .drawer-title {
    background-color: rgba(0,0,0,0.95);
    color:rgba(255, 255, 255, 0.75);
}

.drawer .title {
    position: relative;
    height: 1.8em;
    padding: 0.35em 10px 0 10px;
    background: rgba(0,0,0,0.12);
    font-weight: 600;
    color: rgba(0,0,0,0.55);
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.drawer h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}

.drawer h3 {
    margin: 0.8em 0 0 0;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}

.drawer p {
    margin: 0.5em 0 0;
}

.drawer p+h2 {
    margin-top: 1em;
}

.drawer .content-wrapper {
    padding: 10px;
    box-shadow: inset 0 0 10px rgba(0,0,0, 0.035);
}

#footer .drawer a {
    color: rgb(27, 107, 172);
}

/*#footer .drawer a:hover {
    color: rgb(27, 107, 172);
    background: rgba(219, 238, 253, 0.75);
    border-radius: 3px;
    box-shadow: 0 0 0px 4px rgba(219, 238, 253, 0.75);
}
*/
#footer a {
    color: rgb(220,220,220);
    font-size: 13px;
    font-weight: 500;
}

#footer a:active {
    color: #73B1FF;
}

#footer .history {
    right: 0;
    width: 250px;
    height: 400px;
}

.drawer .closer {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 22px;
    width: 30px;
    height: 100%;
    float: right;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: rgb(150,150,150);
}

.drawer .closer:hover {
    color: rgb(104,104,104);
}

#footer .history-items {
    overflow: scroll;
    position: absolute;
    top: 1.8em;
    bottom: 0;
    width: 100%;
}

#footer .history-items div {
    line-height: 1.3em;
}

#footer .history a {
    color: rgba(0,0,0,0.65);
}

#footer .history a:hover {
    color: rgba(0,0,0,0.5);
}

#footer .history-items div .date {
    visibility: hidden;
    float: right;
    color: rgba(0,0,0,0.35);
}

#footer .history-items div:hover .date {
    visibility: visible;
}

table {
    border-spacing: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    cursor: default;
    word-wrap: break-word;
}

.content a, #footer .drawer a {
    font-weight: 400;
    color: #79b51c;
}

.content a:hover, #footer .drawer a:hover {
    color: rgb(33, 194, 2);
    background-color: rgba(82, 206, 3, 0.2);
    border-radius: 3px;
    box-shadow: 0 0 0px 4px rgba(82, 206, 3, 0.2);
}

nav {
    position: relative;
    z-index: 99;
    display: block;
	margin: 0 auto;
	text-align: center;
	background: rgb(67,67,67);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.95);
	background: linear-gradient(top, rgb(67,67,67) 0%, rgb(43,43,43) 100%);
	background: -moz-linear-gradient(top, rgb(67,67,67) 0%, rgb(43,43,43) 100%);
	background: -webkit-linear-gradient(top, rgb(67,67,67) 0%, rgb(43,43,43) 100%);
	font-weight: 300;
}

nav ul ul {
	display: none;
	text-align: left;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	display: inline-table;
	position: relative;
	margin: 0;
	padding: 0 20px;
	list-style: none;
	white-space: nowrap;
}
	nav ul:after {
		content: "";
		clear: both;
		display: block;
	}

	nav ul li {
		position: relative;
		float: left;
	}
		nav ul li:hover {
	        background: rgba(0,0,0,0.95);
		}
			nav ul li:hover div {
				color: rgba(255,255,255,0.90);
			}

		nav ul li div {
			display: block;
			padding: 17px 40px 15px 40px;
			color: rgba(255,255,255,0.7);
			text-decoration: none;
		}

    	nav ul ul li.has-sub:after {
        	position: absolute;
        	right: 15px;
            top: 17px;
            width: 0;
        	height: 0;
    		content: '';
            pointer-events: none;
        	border-top: 10px solid transparent;
        	border-bottom: 10px solid transparent;
        	border-left: 10px solid rgb(100,100,100);
        	border-width: 7px;
    	}


	nav ul ul {
		position: absolute;
		top: 100%;
		padding: 0;
        background: rgba(30,30,30,0.95);
		border-radius: 0px;
	}
		nav ul ul li {
		    position: relative;
			float: none;
			/*border-bottom: 1px solid rgba(65,65,65,0.85);*/
		}
			nav ul ul li div {
				padding:  17px 40px 15px 40px;
				color: rgba(255,255,255,0.9);
			}
				nav ul ul li div:hover {
					background: rgba(0,0,0,0.90);
				}

	nav ul ul ul {
		position: absolute;
		left: 100%;
		top:0;
	}


.notification {
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    padding: 1px 3px;
    line-height: 14px;
    font-size: 11px;
    letter-spacing: -0.02em;
    background: #dd2a26;
    font-family: 'San Francisco', -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
    font-weight: normal;
    border-radius: 3px;
    opacity: 0;
}

.notification:not(:empty) {
    opacity: 1;
}

/* Page Designs */

block {
    display: inline-block;
    width: 100%;
}

table {
    width: 100%;
    empty-cells: show;
}

.list th {
    padding: 5px 11px 0 3px;
    background: rgba(0,0,0,0.05);
	background: linear-gradient(top, rgba(233,230,230,0.8) 0%, rgb(239,239,239) 20%, rgb(217,215,215) 100%);
	background: -moz-linear-gradient(top, rgba(233,230,230,0.8) 0%, rgb(239,239,239) 20%, rgb(217,215,215) 100%);
    background: -webkit-linear-gradient(top, rgba(233,230,230,0.8) 0%, rgb(239,239,239) 20%, rgb(217,215,215) 100%);
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    text-shadow: 0 0 3px rgb(255, 255, 255);
    color: rgb(56, 56, 56);
    border: 1px solid rgb(220,220,220);
}

.list th+th {
    border-left-width: 0;
}

.list th.selected {
	background: url(/images/arrow_down_light.svg), linear-gradient(top, rgba(233,230,230,0.8) 0%, rgb(239,239,239) 20%, rgb(217,215,215) 100%);
	background: url(/images/arrow_down_light.svg), -moz-linear-gradient(top, rgba(233,230,230,0.8) 0%, rgb(239,239,239) 20%, rgb(217,215,215) 100%);
    background: url(/images/arrow_down_light.svg), -webkit-linear-gradient(top, rgba(233, 230, 230, 0.8) 0%,rgb(239, 239, 239) 20%,rgb(217, 215, 215) 100%);
    background-position: right 3px center, left top;
    background-repeat: no-repeat, repeat;
    background-size: 6px auto, auto;
}
.list th.selected.reverse {
	background: url(/images/arrow_up_light.svg), linear-gradient(top, rgba(233,230,230,0.8) 0%, rgb(239,239,239) 20%, rgb(217,215,215) 100%);
	background: url(/images/arrow_up_light.svg), -moz-linear-gradient(top, rgba(233,230,230,0.8) 0%, rgb(239,239,239) 20%, rgb(217,215,215) 100%);
    background: url(/images/arrow_up_light.svg), -webkit-linear-gradient(top, rgba(233, 230, 230, 0.8) 0%,rgb(239, 239, 239) 20%,rgb(217, 215, 215) 100%);
    background-position: right 3px center, left top;
    background-repeat: no-repeat, repeat;
    background-size: 6px auto, auto;
}

.list td {
    padding: 4px 5px 0 5px;
    border-left: 1px solid rgba(180,180,180,0.15);
    line-height: 20px;
}

.list td:empty:after {
    visibility: hidden;
    content: '.';
    color: transparent;
}

.list tbody td:first-child {
    border-left: 1px solid rgb(220,220,220);
    border-right: 1px solid rgba(180,180,180,0.15);
}

.list tbody td+td {
    border-right: 1px solid rgba(180,180,180,0.15);
    border-left: 0;
}

.list tbody td:last-child {
    border-right: 1px solid rgb(220,220,220);
}

.list tbody tr:nth-child(odd):not(:only-child):not(.selected) {
    background: rgb(243,246,250);
}

.list tbody tr:nth-child(even):not(.selected) {
    background: white;
}

.list tbody tr:nth-last-child(odd):last-child td {
    border-bottom: 1px solid rgb(220,220,220);
}

.list tfoot td {
    font-weight: 400;
    border: none;
    height: 15px;
    line-height: 12px;
    background: rgba(0,0,0,0.07);
    border-bottom: 1px solid rgb(220,220,220);
    padding: 0;
}

.list tfoot td:first-child {
    border-left: 1px solid rgba(0,0,0,0.1);
}

.list tfoot td:last-child {
    border-right: 1px solid rgba(0,0,0,0.1);
}

tfoot .prev {
    width: 23px;
    text-align: center;
    background: rgb(240, 240, 240);
    /* border-radius: 50%; */
    padding: 2px 0 0;
    color: white;
    float: right;
    font-size: 12px;
    font-weight: 600;
  	position: relative;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	height: 20px;
}

tfoot .prev:after {
    position: absolute;
    right: 7px;
    top: 3px;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 0px solid rgba(100,100,100,0.5);
    border-width: 7px;
}

tfoot .prev:hover:after {
    border-right-color: rgba(100,100,100,1);
}

tfoot .next {
    width: 21px;
    text-align: center;
    background: rgb(240, 240, 240);
    /* border-radius: 50%; */
    padding: 2px 0 0;
    color: white;
    float: right;
    font-size: 12px;
    font-weight: 600;
  	position: relative;
	border-left: 1px solid lightgrey;
	height: 20px;
}

tfoot .next:after {
    position: absolute;
    right: 5px;
    top: 3px;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid rgba(100,100,100,0.5);
    border-width: 7px;
}

tfoot .next:hover:after {
    border-left-color: rgba(100,100,100,1);
}

tr.selected {
    background: rgb(56,121,217);
    color: white;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: white;
}

.true {
    color: rgb(47,137,2);
}

.false {
    color: rgb(241,40,29);
}

.selected .true {
    color: rgb(166,233,89);
}

.selected .false {
    color: rgb(251,118,118);
}

input[type="checkbox"] {
    display: inline-block;
    -webkit-appearance: initial;
    width: 16px;
    height: 16px;
    margin: 0 0 7px;
    padding: 0;
    background: linear-gradient(top, rgba(233,230,230,0.8) 0%, rgb(236, 236, 236) 20%, rgb(220, 219, 219) 100%);
    background: -webkit-linear-gradient(top, rgba(233,230,230,0.8) 0%, rgb(236, 236, 236) 20%, rgb(220, 219, 219) 100%);
    line-height: 16px;
    font-weight: 400;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all 0.125s;
    border: 1px solid rgba(0,0,0,0.15);
    border-top-color: rgba(0,0,0,0.03);
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.07), 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.check input[type="checkbox"] {
    margin: 2px 0;
}

input[type="checkbox"]:checked {
    background: -webkit-linear-gradient(top,rgb(222,239,250) 0%,rgb(220,243,255) 20%,rgb(179,213,234) 100%);
    color: rgba(0,121,255,0.72);
}

input[type="checkbox"]:checked:after {
    content: '✔';
    width: 100%;
    height: 100%;
}

input[type="checkbox"]+label {
    margin: 2px 0;
    padding: 3px 0 0 5px;
    line-height: 32px;
    font-size: 1.5em;
    font-weight: 300;
    color: rgba(0,0,0,0.3);
}

input[type="checkbox"]:checked+label {
    color: rgba(0,0,0,0.95);
}

.toolbar {
    position: relative;
    z-index: 1;
    margin: 0 -20px 20px;
    height: 32px;
    padding: 0 20px;
    background: rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.08);
    border-width: 1px 0;
    box-shadow: inset 0 0 7px rgba(0,0,0,0.06);
}

.toolbar .button {
    display: inline-block;
    float: left;
    line-height: 28px;
    padding: 2px 20px 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    background: rgba(233,230,230,0.8);
	background: linear-gradient(top, rgba(233,230,230,0.8) 0%, rgb(236, 236, 236) 20%, rgb(220, 219, 219) 100%);
	background: -moz-linear-gradient(top, rgba(233,230,230,0.8) 0%, rgb(236, 236, 236) 20%, rgb(220, 219, 219) 100%);
    background: -webkit-linear-gradient(top, rgba(233,230,230,0.8) 0%, rgb(236, 236, 236) 20%, rgb(220, 219, 219) 100%);
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    color: rgba(0,0,0,0.57);
    border-left: 1px solid rgba(0,0,0,0.08);
    border-right: 1px solid rgba(0,0,0,0.08);
    box-shadow: inset 0 0 10px rgba(0,0,0, 0.08);
}

.toolbar .button+.button {
    border-left: 0;
}

.toolbar .button.disabled {
    opacity: 0.6;
    color: grey;
    box-shadow: none;
}

.toolbar .button.inactive {
    opacity: 0.6;
    color: grey;
}

.toolbar .button:not(.disabled):not(.inactive):hover, .field .input-button:hover {
    background: rgb(203,231,250);
    box-shadow: inset 0 0 10px rgba(3,132,255,0.2);
    background: rgb(222,239,250);
	background: linear-gradient(top,rgb(222,239,250) 0%,rgb(220,243,255) 20%,rgb(179,213,234) 100%);
	background: -moz-linear-gradient(top,rgb(222,239,250) 0%,rgb(220,243,255) 20%,rgb(179,213,234) 100%);
    background: -webkit-linear-gradient(top,rgb(222,239,250) 0%,rgb(220,243,255) 20%,rgb(179,213,234) 100%);
    color: rgb(44, 119, 180);
}

.toolbar .button:not(.disabled):not(.inactive):hover {
    -webkit-animation: buttonglow 2.5s ease-in-out 0s infinite alternate;
    animation: buttonglow 2.5s ease-in-out 0s infinite alternate;
}

.toolbar .button:not(.disabled):not(.inactive):active, .field .input-button:active {
    background: rgb(203,231,250);
    box-shadow: inset 0 0 10px rgba(3,132,255,0.16);
    background: rgb(182,218,242);
	background: linear-gradient(top,rgb(182, 218, 242) 0%,rgb(177, 221, 244) 20%,rgb(117, 181, 220) 100%);
	background: -moz-linear-gradient(top,rgb(182, 218, 242) 0%,rgb(177, 221, 244) 20%,rgb(117, 181, 220) 100%);
    background: -webkit-linear-gradient(top,rgb(182, 218, 242) 0%,rgb(177, 221, 244) 20%,rgb(117, 181, 220) 100%);
    color: rgb(33,100,155);
}

.toolbar .spacer {
    display: inline-block;
    float: left;
    width: 5%;
    height: 100%;
    text-align: center;
}

.toolbar .search {
    display: inline-block;
    position: relative;
    top: -1px;
    float: right;
    height: 32px;
    white-space: nowrap;
}

.toolbar .search input {
    height: 100%;
    margin: 0;
    padding: 0 5px;
    font-size: 15px;
    background: white;
    box-shadow: inset 0 0 10px rgba(0,0,0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.13);
}

.toolbar .search input::-webkit-input-placeholder {
    color: rgb(175,175,175);
}

.toolbar .search input:-moz-input-placeholder {
    color: rgb(175,175,175);
}

.toolbar .search input::-moz-input-placeholder {
    color: rgb(175,175,175);
}

.toolbar .search input:-ms-input-placeholder {
    color: rgb(175,175,175);
}

#search-result {
    display: none;
	position: absolute;
    z-index: -1;
	top: 32px;
	right: 1px;
	min-width: 179px;
	max-height: 400px;
    padding-top: 2px;
	background: rgba(255,255,255,0.9);
	border-radius: 0 0 3px 3px;
	cursor: default;
	overflow: auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.5);
}

#search-result>div {
    line-height: 20px;
    padding: 4px 10px;
}

#search-result td {
    padding: 4px 5px 0 6px;
    border: 0;
    background: none;
}

#search-result tr {
    background: none;
}

.path-overview {
    /*height: 30px;*/
    padding: 0 10px;
    background: rgba(0,0,0,0.04);
    border-radius: 3px 3px 0 0;
    border: 1px solid rgba(0,0,0,0.08);
    border-bottom-width: 0;
}

.toolbar+.path-overview, .toolbar+.list, .toolbar+form, textarea+div, .dir-permissions {
    margin-top: 20px;
}

.path-overview span {
    margin: 3px 0;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,0.62);
    cursor: default;
}

.path-overview span.arrow {
    display: inline-block;
    width: 9px;
	background: url(../images/arrow_right.svg) 2px center no-repeat;
	background-size: auto 7px;
	opacity: 0.37;
}

.path-overview span.path {
    display: inline-block;
    padding: 3px 7px 0 25px;
	background-image: url(../images/folder.svg);
	background-position: 7px center;
	background-repeat: no-repeat;
	background-size: auto 14px;
    word-break: break-all;
    border-radius: 9px;
}

.path-overview span.path.trash {
	background-image: url(../images/trash.svg);
	background-position: 7px center;
	background-repeat: no-repeat;
	background-size: auto 14px;
}

.path-overview span.path:hover {
    color: rgba(0,0,0,0.95);
}

span.path.dir {
    display: inline-block;
    padding: 3px 7px 0 25px;
    background-color: rgb(230,230,230); /* 219,232,240 */
	background-image: url(../images/folder.svg);
	background-position: 7px center;
	background-repeat: no-repeat;
	background-size: auto 14px;
    word-break: break-all;
    border-radius: 9px;
}

.list tr.dragover td,.path-overview .path.dragover {
	background-color: #4B8AD9;
	color: white;
}

.list tbody tr.selected td {
	color: white;
}

.list tr.selected td+td {

}

tr.dir.selected .icon, tr.selected .dir .icon, tr.dir.dragover .icon, .path-overview span.dragover {
	background-image: url(../images/folder_white.svg);
}

.list tr span.arrow {
	display: inline-block;
	float: left;
	width: 27px;
	height: 20px;
	padding-left: 7px;
}

.list tr.dir span.arrow {
	background: url(../images/arrow_right.svg) 12px 4px no-repeat;
	background-size: auto 8px;
	opacity: 0.35;
}

.list tr.dir.selected span.arrow, .list tr.dir.dragover span.arrow {
	background: url(../images/arrow_right_white.svg) 12px 4px no-repeat;
	background-size: auto 8px;
	opacity: 0.75;
}

.list tr.dir.open span.arrow {
	background: url(../images/arrow_down.svg) 12px 5px no-repeat;
	background-size: auto 8px;
}

.list tr.dir.selected.open span.arrow {
	background: url(../images/arrow_down_white.svg) 12px 5px no-repeat;
	background-size: auto 8px;
}

.list tr.dir span.arrow:hover {
	opacity: 0.25;
}

.list tr.selected.dir span.arrow:hover {
	opacity: 0.6;
}

.list tr.dir span.arrow:active {
	opacity: 0.17;
}

.list tr.selected.dir span.arrow:active {
	opacity: 0.5;
}

.list tr td:first-child span:last-child {
	padding-left: 20px;
}

.dir .icon {
	background: url(../images/folder.svg) 0 center no-repeat;
}

.selected .dragstart {
    color: black;
}

.icon {
    padding: 3px 5px 0 5px;
    padding-left: 20px;
	background: url(../images/file.svg) 0 center no-repeat;
}

.icon.disabled {
    display: none;
}

.ext-txt {
	background: url(../images/txt.svg) 0 center no-repeat;
}

.ext-doc, .ext-docx {
	background: url(../images/doc.svg) 0 center no-repeat;
}

.ext-pps, .ext-ppt,.ext-ppsx, .ext-pptx {
	background: url(../images/pps.svg) 0 center no-repeat;
}

.ext-xls, .ext-xlsx {
	background: url(../images/xls.svg) 0 center no-repeat;
}

.ext-pdf, .ext-eps {
	background: url(../images/pdf2.svg) 0 center no-repeat;
}

.ext-png, .ext-jpg, .ext-jpeg {
	background: url(../images/photo.svg) 0 center no-repeat;
}

.attachment.many span {
	background: url(../images/many.svg) 0 center no-repeat;
}

td.attachment {
    width: 24px;
    text-align: center;
}

.attachment .icon, .attachment.many span {
    margin-left: 5px;
    padding: 3px 0px 0 20px;
}

div.attachment {
    display: inline-block;
    background: hsl(215, 55%, 94%);
    border-radius: 10px;
    border: 1px solid hsl(216, 50%, 90%);
}

div.attachment+div.attachment {
    margin-left: 5px;
}

div.attachment .icon {
    display: inline-block;
    padding: 2px 5px 0 20px;
}

div.attachment:hover {
    background: hsl(215, 95%, 94%);
    border: 1px solid hsl(216, 95%, 90%);
}

div.attachment .path {
    display: none;
}

div.attachment:hover .path {
    display: inline-block;
}

div.attachment:hover .remover {
    display: inline-block;
    float: right;
    margin-right: 3px;
    width: 17px;
    height: 20px;
    background-image: url(/images/close.svg);
    background-position: left center;
    background-size: 14px;
    background-repeat: no-repeat;
    opacity: 0.5;
}

div.attachment .remover:hover {
    opacity: 1;
}

#preview, .preview {
    display: inline-block;
    z-index: 999;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.5);
    border-radius: 3px;
    overflow: hidden;
    background: white;
    max-width: 400px;
    max-height: 400px;
}

.preview-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 7px 2px;
    background: rgba(0,0,0,0.35);
    background: rgba(37,37,37,0.5);
    font-size: 0.9em;
    font-weight: 400;
    color: white;
    word-break: break-all;
}

#preview.preview-path {
    box-shadow: none;
    border-radius: 3px;
    max-width: 400%;
    padding: 5px 7px 2px;
    overflow: visible;
    background: rgba(120,120,120,0.9);
    font-size: 0.9em;
    font-weight: 400;
    color: white;
}

.preview.attachment-list {
    box-shadow: none;
    border-radius: 3px;
    max-width: 400%;
    padding: 2px 0px 1px;
    overflow: visible;
    background: rgba(255,255,255,0.9);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.25);
}

.preview.attachment-list div {
    padding: 4px 4px 0px 6px;
}

#preview img {
    max-width: 100%;
    max-height: 100%;
}

table.one_half:nth-of-type(even) {
    margin-left: 3.5%;
}

h1 {
    margin: 0 0 0.3em 0;
    text-align: center;
    font-size: 3.6em;
    font-weight: 300;
    color: rgba(0,0,0,0.75);
    text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    text-transform: capitalize;
}

h2 {
    margin: 0.75em 0 0.3em 0;
    font-size: 2.3em;
    font-weight: 200;
    color: rgba(0,0,0,0.7);
    text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    text-transform: capitalize;
}

p {
    margin: 1em 0;
}

em {
    font-weight: 500;
    color: #79b51c;
    font-style: normal;
}

.currency, .date, .status, .unit, .av {
    text-align: center;
	white-space: nowrap;
}

.filesize {
    text-align: right;
    white-space: nowrap;
}

.sizeunit {
    display: inline-block;
    min-width: 30px;
    text-align: left;
}

.status {
    width: 10px;
}

.absent {
	color: rgb(227,5,18);
}

.online {
	color: green;
}

.active {
	color: darkgreen;
}

td.check {
    width: 10px;
    padding: 0;
    text-align: center;
}

.circle { /* yellow */
    display: block;
    margin: 0 auto;
    width: 11px;
    height: 11px;
    background-image: url(/images/circle_yellow.svg);
    font-size: 10px;
    font-weight: 500;
    color: rgb(183,91,2);
    padding-top: 1px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
}

.circle.new, .circle.open, .circle.active { /* blue */
    background-image: url(/images/circle_blue.svg);
}

.circle.archived, .circle.disabled { /* orange */
    background-image: url(/images/circle_orange.svg);
}

.circle.blocked, .circle.stalled, .circle.prohibited { /* red */
    background-image: url(/images/circle_red.svg);
}

.circle.enabled, .circle.new, .circle.newmsg, .circle.planned, .done { /* green */
    background-image: url(/images/circle_green.svg);
}

.circle.closed, .circle.inactive { /* grey */
    background-image: url(/images/circle_grey.svg);
}

.circle.newnote {
    width: 9px;
    background: rgb(255, 241, 5);
    border-top: 2px solid rgb(255, 204, 5);
    border-radius: 0px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
}

.nowrap {
    white-space: nowrap;
}

.money, .percent, .alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.money.null {
    color: rgb(150,150,150);
}

.editable:hover {
    color: rgba(3,95,214,0.75);
}

tr.selected .editable:hover {
    color: rgb(204,226,255);
}

tr.row-new, tr.row-newmsg, tr.row-newnote {
    font-weight: 400;
}

tr.row-late .date {
    color: rgb(255,130,5);
}

tr.row-overdue .date {
    color: rgb(227,5,18);
}

info, .info {
    display: inline-block;
    font-weight: 300;
    font-size: 1.5em;
    padding: 10px 30px 0 0;
    float: left;
}

br {
    clear: both;
}

.info .infolabel {
    display: block;
    font-size: 0.55em;
    font-weight: 400;
    color: rgb(210,210,210);
}

.field .info {
    padding: 6px 10px 3px 0;
    font-size: 1.5em;
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.field .info.text {
    font-size: 1em;
}

.field .infolabel {
    display: block;
    clear: both;
    font-size: 0.8em;
    font-weight: 400;
    color: rgba(0,0,0,0.3);
}

.info:hover .infolabel, .infolabel:hover, .info:hover~.infolabel, label:hover {
    color: rgba(0,0,0,0.75);
}

.field {
    display: inline-block;
    position: relative;
    height: 50px;
}

.field div {
    font-weight: 300;
    font-size: 1.5em;
    padding: 0;
}

.field .input-button {
    position: absolute;
    top: 3px;
    right: 1px;
    width: 40px;
    height: 30px;
    padding-top: 3px;
    background: -webkit-linear-gradient(top, rgba(233,230,230,0.8) 0%, rgb(236, 236, 236) 20%, rgb(220, 219, 219) 100%);
    background: -webkit-linear-gradient(top, rgba(233,230,230,0.52) 0%, rgba(236, 236, 236,0.65) 20%, rgba(220, 219, 219,0.65) 100%);
    text-align: center;
    border-left: 1px solid rgb(230,230,230);
    box-shadow: inset 0 0 4px rgba(0,0,0, 0.052);
}

.field .input-button>div {
    height: 100%;
}

.field .input-button .dir {
    background-image: url(../images/folder.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 14px;
    opacity: 0.35;
}

.field .input-button:hover .dir {
    opacity: 0.5;
}

input[type=text], input[type=password], input[type=email], textarea {
    display: block;
    margin: 2px 0;
    font-family: 'Nimbus Sans Novus', 'Helvetica Neue', 'Helvetica';
    font-weight: 300;
    font-size: 1.5em;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 3px 0 0 4px;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.07);
    outline: none;
    width: 100%;
}

input:focus, textarea:focus {
    border: 1px solid rgba(1,56,108,0.25);
    box-shadow: inset 0px 0px 5px rgba(3,132,255,0.25);
    /*background: rgba(3,132,255,0.03);*/
    background: rgb(249,253,255);
}

input:not(:focus):invalid {
    border: 1px solid rgba(108,1,1,0.25);
    box-shadow: inset 0px 0px 5px rgba(255, 3, 3, 0.25);
    background: rgba(255, 3, 3, 0.03);
    color: rgb(193,47,47);
}

input:not(:focus):invalid~label {
    color: rgba(175,2,2,0.6);
}

/*input:focus:valid {
    border: 1px solid rgba(1, 108, 16, 0.25);
    box-shadow: inset 0px 0px 5px rgba(6, 255, 3, 0.25);
    background: rgba(6, 255, 3, 0.03);
}*/

label {
    display: inline-block;
    font-size: 0.8em;
    font-weight: 400;
    color: rgba(0,0,0,0.3);
}

label.focus, .select2-container-active~label, input:focus+label, textarea:focus+label {
    color: rgba(0,0,0,0.75);
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: initial;
    box-shadow: none;
}

.field input[type=currency] {
    text-align: right;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: rgba(0,0,0,0.0);
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: rgba(0,0,0,0.0);
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: rgba(0,0,0,0.0);
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: rgba(0,0,0,0.0);
}

::-webkit-input-placeholder {
    font-weight: 300;
    color: rgba(0,0,0,0.15);
}

:-moz-placeholder {
    font-weight: 300;
    color: rgba(0,0,0,0.15);
}

::-moz-placeholder {
    font-weight: 300;
    color: rgba(0,0,0,0.15);
}

:-ms-input-placeholder {
    font-weight: 300;
    color: rgba(0,0,0,0.15);
}

textarea {
    font-size: 1em;
    height: 120px;
    resize: vertical;
}

textarea.small {
    height: 60px;
}

textarea.big {
    height: 240px;
}

textarea::-webkit-resizer {
    background-color: rgba(0,0,0,0.07);
    border-radius: 15px 0 0 0;
}

textarea:focus::-webkit-resizer {
    background-color: rgba(3,104,255,0.1);
    border-radius: 15px 0 0 0;
}

input[type=submit] {
    min-width: 80px;
    margin: 0;
    padding: 10px 25px 7px 25px;
    background: #AFBDCA;
    background: linear-gradient(to bottom, #AFBDCA 0%,#758DA3 100%);
    font-family: 'Nimbus Sans Novus', 'Helvetica Neue', 'Helvetica';
    font-size: 0.9em;
    font-weight: 500;
    text-transform: capitalize;
    color: white;
    border: 1px solid #A3B2C2;
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1),0 0 7px rgba(0,0,0,0.05);
}

input[type=submit].confirm {
    background: #69a6de;
    background: linear-gradient(to bottom, #69a6de 0%,#4180ba 100%);
    border: 1px solid #6497CD;
}

input:disabled {
    opacity: 0.5;
}

input[type=submit]+input[type=submit] {
    margin-left: 25px;
}

input[type=submit]:not(:disabled):hover {
    background: #90B1CF;
    background: linear-gradient(to bottom, #90B1CF 0%,#476C8E 100%);
}

input[type=submit]:not(:disabled):active {
    background: #7AA8D2;
    background: linear-gradient(to bottom, #7AA8D2 0%,#2A5278 100%);
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.07);
}

input[type=submit].confirm:not(:disabled):hover {
    background: #5599EF;
    background: linear-gradient(to bottom, #5599EF 0%,#296BC1 100%);
}

input[type=submit].confirm:not(:disabled):active, input[type=submit].confirm.active {
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.07);
    background: #2E84D2;
    background: linear-gradient(to bottom, #2E84D2 0%,#0259A9 100%);
}

button {
    margin: 0;
    padding: 5px 10px 4px 10px;
    background: hsl(209,10%,74%);
    background: linear-gradient(to bottom, hsl(209, 10%, 74%) 0%,hsl(209, 10%, 55%) 100%);
    font-family: 'Nimbus Sans Novus', 'Helvetica Neue', 'Helvetica';
    font-size: 0.9em;
    font-weight: 500;
    color: white;
    border: 1px solid hsl(211, 7%, 70%);
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1),0 0 7px rgba(0,0,0,0.05);
}

button:hover {
    background: #90B1CF;
    background: linear-gradient(to bottom, #90B1CF 0%,#476C8E 100%);
}

button:active {
    background: #7AA8D2;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.07);
    background: linear-gradient(to bottom, #7AA8D2 0%,#2A5278 100%);
}

.button_box {
    margin-top: 20px;
    clear: both;
    text-align: right;
}


/*.list+.button_box, textarea+.button_box, .field+.button_box {
    margin-top: 20px;
}*/

.button_box h1 {
    margin: 0 0 0.8em 0;
    font-size: 1.5em;
    text-align: left;
}

tr.title {
    font-weight: 400;
    vertical-align: top;
}

tr.title, td.title {
    font-weight: 400;

}

tr.sub td:first-child {
    padding-left: 25px;
}

.one {
    width: 100%;
}

.one_half {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    vertical-align: top;
    float: left
}

.one_third {
    width: 32%;
    margin-right: 2%;
    vertical-align: top;
    float: left;
}

.two_third {
    width: 66%;
    margin-right: 2%;
    vertical-align: top;
    float: left;
}

.last {
    margin-right: 0;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    min-height: 100%;
	background: rgba(0,0,0,0.17);
	z-index: 99;
    -webkit-animation: fadein 0.125s ease-in;
    animation: fadein 0.125s ease-in;
}

.popup {
	position: relative;
	background: #F6F6F6;
	min-width: 100px;
	max-width: 584px;
	margin: 120px auto;
	padding: 30px 45px 30px 45px;
	border-radius: 3px;
	box-shadow: 1px 2px 20px 5px rgba(0,0,0,0.2);
}

.popup .header {
	position: absolute;
    top: 0;
    left:0;
    right: 0;
    height: 30px;
}

.popup .closer {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background-image: url(/images/close5.svg);
	background-repeat: no-repeat;
	opacity: 0.5;
}

.popup .closer:hover {
	background-image: url(/images/close4.svg);
	opacity: 1;
}

.popup em {
    display: inline;
    padding: 0px 3px;
    margin: 0 4px;
    font-weight: 300;
    color: black;
    background: hsl(215, 55%, 94%);
    border-radius: 10px;
    box-shadow: 0 -1px 0px 4px hsl(215, 55%, 94%);
}

.popup .list {
	max-height: 500px;
	overflow: scroll;
}

.popup h1 {
    font-size: 2.5em;
}

.popup .file_list tr td:first-child, .popup .file_list tr th:first-child {
    border-right: 1px solid rgb(220,220,220);
}

.popup .file_list tr td+td, .popup .file_list tr th+th {
    display: none;
}

.message, noscript div {
    margin-bottom: 1.5em;
    -webkit-animation: fadein 0.125s ease-in;
    animation: fadein 0.125s ease-in;
}

.message>div, noscript>div p {
    padding: 10px 15px 7px 15px;
    border-radius: 3px;
    font-size: 15px;
}

.message .error, noscript div p {
    background: rgb(255,200,200);
    box-shadow: inset 0 0 50px rgba(215,55,55,0.1);
    /* border: 1px solid rgba(188,80,80,0.3); */
    color: rgb(170,0,0);
}

.message .notice {
    background: rgb(200,234,255);
    box-shadow: inset 0 0 50px rgba(215,55,55,0.1);
    color: rgb(0,87,170);
}

.message .success {
    box-shadow: inset 0 0 50px rgba(215,55,55,0.1);
    background: rgb(201,245,205);
    color: #016C2C;
}

.condensed {
    font-family: 'Nimbus Sans Novus Condensed' !important;
}

input[type=text], input[type=password], textearea, input[type="search"] {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-appearance:initial;
}

[contenteditable] {
    background: white;
    color: black !important;
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

#search_list {
    max-height: 200px;
    overflow: scroll;
    background: white;
    border: 1px solid rgba(0,0,0,0.21);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

#search_list div {
    padding: 4px 5px 0px 5px;
}

#search_list div:hover {
    background: rgb(56,121,217);
    color: white;
}

/* Login */

body.login {
    height: auto;
}

.login #wrapper {
    min-height: auto;
    margin: 10% auto 0 auto;
}

.login nav {
    display: none;
}

.login .content {
    width: 340px;
    padding-bottom: 3px;
    border-radius: 0;
}

.login h1 {
    font-size: 2.5em;
}

.login .content input.confirm {
    width: 100%;
    border-radius: 0;
}

.login .login_links {
    display: block;
    margin-top: 20px;
    font-size: 14px;
}

.login .login_links a {
    float: left;
    line-height: 13px;
    padding-top: 2px;
}

.login .login_links a+a {
    float: right;
}

.login .push {
    display: none;
}

.login #footer {
    display: none;
}

#connection_status {
	margin-top: 20px;
}

#spinner {
    width: 14px;
    height: 14px;
    margin-bottom: -2px;
    display: inline-block;
}

/* Upload */

.fileinput-button {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: default;
    background-color: rgb(231,245,253);
    border-radius: 3px;
    box-shadow: inset 0 0 7px rgba(1, 51, 107, 0.15);
    text-align: center;
}

.fileinput-button:hover {
    background-color: rgb(217,239,253);
    box-shadow: inset 0 0 7px rgba(1,51,107,0.25);
}

.fileinput-button:active, .fileinput-button.dragover {
    background-color: rgb(203,231,250);
    box-shadow: inset 0 0 7px rgba(1,51,107,0.25);
}

.fileinput-button div {
    line-height: 80px;
    font-size: 1.3em;
    font-weight: 400;
    color: rgba(0,0,0,0.37);
}

.fileinput-button input {
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 100px;
    margin: 0;
    padding: 0;
    opacity: 0;
}

#uploaded_files {
    display: none;
    margin-top: 20px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

.file {
    word-wrap: break-word;
}

.file+.file {
    margin-top: 5px;
}

.filename {
    word-wrap: break-word;
}

.progress-bar {
    position: relative;
    height: 14px;
    background-color: rgba(15,142,89,0.15);
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
    border: 1px solid rgb(40,150,88);
}

.progress-bar.failed {
    background-color: rgba(142,20,15,0.15);
    border-color: rgb(150,40,40);
}

.progress-bar.failed:hover {
    background-color: rgba(207,11,3,0.15);
    cursor: default;
}

.progress {
    height: 12px;
    width: 0;
    background-color: rgba(15,142,89,1);
    box-shadow: inset -3px 11px 7px  -5px rgba(255,255,255,0.3);
}

.failed .progress {
    background-color: rgba(142,15,15,1);
}

.transfer-speed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    font-weight: 500;
    color: white;
    text-shadow: 0 0 2px rgb(15,142,89);
}

.failed .transfer-speed {
    text-shadow: 0 0 2px rgb(142,15,15);
}

.hide {
    display: none;
}

.hide-empty:empty {
    display: none;
}

.contextmenu {
    display: inline-block;
    position: absolute;
    min-width: 100px;
    max-width: 300px;
    z-index: 999;
    border-radius: 3px;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.5);
}

.contextmenu ul {
    padding: 3px 0;
    background: rgba(255,255,255,0.95);
    border-radius: 3px;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.5);
}

.contextmenu li {
    position: relative;
    padding: 5px 25px 1px 15px;
    font-weight: 400;
    color: rgb(50,50,50);
}

.contextmenu li:hover {
    background: rgb(56,121,217);
    color: white;
}

.contextmenu ul ul {
    z-index: 1;
    display: none;
    position: absolute;
    left: 100%;
    top: -3px;
}

.contextmenu li.has-sub:after {
    position: absolute;
    right: 10px;
    margin-top: -15px;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(100,100,100);
    border-width: 5px;
}

.contextmenu li.has-sub:hover:after {
    border-left-color: white;
}

.contextmenu li:hover>ul {
    display: block;
}

.invisible {
    visibility: hidden;
}

.toggle {
    margin-top: 10px;
}

.toggle .switch {
    font-weight: 600;
    font-size: 12px;
    color: rgba(0,0,0,0.3);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.toggle .switch:hover {
    color: rgba(0,0,0,0.5);
}

.toggle .switch:active {
    color: rgba(0,0,0,0.75);
}

.toggle .more {
    display: none;
}

#nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    display: none;
    padding: 19px 15px;
    float: left;
    z-index: 1;
}

#nav-toggle:hover {
    background: rgba(255,255,255,0.2);
}

#nav-toggle .bar {
    display: block;
    width: 25px;
    margin-bottom: 4px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}

/*.notification {
    min-width: 1.44em;
    height: 1.44em;
    background: #DF314D; // #f20510 
    border-radius: 0.72em;
    color: white;
    font-size: 0.9em;
    padding: 0 0.455em;
    text-align: center;
    line-height: 1.6em;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 15px;
    box-shadow: 0px 0px 1px rgba(0,0,0, 0.45);
    -webkit-transition: 0.3s all;
            transition: 0.3s all;
    opacity: 0;
}

.notification:not(:empty) {
    opacity: 1;
}*/

textarea[name=ticket_note] {
    background: rgba(255,255,0,0.1);
    border-color: rgb(255,220,5);
}

textarea[name=ticket_note]:focus {
    box-shadow: inset 0px 0px 5px rgba(255,180,5,0.5);
}

.signature {
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.9em;
}

.signature a {
    opacity: 0.8;
    -webkit-text-size-adjust: none;
}

blockquote {
    margin: 0;
    padding: 10px 5px 5px 10px;
    background: rgba(0,0,0,0.015);
    color: #8003ae;
    border-left: 2px solid #c774ff;
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
}

blockquote p {
    margin: 0;
}

blockquote a {
    color: inherit  !important;
    font-weight: inherit  !important;
}

blockquote a:hover {
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

blockquote>blockquote {
    color: #0435ce;
    border-color: #97a5ff;
}

blockquote>blockquote>blockquote {
    color: #f29b05;
    border-color: #ffdd9b;
    
    color: #038896;
    border-color: #25afcb;
}

blockquote>blockquote>blockquote>blockquote {
    color: #22aa03;
    border-color: #9fd78d;
}

blockquote>blockquote>blockquote>blockquote>blockquote {
    color: #8003ae;
    border-color: #c774ff;
}

blockquote>blockquote>blockquote>blockquote>blockquote>blockquote {
    color: #0435ce;
    border-color: #97a5ff;
}

.ticket-items {
    margin: 30px 0 0;
}

.item-note {
    position: relative;
    z-index: 1;
    padding-left: 14px;
}

.item-note:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    bottom: -15px;
    background: rgba(255, 255, 0, 0.1);
    border-left: 4px solid rgb(255, 220, 5);
}

.item-note.coach-notified:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    bottom: -15px;
    background: rgba(255, 196, 5, 0.1);
    border-left: 4px solid rgb(255, 184, 5);
}

.item-note.sticky:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    bottom: -15px;
    background: rgba(5, 131, 255, 0.08);
    border-left: 4px solid rgba(5, 173, 255, 0.58);
}

.item-note.coach-notified.sticky:before {
    background: rgba(5,121,255,0.16);
    border-left: 4px solid rgba(5,153,255,0.58);
}

.item-comment .item-subject {
    display: none;
}

.ticket-item .item-author {
    font-weight: 400;
}

/*.ticket-item-header {
    position: relative;
}*/

.ticket-item .gender {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 12px;
}

.ticket-item .gender:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -3px;
    width: 20px;
    height: 20px;
    background: url(/images/gender.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ticket-item .gender.male:after {
    background: url(/images/gender-male.svg);
}

.ticket-item .gender.female:after {
    background: url(/images/gender-female.svg);
}

.ticket-items hr {
    height: 1px;
    margin: 30px 0;
    background: rgba(0,0,0,0.1);
    border: 0;
}

.ticket-item .item-subject {
    padding-top: 2px;
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/*.item-email {
       position: relative;
       z-index: 0;
       padding: 0 6px;
}

.item-email:before {
       position: absolute;
       z-index: -1;
       top: -4px;
       bottom: -2px;
       left: 0px;
       right: 0px;
       content: '';
       background: rgba(189, 191, 255, 0.51);
       background: hsl(215, 55%, 94%);
       border-radius: 10px;
}*/

.ticket-item .author-image {
    float: right;
    margin-top: -2px;
    width: 44px;
    height: 44px;
    margin-left: 20px;
    border-radius: 50%;
    border: 2px solid white;
}

.ticket-item .author-image:hover {
    border: 2px solid white;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
}

.ticket-item .item-date {
    float: right;
    color: hsl(0, 0%, 65%);
    font-size: 0.9em;
    font-weight: 400;
    line-height: 40px;
}

.ticket-item .item-text {
    white-space: pre-wrap;
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}


.item-actions {
    float: right;
    display: none;
    margin-top: -5px;
    margin-right: 5px;
}

.ticket-item:hover .item-actions {
    display: block;
}

.item-actions i {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    background: grey;
    color: white;
    border-radius: 50%;
    
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    background: white;
    color: gray;
}

.item-actions i:hover {
    color: black;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

/*
.edit {
    width: 20px;
    height: 20px;
    background-image: url(/images/pen.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.15;
}

.quote {
    display: none;
    width: 20px;
    height: 20px;
    background-image: url(/images/quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.15;
}*/

.description {
    color: grey;
}

.textselect {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: default;
}

.review-link {
    display: inline;
    color: rgb(4, 101, 194);
    background-color: rgba(4, 78, 206, 0.1);
    border-radius: 3px;
    box-shadow: 0 0 0px 4px rgba(4, 112, 206, 0.1);
    margin: 0 7px;
}

.question {
    margin-top: 40px;
}

.question+.question {
    margin-top: 60px;
}

.question .rating {
    text-align: center;
}

.question label {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    cursor: pointer;
}

.question input[type=radio] {
    cursor: pointer;
}

.question .title {
    font-weight: 500;
}

blockquote .ticket-no {
    float: right;
    background: rgba(128, 3, 174, 0.11);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 3px 4px 0;
    margin-top: -3px;
    background: white;
    /* border: 1px solid rgba(128, 3, 174, 1); */
    
    font-size: 13px;
}

/*************************************************************************************************************************
Animations
*************************************************************************************************************************/

@-webkit-keyframes fadein
{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein
{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes buttonglow
{
    0% {
        box-shadow: inset 0 0 10px rgba(3,132,255,0.2);
    }
    50% {
        box-shadow: inset 0 0 22px rgba(3,132,255,0.5);
    }
    100% {
        box-shadow: inset 0 0 10px rgba(3,132,255,0.2);
    }
}

@keyframes buttonglow
{
    0% {
        box-shadow: inset 0 0 10px rgba(3,132,255,0.2);
    }
    50% {
        box-shadow: inset 0 0 22px rgba(3,132,255,0.5);
    }
    100% {
        box-shadow: inset 0 0 10px rgba(3,132,255,0.2);
    }
}

/*************************************************************************************************************************
Screen between 681px and 1024px (iPad)
*************************************************************************************************************************/
@media all and (max-width: 1024px) {
    
    body {
        font-weight: 400;
    }
    
    nav {
        font-weight: 500;
    }

    body.slide {
        overflow: hidden;
        background: rgb(40,40,40);
    }

    nav>ul {
        display: none;
        width: 100%;
        min-height: 100%;
        padding: 0;
        visibility: visible;
        background: black;
    }
    
    nav>ul ul, nav>ul ul ul {
        position: static;
    }
    
    nav {
        font-weight: 400;
        min-height: 50px;
        font-size: 13pt;
    }
    
    #nav-toggle {
        display: block;
    }
    
    nav ul ul {
    }
    
    nav ul li {
        position: relative;
        padding-left: 30px;
    }
    
    nav ul li div {
        padding-left: 0px;
    }
    
    .slide nav ul {
        position: absolute;
        top: 0px;
        left: -240px;
        width: 240px;
        padding: 0;
        display: list-item;
        background: rgb(40,40,40);
    }
    
    nav ul li {
        float: none;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

	nav  ul li.has-sub:after {
    	position: absolute;
    	right: 15px;
        top: 17px;
        width: 0;
    	height: 0;
		content: '';
        pointer-events: none;
    	border-top: 10px solid transparent;
    	border-bottom: 10px solid transparent;
    	border-left: 10px solid rgb(100,100,100);
    	border-width: 7px;
	}
    nav ul ul li div {
		padding-left: 0;
		color: rgba(255,255,255,0.9);
	}
    .notification {
        font-weight: 500;
        font-size: 1.2em;
    }

    .ticket-item .item-date {
        line-height: 3.6rem;
        font-size: 1.3rem;
    }
    
    .ticket-item .author-image {
        width: 3.6rem;
        height: 3.6rem;
    }
    
    .toggle .switch {
        font-weight: 500;
    }
    
    .popup {
        margin: 0;
    }
}
@media all and (max-width: 750px) {
    
    .toggle .switch {
        font-size: 13px;
    }
    
    .ticket-list tr td:nth-child(3), .ticket-list tr th:nth-child(3), .ticket-list tr td:nth-child(4), .ticket-list tr th:nth-child(4) {
        display: none;
    }
    
    .ticket-item .item-author {
        font-weight: 500;
    }
    
    /*.ticket-item .author-image {
        display: none;
    }*/

    .ticket-item .item-date {
        line-height: normal;
        font-size: 15px;
    }
}

/*************************************************************************************************************************
Development
*************************************************************************************************************************/

tfoot {
    display: none;
}

.ticket-list tfoot {
    display: table-footer-group;
}

