html.clarity-spa
{
	height:100%;font-size:100%;overflow-y:scroll;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%
}

html.clarity-spa body
{
	margin:0;height:100%;color:#323232;line-height:18px;font-size:13px;font-family:Segoe UI,myriad pro,myriad,helvetica,arial,sans-serif;background-color:#fff
}

.clarity-app
{
	height:100%
}

.clarity-app.clarity-hybrid
{
	font-size:13px;
	font-family:Segoe UI,myriad pro,myriad,helvetica,arial,sans-serif
}

.clarity-layout
{	
	background:transparent url('/Support/Images/simple.png') repeat-x 0 0
}

.app-nodal {
    width: 545px !important;
}

.app-button-green, .app-button-lightgreen{
    background-color: #43A31F !important;
    height: 40px !important;
    width: 100px !important;
    border: 1px solid #323232 !important;
    border-radius: 15px !important;
    color: white !important;
    font-size: 15px !important;
    outline: 0;
}
.app-button-lightgreen{
    background-color: #F2FAEF !important;
    color: #43A31F !important;
    border-color: #43A31F !important;
}

.app-button-gray,.app-button-lightgray
{
    background-color: #ffffff !important;
    height: 40px !important;
    width: 100px !important;
    border: 1px solid #323232 !important;
    border-radius: 15px !important;
    color: #808080 !important;
    font-size: 15px !important;
    outline: 0;
}
.app-button-lightgray
{
    background-color: #E7E7E7 !important;
}

.app-button-gray-long{
    background-color: #ffffff !important;
    height: 40px !important;
    width: 150px !important;
    border: 1px solid #808080 !important;
    border-radius: 15px !important;
    color: #808080 !important;
    font-size: 15px !important;
}

.clarity-app .app-nodal .buttons {
   bottom: -27px !important;
}

.clarity-app .app-dropdown-trigger, .clarity-app input[type=password], .clarity-app select, .clarity-app textarea {
    border-radius: 10px !important;
}

.disabledIcon {
    background-image: url('/Support/Images/clarity_icons-16x16.png');
    background-position: -32px -624px;
    width: 16px;
    height: 16px;
}