﻿body {
    font-family: OpenSans;
    font-size: 0.75em;
    background-color: #ffffff;
}

hr {
    border: 0;
	border-bottom: 1px solid #cdd0d4;
    margin: 10px 0 15px 0;
}

input, textarea {
    font-size: 12px;
}

label {
    font-size: 14px;
}

a:link, a:visited, a:hover, a:focus, a:active {
    border: 0;
    outline: 0;
}

input:focus, input:hover, textarea:focus, textarea:hover {
    outline: 0;
}

#rootTable {
    width: 100%;
}

.web-grid-description {
    width: 30%;
}

.web-grid-time {
    width: 5%;
}

.web-grid-date {
    width: 5%;
}

.web-grid {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #cdd0d4;
}

.web-grid tr {
    border: 1px solid #cdd0d4;
}

.web-grid td {
    border-style: solid;
    border-color: #cdd0d4;
    border-width: 0 1px;
    font-size: 12px;
    color: #333;
    padding: 2px 5px;
    vertical-align: middle;
    height: 24px;
}

.web-grid td span img {
    position: relative;
    top: 2px;
}

.web-grid-header {
    background-color: #CBE2FF;
}

.web-grid-header th {
    border-style: solid;
    border-color: #cdd0d4;
    border-width: 0 1px;
    font-weight: 800;
    font-size: 14px;
    text-align: left;
    color: #333;
    padding: 5px;
}
/*
.web-grid-header th::before, .web-grid td::before {
    border-style: solid;
    border-color: #cdd0d4;
    border-width: 0 0 0 1px;
    content: "";
    position: relative;
    padding-left: 10px;
}
*/
.web-grid-header th a {
    color: #333;
    display: inline-flex;
}

.web-grid-header th img {
    height: 16px;
    margin: auto 0;
    position: relative;
    width: 16px;
}

.web-grid-name {
    width: 7%;   
}

.web-grid-request-type {
    width: 1%;
    text-align: center;
}

.web-grid-creation-author {
    width: 10%;
}

.web-grid-creation-date {
    width: 9%;
}

.web-grid-request-status {
    width: 8%;
}

#tr_page_top {
    height: 84px;
    background-color: #EEEEEE;
    border-right: 1px solid #d9dde1;
}

.tr_toolbar {
    height: 85px;
    background-color: #ffffff;
}

#tr_page_top, .tr_toolbar {
    border-bottom: 3px solid #CDD0D4;
}

#div_main_menu {
    background-color: #FFFFFF;
    min-height: 500px;
    font-family: OpenSans;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #d9dde1;
}

#page_start, #div_main_menu {
    width: 270px;
}

#page_start_button {
    height: 84px;
    width: 270px;
    display: block;
}

#page_start_button i {
    background-image: url("images/elma-logo.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 56px;
    width: 56px;
    margin: 14px 0 0 24px;
}

#page_start_button span {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: -19px;
    left: 5px;
    color: #4E80C1;
}

.filter {
    width: 100%;
    height: 24px;
    border: 1px solid #cdd0d4;
    padding-left: 7px;
}

input.filter::-webkit-input-placeholder, input.filter::-moz-placeholder, input.filter:-moz-placeholder, input.filter:-ms-input-placeholder {
    color:#cdd0d4;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.filter-input {
    height: 30px;
    border: 1px solid #cdd0d4;
    padding-left: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-page {
    font-size: 14px;
    display: inline;
}

#InfoId {
    max-height: 84px;
    -moz-min-width: 300px;
    -ms-min-width: 300px;
    -o-min-width: 300px;
    -webkit-min-width: 300px;
    min-width: 300px;
    padding-right: 25px;
    text-align: right;
}

#InfoId div {
    padding: 1px 0;
}

#UserExit span {
    font-weight: bold;
}

#div_main_menu ul li {
    margin-top: -1px;
    margin-bottom: -1px;
    position: relative;
}

#div_main_menu ul li a {
    display: block;
    height: 30px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    padding-left: 10px;
}

#div_main_menu > ul > li:last-child::after {
    display: none;
}

#div_main_menu > ul > li::after {
    border-bottom: 1px solid #f2f2f2;
    content: "";
    display: block;
    left: 13px;
    margin-top: -1px;
    position: relative;
    width: 90%;
    z-index: 10;
}

#div_main_menu ul li a:hover {
    background-color: #F2F2F2 !important;
}

#div_main_menu ul i {
    display: block;
    float: left;
    height: 32px;
    margin: 5px 0 0 5px;
    width: 32px;
}

#div_main_menu ul span {
    font-size: 14px;
    margin-left: 4px;
    top: 10px;
    position: relative;
}

#div_main_menu ul li a i {
    display: block;
    float: left;
    height: 16px;
    margin: 6px 0 0 6px;
    width: 16px;
}

