body { /* Add top padding for full-width layout */
	padding-top: 60px;
}
img.mimeicon {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #CCCCCC #AAAAAA #999999 #CCCCCC;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
	background-color: white;
}

.list-action a {
	text-decoration: none;
	color: #333;
	padding: 2px;
	cursor: pointer;
	font-size: 110%;
}

#admin-tools i {
	font-size: 300%;
	line-height: 110%;
	min-height: 100px;
}

#admin-tools a {
	margin-bottom: 10px;
}

ul.actions li a:hover > i {
	text-decoration: none;
}
ul.actions li a > i {
	color: #000;
	margin-right: 5px;
}
ul.actions li a.btn > i {
	font-size: 200%;
}

ul.tree, ul.tree ul {
	margin-left: 20px;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background-color: #fff;
    background: none;
    text-shadow: none;
		font-weight: bold;
}

td.today {
	background-color: rgb(255, 200, 0);
}

td.event {
	background-color: rgb(0, 200, 255);
}

.wordbreak {
	word-break: break-word;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block;
}
input[readonly] {
	background-color: white !important;
	cursor: text !important;
}

div.mandatories {
	font-size: 90%;
	font-style: italic;
	color: #888;
}
div.mandatories span {
	font-weight: bold;
}

div.statusbar {
	font-size: 80%;
}
div.statusbar div.filename {
	display: inline-block;
}
div.statusbar div.filesize {
	display: inline-block;
	float: right;
}
div.statusbar div.progress {
	margin-bottom: 10px;
}
div.statusbar a.btn {
	margin-bottom: 10px;
}

#database .chosen-container,
#fulltext .chosen-container {
	width: 95% !important;
}

.chosen-container-multi .chosen-choices {
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border linear 0.2s, box-shadow linear 0.2s;
	padding: 2px 6px;
	height: 20px;
}

div.help h1 {
	font-size: 24px;
}

div.help h2 {
	font-size: 18px;
}

div.help h3 {
	font-size: 16px;
}

#dropfolderChooser {
	width: 60%;
	left: 20%;
	margin-left: auto;
	margin-right: auto;
}

div.splash {
	display: none;
}

ul.jqtree-tree li.jqtree_common > .jqtree-element:hover {
    background-color: #E0E0E0;
}

