/* Minification failed. Returning unminified contents.
(3199,26): run-time error CSS1019: Unexpected token, found ':'
(3199,26): run-time error CSS1042: Expected function, found ':'
(3199,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(3434,21): run-time error CSS1030: Expected identifier, found '.'
(3434,21): run-time error CSS1031: Expected selector, found '.'
(3434,21): run-time error CSS1025: Expected comma or open brace, found '.'
 */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline:none;
    outline-offset: 0;
}

.proom-textbox::-webkit-input-placeholder {
   font-style:italic;
   color:#58595b;
}

.proom-textbox:-moz-placeholder { /* Firefox 18- */
   font-style:italic;
   color:#58595b;
   opacity:1; 
}

.proom-textbox::-moz-placeholder {  /* Firefox 19+ */
   font-style:italic;
   color:#58595b;  
   opacity:1;
}

.proom-textbox:-ms-input-placeholder {  
   font-style:italic;
   color:#58595b;  
}

.proom-textbox:-webkit-autofill {
    -moz-box-shadow:inset 0 0 30px 30px #fff;
    -webkit-box-shadow:inset 0 0 30px 30px #fff;
    box-shadow:inset 0 0 30px 30px #fff;
}

.proom-textbox, .proom-textarea, span.proom-date-textbox .k-picker-wrap {
    background:#fff;
    border-radius:4px;
    color:#242526;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:400;
    border:1px solid #bcbdc0;
    display:block;
    width:100%;
    padding:0 8px;
    font-size:14px;
    height:30px;
    resize:none;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.proom-textbox-transparent {
    border-color:transparent;
}
input.proom-textbox-height20 {
    line-height:normal;
    height:20px;
}
.proom-textbox.textbox-search-icon {
    background:url(/Content/Images/UI_Icons/ui_search_12.png) no-repeat #fff 8px center;
    padding-left:28px;
}
.proom-textarea {
    padding:6px 8px;
}
.proom-textbox.input-validation-error, .proom-dropdownlist.input-validation-error .k-dropdown-wrap.k-state-default, 
span.proom-date-textbox.input-validation-error .k-picker-wrap, 
span.proom-date-textbox.input-validation-error .k-picker-wrap:hover, 
span.proom-date-textbox.input-validation-error .k-picker-wrap.k-state-focused {
    border-color:#f03a47;
}
.inputValidationIcon.field-validation-error {
    position:absolute;
    top:7px;
    right:7px;
    width:16px;
    height:16px;
}
.inputValidationIcon img {
    vertical-align:top;
}
span.inputValidationIcon.field-validation-error {
    background: url(/Content/Images/General/General_InputError_16.png) no-repeat transparent 0 0;
    color: transparent;
}
.proom-textbox:hover, span.proom-date-textbox .k-picker-wrap:hover {
    border-color:#90c8ff;
}
.proom-textbox:focus, span.proom-date-textbox .k-picker-wrap.k-state-focused {
    border-color:#3870b1;
}
.proom-textbox:disabled:not(.no-disabled-style), 
.proom-textarea:disabled:not(.no-disabled-style) {
    opacity:.3;
    cursor:default;
    border-color:#bcbdc0 !important;
}
.proom-btn.primary:disabled {
    opacity:.3;
    background:#3870b1 !important;
    color:#fff !important;
    border-color:#3870b1 !important;
}
.proom-btn.secondary:disabled {
    opacity:.3;
    background:#fff !important;
    color:#3870b1 !important;
    border-color:#3870b1 !important;
}

.proom-btn {
    border-radius:4px;
    display:inline-block;
    vertical-align:top;
    min-width:100px;
    padding:0 10px;
    color:#fff;
    height:40px;
    line-height:40px;
    font-size:14px;
    cursor:pointer;
    text-align:center;    
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:600;
    border:none;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}
.btn-30 {
    height:30px;
    line-height:30px;
    width:30px;
    min-width:0;
}
.btn-height-30 {
    height:30px;
    line-height:28px;
    min-width:0;
}
.proom-btn.primary {
    background:#3870b1;
}
.proom-btn.secondary {
    background:#fff;
    border: #3870b1;
    border-width: 1px;
    border-style: solid;
    color:#3870b1;
}
.proom-btn:hover {
    color:#fff !important;
    border-color:#90c8ff !important;
    background:#90c8ff !important;
    text-decoration:none;
}
.proom-btn:active {
    color:#fff !important;
    border-color:#58595b !important;
    background:#58595b !important;    
}

.proom-checkbox, .proom-radiobutton {
    position:relative;
    padding-left:25px;
    min-height:25px;
}
.proom-checkbox.small {
    padding-left:20px;
    width:20px;
    height:20px;
    min-height:20px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.proom-checkbox.small .proom-checkbox-icon, .proom-checkbox.small input {
    width:20px;
    height:20px;
}
.proom-checkbox label, .proom-radiobutton label {
    font-size:14px;
    color:#58595b;
    margin:0;
    font-weight:400;
    line-height:25px;
    padding-left:8px;
    cursor:pointer;
}
.show_private_information_text {
    font-size:14px;
    color:#58595b;
    margin:0;
    font-weight:400;
    line-height:25px;
    padding-left:33px;
    white-space: pre;
}
.privacy_policy_link,.privacy_policy_link:hover{
    color:#58595b;
    text-decoration: underline;
    display: block;
}
.proom-checkbox input, .proom-radiobutton input {
    opacity:0;
    cursor:pointer;
    width:25px;
    height:25px;
    left:0;
    top:0;
    position:absolute;
    z-index:1;
    margin:0;
}
.proom-checkbox-icon {
    width:25px;
    height:25px;
    left:0;
    top:0;
    position:absolute;
    background-color:#fff;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border:1px solid #bcbdc0;
    border-radius:50%;
    
}
.proom-checkbox:hover input:disabled ~ .proom-checkbox-icon {
    background:#fff;
}
.proom-checkbox input:checked ~ .proom-checkbox-icon, .proom-checkbox:hover input:checked:disabled ~ .proom-checkbox-icon {
    border-color:#ffc300;
    background:url(/Content/Images/UI_Icons/ui_check_white_18.png) no-repeat #ffc300 center center;
}
.proom-checkbox.small input:checked ~ .proom-checkbox-icon {
    background:url(/Content/Images/UI_Icons/ui_check_white_16.png) no-repeat #ffc300 center center;
}
.proom-checkbox:hover .proom-checkbox-icon {
    background:url(/Content/Images/UI_Icons/ui_check_grey_18.png) no-repeat #fff center center;
}
.proom-checkbox.small:hover .proom-checkbox-icon {
    background:url(/Content/Images/UI_Icons/ui_check_grey_16.png) no-repeat #fff center center;
}


.proom-radiobutton .k-radio-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 25px;
    height: 25px;
    border-style: solid;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-color: #bcbdc0;
    border-radius: 50%;
    background-color: #fff;
    border-width: 1px;
}

.proom-radiobutton .k-radio-label:after, .proom-radiobutton .k-radio:checked+.k-radio-label:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -20px;
    border-radius: 50%;
}

.proom-radiobutton:hover .k-radio-label:after {
    background-color: #bcbdc0;
}

.proom-radiobutton .k-radio:checked+.k-radio-label:after {
    background:#ffc300;
}
.proom-radiobutton .k-radio:checked+.k-radio-label:before {
    border-color:#ffc300;
}

.k-radio:focus+.k-radio-label:before, .k-radio-label:active:before {
    border-color:#bcbdc0;
    box-shadow:none !important;
}


.proom-form-line {
    margin-bottom:20px;
}

.proom-select-wrapper {
    background:#fff;
}

