body {font-family:'Roboto', sans-serif;}

#cms-message {
   position:fixed;
   text-align:center;
   width:60%;
   top:100px;
   z-index: 9999999;
}

/*.cms-btn-edit {position:fixed;top:10px;right:10px;z-index:5000;}*/
.cms-btn-edit {
    
    top: 55px;
    right: 20px;
    text-align: right;
    background-color: #f0f4f6;
    padding: 5px 10px;
    z-index: 10;
    margin: 0;
	position:fixed;}

ul.cms-sortable {list-style-type: none;}
ul.cms-sortable li {padding:5px 5px 5px 10px;border:solid 1px lightgrey;}

.cms-highlight {border:solid 1px lightgrey;background-color:lightgrey;}

.input-titre-menu {margin:4px 4px 4px 20px;}
.input-titre-menu input {width:100%;}

.cms-liste {list-style-type:none;}
.cms-liste li {line-height:2em;}
.cms-add-menu {float:right;}

.dd-handle {cursor:move;}

.fancybox-skin, .fancybox-outer, .fancybox-inner {min-height:500px;}

.cms-datepicker {width:100px;display:inline;margin-right:10px;}

.styletextarea {width:100%;min-height:500px;}

.validationerror {border:solid 1px #a94442 !important;}
.formError {display:none !important;}
.alert-validation {margin-bottom:0px;padding:10px;}

.colourPickerInput {width:40px;margin-right:10px;border:none;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
border-radius: 4px;
border: 1px solid #ccc;
color: #555;
}

.thumb-img {background-color:#eee;}

h3 {background-color:#f4f8fa;padding:10px;color:#285e8e;font-size:20px;}

.btn-list button {margin:10px 10px 10px 0;}
.cms-edit-btn {position: absolute;z-index: 999;right: 15px;}
.cms-edit-zone {border:dotted 1px red;}

img.zoomEffect {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 1;
}
img.zoomEffect:hover {
    -moz-transform: rotate(5deg) scale(1.10);
    -webkit-transform: rotate(5deg) scale(1.10);
    -o-transform: rotate(5deg) scale(1.10);
    -ms-transform: rotate(5deg) scale(1.10);
    transform: rotate(5deg) scale(1.10);
    opacity: 1;
}

.detailcontent {}

#ui-datepicker-div {z-index:1030 !important;}

.img-center {margin:0 auto;}