i.initstate {color: #ff9900;}
i.released {color: #00b000;}
i.rejected {color: #b00000;}
i.in-workflow {color: #11479e;}
i.workflow-action {color: #91479e;}

span.openpopupbox {
	cursor: pointer;
}

div.popupbox {
	margin-top: 5px;
	background-color: #fff;
	border-radius: 4px;
	color: black;
	text-align: left;
	text-shadow: none;
	border: 1px solid #ccc;
	padding: 15px;
	display: none;
	position: absolute;
	width: 250px;
}

div.popupbox span.closepopupbox {
	position: absolute;
	right: 5px;
	top: 0px;
}

ul.qq-upload-list {
	/*
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #cccccc;
	*/
}

ul.qq-upload-list li {
	display: inline-block;
	margin: 5px 5px 5px 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

ul.qq-upload-list li img {
	display: block;
}

ul.qq-upload-list li span {
	display: block;
}

.qq-upload-button {
	display: inline-block;
}

.qq-upload-drop-area {
	display: inline-block;
	width: 200px;
	height: 22px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.qq-hide, .qq-uploader dialog {
	display: none;
}

@media (max-width: 480px) { 
    .nav-tabs > li {
        float:none;
    }
    .nav-tabs > li > a {
        margin-right: 0;
    }

    .nav-tabs {
        border-bottom: 0;
    }

    .nav-tabs > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
            -moz-border-radius: 0;
                border-radius: 0;
    }

    .nav-tabs > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
    }

    .nav-tabs > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
    }

    .nav-tabs > li > a:hover {
  z-index: 2;
  border-color: #ddd;
    }
}

* {
	box-sizing: border-box;
}

:focus {
	outline: none !important;
}

.navbar-inverse .navbar-inner {
    background: rgba(3, 117, 191, 0.7);
    border-color: #0375bf;
    padding: 10px 25px;
    min-height: 60px;
}

.navbar-inverse .brand {
	margin-right: 100px;
}

.navbar-inverse .brand img {
    position: absolute;
    top: 7px;
    left: 45px;
    width: 81px;
}

.navbar-inverse .nav > li > a {
	color: #fff !important;
	text-shadow: none;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, 
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle, 
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	color: #fff !important;
    background-color: #0376be;
}

.navbar-inverse .navbar-search .search-query {
    width: 220px !important; 
    height: 30px;
    background-color: #fff;
    border: none;
    padding-right: 30px !important;	
}

.navbar-search .typeahead {
	display: none !important;
}

.navbar-search button {
	position: absolute;
	right: 10px;
	top: 7px;
	background: none !important;
	border: none !important;
	padding: 0 !important;
    line-height: 17px !important;
    color: #0376be !important;
}

.navbar .btn-navbar {
	padding: 7px 10px 9px;
}

@media (max-width: 979px) {
	.navbar-fixed-top {
		position: fixed;
	}
	.navbar-inverse .navbar-inner {
		min-height: 60px;
	}
	.nav-collapse.collapse {
		height: auto;
	}
	.nav-collapse .nav.pull-right {
		margin-top: 20px;	
	}
	.navbar-inverse .navbar-search .search-query {
    	width: 100% !important; 
	}
	.navbar-search button {
	    right: 25px;
    	top: 16px;
	}
	.navbar-inverse .nav > li > a:hover, 
	.navbar-inverse .nav > li > a:focus { 
	    background-color: #0474c0 !important;
    }
    .navbar-inverse .nav-collapse .nav > li > a, 
    .navbar-inverse .nav-collapse .dropdown-menu a {
    	color: #fff;
    }
}

.alert {
	padding: 10px 25px
}

body {
    font-family: sans-serif;
    background-color: #f3f4f5;
    padding-top: 110px;
}

.main-navbar .navbar-inner,
.breadcrumb {
	background-color: #fff;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    background-image: none;
    border: none;
    padding: 10px 25px;
}

.well,
.panel {
    position: relative;
    margin-bottom: 30px;
    border-width: 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 15px 10px;
}

legend {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
	border-bottom: 1px solid #e0e0e0;
	border-radius: 4px 4px 0 0;
    padding: 10px 15px;
}

legend + table {
	margin-top: -20px;	
}

legend,
.brand,
.breadcrumb > li {
	color: #0277BD !important;
}

.table-bordered {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
    border-radius: 0;
}

.table-bordered th, 
.table-bordered td {
    border-left: 1px solid #ececec;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
.qq-upload-drop-area {
    display: block;
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea {
	height: auto;
}

input[type="submit"],
button[type="submit"],
button.btn,
#admin-tools a {
	display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

input[type="checkbox"] {
	vertical-align: middle;
} 

.select2-container {
	width: 80% !important;
}

.input-append {
	display: block !important;
}

.qq-upload-drop-area,
.input-append > input,
.input-append > input + .btn {
	float: left;
}

.qq-upload-drop-area + span,
.input-append > input + .add-on {
	height: 34px;
}

.input-append > input ~ .btn {
	height: 34px;
}

.input-append > input + .add-on > i {
	line-height: 24px !important;
}

#calendar, #timeline {
	background: #fff; 
}

#calendar {
	padding: 20px;
}

#timeline {
	margin-bottom: 20px;
}

.timeline-frame {
	border-radius: 0 !important;
}

#admin-tools {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#admin-tools a {
	flex: 0 0 22%;
    padding: 10px 10px 15px;
	margin: 15px 0 15px 0 !important;
}

@media (max-width: 991px) {
	#admin-tools a {
		flex: 0 0 30%;
	}
}

@media (max-width: 480px) {
	#admin-tools a {
		flex: 0 0 45%;
	}
}

#admin-tools i {
	color: #0277BD;
}

.list-action a {
	display: inline-block;
}

.jqtree-tree .jqtree-element {
    padding: 10px;
}