.proom-select, .activitiesDropDownWrap {
    position:relative;
    height:30px;
    border: 1px solid #bcbdc0;
    border-radius: 4px;    
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    z-index:2;
}
.activitiesDropDown_autocompleteList {
       max-height: 300px;
    max-width: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.current-role-select .k-dropdown-wrap.k-state-default, .proom-dropdownlist .k-dropdown-wrap.k-state-default {
    background:#fff;
    height:30px;
    border: 1px solid #bcbdc0;
    border-radius: 4px; 
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    box-shadow:none;
}
.proom-select:hover, .current-role-select .k-dropdown-wrap:hover, .activitiesDropDownWrap:hover, .proom-dropdownlist .k-dropdown-wrap:hover {
    border-color:#90c8ff;
}
.proom-select.proom-select-focus, .current-role-select .k-dropdown-wrap.k-state-border-down, .activitiesDropDownWrap.active, .proom-dropdownlist .k-dropdown-wrap.k-state-border-down {
    border-color:#3870b1;
    box-shadow:none;
}
.proom-select .s-hidden {
    display:none;
}
.proom-select-holder, .activitiesDropDownWrap-holder {
    padding:0 40px 0 8px;
    width:100%;
    color: #242526;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height:28px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    cursor:pointer;    
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background:transparent;
}
.activitiesDropDownWrap-holder {
    z-index: 1;
    position: relative;
}
.select-sort-icon .proom-select-holder {
    background:url(/Content/Images/UI_Icons/ui_sort_a_z_16.png) no-repeat transparent 8px center;
    padding-left:28px;
}
.proom-select-options, .activitiesDropDown {
    display:none;
    position:absolute;
    list-style:none;
    padding:0;
    z-index:100011;
    background:#fff;
    border: 1px solid #bcbdc0;
    border-radius: 4px;
    margin:-1px 0 0 0;
    top:100%;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.proom-select-options li {
    display:block;    
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    color: #677075;
    font-size: 14px;
    cursor:pointer;
    position:relative;
}
/*.proom-select-options li[class*="option-icon"] {
    padding-left:34px;
}
.proom-select-options li[class*="option-icon"] i {
    position:absolute;
    left:8px;
    width:18px;
    height:18px;
    top:6px;
    background-color:transparent;
    background-position:left center;
    background-repeat:no-repeat;
}
.proom-select-options .option-icon-letter i {
    background-image:url(/Content/Images/Toolbar/Toolbar_Informieren_18.png);
}
.proom-select-options .option-icon-move i {
    background-image:url(/Content/Images/Toolbar/Toolbar_Move_18.png);
}
.proom-select-options .option-icon-lock i {
    background-image:url(/Content/Images/Toolbar/Toolbar_Download_18.png);
}*/
.proom-select-options li:hover {
    background-color:#f3f9fe;
}
.proom-select-options > li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.proom-select-options > li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.proom-select-icon {
    display:block;
    position:absolute;
    bottom:1px;
    right:1px;
    top:1px;
    width:32px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index:1;
    background:url(/Content/Images/UI_Icons/ui_arrow_down_12.png) no-repeat transparent center center;
}
.activitiesDropDownWrap .proom-select-icon {
    top:0;
    right:0;
    bottom:0;
}
.current-role-select .k-select, .proom-dropdownlist .k-select {
    display:block;
    position:absolute;
    bottom:0;
    right:0;
    top:0;
    width:32px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index:1;
    background:url(/Content/Images/UI_Icons/ui_arrow_down_12.png) no-repeat transparent center center;
}
.proom-dropdown-transparent-wrap .k-select {
    display:block;
    position:absolute;
    bottom:0;
    right:0;
    top:0;
    width:20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index:1;
    background:url(/Content/Images/UI_Icons/ui_arrow_down_12.png) no-repeat transparent right center;
}
.current-role-select .k-select .k-icon, .proom-dropdown-transparent-wrap .k-select .k-icon, .proom-dropdownlist .k-select .k-icon {
    display:none;
}
.proom-select.proom-select-focus + .proom-select-icon, .current-role-select .k-dropdown-wrap.k-state-border-down .k-select, .activitiesDropDownWrap.active .proom-select-icon, .proom-dropdownlist .k-dropdown-wrap.k-state-border-down .k-select {
    background:url(/Content/Images/UI_Icons/ui_arrow_down_white_12.png) no-repeat #90c8ff center center;
}
.activitiesDropDownWrap.active {
    z-index:4;
}
.proom-select-wrapper {
    position:relative;
}

.proom-dropdown-transparent-wrap .k-dropdown {
    background:transparent;
    border:none;
    display:inline-block;
    vertical-align:top;
}
.proom-dropdown-transparent-wrap .k-dropdown-wrap {
    background:transparent !important;
    border:none;
    border-radius:0;
    box-shadow:none;
    padding-right:20px;
}
.proom-dropdown-transparent-wrap .k-dropdown-wrap .k-input {
    font-size:12px;
    line-height:16px;
    padding:0;
    height:16px;
    color:#242526;
    text-indent:0;
}
.proom-dropdown-transparent-wrap .k-dropdown-wrap .k-select {
    min-height:16px;
    height:16px;
    line-height:16px;
}

/*datepicker*/
span.proom-date-textbox {
    padding:0;
}
span.proom-date-textbox.k-datepicker .k-picker-wrap, span.proom-date-textbox.k-datetimepicker .k-picker-wrap {
    box-shadow:none !important;
    background:none;
    padding:0 40px 0 10px;
    background:#fff;
}
span.proom-date-textbox.k-datetimepicker .k-picker-wrap {
    padding:0 70px 0 10px;
}
.proom-date-textbox .k-picker-wrap .k-input.proom-date-textbox {
    border:none;
    padding:0;
    height:28px;
    outline:none;
    box-shadow:none;
    text-indent:0;
    border-radius:0;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.proom-date-textbox .k-picker-wrap .k-icon {
    width:30px;
    height:28px;
    cursor:pointer;
    margin:0;
    opacity:1;
    vertical-align:top;
    position:relative;
    
    background-repeat:no-repeat;
    background-color:transparent;
}
.k-calendar td.k-state-selected.k-state-hover {
    background: #90c8ff;
}
.proom-date-textbox .k-picker-wrap .k-link:last-child .k-icon {
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}
.proom-date-textbox .k-picker-wrap .k-icon.k-i-calendar {
    background-position:6px -28px;
}
.proom-date-textbox .k-picker-wrap .k-icon.k-i-clock {
    background-position:6px -0px;
}
.proom-date-textbox.k-datetimepicker [aria-owns$="_dateview"] + .k-select .k-icon.k-i-calendar, .proom-date-textbox.k-datepicker [aria-expanded="true"] + .k-select .k-icon.k-i-calendar {
    background-position:6px -84px;    
    background-color:#90c8ff;
}
.proom-date-textbox.k-datetimepicker [aria-owns$="_timeview"] + .k-select .k-icon.k-i-clock, .proom-date-textbox.k-timepicker [aria-expanded="true"] + .k-select .k-icon.k-i-calendar {    
    background-color:#90c8ff;
    background-position:6px -55px;
}
span.proom-date-textbox.k-datepicker .k-select, span.proom-date-textbox.k-datetimepicker .k-select {
    border:none;
    width:60px;
}
span.proom-date-textbox.k-datepicker .k-select {
    width:30px;
}
.k-calendar td.k-state-focused {
    -moz-box-shadow:inset 0 0 0 1px #bcbdc0;
    -webkit-box-shadow:inset 0 0 0 1px #bcbdc0;
    box-shadow:inset 0 0 0 1px #bcbdc0;
}
.k-calendar td.k-state-selected, .k-calendar td.k-state-hover, .k-calendar td.k-other-month.k-state-hover {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    background:#90c8ff;
}
.k-calendar td.k-state-selected a, .k-calendar td.k-state-hover a, .k-calendar td.k-other-month.k-state-hover a {
    color:#fff;
    background:transparent;
}
.k-calendar td {
    border-radius:4px;
}
.k-calendar .k-header a:hover {
    background:#90c8ff;
    color:#fff;
}
.k-calendar .k-header .k-icon {
    opacity:1;
}
.k-calendar .k-header .k-i-arrow-w {
    background:url(/Content/Images/UI_Icons/ui_arrow_left_12.png) no-repeat transparent center center;
}
.k-calendar .k-header .k-link:hover .k-i-arrow-w {
    background:url(/Content/Images/UI_Icons/ui_arrow_left_white_12.png) no-repeat transparent center center;
}
.k-calendar .k-header .k-i-arrow-e {
    background:url(/Content/Images/UI_Icons/ui_arrow_right_12.png) no-repeat transparent center center;
}
.k-calendar .k-header .k-link:hover .k-i-arrow-e {
    background:url(/Content/Images/UI_Icons/ui_arrow_right_white_12.png) no-repeat transparent center center;
}
.k-calendar .k-header, .k-calendar th, .k-calendar-container {
    background:#fff;
}
.k-list > .k-state-selected, .k-list > .k-state-hover {
    color: #fff;
    background: #90c8ff;
    border: none;
    cursor:pointer;
    border-radius:0;
}
.k-popup.k-list-container {
    padding:0;
    background:#fff;
}

/*datepicker end*/

/*numeric textbox*/
span.proom-numerictextbox {
    width:100%;
}
span.proom-numerictextbox .k-numeric-wrap {
    width:100%;
    border:1px solid #bcbdc0;
    border-radius:4px;
    background:#fff;
    height:30px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:31px;
}
span.proom-numerictextbox .k-state-default:hover {
    border-color:#90c8ff;
}
span.proom-numerictextbox .k-state-focused, span.proom-numerictextbox .k-state-focused:hover {
    border-color:#3870b1;
    box-shadow:none;
}
span.proom-numerictextbox input.proom-numerictextbox {
    padding:0 8px;
    border:none !important;
    height:28px;    
    color: #242526;
    width:100%;
    font-size: 14px;
    border-radius:0;
    background:transparent;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
span.proom-numerictextbox .k-select {
    border:none;
    width:30px;
}
span.proom-numerictextbox .k-select .k-link {
    display:block;
    width:30px;
    height:14px;
    border-radius:0 4px 0 0;
}
span.proom-numerictextbox .k-select .k-link + .k-link {
    border-radius:0 0 4px 0;
}
span.proom-numerictextbox .k-select .k-link.k-state-selected {
    background-color:#90c8ff;
}
span.proom-numerictextbox .k-select .k-link .k-icon {
    width:100%;
    height:100%;
}
span.proom-numerictextbox .k-select .k-link .k-icon.k-i-arrow-n {
    background:url(/Content/Images/UI_Icons/ui_arrow_up_12.png) no-repeat transparent center center;
}
span.proom-numerictextbox .k-select .k-link.k-state-selected .k-icon.k-i-arrow-n {
    background:url(/Content/Images/UI_Icons/ui_arrow_up_white_12.png) no-repeat transparent center center;
}
span.proom-numerictextbox .k-select .k-link .k-icon.k-i-arrow-s {
    background:url(/Content/Images/UI_Icons/ui_arrow_down_12.png) no-repeat transparent center center;
}
span.proom-numerictextbox .k-select .k-link.k-state-selected .k-icon.k-i-arrow-s {
    background:url(/Content/Images/UI_Icons/ui_arrow_down_white_12.png) no-repeat transparent center center;
}
/*numeric textbox end*/

.showPasswordIcon {
    position:absolute;
    width:24px;
    height:24px;
    display:none;
    right:3px;
    top:3px;
    cursor:pointer;
    background: url(/Content/Images/General/Eye_16.png) no-repeat transparent center center;
}
input[type="password"]::-ms-reveal {display : none ;}
input::-ms-clear {display:none;}
* {
    outline: none;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    width: 100%;
    min-width: 1280px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

html {
    overflow-x: auto;
    /*min-width:1280px;*/
}

.slab-large {
    font-size: 16px !important;
    font-family: 'Roboto Slab', serif !important;
    line-height: 18px;
    font-weight: normal;
}

.slab-medium {
    font-size: 14px !important;
    font-family: 'Roboto Slab', serif !important;
    line-height: 16px;
}

.slab-small {
    font-size: 12px !important;
    font-family: 'Roboto Slab', serif !important;
    line-height: 14px;
}

.sans-big {
    font-size: 18px !important;
}

.sans-large {
    font-size: 14px !important;
}

.sans-large-bold {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.sans-italic {
    font-size: 14px !important;
    font-style: italic !important;
}

.sans-regular {
    font-size: 12px !important;
}

.sans-bold {
    font-size: 12px !important;
    font-weight: 600 !important;
}

.color-night-black {
    color: #0d2033 !important;
}

.color-proom-blue {
    color: #3870b1 !important;
}

.color-light-blue {
    color: #90c8ff !important;
}

.color-snow-blue-20 {
    color: #e9f4ff !important;
}

.color-snow-blue-10 {
    color: #f3f9fe !important;
}

.color-gray-15 {
    color: #242526 !important;
}

.color-gray-36 {
    color: #58595b !important;
}

.color-gray-75 {
    color: #bcbdc0 !important;
}

.color-gray-90 {
    color: #e5e5e5 !important;
}

.color-gray-94 {
    color: #eff0f0 !important;
}

.color-gray-98 {
    color: #f9fafa !important;
}

.color-transparent {
    color: transparent !important;
}

.bg-night-black {
    background-color: #0d2033 !important;
}

.bg-proom-blue {
    background-color: #3870b1 !important;
}

.bg-light-blue {
    background-color: #90c8ff !important;
}

.bg-snow-blue-20 {
    background-color: #e9f4ff !important;
}

.bg-snow-blue-10 {
    background-color: #f3f9fe !important;
}

.bg-gray-15 {
    background-color: #242526 !important;
}

.bg-gray-36 {
    background-color: #58595b !important;
}

.bg-gray-75 {
    background-color: #bcbdc0 !important;
}

.bg-gray-90 {
    background-color: #e5e5e5 !important;
}

.bg-gray-94 {
    background-color: #eff0f0 !important;
}

.bg-gray-98 {
    background-color: #f9fafa !important;
}

.bg-white {
    background-color: #fff !important;
}

.border-night-black {
    border-color: #0d2033 !important;
}

.border-proom-blue {
    border-color: #3870b1 !important;
}

.border-light-blue {
    border-color: #90c8ff !important;
}

.border-snow-blue-20 {
    border-color: #e9f4ff !important;
}

.border-snow-blue-10 {
    border-color: #f3f9fe !important;
}

.border-gray-15 {
    border-color: #242526 !important;
}

.border-gray-36 {
    border-color: #58595b !important;
}

.border-gray-75 {
    border-color: #bcbdc0 !important;
}

.border-gray-90 {
    border-color: #e5e5e5 !important;
}

.border-gray-94 {
    border-color: #eff0f0 !important;
}

.border-gray-98 {
    border-color: #f9fafa !important;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-0 {
    opacity: 0;
}

a {
    color: #3870b1;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.posrel {
    position: relative !important;
}

.position-fixed {
    position: fixed !important;
}

.position-absolute {
    position: absolute !important;
}

.onHover-underline:hover {
    text-decoration: underline;
}

.pointer-events-none {
    pointer-events: none;
}

.clickable {
    cursor: pointer;
}

.text-nowrap {
    white-space: nowrap;
}

.text-normal {
    font-weight: normal !important;
}

.tableFixed {
    table-layout: fixed;
}

.scrollable-y {
    overflow-y: auto;
}

.block-center {
    margin-left: auto;
    margin-right: auto;
}

.clear-both {
    clear: both;
}

.clear-left {
    clear: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.verticalAlign-middle {
    vertical-align: middle !important;
}

.verticalAlign-top {
    vertical-align: top;
}

.as-inlineBlock {
    display: inline-block;
}

.as-block {
    display: block;
}

.croppedText {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

.bordered {
    border: 1px solid #bcbdc0;
}

.rounded-corners {
    border-radius: 4px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: none !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.margin10 {
    margin: 10px;
}

.margin20 {
    margin: 20px;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-2 {
    margin-top: 2px !important;
}

.margin-top-6 {
    margin-top: 6px !important;
}

.margin-top-7 {
    margin-top: 7px !important;
}

.margin-top-minus-3 {
    margin-top: -3px !important;
}

.margin-top-minus-5 {
    margin-top: -5px !important;
}

.margin-top-8 {
    margin-top: 8px !important;
}

.margin-top-9 {
    margin-top: 9px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-22 {
    margin-right: 22px !important;
}

.margin-right-26 {
    margin-right: 26px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-182 {
    margin-right: 182px !important;
}

.margin-left-8 {
    margin-left: 8px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-100 {
    margin-left: 100px !important;
}

.margin-left-115 {
    margin-left: 115px !important;
}

.margin-left-143 {
    margin-left: 143px !important;
}

.margin-left-148 {
    margin-left: 148px !important;
}

.margin-bottom-6 {
    margin-bottom: 6px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-left-3 {
    padding-left: 3px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-32 {
    padding-right: 32px !important;
}

.padding-top-1 {
    padding-top: 1px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-bottom-2 {
    padding-top: 2px !important;
}

.padding-bottom-5 {
    padding-top: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-55 {
    padding-bottom: 55px !important;
}

.padding-lr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-tb-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.padded10 {
    padding: 10px !important;
}

.width-30 {
    width: 30px !important;
}

.width-70 {
    width: 70px !important;
}

.width-85 {
    width: 85px !important;
}

.width-161 {
    width: 161px;
}

.width-140 {
    width: 140px;
}

.width-172 {
    width: 172px;
}

.width-185 {
    width: 185px;
}

span.datepicker-width-205 {
    width: 205px !important;
}

.width-300 {
    width: 300px;
}

.width-400 {
    width: 400px;
}

.width-500 {
    width: 500px;
}

.width-700 {
    width: 700px;
}

.width-auto {
    width: auto !important;
}

.width100-per {
    width: 100%;
}

.min-width-none {
    min-width: 0;
}

.height-60 {
    height: 60px !important;
}

.height-88 {
    height: 88px !important;
}

.height-52 {
    height: 52px !important;
}

.height-25 {
    height: 25px !important;
}

.height-30 {
    height: 30px !important;
}

.height-40 {
    height: 40px !important;
}

.height-360 {
    height: 360px !important;
}

.height-120 {
    height: 120px !important;
}

.height100 {
    height: 100%;
}

.maxHeight-85 {
    max-height: 85px;
}

.maxHeight-300 {
    max-height: 300px;
}

.visibility-hidden {
    visibility: hidden;
}

.overlow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.lh14 {
    line-height: 14px !important;
}

.lh16 {
    line-height: 16px !important;
}

.lh25 {
    line-height: 25px !important;
}

.lh30 {
    line-height: 30px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.top-auto {
    top: auto !important;
}

.top-0 {
    top: 0px !important;
}

.top-60 {
    top: 60px !important;
}

.top-10 {
    top: 10px;
}

.top50-per {
    top: 50%;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.left50-per {
    left: 50%;
}

.left-0 {
    left: 0 !important;
}

.block-center-vertical_translate {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-center-horVer_translate {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*layout*/
#vertical {
    height: 100%;
    border: none;
}

#top-pane {
    overflow: visible;
}

    #top-pane + .k-splitbar {
        display: none;
    }

#center-pane {
    background-color: #fff;
}

/*header*/
#userprofile-contextmenu {
    min-width: 100px;
}

.userProfileFixedBtmBlock {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 5;
}

.proom-nav-top-btn span {
    font-size: 13.3px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 0 8px;
    font-weight: 400;
    display: inline-block;
}

.navbar-right-logo {
    width: 100px;
    text-align: center;
    line-height: 60px;
    font-size: 0;
    margin-right: 0px;
    height: 60px;
    position: relative;
}

    .navbar-right-logo img {
        max-width: 80%;
        max-height: 80%;
        display: inline-block;
        vertical-align: middle;
    }

div.proom-dropdown[id$="-list"] {
    opacity: 0;
}

.proom-dropdown.k-popup {
    padding: 0;
    border: 1px solid #bcbdc0;
    border-radius: 4px;
    background: #fff !important;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
    margin-top: 11px;
}

    .proom-dropdown.k-popup:before,
    .proom-dropdown.k-popup:after,
    .proom-select-options:before, .proom-select-options:after, .activitiesDropDown:before, .activitiesDropDown:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        left: 50%;
    }

    .proom-dropdown.k-popup:before, .proom-select-options:before, .activitiesDropDown:before {
        border-color: transparent transparent #fff transparent;
        border-width: 7px 5px;
        top: -14px;
        margin-left: -5px;
        z-index: 5;
    }

    .proom-dropdown.k-popup:after, .proom-select-options:after, .activitiesDropDown:after {
        border-color: transparent transparent #bcbdc0 transparent;
        border-width: 9px 6px;
        top: -18px;
        margin-left: -6px;
        z-index: 1;
    }

    .proom-dropdown.k-popup > li {
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        border: none;
        box-shadow: none;
    }

.k-list-container.proom-dropdown ul > li.k-item {
    height: 30px;
    line-height: 30px;
    border: none;
    padding: 0 8px;
}

#CurrentRole_listbox li {
    padding: 0;
}

    .proom-dropdown.k-popup > li:first-child, #CurrentRole_listbox li:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .proom-dropdown.k-popup > li:last-child, #CurrentRole_listbox li:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.proom-dropdown.k-popup > li > span {
    padding: 0 !important;
    line-height: 30px !important;
    color: #677075;
    font-size: 14px;
    font-weight: 400;
}

.proom-dropdown li.k-state-hover, .proom-dropdown li.k-state-focused, .proom-dropdown li.k-state-selected, .proom-dropdown li.k-state-hover > .k-link {
    background: #f3f9fe !important;
    border: none !important;
    color: #242526;
}

.k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.menu-user-info .circle-img {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #ffffff;
    margin-left: 8px;
}

.menu-user-info > * {
    display: inline-block;
    vertical-align: middle;
}

.menu-user-info {
    font-size: 1px;
    line-height: 0;
}

    .menu-user-info span {
        text-transform: none !important;
    }

.proom-nav-top {
    margin-left: 0px;
    height: 60px;
    float: left;
    padding: 0;
    margin: 0;
}

.proom-nav-top-btn {
    text-align: center;
    padding: 0 10px;
    height: 100%;
    cursor: pointer;
    margin-right: 8px;
    float: left;
    list-style: none;
    position: relative;
}

    .proom-nav-top-btn.selected,
    .proom-nav-top-btn:hover {
        background: #243547;
    }

.table-cell {
    display: table-cell;
}

.proom-nav-top-btn div {
    height: 60px;
    vertical-align: middle;
}
/*header end*/

/*top controls*/
.top-controls {
    display: table;
    width: 100%;
    height: 70px;
    table-layout: fixed;
    padding: 0 0 0 13px;
}

    .top-controls .left {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }

    .top-controls .right {
        width: 440px;
        vertical-align: middle;
    }

    .top-controls .cell {
        display: table-cell;
    }
/*top controls end*/

/* Breadcrumbs */

.estimation-container {
    white-space: nowrap;
}

.breadcrumbs-estimation {
    display: table;
    table-layout: fixed;
    white-space: nowrap;
}

.breadcrumbs-new {
    display: inline-table;
    table-layout: fixed;
    white-space: nowrap;
    width: 100%;
}

.crumb {
    display: table-cell;
    padding: 4px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 18px;
}

.crumb-active {
    color: #3870b1; /* Proom blue */
}

.crumb-delimiter {
    color: #242526; /* Gray 15 */
}

.crumb-last {
    color: #58595b; /* Gray 36 */
}

.short {
    width: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shrink {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    max-width: 100%;
}

/* Breadcrumbs end */

/*toolbar*/
.proom-toolbar {
    padding-left: 10px;
}

    .proom-toolbar li {
        padding: 0 4px;
        height: 18px;
        margin: 21px 0 21px 8px;
        float: left;
        list-style: none;
    }

        .proom-toolbar li div {
            font-size: 12px;
            color: #545557;
            text-transform: capitalize;
            letter-spacing: 0;
            padding: 0 0 0 4px;
        }

.proom-nav-bottom-btn img {
    border: 0 none;
    max-width: 16px;
    max-height: 16px;
    vertical-align: top;
    padding-top: 1px;
}

.proom-nav-bottom-btn a {
    display: table-cell !important;
    vertical-align: middle;
    height: 18px;
}

    .proom-nav-bottom-btn a:hover {
        background-color: transparent !important;
    }

ul.proom-nav-bottom {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

.changeView a {
    float: left;
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: -1px;
    background: #fff;
    border: 1px solid #bcbdc0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .changeView a span {
        display: block;
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .changeView a:hover {
        border-color: #90c8ff;
        background: #90c8ff;
        cursor: pointer;
    }

    .changeView a.active {
        border-color: #3870b1;
        background: #3870b1;
    }

    .changeView a:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        margin-left: 0;
    }

    .changeView a:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.listviewIcon {
    background-image: url(/Content/Images/General/General_Thumbnail_16.png);
}

.thumbnailIcon {
    background-image: url(/Content/Images/General/General_Listview_16.png);
}

.largesymbolIcon {
    background-image: url(/Content/Images/General/General_LargeSymbol_12.png);
}

.changeView a.active .listviewIcon, .changeView a:hover .listviewIcon {
    background-image: url(/Content/Images/General/General_ThumbnailChecked_16.png);
}

.changeView a.active .thumbnailIcon, .changeView a:hover .thumbnailIcon {
    background-image: url(/Content/Images/General/General_Listview_16_white.png);
}

.changeView a.active .largesymbolIcon, .changeView a:hover .largesymbolIcon {
    background-image: url(/Content/Images/General/General_LargeSymbolChecked_16.png);
}
/*toolbar end*/

/*login*/
.proom-login .panel-body, .proom-logout .panel-body {
    padding: 20px;
}

.proom-login, .proom-logout, .proom-forgot-password, .proom-not-existed-user, .reset-password, .invitation-wnd {
    width: 422px;
    margin: 0 auto;
    top: 50%;
    border-color: #bcbdc0;
    border-radius: 4px;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.proom-forgot-password {
    width: 460px;
}

.proom-not-existed-user {
    width: 400px;
}

.panel-primary > .panel-heading {
    color: #0d2033;
    background-color: #3870b1;
    border-color: #bcbdc0;
    padding: 0 20px;
}

.panel-heading-text {
    font-size: 15px;
    line-height: 20px;
}

.proom-login-header .panel-heading-icon {
    max-height: 90%;
    max-width: 80px;
}

.proom-login-header td {
    padding: 13px 0;
}
/*login end*/

/*popup*/
.k-window-titlebar.k-header {
    background: #3870b1;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    height: 40px;
    font-family: 'Roboto Slab', serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.k-window-title {
    left: 10px;
    right: 40px;
}

div.k-window, div.k-window.k-state-focused {
    border: none;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
}

div.k-window-content {
    padding: 0 10px 10px 10px;
}

.k-window-titlebar .k-window-action {
    background: transparent;
    padding: 0;
    width: 16px;
    height: 16px;
    display: block;
    border: none;
    opacity: 1;
}

.k-window-titlebar .k-window-actions {
    top: 12px;
    right: 10px;
    padding: 0;
    width: 16px;
    height: 16px;
}

.k-window-titlebar .k-window-action .k-icon, .k-window-titlebar .k-window-action:hover .k-icon {
    background: url(/Content/Images/UI_Icons/ui_close_16_white.png) no-repeat center center;
    opacity: 1;
}

.popup-top-text {
    line-height: 14px;
    padding: 12px 10px 0 10px;
}

.popupContent {
    min-height: 48px;
    line-height: 40px;
    text-align: center;
    margin-left: 48px;
    padding: 0 5px 0 10px;
    margin-bottom: 10px;
}

.biggerPopup .popupContent {
    height: auto;
    text-align: left;
}
/*popup end*/

/*sidebar*/
.roomInfoGrid {
    font-size: 12px;
    line-height: 14px;
    color: #242526;
}

    .roomInfoGrid td {
        padding-bottom: 12px;
        vertical-align: top;
    }

    .roomInfoGrid tr td:first-child {
        font-weight: 600;
        color: #58595b;
        padding-right: 20px;
        width: 1px;
    }

    .roomInfoGrid p {
        margin-bottom: 0;
    }

    .roomInfoGrid input {
        margin: 0;
    }
/*sidebar end*/

/*invite member popup*/
#CurrentRole-list > [unselectable] {
    overflow: visible !important;
}

.userinfo-content {
    margin-top: 10px;
    padding: 8px;
    width: calc(50% - 5px);
    height: 70px;
    border-radius: 4px;
    float: left;
    position: relative;
    border: 1px solid #bcbdc0;
}

    .userinfo-content:nth-child(1),
    .userinfo-content:nth-child(2) {
        margin-top: 0;
    }

    .userinfo-content:nth-child(even) {
        margin-left: 10px;
    }


.user-tile-logo {
    height: 100%;
    line-height: 52px;
    width: 40px;
}

    .user-tile-logo img {
        vertical-align: middle;
    }

.user-tile-right {
    margin-left: 48px;
}

.user-tile-right_line {
    height: 17px;
}

.popup-listview {
    border: none;
    height: 240px;
    overflow: auto;
    min-width: 590px;
}

.role-ddl-value-header > span {
    border-top: none !important;
    border-bottom: 1px solid #eff0f0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 28px;
}

.role-ddl-value-header.role-dll-activity-show {
    display: block;
}

.role-ddl-value-header .role-dll-name {
    padding-left: 8px;
}

.role-dll-activity:last-child {
    padding-right: 10px;
}

span.role-dll-activity-show {
    display: inline-block !important;
    vertical-align: top;
    color: #3870b1;
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
}

.role-ddl-value {
    font-size: 1px;
    line-height: 0;
    white-space: nowrap;
}

    .role-ddl-value.role-dll-activity-show > span {
        line-height: 29px;
        border-top: 1px solid #eff0f0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.role-dll-name {
    line-height: 30px;
    padding: 0 8px;
    color: #242526;
    font-size: 14px;
}

    .role-dll-name + .role-dll-activity {
        padding-left: 12px;
    }

.role-ddl-value .role-dll-name {
    /*min-width: 130px;*/
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.role-ddl-value .role-dll-activity, .role-ddl-value-header {
    display: none;
}

#rights-help-toggler {
    position: absolute;
    right: -20px;
    z-index: -1;
    cursor: pointer;
    text-align: right;
    top: 50%;
    padding-right: 2px;
    margin-top: -15px;
    width: 18px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.role-dll-activity.check-blue-icon {
    background: url(/Content/Images/UI_Icons/ui_check_blue_thin_16.png) no-repeat transparent center center;
}

#CurrentRole_listbox li > div span.role-dll-name {
    line-height: 30px !important;
    color: #677075;
    font-size: 14px;
    font-weight: 400;
}

#CurrentRole_listbox li > div span {
}

.invite-member-add-icon {
    /*background: url(/Content/Images/General_Add_16_blue.png) no-repeat transparent center center;
    opacity:1 !important;
    vertical-align:top !important;
    margin-top:6px;*/
    display: none;
}

#btnAddUser {
    font-size: 30px;
    font-weight: 200;
    line-height: 28px;
    padding: 0;
}
/*invite member popup end*/

/*notify popup*/
.tileWithCheck .proom-checkbox {
    position: absolute;
    right: 0;
    top: 0;
}

.circle-img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
}

.tileWithCheck {
    padding-right: 33px;
}
/*notify popup end*/

/*proom grid*/
.proom-grid {
    border: none;
}

    .proom-grid .k-grid-header, .proom-grid .k-grid-header-wrap {
        background: transparent;
        border: none;
        /*height: 40px;*/
    }

    .proom-grid tr, .proom-grid tr.k-alt {
        background: #fff;
    }

    .proom-grid td {
        padding: 10px 10px;
        line-height: 20px;
        color: #58595b;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-style: none none solid none;
        border-width: 0 0 1px 0;
        border-color: transparent transparent #eff0f0 transparent;
    }

    .proom-grid tr.proom-warning-row, .proom-grid tr.k-alt.proom-warning-row {
        background: #f03a47 !important;
        background: rgba(240, 58, 71, 0.1) !important;
    }

.proom-grid_cellTopBtmIndent-5 td {
    padding: 5px 10px;
}

.proom-grid th.k-header, .proom-grid th.k-header a, .proom-grid th.k-header span {
    color: #3870b1 !important;
}

.proom-grid th.k-header {
    line-height: 20px;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    border-style: none none solid none;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #eff0f0 transparent;
    background: transparent;
    border-right: #ededed solid 1px;
}

.proom-grid .k-state-selected, .proom-grid .k-state-selected:hover {
    background-color: #e9f4ff !important;
}

    .proom-grid .k-state-selected.proom-warning-row, .proom-grid .k-state-selected.proom-warning-row:hover {
        background-color: #f03a47 !important;
        background-color: rgba(240, 58, 71, 0.1) !important;
    }

.proom-grid tr:hover {
    background-color: #f3f9fe !important;
}

.proom-grid tr.proom-warning-row:hover {
    background: #f03a47 !important;
    background: rgba(240, 58, 71, 0.1) !important;
}

.panel-grid tr, .screen {
    font-size: 12px;
}

.k-grid table {
    /*table-layout: fixed;*/
}

*::selection {
    background: transparent;
}

*::-moz-selection {
    background: transparent;
}

input::selection, textarea::selection {
    background: #C9DBE7;
}

input::-moz-selection, textarea::-moz-selection {
    background: #C9DBE7;
}

.k-editor-inline::selection {
    background-color: #C9DBE7 !important;
    text-shadow: none !important;
    color: #242526 !important;
}

#notes-content.k-editor-inline::-moz-selection {
    background-color: #C9DBE7 !important;
    text-shadow: none !important;
    color: #242526 !important;
}

#notes-content.k-editor-inline *::selection {
    background-color: #C9DBE7 !important;
    text-shadow: none !important;
    color: #242526 !important;
}

#notes-content.k-editor-inline *::-moz-selection {
    background-color: #C9DBE7 !important;
    text-shadow: none !important;
    color: #242526 !important;
}

.ml-24-grid {
    margin-left: 24px;
}

img[src=""] + .ml-24-grid {
    /*margin-left: 0;*/
}

.proom-dropdown_with-icons .k-image {
    width: 16px;
    height: 16px;
    margin: -2px 8px 0 0;
}

.proom-dropdown_last-item-bordered.k-menu .k-item:last-child {
    border-top: 1px solid #eff0f0 !important;
}

.k-menu .k-item > .k-link {
    white-space: nowrap;
}

.proom-dropdown .checked-img .k-link {
    background: url(/Content/Images/UI_Icons/ui_check_blue_thin_16.png) no-repeat right center;
    padding-right: 28px !important;
    display: block;
}

.activitiesDropDown .checked-img {
    background: url(/Content/Images/UI_Icons/ui_check_blue_thin_16.png) no-repeat left center;
    display: block;
}

.proom-grid.proom-grid-smaller .k-grid-header, .proom-grid.proom-grid-smaller .k-grid-header-wrap {
    background: transparent;
    border: none;
    height: 30px;
}

.proom-grid.proom-grid-smaller th.k-header {
    padding: 5px 10px;
}

.proom-grid.proom-grid-smaller td {
    padding: 5px 10px;
    line-height: 20px;
}
/*proom grid end*/

/*upload popup*/
.uploader-file-icon {
    display: block;
    margin: 2px auto;
    width: 16px;
    height: 16px;
}



.uploader-splitter {
    margin-bottom: 20px;
    /*border-bottom: solid 1px #eff0f0;*/ /* Gray 94 */
    height: 10px;
    line-height: 20px;
    text-align: center;
}

    .uploader-splitter .content {
        color: #eff0f0; /* Gray 94 */
        background-color: #fff;
        display: inline;
        padding: 0 10px;
    }

.drop-area {
    display: none;
    /*display: table;*/
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    margin: 20px 0px 10px;
    border: 2px dashed #bcbdc0; /* Gray 75 */
    color: #58595b; /* Gray 36 */
}

.drop-area-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.file-remove {
    display: block;
    margin: 2px auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(/Content/Images/UI_Icons/ui_close_button_16.png) no-repeat transparent center center;
}
/*upload popup end*/

/* Org Unit Tree */
.orgUnitTree-popupWrap {
    position: absolute;
    left: 0;
    top: 49px;
    width: 180px;
    bottom: 0;
    border: 1px solid #bcbdc0;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 5px;
}

.orgUnitTree .locked:before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.orgUnitTree .admin:before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.orgUnitTree .k-state-selected, .orgUnitTree .k-state-focused {
    background: #e9f4ff;
    color: #3870b1;
    border: none;
    box-shadow: none;
}

.orgUnitTree .k-state-hover {
    background-color: #BABBC1;
}

.orgUnitTree.k-treeview .k-in {
    margin: 0 0 0 3px;
    padding: 0 5px;
    height: 30px;
    color: #3870b1;
    line-height: 30px;
    border-radius: 0;
    border: none;
    width: auto;
    max-width: calc(100% - 3px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.orgUnitTree.overflow-visible.k-treeview .k-in {
    max-width: none;
}

.orgUnitTree.k-treeview .k-in > .k-sprite {
    width: 18px;
    height: 18px;
    vertical-align: top;
}

.orgUnitTree.k-treeview {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
}

    .orgUnitTree.k-treeview .k-in.k-state-hover {
        background: #f3f9fe;
    }

    .orgUnitTree.k-treeview .k-in.k-state-selected {
        background: #e9f4ff;
        color: #242526;
    }

.orgUnitTree .k-icon {
    height: 30px;
}

.orgUnitTree .k-minus {
    background: url(/Content/Images/UI_Icons/ui_arrow_down_12.png) no-repeat transparent center center;
}

.orgUnitTree .k-plus {
    background: url(/Content/Images/UI_Icons/ui_arrow_right_12.png) no-repeat transparent center center;
}

.orgUnitTree.k-treeview .k-item {
    position: relative;
}

/* Org Unit Tree end */


/* right panel tab strip start */
.common-tab-strip .k-tabstrip-items {
    padding: 0;
    text-align: center;
    height: 69px;
    border-bottom: 1px solid #bcbdc0;
}

.admin-tab-strip .k-tabstrip-items {
    padding: 0;
    text-align: left;
    height: 69px;
    border-bottom: 1px solid #bcbdc0;
    background: #fff;
}

.common-tab-strip .k-tabstrip-items > .k-item {
    border: none;
    height: 100%;
    border-bottom: 2px solid transparent;
    background: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.admin-tab-strip .k-tabstrip-items > .k-item {
    border: none;
    height: 100%;
    border-bottom: 2px solid transparent;
    background: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .common-tab-strip .k-tabstrip-items > .k-item > .k-loading, .admin-tab-strip .k-tabstrip-items > .k-item > .k-loading {
        display: none;
    }

.common-tab-strip .k-tabstrip-items > .k-item .k-link {
    display: block;
    font-size: 12px;
    line-height: 14px;
    height: 100%;
    color: #58595b;
    padding: 48px 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center 20px;
}

.admin-tab-strip .k-tabstrip-items > .k-item .k-link {
    display: block;
    font-size: 12px;
    line-height: 14px;
    height: 100%;
    color: #58595b;
    padding: 48px 10px 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center 20px;
}

li.info-panelbar-item .k-link {
    background-image: url(/Content/Images/Tabbar/Information_Tab_24.png);
}

li.members-panelbar-item .k-link {
    background-image: url(/Content/Images/Tabbar/User_Tab_24.png);
}

li.chat-panelbar-item .k-link {
    background-image: url(/Content/Images/Tabbar/Comment_Tab_24.png);
}

li.activities-panelbar-item .k-link,
li.license-panelbar-item .k-link {
    background-image: url(/Content/Images/Tabbar/LifeCycle_Tab_24.png);
}

li.templates-admintabs-item .k-link {
    background-image: url(/Content/Images/Templates_Tab_24.png);
}

li.modules-admintabs-item .k-link {
    background-image: url(/Content/Images/Modules_Tab_24.png);
}

li.smtp-admintabs-item .k-link {
    background-image: url(/Content/Images/Smtp_Tab_24.png);
}

li.orgunit-admintabs-item .k-link {
    background-image: url(/Content/Images/OrgUnit_Tab_24.png);
}

li.projectrooms-admintabs-item .k-link {
    background-image: url(/Content/Images/ProjectRooms_Tab_24.png);
}

li.statistik-panelbar-item .k-link {
    background-image: url(/Content/Images/General/icn_Statistics.png);
}

li.knowncontacts-tab-item .k-link,
li.unknowncontacts-tab-item .k-link {
    background-image: url(/Content/Images/Contact_Tab_24.png);
}

.unknowncontacts-tab-item-content {
    border-bottom: solid 1px #bcbdc0 !important;
}

.common-tab-strip .k-tabstrip-items > .k-item.k-state-hover, .admin-tab-strip .k-tabstrip-items > .k-item.k-state-hover {
    border-bottom-color: #90c8ff;
    background: transparent;
}

.common-tab-strip .k-tabstrip-items > .k-item.k-state-active, .admin-tab-strip .k-tabstrip-items > .k-item.k-state-active {
    border-bottom-color: #3870b1;
    background: transparent;
}

    .common-tab-strip .k-tabstrip-items > .k-item.k-state-active .k-link, .admin-tab-strip .k-tabstrip-items > .k-item.k-state-active .k-link {
        color: #242526;
    }

.common-tab-strip.k-tabstrip {
    border: none;
    background: #f9fafa;
}

.admin-tab-strip.k-tabstrip {
    border: none;
    background: #fff;
}

.common-tab-strip.k-tabstrip > .k-content {
    padding: 0;
    border: none;
    margin: 0;
    background: #f9fafa !important;
}

.admin-tab-strip.k-tabstrip > .k-content {
    padding: 0;
    border: none;
    margin: 0;
    background: #fff !important;
}

.common-tab-strip.k-tabstrip > .k-content > .k-widget {
    background: transparent;
}

[id^='activityGrid'] .k-header {
    display: none;
}

.screeen {
    height: 29px;
    width: 100%;
    background-color: #eae8e8;
    border-color: #c5c5c5;
    color: #2e2e2e;
    font-weight: bold;
}

.common-tab-strip .k-grouping-row p {
    font-size: 12px;
    text-transform: uppercase;
    color: #58595b;
    border: none;
}

.common-tab-strip .k-grouping-row td {
    background: #fff;
    padding: 5px 10px;
    line-height: normal;
    border: none;
}

#unknown-member-info {
    position: absolute;
    right: -10px;
    top: -70px;
    width: 260px;
    height: 335px;
    background-color: white;
    padding: 20px 0 0 20px;
    border-left: solid 1px #bcbdc0;
    overflow: auto;
}

.infoTabWrap {
    padding: 18px 20px 0 20px;
}

.chatTabWrap {
    padding: 10px 10px 0 10px;
}

.roomInfoGridHeader .slab-large {
    line-height: 22px;
}

.roomInfoGridHeader {
    word-break: break-all;
}

.break-word {
    word-break: break-all;
}

.activitiesFilter {
    border-bottom: 2px solid #e5e5e5;
    padding-top: 14px;
    padding-bottom: 2px;
    padding-right: 60px;
}

.activitiesFilter-grid {
    z-index: 1;
    table-layout: fixed;
}

    .activitiesFilter-grid > tbody > tr > td {
        padding-bottom: 8px;
    }

        .activitiesFilter-grid > tbody > tr > td:first-child {
            padding-left: 10px;
            padding-right: 10px;
            color: #58595b;
            font-size: 12px;
            white-space: nowrap;
        }

.activitiesFilter-indicator, .exportExcelBtn {
    display: block;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #bcbdc0;
    margin-left: 8px;
}

    .activitiesFilter-indicator:hover, .exportExcelBtn:hover {
        border-color: #90c8ff;
    }

.exportExcelBtn {
    background: url(/Content/Images/MimeTypes/xls_48.png) no-repeat #fff center center;
    background-size: 20px 20px;
}

.activitiesFilter-indicator {
    background: url(/Content/Images/UI_Icons/ui_filter_16.png) no-repeat #fff center center;
}

    .activitiesFilter-indicator.active {
        background: url(/Content/Images/UI_Icons/ui_filter_16_white.png) no-repeat #3870b1 center center;
        border-color: #3870b1;
    }

.activitiesFilter-indicatorCol {
    width: 38px;
}

.exportExcelBtn {
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -13px;
    z-index: 1;
}

.tridentIcon {
    display: block;
    position: absolute;
    border-radius: 4px;
    border-style: solid;
    border-width: 4px;
    border-color: #e5e5e5 #e5e5e5 #e5e5e5 transparent;
    top: 27px;
    bottom: 23px;
    left: 50%;
    right: 42px;
}

    .tridentIcon:before {
        content: '';
        display: block;
        position: absolute;
        height: 4px;
        top: 50%;
        margin-top: -2px;
        left: 0;
        right: -20px;
        background: #e5e5e5;
    }

.activitiesDropDownWrap.dateDd table {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.activitiesDropDownWrap.dateDd td {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #58595b;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    /*white-space:nowrap;*/
}

    .activitiesDropDownWrap.dateDd td span {
        display: block;
    }

    .activitiesDropDownWrap.dateDd td.notUse {
        cursor: default;
    }

    .activitiesDropDownWrap.dateDd td:first-child {
        border-right: 1px solid #e5e5e5;
    }

.activitiesDatepickerRow {
    margin: 8px 10%;
}

    .activitiesDatepickerRow > span {
        float: left;
        line-height: 20px;
    }

    .activitiesDatepickerRow .activitiesDatepicker {
        width: 70%;
    }

    .activitiesDatepickerRow .activitiesDatepicker-label {
        width: 30%;
        text-align: left;
    }

.activitiesDropDownWrap.dateDd .activitiesDropDown {
    right: -20px;
    min-width: 213px;
}

    .activitiesDropDownWrap.dateDd .activitiesDropDown:before, .activitiesDropDownWrap.dateDd .activitiesDropDown:after {
        left: auto;
        right: 30px;
        margin-left: 0;
    }

    .activitiesDropDownWrap.dateDd .activitiesDropDown:after {
        right: 29px;
    }

.activitiesDropDown_searchTextbox input {
    border-radius: 4px 4px 0 0;
}

.activitiesDropDown_autocompleteList {
    padding: 0 4px;
    border-top: 1px solid #bcbdc0;
    margin: 0;
}

    .activitiesDropDown_autocompleteList li {
        border-top: 1px solid #e5e5e5;
        line-height: 30px;
        list-style: none;
        color: #58595b;
        white-space: nowrap;
        padding-left: 17px;
    }

        .activitiesDropDown_autocompleteList li:first-child {
            border: none;
        }

        .activitiesDropDown_autocompleteList li span {
            display: block;
            cursor: pointer;
            padding: 0 4px;
        }

.activitiesFilter .activitiesDropDown_autocompleteList li span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 170px;
}

.activitiesFilter .activitiesDropDown_autocompleteList li {
    width: 176px;
}

.userDd .activitiesDropDown:before, .activityDd .activitiesDropDown:before {
    border-bottom-color: #f3f9fe;
}

.userDd .activitiesDropDown, .activityDd .activitiesDropDown {
    left: 100%;
    min-width: 90%;
}

.activityDd .activitiesDropDown_autocompleteList li img, .activityDd .activitiesDropDownWrap-holder img {
    width: 16px;
    height: 16px;
    margin: -3px 8px 0 0;
}

.activityDd .activitiesDropDown_autocompleteList li {
    border: none;
}

.activityDd_lastBorderedItem {
    border-top: 1px solid #bcbdc0;
    line-height: 30px;
    color: #58595b;
    white-space: nowrap;
    padding: 0 42px 0 8px;
    position: relative;
}

    .activityDd_lastBorderedItem .icon {
        right: 18px;
        top: 50%;
        margin-top: -2px;
    }

        .activityDd_lastBorderedItem .icon:before, .activityDd_lastBorderedItem .icon:after, .activityDd_lastBorderedItem .icon {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #bcbdc0;
            position: absolute;
        }

            .activityDd_lastBorderedItem .icon:before, .activityDd_lastBorderedItem .icon:after {
                content: '';
                display: block;
                top: 0;
            }

            .activityDd_lastBorderedItem .icon:before {
                left: -8px;
            }

            .activityDd_lastBorderedItem .icon:after {
                right: -8px;
            }

.screen {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 28px;
    overflow: hidden;
    z-index: 0;
    width: calc(100% - 18px);
}

.activity-photo {
    width: 30px;
    border-radius: 50% 50%;
}
/* right panel tab strip end */

/*vertical menu*/
.proom-vertical-menu {
    background: transparent;
    border: none;
}

    .proom-vertical-menu .k-state-selected .k-link, .proom-vertical-menu .k-state-focused .k-link, .proom-vertical-menu .k-state-selected .k-link, .proom-vertical-menu .k-state-hover .k-link {
        background: #e9f4ff;
        border: none;
        box-shadow: none;
    }

    .proom-vertical-menu .k-item .k-link {
        color: #3870b1;
        padding: 6px 10px;
        white-space: inherit;
    }

#vertical-admin .k-splitbar-vertical {
    display: none;
}

#left-pane-common + .k-splitbar, #center-pane + .k-splitbar-horizontal, #center-pane-admin + .k-splitbar-horizontal {
    width: 10px;
    background: #eff0f0;
    overflow: visible;
    border-left: 1px solid #bcbdc0;
    border-right: none;
    z-index: 10001;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-splitter .k-ghost-splitbar-horizontal {
    background: #bcbdc0;
    border: none;
    width: 10px;
    z-index: 10001;
}

#center-pane + .k-splitbar-horizontal > .k-resize-handle,
#center-pane-admin + .k-splitbar-horizontal > .k-resize-handle {
    display: none;
}

#left-pane-common + .k-splitbar {
    width: 1px;
    background: #bcbdc0;
    border: none;
}

#left-pane-common + .k-splitbar-horizontal > .k-resize-handle {
    width: 2px;
}

#center-pane + .k-splitbar-horizontal > div, #center-pane-admin + .k-splitbar-horizontal > div {
    left: 2px;
    width: 8px;
}

#center-pane + .k-splitbar-horizontal > .k-collapse-next, #center-pane-admin + .k-splitbar-horizontal > .k-collapse-next {
    background-position: -5px -13px;
}

#center-pane + .k-splitbar-horizontal > .k-expand-next, #center-pane-admin + .k-splitbar-horizontal > .k-expand-next {
    background-position: -5px -45px;
}

#left-pane-common {
    background: #f9fafa;
}
/*vertical menu end*/


/* User notes window */
.notes-sticker {
    margin: 0 auto 20px;
    width: 300px;
    height: 350px;
    box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);
}

.notes-sticker_popup {
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #bdc2cb;
    margin: 10px auto 0 auto;
    height: auto;
    position: relative;
    width: 100%;
}

.notes-sticker div {
    padding: 10px;
    width: 280px;
}

.notes-sticker_popup div {
    width: 100%;
}

.notes-sticker_popup #notes-createdon {
    height: auto;
    background: transparent;
    border-bottom: none;
    font-weight: normal;
    padding: 8px 12px 0 12px;
}

.notes-sticker_popup #notes-title {
    padding: 2px 12px 0 12px;
}

.notes-sticker_popup #notes-content {
    padding: 2px 12px 8px 12px;
    max-height: 230px;
    min-height: 68px;
    overflow-y: auto;
}

.notes-sticker_popupWrap #notes-controls {
    margin: 26px -40px 0 -40px;
}

