.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.alert{
    font-size:1.4em;
    padding:10px;
}
.header-menu {
    background-color: #ededed;
    padding: 5px;
    margin: 0;
    color: #000000
}

.header-menu h3 {
    color: #000000
}

.bordered{border-bottom: 1px solid gray;}

.glyphicon {
    cursor: pointer;
}
/* SUBMENU*/

#submenu {
    background-color: #ededed;
    padding: 5px;
    margin: 10px 0;
}

#submenu nav {
    padding-top: 5px;
}

#submenu a {
    color: #000000;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
}

#submenu li:nth-child(n+2) a {
    border-left: 1px solid #000000;
}

#submenu li.active {
    font-weight: bold;
}


/*ARIANE*/
.breadcrumb a.breadactive {
    color: #777777;
    font-weight: bold;
}

/* LEFT LIST */
.list-group-item {

    background-color: #e8ecff;
    border: 1px solid #cccccc;
    background-image: none;
    color: #000000;
    text-shadow: none;
    padding: 5px;
}

.list-group-item:hover {
    background-color: #9abeff;
}

.list-group-item.active {
    width: 105%;
    background-color: #cee2ff;
    background-image: none;
    color: #000000;
    text-shadow: none;
    border: 1px solid #cccccc;
}

.list-group-item.active:hover {
    background-color: #9abeff;
    background-image: none;
    color: #000000;
    text-shadow: none;

}

.list-group-item.bg-stripped {
    background: repeating-linear-gradient(
            135deg,
            #ffbfba,
            #ffbfba 10px,
            #ff7f82 10px,
            #ff7f82 20px
    );
}

/* BASE-BOX */
.base-box {
    border: 1px solid #cccccc;
}

.base-box h1 {
    background-color: #eeeeee;
    margin: 0;
    font-size: 17px;
    padding: 5px;
    font-weight: bold;
    color: #fffff;
    text-transform: uppercase;

}

.base-box label {
    width: 20%;
    text-align: right;
}

.base-box ul {
    list-style: none;
    padding:5px;
}
.base-box ul li {
}
.base-box ul li:hover {
    background-color: #39a6ef;
}
.base-box .form-control {
    display: inline-block;
    width: 75%;

}


/*CKEDITOR*/
.ckeditorGlobal{
    width:95%;min-height:250px;border: 1px dashed gray; margin:10px;padding: 10px
}


.cke_textarea_inline {
    height: 300px;
    overflow: scroll;
}

/* DRAG'N'DROP */
.drag-zone{
    margin:20px;
    position: relative;
    text-align: center;
}

.drag-zone .info {
    font-style: italic;
}

.progress {
    height: 10px;
}

.box-cropper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 794px;
}

.border-crop {
    border: 30px solid rgba(255, 210, 210, 0.7);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);

    width: 100%;
    height: 794px;
}

.image-wrapper {
    position: absolute;
    z-index: -10;
    display: block;
}
.image-wrapper img{
    top: -50px;
    left:-250px;
    position: relative;
    width: 878px;
}
.text-zone-crop{
    background-color: rgba(255, 149, 129, 0.40);
    position: absolute;
    border: 2px dashed gray;
}



.tzc1{
    width: 642px;
    height: 300px;
    left: 30px;
    bottom: 30px;
    border-right: none;

}

.tzc2{
    width: 207px;
    height: 278px;
    top: 30px;
    left: 670px;
    border-bottom: none;
}

.tzc4{
    width: 205px;
    height: 300px;
    bottom: 30px;
    left: 672px;
    border-left: none;
    border-top: none;
}


.tzc3{
    background-color: rgba(100, 255, 100, 0.40);
    width: 199px;
    height: 149px;
    top: 159px;
    left: 30px;
    border-bottom: none;
}

.mask{
    position: absolute;
    top: 30px;
    left: 30px;
}

.poignee{
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    float:left;
    cursor: move;
    background-color: #000000;
}
.date{    display: inline-block;
    width: 75%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}
.date .input-group-addon{width: auto;height: 34px;}

/* dialog styles */

.ui-widget-header,
.ui-state-default,
ui-button {
    background: #CCCCCC;
    border: 1px solid #B8B8B8;
    color: #000;
    font-weight: bold;
}
/* custom style for modal content*/

.custom-ui-widget-header-warning {
    background: #EBCCCC;
    font-size: 1em;
}

.custom-ui-widget-header-accessible {
    background: #C2D7E9;
    font-size: 1em;
}

.ui-dialog-titlebar {
    background: #337AB7;
}

#nonmodal1 div {
    background: #000;
}
/*
div[role=dialog]>div {
    background: #fff;
}
*/



/* SPINNER */
.spinner {
    margin: 100px auto;
    width: 180px;
    height: 80px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #2E64FE;
    height: 100%;
    width: 8px;
    display: inline-block;
    border:1px solid #ffffff;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}


/*CKEDITOR*/
.cke_textarea_inline{height:300px;overflow: scroll;}


.blocking[disabled]::after {
    content: url(images/alertCreateArtist.png);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: all;
    background: rgba(255,255,255,0.7);
}





.dz-clickable{min-height: 80px;}
#info-steps{color: #2aabd2 ;padding-left: 5px;font-size: 0.9em;font-style: italic;font-weight: bold}










