html,
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

button{
    cursor:pointer;
    border:none;
    background:none;
    color:rgb(187,187,187);
}
li.menu{
    cursor:pointer;
    border:none;
    background:none;
    color:rgb(187,187,187);
    float:left;
    list-style-type: none;
    padding:1px 8px 5px 5px;
    font-size:14px;
    font-family: Sans-Serif;
}
.top-menu {
    height: 100px;
    top: 20px;
    position: relative;
    background-color: #a7a7a7;
}
.icon{
  color:white!important;
  font-size:50px!important;
  padding:20px;
}
.boutonicone {
    display: inline-block;
}

.menu-bar {
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:20px;
    background-color: rgb(60,63,65);
    border-bottom: 1px solid rgb(40,40,40);
    color:rgb(187,187,187);
}

.nav-bar {
    position: absolute;
    top:21px;
    left:0;
    right:0;
    border-top:1px solid rgb(85,85,85);
    height:24px;
    border-bottom: 1px solid rgb(40,40,40);
    background-color: rgb(60,63,65);
    color:rgb(187,187,187);
}
.left-tab-bar{
    position: absolute;
    top:21px;
    left:0;
    bottom:21px;
    width:20px;
    border-top:1px solid rgb(36,36,36);
    border-right:1px solid rgb(36,36,36);
    border-bottom: 1px solid rgb(36,36,36);
    background-color: rgb(60,63,65);
    color:rgb(187,187,187);
}
.left-tab-bar > .top-tabs{
    position: absolute;
    top:0;
    left:21px;
    height:20px;
    white-space: nowrap;
    transform: rotate(90deg);
    transform-origin: left top;
}
#navrotate {
  width:560px;
  margin:0px auto;
  
}

.left-tab-bar > .top-tabs > button {
    transform: rotate(180deg);
    transform-origin: center;
}
.active {
    background-color: rgb(45,47,48);
}

.left-tab {
    position: absolute;
    top:121px;
    left:0px;
    width:300px;
    bottom:21px;
    border-top: 1px solid rgb(85,85,85);
    border-left: 1px solid rgb(85,85,85);
    border-right: 1px solid rgb(40,40,40);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    color:rgb(187,187,187);
    overflow: auto;
}
.fonts-options{
    height: 200px;
    color: black;
    width: 150px;
}
.left-tab > .title-bar {
    height:24px;
    background-color: rgb(66,77,95);
    border-top: 1px solid rgb(89,100,115);
    border-bottom: 1px solid rgb(36,38,39);
}

.workspace {
    position: absolute;
    top:121px;
    left:301px;
    bottom:21px;
    right: 20px;
    // background-color: #2B2B2B;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.right-tab-bar{
    position: absolute;
    top:21px;
    right:0;
    width:20px;
    bottom:21px;
    border-left: 1px solid rgb(85,85,85);
    background-color: rgb(60,63,65);
    color:rgb(187,187,187);
}
.right-tab-bar>.top-tabs{
    position: absolute;
    top:0;
    left:20px;
    height:20px;
    white-space: nowrap;
    transform: rotate(90deg);
    transform-origin: left top;
}
.bottom-tab-bar{
    position: absolute;
    left:0;
    right:0;
    bottom:21px;
    height:23px;
    border-top:1px solid rgb(85,85,85);
    background-color: rgb(60,63,65);
    border-bottom: 1px solid rgb(40,40,40);
    color:rgb(187,187,187);
    padding: 0 20px;
}
.foot-bar{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    height:20px;
    border-top:1px solid rgb(85,85,85);
    background-color: rgb(60,63,65);
    color:rgb(187,187,187);
}
.arrow-right {
    overflow: hidden;
    display: inline-block;
    font-size: 20px; /*set the size for arrow*/
    width: 8px;
    height: 8px;
    border-top: 1px solid rgb(19,19,20);
    border-right: 1px solid rgb(19,19,20);
    transform: rotate(54deg) skew(24deg);
}
.fa{
    color:#BD9662;
    margin:0 4px;
}
.nav-bar button{
    position: relative; 
    float:left;
    height:99%;
    margin:0 8px 0 0;
}


.nav-bar button::after{
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 11px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 11px solid transparent;
    border-left: 5px solid rgb(60,63,65);
    position: absolute;
    top: 0;
    margin-left:4;
    left: 100%;
    z-index: 50; 
}
.nav-bar button::before{
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 11px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 11px solid transparent;
    border-left: 7px solid #2C2E2F;
    position: absolute;
    top: 0;
    margin-left:6;
    left: 100%;
    z-index: 49; 
}
.logo-barre{
    width:15px;
}

ul.menu-bar {
    margin: 0px;
    padding:0px;
}
a.dropdown-toggle {
    color: #bbbbbb;
    text-decoration: none;
}
a.dropdown-toggle:hover {
    color: #bbbbbb;
    text-decoration: none;
}
a.dropdown-toggle:focus {
    color: #bbbbbb;
    text-decoration: none;
}
a.dropdown-toggle:visited {
    color: #bbbbbb;
    text-decoration: none;
}
.dropdown-menu li a{
    text-align: left;
    color:white!important;
}
.dropdown-menu li a:hover{
    color:#141414!important;
}
.dropdown-menu{
    background-color: #141414!important;
}
.cp7>.dropdown-menu{
    background-color: rgba(255, 0, 0, 0)!important;
}
.cp8>.dropdown-menu{
    background-color: rgba(255, 0, 0, 0)!important;
}
.cp7modal>.dropdown-menu{
    background-color: transparent!important;
}
.menuoptions{
    display: none;
}