#div_main_menu ul li a span {
    font-size: 12px;
    margin-left: 4px;
    top: 3px;
    position: relative;
}

.text-area {
    height: 200px;
    width: 100%;
    border: 1px solid #cdd0d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content {
    margin-left: 10px; 
    margin-right: 25px;
    margin-top: 25px; 
}

.field {
    margin-top: 10px;
}

.field input[type=text], .field textarea {
    border: 1px solid #cdd0d4;
}

.text-request {
    height: 28px;
    width: 100%; 
    border: 1px solid #cdd0d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.text-version {
    height: 28px;
    width: 350px;
    border: 1px solid #cdd0d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#CreateRequestTypeId {
    text-align: left;
}

#CreateRequestFormId div {
    font-size: 12px;
}

#CreateRequestTypeId ul li {
    padding: 10px 15px;
}

#CreateRequestTypeId ul li::after {
    border-bottom: 1px solid #ccc;
    content: "";
    display: block;
    margin: auto;
    position: relative;
    width: 98%;
    z-index: 10;
    top: 10px;
}

#CreateRequestTypeId ul li:hover {
    background-color: #F2F2F2;
}

#CreateRequestTypeId ul li:last-child::after {
    border-bottom: 0;
}

#CreateRequestTypeId ul li a {
    display: flex;
}

#CreateRequestTypeId ul li a div {
    display: inline;
    line-height: 15px;
    margin-left: 5px;
}

#CreateRequestTypeId ul li a img {
    position: relative;
    top: -3px;
    /*width: 24px;*/
    height: 24px;
}

.request-type-name {
    font-size: 12px; 
    color: #4e80c1;
}

.request-type-description {
    font-size: 10px; 
    color: #777;
    word-wrap: break-word;
    line-height: 0.1;
}

.name-request {
    font-size: 19px;
}

.header-ul {
    height: 44px;
    background-color: #E7F1FC;
}

.td_toolbar {
    height: 84px;
    max-height: 84px;
    width: 1%;
    white-space: nowrap !important;
}

.td_toolbar > ul {
    height: 84px;
    display: inline-block;
    float: left;
    border-right: 2px solid #ced2d8;
}

.td_toolbar > ul > li {
    height: 84px;
    display: inline-block;
    white-space: normal !important;
    position: relative;
    margin-left: -2px;
    margin-right: -2px;
}

.td_toolbar > ul > li:first-child::after {
    display: none;
}

.td_toolbar > ul > li::after {
    border-left: 1px solid #d9dde1;
    height: 68px;
    content: "";
    display: block;
    left: -1px;
    margin-left: 1px;
    position: absolute;
    top: 8px;
}

.td_toolbar a.toolbar-button {
    color: #000 !important;
    cursor: pointer;
    font-family: OpenSans;
    font-size: 11px;
    line-height: 1.1;
    padding: 12px 6px 1px 4px !important;
    text-align: center;
    width: 80px;
    display: inline-block;
    float: left;
    height: 71px;
    border-bottom: 3px solid #cdd0d4;
}

.td_toolbar a.toolbar-button:hover {
    background-color: #B4D3FA;
    border-bottom-color: #89B3E9;
}

.quick-search-button {
    background-image: url("/Content/images/search-white.png");
    background-position: 9px 1px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 30px;
    padding-left: 15px;
}

.t-button-search {
    border-style: solid;
    color: #333;
    outline: 0 none !important;
    background-color: #4e80c1;
    border-color: #4e80c1 #4f80bf #4f80bf;
    color: #fff;
    width: 100px;
    font-size: 14px;
    padding-bottom: 6px;
}

.creation-date {
    color: #777;
    font-size: 12px;
    font-style: italic;
    font-weight: 100;
    font-family: arial;
    
}

.div-info-request {
    margin-left: 15px;
    font-size: 14px;
}

.right-panel {
    padding: 10px 5px;
    background-color: #E7F1FC;
    border: 1px solid #cdd0d4;
}

.header-panel {
    font-size: 14px;
    font-weight: bold;
}

.panel {
    font-size: 12px;
    border-bottom: 1px solid #cdd0d4;
    padding: 10px 0;
    margin: 0 10px;
}

.panel:last-child {
    border-bottom: none;
}

.panel > div > div {
    margin-top: 10px;
}

.callapse-arrow {
    display: inline-block;
    height: 16px;
    width: 16px;
    float: right;
    cursor: pointer;
    background: url("/Content/images/angle-collapse-down.png") no-repeat scroll 0 0;
}

.callapse-arrow-up {
    background: url("/Content/images/angle-collapse.png") no-repeat scroll 0 0;
}

.callapse-panel label {
    font-weight: bold;
}

.callapse-panel div {
    padding: 2px 0;
}

