.bootstrap-datetimepicker-widget table td.cw {
            color: #007bff;
        }
    #bounce-loader{
        margin: 50% auto;
    }

    div#previsualisation{
        position: fixed;
        z-index: 9999;
        right: -150%;
        width: 40%;
        height: 100%;
        top: 1%;
        box-shadow: -2px 4px 13px 1px #8d8d8d;
        background-color: white;
        border-radius: 5px 0px 0px 0px;
    }

    div.previsuTopBar{
        background-color: #67809f;
        color: white; 
        padding-top: 10px;  
        padding-bottom: 5px;
        border-radius: 5px 0px 0px 0px;
        height: 45px;

    }

    div#previsualisation .ti-close{
        font-size: 2em;
        position: absolute;
        left: 10px;
        top : 10px;
    }

    div#previsualisation iframe{
        border: none;
    }


    @media (min-width: 992px) and (max-width: 1200px){
        div#previsualisation{
            width: 55%;
        }
    }

    @media (min-width: 768px) and (max-width: 992px){
        div#previsualisation{
            width: 70%;
        }
    }

    @media (max-width: 768px){
        div#previsualisation{
            width: 100%;
        }

    }

    @media (max-width: 450px){
        div#previsualisation{
            position: absolute;
            box-shadow: none;
            top: 5px;
        }

    }
.upload-buttons input[type="file"] {
    width: 6.3em \0/ IE9;
}

.upload-button {
    Height: 26px;
    line-height: 30px;
    padding: 0 10px;
    background: #CCC;
    appearance: button;
    -moz-appearance: button; /* Firefox */
    -webkit-appearance: button; /* Safari and Chrome */
    position: relative;
    text-align: center;
    top: 7px;
    cursor: pointer;
}

.sel-file {
    padding: 1px 5px;
    font-size: smaller;
    color: grey;
}

.response {
    padding: 0;
    padding-top: 10px;
    margin: 3px 0;
    clear: both;
    list-style: none;
}

.response .sel-file li, .response .reqh {
    color: blue;
    padding-bottom: 5px;
}

fieldset {
    border: 1px solid #DDD;
    width: 620px;
    padding: 10px;
    line-height: 23px;
}

fieldset label {
    /*font-size: smaller;*/
}

.progress {
    display: inline-block;
    width: 100px;
    border: 3px groove #CCC;
    margin-left: 50px;
}

.progress div {
    font-size: smaller;
    background: orange;
    width: 0;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 90%;
    text-align: center;
    padding: 50px 50px;
    margin-left: 50px;
}

.up-buttons {
    float: right;
}

.drop-box.dragover {
    border: 5px dashed blue;
}

.drop-box.dragover-err {
    border: 5px dashed red;
}

/* for IE*/
.js-fileapi-wrapper {
    display: inline-block;
    vertical-align: middle;
}

button {
    padding: 1px 5px;
    font-size: smaller;
    margin: 0 3px;
}

.ng-v {
    float: right;
}

.thumb {
    float: left;
    width: 18px;
    height: 18px;
    padding-right: 10px;
}

.thumb {
    width: 24px;
    height: 24px;
    float: none;
    position: relative;
    top: 7px;
}

.progress {
    line-height: 15px;
}

.edit-area {
    font-size: 14px;
    background: black;
    color: #f9f9f9;
    padding: 5px 1px;
}

#htmlEdit {
    margin-bottom: 25px;
}

.edit-div {
    font-size: smaller;
}

.CodeMirror {
    font-size: 14px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

form button {
    padding: 3px 10px;
    font-weight: bold;
    margin-top: 10px;
}

.sub {
    font-size: smaller;
    color: #777;
    padding-top: 5px;
    padding-left: 25px;
}

.err {
    font-size: 12px;
    color: #C53F00;
    margin: 15px;
    padding: 15px;
    background-color: #F0F0F0;
    border: 1px solid black;
}

.s3 {
    font-size: smaller;
    color: #333;
    margin-left: 20px;
}

.s3 fieldset {
    border: 1px solid #AAA;
}

.s3 label {
    width: 180px;
    display: inline-block;
}

.s3 input {
    width: 300px;
}

.s3 .helper {
    margin-left: 5px;
}

.howto {
    margin-left: 10px;
    line-height: 20px;
}

.server {
    margin-bottom: 20px;
}

.srv-title {
    font-weight: bold;
    padding: 5px 0 10px 0;
}

:not(output):-moz-ui-invalid {
    box-shadow: none;
}

.preview {
    clear: both;
}

.preview img, .preview audio, .preview video {
    max-width: 300px;
    max-height: 150px;
    float: right;
}

.custom {
    font-size: 14px;
    margin-left: 20px;
}


.float{
	position:fixed;
	width:200px;
	height:60px;
	bottom:25px;
	right:150px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:22px;
}