.notes-sticker_popupWrap {
    position: relative;
    padding: 0 40px;
    width: 290px;
}

.notes-sticker_popupArrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border: #3870b1;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    cursor: pointer;
}

    .notes-sticker_popupArrow.prev {
        left: -41px;
        text-align: left;
    }

    .notes-sticker_popupArrow.next {
        right: -41px;
        text-align: right;
    }

    .notes-sticker_popupArrow img {
        display: block;
        margin-top: 7px;
    }

    .notes-sticker_popupArrow.prev img {
        margin-left: 5px;
    }

    .notes-sticker_popupArrow.next img {
        margin-left: 7px;
    }

#notes-createdon {
    border-bottom: solid 1px #000;
    background-color: #ffefae;
    font-weight: bold;
    height: 29px;
    word-break: break-all;
    overflow-y: auto;
}




div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: inline;
}

.fileinputs .file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    display: inline;
}
/* User notes window end */

/*tooltip*/
.tooltip-inner {
    border-radius: 4px;
    padding: 8px 10px;
    background: #242526;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    float: right;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
}

.tooltip {
    z-index: 50000;
}

​ .tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.k-callout-s {
    border-top-color: #242526;
}

.k-callout-n {
    border-bottom-color: #242526;
}

.k-callout-e {
    border-left-color: #242526;
}

