/*Notification*/

#notifications {
    top: 10px;
    right: 10px;
    left: auto;
}

html,body{height:100%;margin:0;padding:0;}
html{

}

body{
   
}

.page > .page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 0px solid #eeeeee;
}


#logo{
    background: url(img/logo.png) no-repeat;
    height: 30px;
    width: 118px;
    padding: 4px 0 6px 0px;
    margin: 6px 0 0 10px;
}

section{
    display:block;
    float:left;
}

h2 {
    font-size: 15px;
    color: #38528F;
    font-weight: normal;
    margin: 18px 0 5px 0;
    line-height: 15px;
}

hr{
    margin: 0px 0;
    border: 0;
    border-bottom: 1px solid #667AA9;
}

#userbox{
    padding: 14px 0 20px 10px;
    background: rgb(222,239,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZWZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OGJlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(222,239,255,1) 0%, rgba(152,190,222,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,239,255,1)), color-stop(100%,rgba(152,190,222,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* W3C */
}

.username{
    font-size: 14px;
    font-weight: bold;
    padding: 13px 0 0 25px;
    margin: 0 0 0 10px;
}

.clear{
    clear:both;
}

.left{
    float:left;
}

.usericon{
    float: left;
    font-size: 28px;
    padding: 10px 0 0 0px;
}

.logobox{
    border: 1px solid #99BEDE;
}

.label, .badge {
    background-color: transparent;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'FontAwesome';
    font-style: normal;
    speak: none;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    margin: 0 2px;
    -webkit-font-smoothing: antialiased;
    border: 1px transparent solid;
}

.tile-content i{
    font-size: 50px;
    margin: 0 auto;
    width: 64px;
    display: block;
}

.brand i {
    font-size: 24px !important;
}

.none{
    display:none;
}

/*--------------------------------------------------------------------------------------------*/
/*-------------------------- Tabbar-----------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
.dhx_tab_element span{
    color: #fff;
}

.dhx_tab_element span i{
    padding: 0 10px 0 0;
}

.customTab{
    background: #8c9cbf !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691)) !important;
    background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
    background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
    background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
    background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
    background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
    border-top: 1px solid #000;


}

.customTabLeft{
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    border-left: 1px solid #000
}

.customTabRight{
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    border-right: 1px solid #000
}

.dhx_tab_element_active  span{
    color: #f6f925 !important;
}

.dhx_tab_element_active > div{
    font-weight: bold;
}

.dhx_tab_element span{
    color: #fff;
}

.dhx_tab_element span i{
	padding: 0 10px 0 0;
}

div[iconsize=iconSmall]{
    height: 26px !important;

}

div[iconsize=iconSmall] div{
    height: 20px !important;
    width: 20px;
    padding: 3px 0 0 0 !important;

}

div[iconsize=iconSmall] i{
    font-size: 15px !important;

}

.customTab{
	background: #8c9cbf !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691)) !important;
	background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
	background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
	background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
	background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
	background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
	border-top: 1px solid #000;


}

.customTabLeft{
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	border-left: 1px solid #000
}

.customTabRight{
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	border-right: 1px solid #000
}

.dhx_tab_element_active  span{
	color: #f6f925 !important;
}

.dhx_tab_element_active > div{
	font-weight: bold;



}


/*--------------------------------------------------------------------------------------------*/
/*-------------------------- Tabbar-Left -----------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/


.dhx_tab_element span i{
    margin: 9px 0px 0 -5px;
    display: block;
    position: absolute;
}

.customLeftTab{
    background: #8c9cbf !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691)) !important;
    background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
    background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
    background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
    background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
    background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
    border-left: 1px solid #000;
    width: 200px !important;
    height: 26px !important;
    border-bottom-right-radius: 0px !important;
}

.customLeftTabLeft{
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    border-top: 1px solid #000;
    height: 6px !important;
    background: #8c9cbf !important;
}

.customLeftTabRight{
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #000;
    height: 0px !important;
    position: relative !important;
    top: 36px !important;
    z-index: 9999;
    width: 200px !important;
    background: #000 !important;
}

.CustomLeftParent{
    left: 200px !important;
}

.customLeftTabWidth    {
    width:200px !important;
}

.customLeftTabHeight	{
    height: 30px !important;
    position: relative !important;
    top: 0px !important;
}

.dhx_tablist_line {
    height: 1px;
    width: 1px;
    background-color: #91A7B4;
    position: absolute;
    overflow: hidden;
    display: none;
}

/*--------------------------------------------------------------------------------------------*/
/*-------------------------- Table -----------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

.gridbox_dhx_terrace .dhx_sub_row {
background-color: transparent;
padding-left: 17px;
padding-top: 10px;
}

td input{
    padding: 0px !important;
    margin: 0px !important;
    font-size: 12px !important;
    height: 20px !important;
}

div.gridbox_dhx_terrace table.obj.row20px tr td {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 25px;
}

div.gridbox_dhx_terrace .odd_dhx_terrace {
    background-color: #e0eaff;
}

.ev_dhx_terrace{
    background-color: #f2f5fc;
}

.gridbox_dhx_terrace .dhx_combo_edit {
    font-family: Arial;
    font-size: 13px;
    line-height: 20px !important;
}

.dhx_combo_box.dhx_terrace .dhx_combo_input {
    height: 24px;
    line-height: 24px;
    font-family: Arial;
    font-size: 13px;
    padding: 0px 0px 0px 8px;
    border:none;
    border-right: 1px solid #cecece;
}

.filter .dhx_combo_box.dhx_terrace {
    height: 20px;
    line-height: 20px;
    padding: 0px;
    margin: 3px auto 0 auto;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dhx_combo_box.dhx_terrace {
    margin: 0px auto 0 auto;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    background: #ffffff; /* Old browsers */
    margin: 0 20px 0 0;
}

