﻿html
{
    background-color: #333;
    color: #fff;
}

body
{
    background-color: #fff;
    border-top: solid 10px #000;
    font-family: "Open Sans",Arial,sans-serif;
}

header {
    background-color: #333;
}

footer {
    color: #fff;
}

th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(0px, 75px)
    /* 45 is really 360 - 45 */
    rotate(270deg);
  width: 20px;
}
th.rotate > div > span {
  /*border-bottom: 1px solid #ccc;
  padding: 5px 10px;*/
}

footer a,
footer a:link, 
footer a:visited, 
footer a:active, 
footer a:hover {
    color: #fff;
}

.prijzen {
    border-top: 1px solid Gray;    
}

.cliente {
    padding-left: 10px;
    padding-bottom: 10px;
	margin-top:10px;
	border: #cdcdcd thin solid;
	border-radius: 10px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 10px;
    min-height: 170px;
}

a
{
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

.action-icon
{
    display:inline-block; 
    padding:0px;
    margin:0px;
}


a:link, a:visited, a:active, a:hover
{
    color: #333;
}

a:hover
{
    background-color: #c7d1d6;
}

header, footer, hgroup, nav, section
{
    display: block;
}

mark
{
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.float-form
{
    float: left;
    margin: 0 3em 0 0;
}

.align-left
{
    text-align: left;
}

.align-right
{
    text-align: right;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.hidden
{
    display:none;
}

h1, h2, h3, h4, h5, h6
{
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper
{
    margin: 0 auto;
    width:1280px;
}

#body
{
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content
{
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content
{
    background: url("../Images/heroAccent.png") no-repeat;
}

footer
{
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    
}


/* site title
----------------------------------------------------------*/
.site-title
{
    color: #7ac0da;
    /*font-family: Rockwell, Consolas, "Courier New" , Courier, monospace;*/
    font-size: 2.3em;
    margin: 20px 0 0 0;
}

.site-title a, .site-title a:hover, .site-title a:active
{
    background: none;
    color: #7ac0da;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login
{
    display: block;
    font-size: .85em;
    margin: 20px 0 12px;
    text-align: right;
}

#login a
{
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username
{
    background: none;
    margin-left: 0px;
    text-decoration: underline;
}

#login ul
{
    margin: 0;
}

#login li
{
    display: inline;
    list-style: none;
}


/* menu
----------------------------------------------------------*/
ul#menu
{
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
    padding-left: 15px;
}

ul#menu li a
{
    background: none;
    color: #999;
    text-decoration: none;
}

ul#menu li a:hover
{
    color: #333;
    text-decoration: none;
}

/* horizontal form
----------------------------------------------------------*/

ul.hform
{
    margin: 0px;
}

ul.hform li
{
    padding-right: 20px;
    list-style-type: none;
    display: inline;
    float: left;
    min-width:70px;
}

ul.hform label
{
    margin-top: 9px;
    display: block;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured
{
    background-color: #fff;
}

.featured .content-wrapper
{
    background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    color: #3e5667;
    padding: 20px 40px 30px 40px;
}

.featured hgroup.title h1, .featured hgroup.title h2
{
    color: #fff;
}

.featured p
{
    font-size: 1.1em;
}

/* page titles */
section > h2
{
    margin-top: 2px;
}

hgroup.title
{
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2
{
    display: inline;
}

hgroup.title h2
{
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round
{
    list-style-type: none;
    padding-left: 0;
}

ol.round li
{
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.zero
{
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one
{
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two
{
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three
{
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four
{
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five
{
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six
{
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven
{
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight
{
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine
{
    background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article
{
    float: left;
    width: 70%;
}

aside
{
    float: right;
    width: 25%;
}

aside ul
{
    list-style: none;
    padding: 0;
}

aside ul li
{
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label
{
    font-weight: 700;
}

/* login page */
#loginForm
{
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 45%;
}

#loginForm .validation-error
{
    display: block;
    margin-left: 15px;
}

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 50%;
}

/* contact */
.contact h3
{
    font-size: 1.2em;
}

.contact p
{
    margin: 5px 0 0 10px;
}

.contact iframe
{
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
    color: #333;
    /*font-family: "Segoe UI" ,Verdana,Helvetica,Sans-Serif;*/
    font-size: 0.85em;
}

fieldset.outline
{
    padding: 3px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    width:45%;
}

fieldset.outline legend
{
    display: block;
}
fieldset legend
{
    display: none;
}

fieldset ol
{
    padding: 0;
    list-style: none;
}

fieldset ol li
{
    padding-bottom: 5px;
}

fieldset label
{
    /*display: block;*/
    font-size: 1.2em;
    font-weight: 600;
}

.checkboxlist label
{
    margin-left: 10px;
}
.checkboxlist label, fieldset label.checkbox
{
    display: inline;
}

number,
fieldset input[type="text"], fieldset input[type="password"], fieldset input[type="number"], select
{
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
}

.number, 
.number input[type="text"],
fieldset input[type="number"], fieldset input.spinner
{
    text-align: right;
    width: 75px; 
}

.extrawidth
{
	width:512px;
}

.varwidth {
    width: 346px;
}

table.dataTable thead th, table.dataTable thead td {
    font-size: 80% !important;
    padding: 10px 10px !important;
}

fieldset input[type="text"], fieldset input[type="password"] {
    /*width: 275px;*/
}

fieldset input[type="checkbox"]
{
    margin-top: 13px;
}

fieldset input[type="text"]:focus, fieldset input[type="password"]:focus, fieldset textarea:focus
{
    border: 1px solid #7ac0da;
}

fieldset input[readonly="readonly"]
{
    background-color: #EFEEEF;
}

fieldset button.addButton, p button.addButton,
fieldset button.editButton, p button.editButton,
fieldset button.deleteButton, p button.deleteButton,
fieldset input[type="submit"].printButton, p input[type="submit"].printButton,
fieldset input[type="submit"].addButton, p input[type="submit"].addButton,
fieldset input[type="submit"].editButton, p input[type="submit"].editButton,
fieldset input[type="submit"].deleteButton, p input[type="submit"].deleteButton
{
    min-width: 33px;
    min-height:33px;
}

fieldset input[type="submit"].printButton, p input[type="submit"].printButton
{
    
}

fieldset button.editButton, p button.editButton,
fieldset input[type="submit"].editButton, p input[type="submit"].editButton
{
    background: transparent url('../Images/edit.png') no-repeat center;
}

fieldset button.addButton, p button.addButton,
fieldset input[type="submit"].addButton, p input[type="submit"].addButton
{
    background: transparent url('../Images/add.png') no-repeat center;
}

fieldset button.deleteButton, p button.deleteButton,
fieldset input[type="submit"].deleteButton, p input[type="submit"].deleteButton
{
    background: transparent url('../Images/delete.png') no-repeat center;
}

fieldset button, p button,
fieldset input[type="submit"], p input[type="submit"],
fieldset input[type="button"], p input[type="button"]
{
    /*background-color: #d3dce0;*/
    border: 1px solid #AAA;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

fieldset button:hover, p button:hover,
fieldset input[type="submit"]:hover, p input[type="submit"]:hover,
fieldset input[type="button"]:hover, p input[type="button"]:hover
{
    border-color: #505050;
    background-color:  #c7d1d6;
}

fieldset button:disabled, p button:disabled,
fieldset input[type="submit"]:disabled, p input[type="submit"]:disabled,
fieldset input[type="button"]:disabled, p input[type="button"]:disabled
{
    border-color: #505050;
    background-color:  #F1F1F1;
}

fieldset textarea
{
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
    min-height: 100px;
}

fieldset select
{
    margin: 6px 0 0 0;
}

fielset input
{

}

fieldset input[type="text"].datetimePicker
{
    width: 140px;
}

fieldset input[type="text"].timePicker, fieldset input[type="text"].datePicker
{
    width: 95px;
}

/* ajax login/registration dialog */
.ui-dialog
{
    /*font-family: inherit;*/
    font-size: 1.0em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; /*border-radius: 0;*/
    border: 0 none;
}

.ui-dialog input
{
    /*font-family: inherit;*/
    font-size: 1.25em;
}

.ui-dialog-titlebar
{
    color: inherit;
    font-weight: inherit;
    border: 0 none;
    background: none;
    float: right;
}

.ui-dialog-titlebar-close
{
    -moz-border-radius: 0;
    -webkit-border-radius: 0; /*border-radius: 0;*/
}

.ui-widget-header
{
    border: 0 none;
    background: none;
}

.modal-popup
{
}

.modal-popup input[type="text"], .modal-popup input[type="password"]
{
    width: 90%;
}

/* display */

.display-label
{
    font-size: 14px;
    font-weight: bold;
}

.display-field
{
    margin: 0 0 5px 0;
}

/* info and errors */
#message-box
{
    padding-top:10px;
}
.message-info,
.message-error,
.message-success
{
    position:relative;
    width:auto;
    height:auto;
    margin:0;
    padding: 10px 20px;
    border: 1px solid;
    clear: both;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.message-error
{
    border-color: #c00;
    background-color: #FFEBE8;
}

.message-success
{
    border-color: #e6db55;
    background-color: #FFFFE0;
}

.message-success a.message-remove,
.message-error a.message-remove
{
    position: absolute;
    top:0px;
    right:0px;
    width:10px;
    height:10px;
    text-decoration: none;
    padding: 4px 5px 0 0;
    background: transparent url('../Images/delete.png') center no-repeat;
    background-size: 75%;
    margin-top: 2px; 
    margin-right: 2px;
}
.blue
{
    color: #0019A8;
}

.error, .deleted, .red,
.error a:link, .error a:visited, .error a:active, .error a:hover,
.deleted a:link, .deleted a:visited, .deleted a:active, .deleted a:hover,
.red a:link, .red a:visited, .red a:active, .red a:hover
{
    color: #e80c4d;
}

.error-message
{
    color: Gray;
}

.stacktrace
{
    color: Gray;
    margin: 0;
    padding: 0;
    text-indent: 1em;
}


/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

input[type="text"].input-validation-error, input[type="password"].input-validation-error
{
    border: 1px solid #e80c4d;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}

ul#social li
{
    display: inline;
    list-style: none;
}

ul#social li a
{
    color: #999;
    text-decoration: none;
}

a.facebook, a.twitter
{
    display: block;
    float: left;
    height: 24px;
    padding-left: 17px;
    text-indent: -9999px;
    width: 16px;
}

a.facebook
{
    background: url("../Images/facebook.png") no-repeat;
}

a.twitter
{
    background: url("../Images/twitter.png") no-repeat;
}

/* tables
----------------------------------------------------------*/
table
{
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    border: 0 none;
    width: 100%;
}

.grey { background-color: #ddd; }

table th
{
    background-color: Grey;
    color:#fff;
}

table th:first-child
{
    padding-left: 0.5em;
}

table tr.odd
{
    background-color: #FFF;
}

table tr.even
{
}

table.hover tr.odd:hover, 
table.hover tr.even:hover
{
	background-color: #c7d1d6;
}

table tr.empty
{
  border-top: 1px solid #CCC;
  height: 30px;
}

table tr.clickable
{
    cursor: default;
}

table tr.clickable:hover
{
    cursor: pointer;
    background-color: Gray;
}

table ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

table th
{
    padding: 0 1em 0 0;
}

th
{
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

th a
{
    display: block;
    position: relative;
}

th a:link, th a:visited, th a:active, th a:hover
{
    color: #333;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
}

th a:hover
{
    color: #000;
}

th.asc a, th.desc a
{
    margin-right: .75em;
    padding-right: 1em;
}

th.asc a:after, th.desc a:after
{
    display: block;
    position: absolute;
    right: 0em;
    top: 0;
    font-size: 0.75em;
}

th.asc a:after
{
    content: '▲';
}

th.desc a:after
{
    content: '▼';
}

td
{
    padding: 0.25em 1em 0.25em 0.25em;
    border: 0 none;
}

td:first-child, td:last-child
{
   /* padding: 0.25em 1em 0.25em 1em;*/
}

tr.pager td
{
    padding: 0 0.25em 0 0;
}

table#extra-kosten
{
	width: 100%; 
}
table#extra-kosten td:last-child
{
    width:190px;
}



/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px)
{

    /* header
                        ----------------------------------------------------------*/
    header .float-left, header .float-right
    {
        float: none;
    }

    /* logo */
    header .site-title
    {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login
    {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

    #login ul
    {
        margin: 5px 0;
        padding: 0;
    }

    #login li
    {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #login a
    {
        background: none;
        color: #999;
        font-weight: 600;
        margin: 2px;
        padding: 0;
    }

    #login a:hover
    {
        color: #333;
    }

    /* menu */
    nav
    {
        margin-bottom: 5px;
    }

    ul#menu
    {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    ul#menu li
    {
        margin: 0;
        padding: 0;
    }


    /* main layout
                        ----------------------------------------------------------*/
    .main-content, .featured + .main-content
    {
        background-position: 10px 0;
    }

    .content-wrapper
    {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper
    {
        padding: 10px;
    }

    /* page content */
    article, aside
    {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round
    {
        list-style-type: none;
        padding-left: 0;
    }

    ol.round li
    {
        padding-left: 10px;
        margin: 25px 0;
    }

    ol.round li.zero, ol.round li.one, ol.round li.two, ol.round li.three, ol.round li.four, ol.round li.five, ol.round li.six, ol.round li.seven, ol.round li.eight, ol.round li.nine
    {
        background: none;
    }

    /* features */
    section.feature
    {
        float: none;
        padding: 10px;
        width: auto;
    }

    section.feature img
    {
        color: #999;
        content: attr(alt);
        font-size: 1.5em;
        font-weight: 600;
    }

    /* forms */
    fieldset input[type="text"], fieldset input[type="password"]
    {
        width: 90%;
    }

    /* login page */
    #loginForm
    {
        border-right: none;
        float: none;
        width: auto;
    }

    #loginForm .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    #socialLoginForm
    {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
                        ----------------------------------------------------------*/
    footer .float-left, footer .float-right
    {
        float: none;
    }

    footer
    {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

    footer p
    {
        margin: 0;
    }

    ul#social
    {
        padding: 0;
        margin: 0;
    }

    a.facebook, a.twitter
    {
        background: none;
        display: inline;
        float: none;
        padding-left: 0;
        text-indent: 0;
    }
}

/* 'widths' sub menu */
#layoutdims
{
    clear: both;
    background: #eee;
    border-top: 4px solid #000;
    margin: 0;
    padding: 6px 15px !important;
    text-align: right;
}
/* column container */
.colmask
{
    position: relative; /* This fixes the IE7 overflow hidden bug */
    clear: both;
    /*float: left;*/
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
}
/* common column settings */
.colright, .colmid, .colleft
{
    float: right;
    width: 100%;
    position: relative;
}
.col1, .col2, .col3
{
    float: left;
    position: relative;
    padding: 0 0 1em 0;
    overflow: hidden;
}
.col1 fieldset
{
    margin: 0 1.5em 0 0;
}

/* 2 Column (left menu) settings */
.leftmenu .colleft
{
    /*right:50%;			/* right column width */
}
.leftmenu .col1
{
    width: 50%; /* right column content width */
    left: 0; /* 100% plus left column left padding */
}
.leftmenu .col2
{
    width: 50%; /* left column content width (column width minus left and right padding) */
    left: 0; /* (right column left and right padding) plus (left column left padding) */
}
.onlyprint
{
    display:none;
}

/* 4 Column settings */

.column4 .colleft {
    /*right:50%;			/* right column width */
}

.column4 .col1 {
    width: 25%; /* right column content width */
    left: 0; /* 100% plus left column left padding */
}

.column4 .col2 {
    width: 25%; /* left column content width (column width minus left and right padding) */
    left: 0; /* (right column left and right padding) plus (left column left padding) */
}

.column4 .col3 {
    width: 25%; /* left column content width (column width minus left and right padding) */
    left: 0; /* (right column left and right padding) plus (left column left padding) */
}
.column4 .col4 {
    width: 25%; /* left column content width (column width minus left and right padding) */
    left: 0; /* (right column left and right padding) plus (left column left padding) */
    float: left;
}

.onlyprint {
    display: none;
}




@media print
{
    /* style sheet for print goes here */
    header
    {
        display: none;
    }
    footer
    {
        display: none;
    }

    form
    {
        display: none;
    }

    .featured
    {
        display: none;
    }

    .pagination
    {
        display: none;
    }
    .onlyprint
    {
        display: block;
    }
    .noprint
    {
        display: none;
    }

    table tr th
    {
        border-bottom: 1px solid #EEE;
    }
    
    table tr th,
    table tr td
    {
        padding-left: 5px;
        border-right: 1px solid #EEE;
    }
    
    table tr th:last-child,
    table tr td:last-child
    {
        border-right: none;
    }
    
    table tr.empty
    {
        height: 1px;
    }
    
    body
    {
        font-size: 16px;
    }
    
    .accordion h3,
    .accordion div
    {
        border: 0 none;
    }
    
    .accordion h3:not(.ui-state-active)
    {
        display: none;
    }
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.fc-fri { color:blue!important; }
.fc-sat { color:red!important;  }
.fc-today {
    color: yellow !important;
}
/*
.fc-timeline .fc-body .fc-content tr {
    height: 20px !important;
}

.fc-timeline .fc-body .fc-content td div {
    height: 20px !important;
    padding: 0px !important;
}
*/
.fc-timeline-event {
    padding: 0 !important; 
}

.fcDiv {
    position: relative;
    float: right;
}