.k-callout-w {
    border-right-color: #242526;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #242526;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #242526;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #242526;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #242526;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #242526;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #242526;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #242526;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #242526;
}
/*tooltip end*/

/*upload image*/
.imageUploadControl {
    width: 128px;
}

.imageUploadWrap {
    border-radius: 4px;
    overflow: hidden;
    width: 128px;
    height: 128px;
    line-height: 122px;
    text-align: center;
    border: 1px solid #bcbdc0;
}

    .imageUploadWrap img {
        display: inline-block;
        vertical-align: middle;
        max-width: 126px;
        max-height: 126px;
    }

.imageUploadBtn {
    height: 40px;
    /*overflow:hidden;*/
    margin-bottom: 10px;
}

    .imageUploadBtn .k-button, .uploadTOS-control .k-upload-button {
        background: #fff;
        border: #3870b1;
        border-width: 1px;
        border-style: solid;
        color: #3870b1;
        border-radius: 4px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 600;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

.uploadTOS-control .k-upload-button {
    margin: 0 0 20px 0;
    width: auto;
}

.k-button:active:hover {
    color: #fff;
    border-color: #90c8ff;
    background: #90c8ff;
    text-decoration: none;
}

.imageUploadBtn .k-button:hover, .uploadTOS-control .k-upload-button:hover {
    color: #fff;
    border-color: #90c8ff;
    background: #90c8ff;
    text-decoration: none;
}

.imageUploadBtn .k-button:active, .uploadTOS-control .k-upload-button:active {
    color: #fff;
    border-color: #58595b;
    background: #58595b;
}

.imageUploadBtn .k-dropzone {
    padding: 0;
}

    .imageUploadBtn .k-dropzone .k-upload-status {
        height: 40px;
        line-height: 40px;
        top: 0;
    }

.imageUploadBtn .k-upload {
    background: none;
    border: none;
}

.uploadTOS-control .k-upload {
    border: none;
    background: transparent;
}

.uploadTOS-control .k-upload-files {
    margin: 0 -10px 20px -10px;
}

    .uploadTOS-control .k-upload-files .k-button {
        margin: 0;
        width: 16px;
        height: 16px;
    }

.uploadTOS-control .k-upload-status {
    top: 50%;
    margin-top: -8px;
}

.uploadTOS-control .k-upload-files .k-button .k-icon {
    background: url(/Content/Images/UI_Icons/ui_close_button_16.png) no-repeat transparent center center;
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: 1;
    vertical-align: top;
}

.uploadTOS-control ..k-filename {
    padding-bottom: 0;
}
/*upload image end*/

.k-tabstrip:focus {
    box-shadow: none;
}

.previewDialog-close {
    position: absolute;
    right: 3px;
    top: 3px;
}

/*move popup*/
.relative-container {
    position: relative;
    margin: 10px 0;
    padding: 10px 10px 10px 6px;
    height: 420px;
    overflow: auto;
    overflow-x: hidden;
}

#move-breadcrumbs {
    padding: 14px 10px;
}
/*move popup end*/

.time-image {
    height: 12px;
    margin: 0 4px;
}

#previewImage-container {
    min-width: 1280px;
}

#previewImage-imgWrap {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
}

/*advertasing block*/
.advertasingBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .advertasingBlock > div[class*="advertasingBlockItem"] {
        height: 60px;
        line-height: 60px;
        padding: 8px;
        margin-top: 10px;
        border-left-style: solid;
        border-left-width: 20px;
    }

        .advertasingBlock > div[class*="advertasingBlockItem"] a {
            line-height: 14px;
            display: inline-block;
            vertical-align: middle;
        }

.advertasingBlockItem_blueBorder {
    border-left-color: #3870b1;
}

.advertasingBlockItem_orangeBorder {
    border-left-color: #ffc300;
}

.advertasingBlock > div[class*="advertasingBlockItem"]:first-child {
    margin-top: 0;
}
/*end advertasing block*/
#activityGrid .k-grid-header {
    display: none;
}
.space-content-home .left_icon_bar {
    position: absolute;
    right: 0;
}
.left_icon_bar>* {
    margin-top: 5px;
    display: block;
}
/*[data-field=HasComments] {
    border-right: none !important;
}*/