.jqtree-tree .jqtree-toggler {
	width: 100%;
	text-decoration: none;
	top: 10px !important;
}

legend a {
	text-decoration: none !important;
}

legend .icon-minus-sign:before,
.jqtree-toggler .icon-minus-sign:before {
	content: "\f3d8";
	font-family: "Ionicons";
}

legend .icon-plus-sign:before,
.jqtree-toggler .icon-plus-sign:before {
	content: "\f3d0";
	font-family: "Ionicons";
}

#form1 select {
	margin-bottom: 10px;
}

.main-navbar + .breadcrumb + .alert {
	display: none;
}

.login {
	padding: 0;
	background: url(../../views/bootstrap/images/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.login .navbar {
    position: relative;
	margin-bottom: 80px;
}

.login .navbar .navbar-inner {
    background: rgba(255,255,255,0.97);
    min-height: 100px;
    padding: 2px 0;
    border: 0;
}

.login .navbar .brand {
	float: none;
	margin: 0;
}

.login .navbar-inverse .brand img {
    position: static;
    width: 110px;
    display: table;
    margin: auto;
    width: 160px;
}

.login .navbar + .container-fluid > .row-fluid {
    width: 700px;
    margin: auto;
}

.login .navbar + .container-fluid > .row-fluid > legend {
	background: #26C6DA;
    color: #fff !important;
    text-align: center;
    margin-bottom: 0;
}

.login .navbar + .container-fluid > .row-fluid > .panel .control-label {
	display: block;
    width: 100%;
    float: none;
    text-align: left;
    margin-left: 180px;
    margin-bottom: 10px;
    font-size: 18px;
}

.login .navbar + .container-fluid > .row-fluid > .panel .controls input,
.login .navbar + .container-fluid > .row-fluid > .panel .controls select {
    box-shadow: none;
    height: 44px;
    padding: 11px 12px;
    line-height: 20px;
    border: 1px solid #ccc;
    color: #666;
}

.login .navbar + .container-fluid > .row-fluid > .panel .controls button {
	min-width: 120px;
    height: 40px;
    background: #26c6da;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 16px;
}

.login .alert {
	display: none;
}

.navbar-inverse .navbar-inner {
	background: #26c6da;
	min-height: 80px;
}

.main-navbar .navbar-inner {
	height: 90px;
    line-height: 55px;
    height: 90px;
    line-height: 48px;
    border-radius: 0;
    border: 1px solid #26c6da;
    box-shadow: none;
}

legend, legend i {
	color: #fff !important;
}

legend {
    background: #26c6da;
}

.navbar-inverse .brand img {
	width: 70px;
}

.navbar-inverse .brand {
    margin-right: 160px;
}

.navbar-inverse .navbar-search .search-query {
    width: 300px !important;
    height: 40px;
    background-color: #fff;
    border: none;
    border-radius: 25px;
    padding-right: 30px !important;
}

.main-navbar .nav {
	margin-top: 15px;
	font-size: 14px;
}

@media (min-width: 992px) {
	.navbar .nav {
		float: right;
	}
	.navbar-search {
	    position: absolute;
	    left: 30%;
	    float: none !important;
	}
	.navbar-inverse .navbar-search .search-query + .icon-search {
		position: absolute;
	    top: 12px;
	}
}

@media (max-width: 991px) {
	.navbar-inverse .navbar-search .search-query {
		width: 100% !important;
	}
	.navbar-inverse .navbar-search .search-query + .icon-search {
	    top: 21px;
	}
	.navbar-inverse .nav-collapse {
	    margin-top: 70px;
	}
	.main-navbar .nav-collapse.in {
	    background: #fff;
	    border: 1px solid #26c6da;
	    z-index: 999;
	}
}

.btn-navbar {
	margin-top: 18px !important;
}

.breadcrumb {
	height: 70px;
    line-height: 51px;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #26c6da;
    box-shadow: none;
}

body {
	font-size: 1rem;
}

table {
	width: 100%;
}

table th,
table td {
    height: 60px;
    padding: 10px 20px 10px 20px !important;
    border: 1px solid rgba(38, 198, 218, 0.35);
    border-right: 1px solid rgba(38, 198, 218, 0.35);
}

table input[type="text"], table input[type="email"], table input[type="password"],
table select, select, .select2-selection, table textarea, table .qq-upload-drop-area,
.controls input, form .input-append input {
    height: 44px !important;
}

table textarea, .controls textarea {
	height: 100px;
}

.input-append > input ~ .btn,
.qq-upload-button {
    height: 44px !important;
    line-height: 36px !important;
}

.input-append > input ~ .btn i {
    position: relative;
    top: -6px; 
}

input.btn, button.btn, .btn-mini {
	background: #26c6da !important;
    color: #fff !important;
    padding: 9px 20px !important;
    font-size: 14px !important;
}

select + .btn, table + p > .btn,
.modal + input, input[type="text"] + input {
	margin-top: 20px;
}

table tr .alert {
    position: relative;
    top: 10px;
}

/*.list-action a i {
    color: #fff;
    background: #26c6da;
    padding: 3px 8px;
    border-radius: 5px;
    margin: 0 8px;
}

.list-action a i.icon-remove {
	background: #e53935;
}

.list-action a i.icon-edit {
	background: #4caf50;
}*/

#admin-tools a {
	font-size: 18px;
    color: #10a3b5;
}

#admin-tools i {
    color: #fff;
    background: #26c6da;
    width: 120px;
    height: 110px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 10px 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus {
	background: #26c6da !important;
}

.footNote {
	display: none;
}

.icon-folder-close-alt {
    display: inline-block;
    background: url(../folder-icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 24px;
    height: 24px;
}

.icon-folder-close-alt:before,
.list-action a i:before {
    content: "";
}

.list-action {
	width: 105px;
}

.actions {
	width: 130px;
}

.list-action a {
	display: inline-block;
    background: url(../remove-icon.png);
	background-repeat: no-repeat !important;
    background-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    margin: 9px 5px 0;
}

.list-action a:first-child {
    background: url(../remove-icon.png);
}

.list-action a:nth-child(2) {
    background: url(../edit-icon.png);
}

.list-action a:last-child {
    background: url(../download-icon.png);
}

.breadcrumb > li, .actions a, .actions a i {
    color: #26c6da !important;
}

table td {
	min-width: 70px;
}

table td a img {
	width: 28px;
}

.alert {
	display: none;
}

.dropdown .icon-caret-down {
	display: inline-block;
}

.dropdown-menu > li > a {
    white-space: pre-wrap;
}

@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

.rtl {
	direction: rtl;
	text-align: right;
	font-family: 'Droid Arabic Kufi', serif; 
}

.rtl .navbar-inverse .brand {
    margin-left: 160px;
    margin-right: 0;
}

.rtl .navbar-inverse .brand img {
	right: 45px;
	left: auto;
}

.rtl .navbar .brand {
    float: right;
    margin-right: -20px;
    margin-left: 0;
}

@media (min-width: 992px) {
	.rtl .navbar .nav {
		float: left;
	}
	.rtl .navbar-search {
	    right: 30%;
	    left: auto;
	}
}

.rtl .login .navbar + .container-fluid > .row-fluid > .panel .control-label {
	text-align: right;
}

.rtl .table th, .rtl .table td {
	text-align: right;
}

.rtl ul.jqtree-tree li.jqtree-folder .jqtree-title {
	margin-right: 10px;
}

.rtl .row-fluid [class*="span"] {
    float: right;
    margin-left: 0;
}

@media (max-width: 767px) {
	.rtl [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
	    margin-left: 0;
	    margin-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.rtl .row-fluid [class*="span"] {
	    float: right;
	    margin-left: 0;
	    margin-right: 2.7624309392265194%;
	}
}

@media (min-width: 1200px) {
	.rtl .row-fluid [class*="span"]:first-child {
	    margin-left: 0;
	    margin-right: 0;
	}
}

.rtl input {
	text-align: right;: 
}

.rtl .select2-search__field {
	padding: 15px !important;
}

.rtl #jqtree .jqtree-toggler {
	text-align: left;
}