﻿/**************
*
*   CONTROLS
*
***************/
input[type="checkbox"] {
    cursor:pointer;
}


.date-picker-clear {
    width: 13px;
    height: 13px;
    cursor: pointer;
}

#formEdit fieldset {
    border: solid 1px #c0c0c0;
}

.button-left {
    background-position-x: center;
    background-position-y: center;
    background-image: url("~/Content/img/left-11x22.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 24px;
}

.button-right
{
    background-position-x:center;
    background-position-y:center;
    background-image: url("~/Content/img/right-11x22.png");
    background-repeat:no-repeat;
    width:50px;
    height:24px;
}

.button-edit
{
	width:50px;
	height:24px;
	background-position-x:center;
    background-position-y:center;
    background-image: url("~/Content/img/edit-16x16.png");
    background-repeat:no-repeat;
}

#body_main div.field-spacer
{
	height: 10px;
}

button
{
	cursor:pointer;
}

#imgShellUploadProgress
{
    height: 20px;
    width: 20px;
}

/**************
*
*   LAYOUT-MAIN
*
***************/
.body_main_search {
    margin-bottom: 10px;
}
#body_main
{
    position:absolute; 
    top:0px;
    bottom:0px;
    left:205px;
    right:0px;
    padding-left:10px;
    padding-right:10px;
    padding-top:13px;
	overflow:auto;
}


h4.side-bar-heading {
	margin-bottom:3px;
	padding-bottom:0px;
}
h4.side-bar-heading:after {
	content:":";
}

a.side-bar-text {
	display:inline-block;
}

/**************
*
*   TOOLBAR
*
***************/
.ro-toolbar table
{
	height:23px;
	white-space:nowrap;
}

.ro-toolbar-button
{
	padding-left:10px;
	padding-right:10px;
	height:30px;
	margin-left:5px;
}

.ro-toolbar-button .ro-toolbar-button-icon-cell
{
	padding-right:5px;
	width:16px;
}

.ro-toolbar-select
{
	margin-right:5px;
	height:30px;
	width:90px;
} 

/**************
*
*   DIALOG
*
***************/
.edit-control-label_hidden, .edit-control-hidden {
    display: none !important;
}

.edit-panel input[type='checkbox'] 
{
    padding: 0px;
}

/*
	make spinner in edit panel styled same as other controls i.e. background/border
*/
.edit-panel .ui-spinner 
{
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	border: 1px solid #69A5BD;
	background-color: #C1DEEE;
	height: 100%;
}

/*
	make spinner in edit panel styled same as other controls i.e. background/border
*/
.edit-panel .ui-spinner .ui-spinner-input
{
	border: none;
	background-color: #C1DEEE;
	color: inherit;
	padding: 0;
	margin:0;
	vertical-align: middle;
	border:1px solid #C1DEEE;
	width: 100%;
}

/***********************
    Modal Popups
***********************/
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable {
    font-size: 14px;
    border-radius: 5px;
}

.ui-widget-header {
    border: none !important;
}

.ui-dialog-title {
    color: white;
    font-size: 16px;
}

.error .ui-corner-all, .confirm .ui-corner-all {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ui-dialog {
    padding: 0;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
    background: none;
    border: none;
}

#shell-error-content, #shell-confirm-content {
    padding: 0 5px 0 5px;
    color: #0A344F;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.confirm .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix:first-child {
    background: #FF602C;
}


/******************************
    Datepicker overrides
*******************************/
.ui-datepicker {
    padding: 0;
}

.ui-widget {
    font-size: 14px;
}

.ui-slider-horizontal {
    width: 90%;
}

.hasDatepicker {
    width: 125px !important;
}

.hasEditableDatepicker {
    background-color: #C1DEEE;
    border-style: solid;
    border-width: 1px;
    border-color: #69A5BD;
    resize: none;
}

.ui-datepicker-header {
    border-bottom-right-radius: 0 /*{cornerRadius}*/;
    border-bottom-left-radius: 0 /*{cornerRadius}; */;
    background-color: #00aeef;
    background-image: none;
}

.ui-datepicker table {
    margin: 0 0 .2em;
}

.datepicker-clearbutton-spacer {
    display: inline-block;
    min-width: 3px;
    min-height: 16px;
}

.datepicker-clearbutton {
    cursor: pointer !important;
    opacity: 0.9;
    width: 13px;
    height: 14px;
    align-self: center;
}

.datepicker-clearbutton:hover {
    opacity: 1;
}

img.ui-datepicker-trigger {
    cursor: pointer;
    width: 16px;
    height: 16px;
    opacity: 0.9;
}

img.ui-datepicker-trigger:hover {
    opacity: 1;
}

.date_picker_text {
    width: 150px;
}

.hasNonEditableDatepicker.Filter {
    background-color: transparent;
    color: #0A344F;
    border-color: currentColor;
    border-width: 2px;
    border-style: groove;
    border-radius: 2px;
    height: 16px;
}

.hasNonEditableDatepicker.CurrentItem {
    background-color: transparent !important;
    color: #0A344F;
    border: none;
    height: 17px;
    cursor: pointer !important;
}

.hasNonEditableDatepicker.DatePicker_Enabled.Filter {
    cursor: pointer;
}
    
.date-container-small {
    width: 127px;
}

.welcome-user {
    display: flex;
    width: 100%;
    height: 300px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.welcome-user-label {
    font-size: 12px;
    cursor:default;
}

.welcome-user-signin-link {
    text-decoration: underline;
    font-size: 14px;
    border: none;
    background: transparent;
    color: blue;
    cursor: pointer;
}

.welcome-user-row {
    display:flex;
    flex-direction:row;
}

.rotate {
    animation: rotation 2s infinite linear;
}

.wait-image-small {
    height: 14px;
    width: 14px;
    text-align: center;
    border: none;
    font-size: 12px;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}