@CHARSET "UTF-8";

body {
    background: #ccc;
    font-family: Segoe UI, Tahoma, Helvetica, Sans-Serif !important;
    word-wrap: break-word;
    font-size: 16px;
}

.p-padding {
    padding: 0px 0px 10px;
}

.title {
    border-bottom: 1px solid #aaa;
    padding-bottom: 2px;
    font-size: 120%;
}

p.title {
    padding-top: 2px;
}

/* General */
.container-fluid {
    padding: 0px;
    width: 92%;
    margin: 10px auto 10px;
    max-width: 1600px !important;
    box-shadow: 0px 0px 50px #FFFFFF;
    -webkit-box-shadow: 0px 0px 50px #FFFFFF;
    background: #fff;
}

footer .footer-details {
    padding-left: 8px; 
    padding-right: 6px;
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;
    height: 27px;
    position: relative;
    float: left;
    font-weight: 600;
    color: #172D44;
    border-left: 1px solid #e1e5ea; 
    border-right: 1px solid #e1e5ea; 
}

footer .powered-by-ilyda {
    border-left: 2px solid #e1e5ea; 
    padding-left: 1px;
    text-align: center; 
    position: relative;
    float: right;
    height: 30px;
    width: 18em;
    font-size: 11px;
}

.footer {
    width: auto;
    max-width: 1600px;
    position: relative;
}

.footer .logo {
    float: right;
}

.footer .text {
    float: left;
    padding-top: 5px;
}

.footer .powered-by {
    text-align: right;
    font-size: 0.85em;
    color: #666;
}

.inner-content {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
    padding: 10px 30px;
    border-radius: 0px;
    background-color: #fdfcfc;
}

.inner-content-none {
    box-shadow: none;
    background: #eee;
    padding: 0px 10px;
    border-radius: 0px;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.width-10 {
    width: 10% !important;
}

.width-15 {
    width: 15% !important;
}

.width-20 {
    width: 20% !important;
}

.width-25 {
    width: 25% !important;
}

.width-30 {
    width: 30% !important;
}

.width-40 {
    width: 40% !important;
}

.width-50 {
    width: 50% !important;
}

.width-60 {
    width: 60% !important;
}

.width-70 {
    width: 70% !important;
}

.width-80 {
    width: 80% !important;
}

.width-90 {
    width: 90% !important;
}

.width-100 {
    width: 100% !important;
}

.white {
    background-color: #fff;
}

.button-row {
    min-width: 200px;
    height: 50px;
    margin-bottom: 10px;
}

.footer {
    width: auto;
    max-width: 1600px;
    position: relative;
}

.footer .logo {
    float: right;
}

.footer .text {
    float: left;
    padding-top: 5px;
}

.footer .info {
    text-align: center;
    color: #666;
    font-size: 0.9em;
}

.footer .powered-by {
    text-align: right;
    font-size: 0.85em;
    color: #666;
}

.nav-logo {
    float: left;
    height: 50px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 1px;
}

.uoa_logo {
    padding: 10px;
}

/* Banner Logo */

.banner-logo{
    /*background: #752628;*/
}

/* Bootstrap textarea */
textarea {
    resize: none;
}

/* Menu - Navbar */
#menu-button {
    height: 50px;
}

.navbar-brand {
    padding: 0px;
}

/* Forms */

.form-signin .form-group{
    min-height: 60px;
}

.form-group {
    margin-bottom: 5px;
}

.control-label {
    text-align: left !important;
}

.report-status {
    text-align: center;
    color: red;
    font-size: 12px;
}

label.has-error {
    margin-top: 5px;
    margin-bottom: 0px;
}

.input-group-addon{
    width:inherit;
}

/* Kendo Dropdown in Grid */
#grid_dropdown-list {
    min-width: 400px;
}

#grid_dropdown-list>.dropdown-header {
    font-size: 1.2em;
    padding: 0px;
}

#grid_dropdown-list>.dropdown-header>span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: .3em .6em;
    width: 79%;
}

#grid_dropdown-list>.dropdown-header>span:first-child {
    border-left-width: 0;
}

#grid_dropdown-list .k-item>span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-style: solid;
    border-width: 0 0 1px 1px;
    vertical-align: super;
    width: 79%;
    padding: .6em 0 0 .6em;
}

#grid_dropdown-list .k-item>span:first-child {
    border-left-width: 0;
}

/* Menu Treeview */
#treemenu {
    float: left;
    width: 220px;
    overflow: visible;
}

.tree-section {
    width: 500px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tree-section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#details-container {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.9);
}

/* Datepicker */
.datepicker.dropdown-menu {
    background-color: #fff;
}

/* Sorting */
[data-sort="ASC"]:after {
    content: ' \e113';
    font-family: 'Glyphicons Halflings';
    font-size: x-small;
}

[data-sort="DESC"]:after {
    content: ' \e114';
    font-family: 'Glyphicons Halflings';
    font-size: x-small;
}

/* Arrows */

.arrow-n,
.arrow-e,
.arrow-s,
.arrow-w {
    /*
     * In Internet Explorer, The"border-style: dashed" will never be
     * rendered unless "(width * 5) >= border-width" is true.
     * Since "width" is set to "0", the "dashed-border" remains
     * invisible to the user, which renders the border just like how
     * "border-color: transparent" renders.
     */
    border-style: dashed;
    border-color: transparent;
    border-width: 0.53em;
    display: -moz-inline-box;
    display: inline-block;
    /* Use font-size to control the size of the arrow. */
    font-size: 10px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
}

.arrow-n {
    border-bottom-width: 1em;
    border-bottom-style: solid;
    border-bottom-color: #666;
    bottom: 0.25em;
}

.arrow-e {
    border-left-width: 1em;
    border-left-style: solid;
    border-left-color: #666;
    left: 0.25em;
}

.arrow-s {
    border-top-width: 1em;
    border-top-style: solid;
    border-top-color: #666;
    top: 0.25em;
}

.arrow-w {
    border-right-width: 1em;
    border-right-style: solid;
    border-right-color: #666;
    right: 0.25em;
}

/* Sidebar modules */

.sidebar-module-inset {
    background-color: #F5F5F5;
    border-radius: 4px;
}
.sidebar-module {
    margin: 0px -15px 15px;
    border: 2px solid #ccc;
    border-radius: 4px;
}

.sidebar-module .sidebar-module-header {
    border-bottom: 1px solid #ccc;
    background: #752628;
    color: #fff;
    padding: 5px 10px;
}

.sidebar-module .sidebar-module-content {
    padding: 10px;
}

/* Evaluation */
.evaluation-content {
    border-bottom: 2px solid #ccc;
}

.evaluation-content:last-child {
    border-bottom: none;
}

.grid-full-fields .k-grid td{
    overflow-x:hidden;
    overflow-y: hidden;
    white-space: normal;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}