#arrow {
    background: #ffffff url("/Content/images/arrow-panel.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 60px;
    margin-left: -16px;
    margin-top: 20px;
    position: absolute;
    width: 17px;
    z-index: 1;
}

.scroll-block {
    max-height: 500px; 
    overflow-y: auto; 
    overflow-x: hidden; 
}

.audit-header {
    margin-left: 15px;
}

.history-switch-sd {
    display: inline-block;
    padding: 3px 8px;
    background-color: inherit;
    color: #4e80c1;
    margin-right: 10px;
}

.selected {
    background-color: #F9F0D6;
}

.history-wall {
    margin-top: 5px;
}

.history-comment-content {

}

.history-item {
    border-bottom: 0 none;
    padding-bottom: 8px;
    position: relative;
    border: 1px solid #B2B0B5;
    padding: 5px 12px 5px;
    margin-top: 5px;
}

.history-item-comment {
    background-color: #FFF5E4;
}

.history-item-status {
    background-color: #E1F2F9;
}

.history-item-left {
    margin-right: 20px;
    min-height: 10px;
}

.history-item-right {
    margin-left: 20px;
    min-height: 10px;
}

.history-status-content {

}

.history-angle {
    height: 16px;
    width: 16px;
    position: relative;
    margin-top: -16px;
    top: 37px;
}

.history-comment-angle-left {
    background: transparent url("/Content/Images/angle-left-white.png") no-repeat scroll 0 0;
    left: -23px;
}

.history-comment-angle-right {
    background: transparent url("/Content/Images/angle-right-white.png") no-repeat scroll 0 0;
    left: 23px;
    float: right;
}

.history-status-angle-left {
    background: transparent url("/Content/Images/angle-left-blue.png") no-repeat scroll 0 0;
    left: -23px;
}

.history-status-angle-right {
    background: transparent url("/Content/Images/angle-right-blue.png") no-repeat scroll 0 0;
    left: 24px;
    float: right;
}

div.FeedObjectTypeTitle {
    margin-left: -16px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: top;
    color: #777;
}
div.FeedObjectTypeTitle-Left {
    width: 3px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
}
div.FeedObjectTypeTitle-Right {
    width: 5px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
}
div.FeedObjectTypeTitle-Text {
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    border-style: solid;
    border-width: 1px 0;
    margin: 0;
    padding: 2px 8px 0;
    font-family: Arial;
    font-style: italic;
    font-weight: 600;
    color: #333;
}

div.FeedObjectTypeTitle-Left.Comment {
    background: url("/Content/Images/feedtype-title-Message-l.png") no-repeat;
}
div.FeedObjectTypeTitle-Right.Comment {
    background: url("/Content/Images/feedtype-title-Message-r.png") no-repeat;
}
div.FeedObjectTypeTitle-Text.Comment {
    background-color: #FBE074;
    border-color: #f1cd59;
}

div.FeedObjectTypeTitle-Left.Status {
    background: url("/Content/Images/feedtype-title-Status-l.png") no-repeat;
}
div.FeedObjectTypeTitle-Right.Status {
    background: url("/Content/Images/feedtype-title-Status-r.png") no-repeat;
}
div.FeedObjectTypeTitle-Text.Status {
    background-color: #99CCDE;
    border-color: #84ABBF;
}


.subscribe {
    background-color: #d1e8b7;
}

div.search-div {
    font-size: 12px;
    max-width: 450px;
    display: inline;
    width: 100%;
}

#FilterFormId ul {
    display: inline-block;
    width: 100%;
}

#FilterFormId ul li {
    display: inline;
    float: left;
    margin-top: 4px;
}

#FilterFormId ul li input {
    width: 100%;
}

#FilterFormId ul li input.date {
    width: 40%;
}

.filter-search {
    border-right: 1px solid #cdd0d4;
    padding: 0 10px;
}

#FilterFormId ul li:last-child div.filter-search {
    border-right: 0;
    padding-right: 0;
}

#FilterFormId ul li:first-child div.filter-search {
    padding-left: 0;
}

.filter-table td label {
    padding-left: 5px;
}

.filter-input-creation-date input {
    width: 40% !important;
}

.filter-div-input {
    position: relative;
}

.filter-input-name {
    width: 20%;
}

.filter-input-subject {
    width: 50%;
}

.filter-input-request-type {
    width: 30%;
}

.filter-input-creation-author {
    width: 33%;
}

.filter-input-creation-date {
    width: 33%;
}

.filter-input-request-status {
    width: 34%;
}

.current a {
    background-color: #FFFCE5 !important;
}

#FooterId {
    border-top: 1px solid #d9dde1;
    height: 30px;
    padding-right: 25px;
    position: relative;
    text-align: right;
    white-space: nowrap;
    padding-top: 5px;
}