.ui-resizable-se {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #AAA transparent;
  background: none;
  width:auto;
}


.ui-resizable {
    position: absolute!important;
}
.inl-bl {
    display: inline-block;
}
.draggable {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #EEE;
  border: 1px solid #AAA;
  width:auto;
  height:auto;
}

.resize-handle {
  position: absolute;
  width: 0px;
  height: 0px;
  margin-top: -17px;
  margin-left: -17px;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #AAA transparent;
  cursor: nw-resize !important;
}
.resize-handle {
    position: relative;
    bottom: 0px!important;
    right: 0px!important;
}









.modal-header, .color-modal{
    background-color:grey;
    color:white;
}
.colorthumbs>img{
    border:1px black solid;
}
.background{
    width:100%;
    background-color:lightgrey;
    max-width:1000px;
    max-height:750px;

}

.modal{
    width:100%;
}
.modal-backdrop{
    width:100%!important;
}


.montexte{
    // width:auto!important;
    position: fixed!important;
    top:50!important;
    display: inline-block!important;
}
.ui-widget-content {
    background: transparent!important; 
    color: black;
    top:15px;
}

.ui-resizable-se {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #AAA transparent;
  background: none;
}
.bounds{
    height:750px;
    overflow: auto;
}
span.size{
    font-size: 100%;    
}
label.labelradio{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 25px 60px;
  margin: -20px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li .check{
  display: block;
  position: relative;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: -5px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

ul li:hover .check {
  border: 5px solid #FFFFFF;
}

ul li .check::before {
  display: block;
  position: relative;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 0px;
  left: 0px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #0DFF92;
}

input[type=radio]:checked ~ .check::before{
  background: #0DFF92;
}

input[type=radio]:checked ~ label{
  color: #0DFF92;
}
li{
    list-style-type: none;
}
pre.typo{
    overflow: visible;
    border:none!important;
    z-index:-5;
    top:150px;
}
pre.typo:hover, .img-preview:hover, #ImgPreview2:hover, #ImgPreview3:hover{
  border:black 2px dotted!important;
}
#list{
  z-index: -5;
}

.color-picker {
  display: inline-block;
  margin: auto;
  margin-bottom: 15px;
  padding: 20px;
  height: 228px;
}
.color-picker:after {
  display: table;
  content: '';
  clear: both;
}
.color-picker > div {
  float: left;
  position: relative;
}
.color-picker > div:not(:first-child) {
  margin-left: 10px;
}
.color-picker .color-palette, .color-picker .color-slider, .color-picker .color-current {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.color-picker canvas {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.color-picker .selector {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.color-picker .color-current {
  width: 100px;
  height: 50px;
  background: #f00;
}

.inl-bl {
    display: inline-block;
}


.resize-handle{
  display:none;
}
.draggable {
  min-width: 50px;
  min-height: 50px;
  background: transparent;
  border: none;

}
.draggable:hover{
  border: 0px dotted #AAA;
}
.ui-resizable-se {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #AAA transparent;
  background: none;
  width:auto;
}


.ui-resizable {
    position: absolute!important;
}
#color-input {
  display: none;
}
#color-label {
  margin-left: 15px;
  position: absolute;
  height: 30px;
  width: 50px;
} 
#color-input:checked ~ #color-picker {
  opacity: 1;
}
#color-picker {
  position: absolute;
  left: 70px; 
  background-color: white;
  height: 150px;
  width: 185px;
  border: solid 1px #ccc;
  opacity: 0;
  padding: 5px;
}
canvas:hover {
  cursor: crosshair;
}
#drop {
  min-height: 150px;
  width: 250px;
  border: 1px solid blue;
  margin: 10px;
  padding: 10px;
}

.drag-prev{
    // width:100px!important;
    max-height:750px;
}
img{
    border:0px!important;
}
.control {
  background-color: #f0f1f1;
  margin: 10px 0;
  padding: 10px;
  text-align: left;
}

.ui-slider {
  margin: 5px 0;
}
.accordion > a {
  text-align: center;
  border-radius: 10px;
  font-size: 1.5em;
  display: block;
  padding: 5px;
  background-color: black;
  color: white;
  text-decoration: none;
  margin-top: 1px;
}

.accordion > a:hover {
  background-color: #d01010;
}

.accordion > a:active {
  background-color: red;
}

.accordion > a:target {
  background-color: red;
}

.accordion > div {
  overflow: hidden;
  background-color: white;
  height: 0;
  transition: height 0.5s, padding 0.5s;
  text-align: center;
  padding: 0px 5px;
  background-color: silver;
  border-radius: 10px;
}

.accordion > a:target + div {
  height: auto;
  padding: 5px;
  margin: 1px 0;
}
pre.typo>div.resize-handle{
    display:none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #6e00ff!important;
}
select#fonts-options{
  color:black!important;
}
#fonts-options>option.selected{
  color:red!important;
}
.right-buttons{
    display: inline!important;
    float: right!important;
    position: absolute!important;
    right: 5px!important;
    top: 2px!important;
}
div#ImgPreviewfor1{
  top:0px;
}
div#ImgPreviewfor2{
  top:0px;
}
div#ImgPreviewfor3{
  top:0px;
}