﻿

.ui-dialog 
{
    padding: 0;
    background: #f5f5f5;
}

.ui-dialog .ui-dialog-titlebar 
{
    display: none;
}

.ui-custom-default-state > a, .ui-custom-default-state-highlight > span
{  
    background: url("images/ui-bg_flat_75_87bd41_40x100.png") repeat-x scroll 50% 50% #87bd41 !Important;
    border: 1px solid #87bd42 !Important;
    color: #fff !Important;
    font-weight: normal !Important;
}

.ui-custom-disabled-state > span
{
    background: url("images/ui-bg_flat_75_ececec_40x100.png") repeat-x scroll 50% 50% #ececec !Important;
    border: 1px solid #00A7E2 !Important;
    color: #2E6E9E !Important;
    font-weight: normal !Important;
}

.ui-widget-content {
    border: 1px solid #dcdcdc;
}

.loading 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    -webkit-opacity: 0.50;
    opacity: 0.50;
    background: #fff url('../Content/Images/ajax-loader.gif') no-repeat center center;
}

.loadingHoliday
{
    width: 100%;
    height: 100%;
    position: absolute;
}
.loadingHoliday:after
{
    content:'';
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    filter: alpha(opacity=10);
    -moz-opacity: 0.10;
    -webkit-opacity: 0.10;
    opacity: 0.10;
}
.child
{
    position:relative;
    z-index:999;
}

.ui-blanket
{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=10);
    opacity: 0.10;
    -moz-opacity: 0.10;
    -webkit-opacity: 0.10;
    background-color: #777;
}

.ui-popup { 
    position: absolute; 
    z-index: 99999; 
    background-color: #F5F5F5; 
    border: 1px solid #D3D3D3; 
    padding: 10px 20px;
}

.ui-tooltip { 
    position: absolute; 
    z-index: 99999; 
    background-color: #FFFFFF; 
    padding: 10px 20px;
    display: none;
    max-width: 300px;
}


.separator
{   
    display: block; 
    height: 1px;
    border: 0; 
    border-top: 1px solid #DCDCDC;
    margin: 0 0 1em 0; 
    padding: 0; 
}

.dialogContent
{
    width: 300px;
    overflow: hidden;
    padding-bottom: 10px;
}
.buttonPane
{
    width: 300px;
    overflow: hidden;
    padding-top: 10px;
    border-top: 1px solid #dcdcdc;
}
.buttonPane .left
{
    width: 100%;
}
.buttonPane .right
{
    display: block;
    overflow: hidden;
    padding-right: 10px;
}
.buttonPane .left input
{
    float: right;
    margin-left: 5px;
}
.message
{
    text-align: center;
    padding-bottom: 10px;
}
.left-align
{
    text-align: left;
}
.center-align
{
    text-align: center;
}
.right-align
{
    text-align: right;
}

.checkbox-wrapper input[type="checkbox"]
{
    position: relative; display: inline-block; vertical-align: middle; margin-right: 5px;
}

.checkbox-wrapper .checkbox-label
{
    position: relative; display: inline-block; vertical-align: middle;
}

.mouseover:hover
{
    background: #87bd41;
    cursor: pointer;
}

.descending
{
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid #ffffff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin: 0 3px;
}

.ascending
{
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin: 0 3px;
}

.paging
{
    overflow: hidden;
    line-height: 26px;
}

.paging_wrapper
{
    float: left; width: 100%;
}

.paging .column_one
{
    margin-right: 600px;
}

.paging .column_two
{
    float: left; width: 600px; margin-left: -600px;
}

.paging .column_two > div
{
    float: right;
}


.border-all
{
    border: 1px solid #d3d3d3;
}

.border-top
{
    border-top: 1px solid #d3d3d3;
}

.border-right
{
    border-right: 1px solid #d3d3d3;
}

.border-bottom
{
    border-bottom: 1px solid #d3d3d3;
}

.border-left
{
    border-left: 1px solid #d3d3d3;
}

.padding-all
{
    padding: 1em;
}

.padding-top
{
    padding-top: 1em;
}

.padding-right
{
    padding-right: 1em;
}

.padding-bottom
{
    padding-bottom: 1em;
}

.padding-left
{
    padding-left: 1em;
}

.margin-top {
    margin-top: 1em;
}

.margin-bottom {
    margin-bottom: 1em;
}

.overflow-hidden
{
    overflow: hidden;
}

.width-all {
    width: 100%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

table.table-striped tbody tr:nth-child(even)
{
    background-color: #ECECEC;
}

[ng\:cloak], [data-ng-cloak], .ng-cloak {
  display: none !important;
}

.bold {
    font-weight: bold;
}

.fixed-width-label {
    display: inline-block;
    width: 150px;
}

.highlighted-background {
    background: #F5F5F5;
}