#FooterId a {
    color: #333;
    text-decoration: none;
}

#AdvensedSearchId {
    cursor: pointer;
}

.pagination {
    text-align: right;
    padding: 10px 0;
}

.page-table {
    padding-left: 10px;
}

.attach img {
    height: 16px;
    position: relative;
    top: 4px;
    width: 16px;
}

#SearchConnectedId {
    text-align: left;
}

.popup-button {
    background-color: #F4F4F4;
    border-top: 2px solid #ddd;
    bottom: 0;
    padding: 10px 0;
    position: absolute;
    text-align: right;
    width: 100%;
}

.popup-button div {
    margin-right: 5px;
}

.links {
    margin-top: 0 !important;
}

#RatingId {
    display: none;
    margin-top: 10px;
}

.b-star {
    border: 1px solid #cdd0d4;
    width: 370px;
    padding: 20px 30px;
    margin: 5px 15px;
    text-align: center;
}

.b-star div {
    display: inline-table;
    margin: 0 10px;
}

.star {
    background: url("/Content/Images/add_favorite.png") no-repeat;
    position: relative;
    height: 32px;
    width: 32px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.hover {
    background: url("/Content/Images/Favourite.png") no-repeat;
}

.complete-msg {
    background-color: #d2eab5;
    border: 1px solid #b6df84;
    margin: 0 0 10px 10px;
    padding: 5px;
}

.text-area-comment {
    width: 100%; 
    height: 125px; 
    border: 1px solid #cdd0d4;
}

#ErrorMessageRatingId, #Popup_ErrorMessageRatingId {
    display: none;
    color: #FF0000;
}

ol {
    padding-left: 20px;
}

/*Upload file*/
.qq-uploader {
    position: relative;
    width: 100%;
}
.qq-upload-button {
    background: #deedff none repeat scroll 0 0;
    border-color: #e7e7e7 #dfdfdf #c9c9c9;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 60px;
    outline: 0 none;
    padding: 3px 12px 6px;
    text-align: left;
    width: 285px;
    z-index: 0;
}
.qq-upload-button input {
    cursor: pointer;
    display: none;
    font-size: 60px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    z-index: 1;
}
.no-drop .qq-upload-button input {
    display: inline-block;
}
.qq-upload-button.fileSelected input {
    display: none;
}
.qq-upload-button-hover {
    background: #d5e7fc none repeat scroll 0 0;
}
.no-drop .qq-upload-button-hover {
    background: #deedff none repeat scroll 0 0;
    cursor: default;
}
.qq-upload-button:focus, .qq-upload-button-focus {
    border-color: #73c5fc;
}
.qq-upload-header {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
}
.qq-upload-button.fileSelected .qq-upload-header {
    display: none;
}
.qq-upload-title {
    color: #4e80c1;
    font-family: OpenSans;
    font-size: 16px;
    text-decoration: underline;
}
.qq-upload-comment-right, .qq-upload-comment-bottom {
    color: #888;
    font-size: 11px;
    font-style: italic;
}
.qq-upload-comment-right {
    padding-left: 10px;
}
.qq-upload-comment-bottom {
    display: block;
}
.no-drop .qq-upload-comment-bottom {
    display: none;
}
.show-description .qq-upload-comment-bottom {
    display: block;
}
.qq-upload-inner-container {
    display: none;
    min-height: 24px;
    padding-top: 6px;
}
.qq-upload-button.fileSelected .qq-upload-inner-container {
    display: block;
}
.qq-upload-inner-container .qq-upload-list {
    cursor: default;
    display: inline-block;
}
.qq-upload-drop-area-active {
    background: #a3c0de none repeat scroll 0 0;
}
.qq-upload-list {
    list-style: outside none none;
    margin: 2px;
    padding: 0;
}
.qq-upload-list li {
    font-size: 12px;
    margin: 0;
    padding: 0 0 2px;
    white-space: nowrap;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}
.qq-upload-file {
    vertical-align: bottom;
}
.qq-upload-file a {
    vertical-align: baseline !important;
}
.qq-upload-spinner {
    background-image: url("images/x16/loading.gif");
    display: inline-block;
    height: 15px;
    vertical-align: baseline;
    width: 15px;
}
.qq-upload-size, .qq-upload-cancel {
    display: inline;
    font-size: 11px;
    vertical-align: bottom;
}
.qq-upload-failed-text {
    color: Red;
    display: none;
    vertical-align: baseline;
}
.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}
.qq-upload-remove {
    background-image: url("images/x16/delete_small.png");
    display: none;
    height: 12px;
    width: 15px;
}
.qq-upload-success .qq-upload-remove {
    display: inline-block;
    vertical-align: baseline;
}

#temp img {
    display: none;
}