.dhx_combo_box.dhx_terrace .dhx_combo_img {
    height: 25px;
}

.gridbox_dhx_terrace table.hdr td.filter {
    padding-left: 0px;
    line-height: 26px;
    height: 30px;
    text-align: center;
}

div.gridbox_dhx_terrace table.hdr td {
    border: 1px solid #cecece;
    border-width: 0px 1px 0px 1px;
    padding: 0px 0px 0px 0px;
    background-color: #f9f9f9;
    font-family: Arial;
    font-size: 11px;
    color: #262626;
    vertical-align: top;
    text-align: left;
}

div.gridbox_dhx_terrace table.hdr td div.hdrcell {
    width: auto;
    padding: 0px;
    line-height: 37px;
    text-transform: uppercase;
    width: 100% !ie;
    text-align: center;
}

.dhx_combo_box {
    position: relative;
    text-align: left;
    border: 1px solid #7F9DB9;
    height: 20px;
    _height: 22px;
    overflow: hidden;
    background-color: white;
    margin: 0 auto;
}

.dhx_combo_list.dhx_terrace_list div {
    cursor: default;
    padding: 0px;
}

div.gridbox table.obj {
    height: 1px;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

.hdr {
    border-top: 1px solid #cecece;
}

div.gridbox_dhx_terrace table.obj tr.rowselected {
    background-color: #7487B1;
}

div.gridbox_dhx_terrace table.obj.row20px tr.rowselected td {
    background-color: #7487B1;
    color: #fff
}

div.gridbox_dhx_terrace table.hdr td div.hdrcell {
    width: auto;
    padding: 0px;
    line-height: 26px;
    text-transform: uppercase;
    width: 100% !ie;
    text-align: center;
    color: #283b66;
    font-weight: 700;
    font-size: 12px;
}

.dhxform_obj_dhx_terrace fieldset.dhxform_fs legend.fs_legend {
    font-size: 15px;
}

/*--------------------------------------------------------------------------------------------*/
/*-------------------------- Form -----------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

/* toggle-style checkbox */
/* enabled, not checked */
.dhxform_obj_dhx_terrace div.dhxform_img.btn2state_0 {
    background-image: url("imgs/toggle_off.png");
    width: 42px;
    height: 20px;
}
/* enabled, checked */
.dhxform_obj_dhx_terrace div.dhxform_img.btn2state_1 {
    background-image: url("imgs/toggle_on.png");
    width: 42px;
    height: 20px;
}
/* disabled, not checked */
.dhxform_obj_dhx_terrace div.disabled div.dhxform_img.btn2state_0 {
    background-image: url("imgs/toggle_off_dis.png");
    width: 42px;
    height: 20px;
}
/* disabled, checked */
.dhxform_obj_dhx_terrace div.disabled div.dhxform_img.btn2state_1 {
    background-image: url("imgs/toggle_on_dis.png");
    width: 42px;
    height: 20px;
}

.adresse textarea{
    line-height: 14px;
}

.dhxform_obj_dhx_terrace div.dhxform_item_label_left div.dhxform_label {
    float: left;
    padding: 4px 0px 1px 0px;
    margin: 2px 0px 2px 0px;
}

.dhxform_obj_dhx_terrace .dhxform_textarea {
    border: #cecece 1px solid;
    font-family: Arial;
    font-size: inherit;
    color: #555555;
    -moz-user-select: text;
    font-size: 1em;
    margin: 0 20px 4px 0;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border: 1px solid #667AA9 !important;
    outline: 0;
    outline: thin dotted 9;
    -webkit-box-shadow: 0 0 3px #7993ce;
    -moz-box-shadow: 0 0 3px #7993ce;
    box-shadow:  0 0 3px #7993ce;
}


.dhxform_obj_dhx_terrace div.dhxform_base_nested {
    padding: 0px 0px 0px 10px;
}

.dhxform_obj_dhx_terrace fieldset.dhxform_fs legend.fs_legend {
    font-size: 15px;
    color: #38528F;
}
.dhxform_label label {
    margin-bottom: -3px;
    font-size: 12px;
}

.dhxform_obj_dhx_terrace input.dhxform_textarea {
    padding: 0px !important;
    margin: 0 20px 0 0 !important;
}

.noMargin input.dhxform_textarea{
    margin: 0px !important;
}

.dhxform_obj_dhx_terrace div.in_block {
    padding: 0px;
}

.fs_dhxform_item_label_left{
    padding-left: 2px;
}

.dhxform_obj_dhx_terrace fieldset.dhxform_fs {
    border: #cecece 1px solid;
    margin-top: 0px;
    padding: 10px 5px 5px 5px;
    display: inline;
    clear: left;
    width: auto;
    border-radius: 3px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

/*.dhxform_base {*/
/*margin: 0 20px 0 0;*/
/*}*/

.in_block > .dhxform_base{
    margin:0px;
}

.combo_dhx_terrace_sel {
    background: #7487B1;
    color: #fff;
}

.dhxform_obj_dhx_terrace input.dhxform_textarea:focus {
    box-shadow: 0 0 3px #7993ce;
    border: 1px solid #667AA9;
    outline: none;
}


/*--------------------------------------------------------------------------------------------*/
/*-------------------------- Splitter --------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

div.gridbox_dhx_terrace {
    border: 1px solid #cecece;
}

table.dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutPolySplitterHor {
    background: #fff url(/wapp/css/images/line-hor.png) repeat-x !important;
}

table.dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutPolySplitterVer {
    background: #fff url(/wapp/css/images/line-ver.png) repeat-y !important;
}

table.dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedHor div.dhtmlxInfoBarButtonsFake {
    height: 18px;
    left: 0px;
    position: relative;
    top: 0px;
    background-color: #667AA9;
}

table.dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedVer div.dhtmlxInfoBarLabel_collapsed_hor {
    position: absolute;
    top: 28px;
    left: 0px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    white-space: nowrap;
    display: none;
    cursor: default;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*--------------------------------------------------------------------------------------------*/
/*-------------------------- modernCss TableFix ----------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/


table tbody tr td {
    font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 11pt;
    letter-spacing: 0.02em;
    line-height: 20px;
    font-smooth: always;
    padding: 0;
    border-right: none !important;
    border-bottom: none;
    border-left: none;
    border-top: none;
    box-sizing: border-box;
}

/*--------------------------------------------------------------------------------------------*/
/*-------------------------- Layout-Slider ---------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

table.dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutSinglePoly {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    border-radius: 3px;
}

table.dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedVer div.dhtmlxInfoBarButtonsFake {
    width: 16px;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 18px;
    background-color: #667AA9;
}

table.dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedVer div.dhtmlxInfoButtonShowHide_hor {
    position: absolute;
    width: 16px;
    height: 100%;
    top: 11px;
    left: 1px;
    font-family: Tahoma;
    font-size: 2px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background-repeat: no-repeat;
}

table.dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar {
    position: relative;
    font-family: Arial;
    font-size: 2px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #cecece;
}

table.dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBar div.dhtmlxInfoBarLabel {
    white-space: nowrap;
    color: #fff;
    font-family: Arial;
    top: 10px;
    margin-left: 12px;
    line-height: 15px;
    vertical-align: middle;
    cursor: default;
    position: absolute;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 15px;
    color: #38528F;
}

table.dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutSinglePoly div.dhtmlxPolyInfoBarCollapsedHor div.dhtmlxInfoBarLabel_collapsed_ver {
    position: absolute;
    left: 5px;
    font-family: Tahoma;
    line-height: 12px;
    font-size: 12px;
    font-weight: normal;
    color: #f5f5f5;
    white-space: nowrap;
    cursor: default;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

table.dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutSinglePoly {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    background-color: #fff;
    border-radius: 3px;
}

/*--------------------------------------------------------------------------------------------*/
/*-------------------------- Accordion-Toolbar------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
.dhx_toolbar_base_37_dhx_terrace .dhx_toolbar_btn > div{
    height: 30px;
    border: 1px solid #000;
    background: #8c9cbf !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691)) !important;
    background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
    background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
    background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
    background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;
    background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%) !important;

    border-radius: 5px !important;
    margin: 0 0 5px 0;
    line-height: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}




/*--------------------------------------------------------------------------------------------*/
/*-------------------------- Ribbon-Bar-------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
.ui-slider-horizontal {
height: 4px;
}

.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 13px;
height: 13px;
cursor: default;
}

.ui-slider-horizontal .ui-slider-handle {
top: -7px;
margin-left: -.6em;
}

.ui-widget-header {
border: 1px solid #aaa;
background: #E0EAFF;
color: #222;
font-weight: bold;
}

.dhx_toolbar_base_72_dhx_terrace div.dis{
color: grey;
}

.dhx_toolbar_base_72_dhx_terrace div.dis div{

background: none !important;
cursor: default !important;

}

.iconCol{
    float:left;
}

.iconCol > div{
    clear:both;
}

.iconCol div.dhx_toolbar_btn > div {
border:none !important;
}

.iconCol div.dhx_toolbar_btn {
line-height: 18px !important;
height: 15px !important;
}

.iconCol div.dhx_toolbar_btn > div:hover {
background: none !important;
color: #667AA9;
}

.iconCol div.dhx_toolbar_btn {
height: 50px;
line-height: 32px;
background: none;
margin: 0 0;
border-radius: 0px !important;
border: none !important;
padding: 0;
margin: 1px 2px;
float: left;
}

.dhx_toolbar_base_72_dhx_terrace {
    height: 72px;
	border-bottom: 1px solid #cecece !important;
	margin-bottom: 1px !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
    margin-right: 0px !important;
}


.dhx_toolbar_base_72_dhx_terrace div.dhx_toolbar_btn {
	height: 50px;
	line-height: 32px;
	background: none;
	margin: 0 0;
	border-radius: 0px !important;
	border: none !important;
	padding: 0;
    margin: 1px 2px;
    float: left;
}

.dhx_toolbar_base_72_dhx_terrace div.dhx_toolbar_btn.over {
	height: 50px;
	line-height: 32px;
	background: none;
	border-radius: 0px !important;
	border: none !important;
	cursor: pointer !important;
}

.dhx_toolbar_base_72_dhx_terrace div.dhx_toolbar_btn.pres {
	height: 50px;
	line-height: 32px;
	background: none;
	border-radius: 0px !important;
	border: none !important;
}

.dhx_toolbar_base_72_dhx_terrace div.dhx_toolbar_btn i {
	display: block;
	font-size: 28px;
	height: 15px;
}

.dhx_toolbar_base_72_dhx_terrace div.dhx_toolbar_sep {
	width: 1px;
	background: #cecece;
	margin-right: 3px;
}

.dhx_toolbar_base_72_dhx_terrace div.dhx_toolbar_btn > div {
	height: 48px;
	line-height: 48px;
	background: none;
	border: 1px solid #cecece;
	margin: 0;
	border-radius: 3px !important;
	font-size: 10px;
	padding: 3px 5px 0 5px;
	text-align:center;
	min-width: 30px;
	cursor: pointer;
}

.dhx_toolbar_base_72_dhx_terrace div.dhx_toolbar_btn > div:hover {
	height: 48px;
	line-height: 48px;
	background: none;
	border: 1px solid #cecece;
	margin: 0;
	border-radius: 3px !important;
	font-size: 10px;
	padding: 3px 5px 0 5px;
	text-align:center;
	min-width: 30px;
	cursor: pointer !important;


	background: #ebf1f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
}

.sectorTitle{
    margin: 56px 0 0 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
    background-color: #E0EAFF;
    height: 15px;
    line-height: 14px;
}

.sectorTitleVertical{
    margin: 8px 0 0 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
    background-color: #E0EAFF;
    height: 15px;
    line-height: 14px;
}

.dhx_toolbar_poly_72_dhx_terrace {
    position: absolute;
    background-color: #3a6077;
    color: #fff;
    z-index: 9999 !important;
}

.pres {
    background: #ebf1f6 !important;
    background: -moz-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb)) !important;
    background: -webkit-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%) !important;
    background: -o-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%) !important;
    background: -ms-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%) !important;
    background: linear-gradient(to bottom, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ) !important;
}

.ribbonIconBox{
    float:left;
    margin-left: 3px;
    margin-right: 3px;
    margin-top:1px;
}

.dhx_toolbar_inp{
    margin-bottom: 5px;
}

.dhx_toolbar_base_72_dhx_terrace div.float_left:first-child {
	background-color: transparent !important;
}

.dhx_toolbar_base_72_dhx_terrace section {
	border-right: 1px solid #cecece;;
}

.arwimg{
    display:none;
}

/*--------------------------------------------------------------------------------------------*/
/*-------------------------- CharmingBar ------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

.charmingIcons{
    padding: 5px;
    margin-bottom: 5px; 
    color: #fff;
	cursor: pointer;
}

.charmingBar{
    width:200px;
    height: 600px;
    background-color: #333333;
    position:fixed;
    z-index: 9999;
    left: -185px;
    -moz-opacity: 0.0;
    opacity: 0.0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    padding: 0px 0 0 0;
    top: 0;
}

.rightBar{
    background: #f6c423;
    height: 100%;
    width: 5px;
    float:right;
}

.leftBar{
    float: left;
    width: 185px;
    padding-left: 10px;
}

.charmingBar .dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutSinglePoly div.dhxcont_global_content_area {
    position: absolute;
    overflow: hidden;
    background-color: #333 !important;
}

.charmingBar .dhx_toolbar_btn{
    border-right-color: transparent !important;
}

.charmingBar .dhtmlxLayoutPolyContainer_dhx_terrace td.dhtmlxLayoutSinglePoly {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    background-color: transparent !important;
    border-radius: 3px;
}

.charmingBar h3 {

    font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 20pt;
    letter-spacing: 0.01em;
    line-height: 24pt;
    font-smooth: always;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16pt;
    line-height: 24px;
    color: #fff;

}

/*--------------------------------------------------------------------------------------------*/
/*-------------------------- window ----- ----------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
div[id^="dhxLayoutObj_"]{
    overflow: visible !important;
}


/*--------------------------------------------------------------------------------------------*/
/*-------------------------- Notification ----------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

.notification .okBtn{
    margin-left: 60px;
}

#notifications {
    top: 20px;
    width: 400px;
    margin-left: -200px;
    background: #fff;
    background: -webkit-linear-gradient(#fff, #dbdbdb);
    background: -moz-linear-gradient(#fff, #dbdbdb);
    border-radius: 6px;
    -webkit-box-shadow: white 0px -1px 0px inset, rgba(0,0,0,0.5) 0px 4px 30px;
    -moz-box-shadow: white 0px -1px 0px inset, rgba(0,0,0,0.5) 0px 4px 30px;
    box-shadow: white 0px -1px 0px inset, rgba(0,0,0,0.5) 0px 4px 30px;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    max-height: 529px;
    overflow-y: hidden;
    text-shadow: white 0px 1px 0px;
    font: normal 12px HelveticaNeue, Helvetica, Arial, sans-serif;
    -webkit-text-stroke: 1px transparent;
}

/*--------------------------------------------------------------------------------------------*/
/*-------------------------- Scheduler ----------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
.dhx_cal_container{
    line-height: 16px;
}

.dhx_cal_light label{
    display: inline;
    margin-bottom: 0px;
    font-size:12px;
    line-height: 24px;
}

.dhx_cal_light input[type="radio"]{
    margin: 0px;
    margin-right:4px;
}

.dhx_cal_light input.dhx_repeat_text {
height: 16px;
width: 27px;
margin: 0 4px 0 4px;
line-height: 18px;
padding: 0 0 0 2px;
}

.dhx_cal_light select{
width: auto;
}

.dhx_cal_light input[type="text"]{
    margin-bottom: 0px;
    font-size:11px;
    padding: 0px;
    height:18px;
}

.dhtmlXTooltip.tooltip {
opacity:1;
}





