body, html{
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
}

/*.mce-content-body{
    background: #fff;
}*/
/**
Message notification classes
**/
.ui-notify { width:350px; position:fixed; top:10px; right:10px;font-family: Verdana,Arial,sans-serif; z-index: 65538 }
.ui-notify-message {  padding: 4px;   }
.ui-notify-message h1, .ui-notify-message-style h1  { font-weight: bold; font-size:14px; margin:0; padding:0; display: inline-block; vertical-align: middle; line-height: 1; color:inherit}
.ui-notify-message p, .ui-notify-message-style p  { line-height: 1; padding: 8px 2px 0 16px; }
.ui-notify-message:last-child { margin-bottom:0 }
.ui-notify-icon { display: inline-block !important; margin-top: 0px; vertical-align: middle; margin-right: 6px}
.ui-notify-message-style { background:#000; background:rgba(0,0,0,0.8); -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; box-shadow: 0 0 6px #000; }
/*.ui-notify-message-style h1 { color:#fff; font-weight:bold }
.ui-notify-message-style p { color:#fff }*/
.ui-notify-close { color:#fff; text-decoration:underline }
.ui-notify-click { cursor:pointer }
.ui-notify-cross {  cursor: pointer; float: right; font-size: 12px; font-weight: bold; padding: 0; text-decoration: none; text-shadow: 0 1px 1px #FFFFFF; }
.ui-notify-cross:hover { color:#ffffab }
.ui-notify-cross:active { position:relative; top:1px }
.ui-notify-wrap {width: 270px;}
.ui-notify-hide {display:none;}
.ui-notify-title {line-height: 0.5 }
.ui-notify-container .ui-notify-wrap  {
    padding: 0;
    margin-bottom: 12px;
}

.login-msg {
    width: 195px;
}

.dialog-content {
    min-width: 290px;
}

/**
Validation errors
**/
.validator-error{
    margin-top: -3px;
    line-height: 0.5;
    margin-top: -3px;
    z-index: 5000;
}
.validator-error .ui-notify-icon{
    margin: 3px;
}
.validator-error p{
    display: inline;
    margin: 0 3px 0 0;
}

.wysiwyg-editor{
    width: 350px;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
/**
Login Form classes
**/
#login-form .ui-notify-message{
    padding: 9px 10px;
}
#login-form .ui-icon{
    margin-right: 2px;
}
.form-msg{

}
/**
FormValidation classes
**/
/* error message */
.error {
    /* supply height to ensure consistent positioning for every browser */
    height:15px;
    background-color:#FFFE36;
    border:1px solid #E1E16D;
    font-size:11px;
    color:#000;
    padding:3px 10px;
    margin-left:-2px;


    /* CSS3 spicing for mozilla and webkit */
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:0;

    -moz-box-shadow:0 0 6px #ddd;
    -webkit-box-shadow:0 0 6px #ddd;
}

.error p {
    padding: 0;
    margin: 0;
}
.mce-tab.error{
    /*border: 1px solid #e2d0d0 !important;*/
    background: #fcf0f0!important;
}
.mce-tab.mce-active.error{
    /*border: 1px solid #e2d0d0 !important;*/
    background:#fcf6f6!important;
}
.mce-error{
    background:#fcf6f6!important;
}
/**
General
**/
.ui-icon-loading {
    background-image: url("images/loader.gif") !important;
    /*margin-right: 3px;*/
}

.ui-autocomplete-loading {
    background: url('images/loader.gif') right center no-repeat !important;
}

.ui-jqgrid .ui-jqgrid-btable td {
    vertical-align: middle;
}

.ui-jqgrid .ui-jqgrid-btable td .ui-button{
    cursor: pointer;
    float: left;
    margin: 2px;
}

.ui-jqgrid .ui-jqgrid-btable td .ui-button-text{
    padding: 0 !important;
}

.hidden{
    display: none !important;
}
/*
Check boxes
*/
.ui-button.gdm-checkbox {
    font-size: 24px;
    line-height: 1;
    border: 1px solid #e0e0e0;
    background: #e0e0e0;
    cursor: pointer;
    display: inline-block;
}
.ui-button.gdm-checkbox, .ui-button.gdm-checkbox img  {
    -webkit-border-radius: 6px;  /*Android ≤ 1.6, iOS 1-3.2, Safari 3-4  */
    border-radius: 6px;   /*Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+  */

    /* useful if you don't want a bg color from leaking outside the border: */
    background-clip: padding-box;   /*Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */

}
.ui-button.gdm-checkbox-hover{
    border: 1px solid #e8e8e8;
}
.ui-button.gdm-checkbox .mark {
    display: inline;
}

.ui-button.gdm-checkbox img {
    vertical-align: middle;
    width: 29px;
    height:  29px;
    background: url("images/bg-checkbox.png") no-repeat -100px -100px;
    overflow: hidden;
}
.ui-button.gdm-checkbox-checked img{
    background: url("images/bg-checkbox.png") no-repeat scroll 50% 50%;
}

.ui-button.gdm-checkbox-checked{
    border: 1px solid #aacc50;
    background: #aacc50;

}
.ui-button.gdm-checkbox-disabled {
    opacity: 1;
    background: #f4f4f4;
    border: 1px solid #e8e8e8;
    cursor: default;

}
.ui-button.gdm-checkbox-disabled img {
    opacity: 0.5;
}

.ui-button.gdm-checkbox-checked.gdm-checkbox-disabled {
    background: #b9cc86;
    border: 1px solid #b9cc86;

}

/* Form Wrap */
.form-table{
    width: 100%;
}
.label-cell, .field-cell {
    padding: 2px 0;
    vertical-align: top;
}
.label-cell{
    max-width: 280px
}
.label-cell label{
    display: inline-block;
    margin: 3px 7px 3px 3px;
    white-space: nowrap;
}


/* Tag input */
div.tagsinput { border:1px solid #CCC; background: #FFF; padding:5px; width:300px; height:100px; overflow-y: auto;}
div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 5px; text-decoration:none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  }
div.tagsinput input { width:80px; margin:0px; font-family: helvetica; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; }
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}


/* use a semi-transparent image for the overlay */
#gdm-overlay {
    color:#efefef;
    height:450px;
    width: 200px;
    display: none;
}
/* container for external content. uses vertical scrollbar, if needed */
#gdm-overlay div.contentWrap {
    height:441px;
    width: 200px;
    overflow-y:auto;
}
.editable{
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}
.editable:hover{
    -webkit-box-shadow: 10px 10px 5px rgba(255,255,255,0.6);
    -moz-box-shadow: 10px 10px 5px rgba(255,255,255,0.6);
    box-shadow: 10px 10px 5px rgba(255,255,255,0.6);
    border: 1px solid #B6B6B6;
}


.breadcrumbs li{
    display: inline-block;
    margin: 0;
}

// HTML Diff

.diff-html-changed, .diff-html-added, .diff-html-removed {padding: 2px; margin: 2px; display: inline-block;}
.diff-html-changed:before, .diff-html-added:before, .diff-html-removed:before {font-size: 10px; font-style: normal; font-weight: normal;}
.diff-html-changed:before{content:'[~] '; color:#C09853;}
.diff-html-removed:before{content:'[-] '; color:#B94A48;}
.diff-html-added:before{content:'[+] '; color:#468847;}
.diff-html-changed {background-color: #FCF8E3; border: 1px solid #FBEED5;}
.diff-html-added {background-color: #DFF0D8; border: 1px solid #D6E9C6; text-decoration: none;}
.diff-html-removed {background-color: #F2DEDE; border: 1px solid #EED3D7;}
