/*******************************
        News
********************************/
form.writepost label{
    padding-top: 15px;
}
form.writepost label:first-child{
    padding-top: 0px;;
}
.newsPostsList .newsPost{
    margin-top: 15px;
}
.newsPostsList .newsPost:first-child{
    margin-top: 0px;
}

.categoriesList .widget-body.list ul a{
    color: #7C7C7C;
}
.categoriesList .widget-body.list ul li{
    padding-right: 15px;
}
.categoriesList .widget-body.list ul a:hover{
    color: #4C4C4C;
}
.categoriesList .widget-body.list ul a:hover .badge{
    background-color: #4C4C4C;
}

.commentWriteContainer{
    width: 96%;
    float: left;
}
.commentBtnContainer{
    width: 4%;
    float: left;
}

.postPreviewsContainer{
    padding-bottom: 15px;
}
#categoriesList.editMode .widget-body.list {
    border-color: #D5D5D5;
}
#categoriesList.editMode .list ul{
    background-color: #D5D5D5;
}
#categoriesList.editMode .list li{
    background-color: #FFF;
    margin-bottom: 1px;
    height: 52px;
    border: none;
}
#categoriesList.editMode .list li input{
    height: 30px;
    margin-top: 11px;
}
#categoriesList.editMode .list li .glyphicon-standalone i:before{
    margin-top: 15px;
}
#categoriesList.editMode .fixedWidthCell{
    margin-left: 10px;
}
.newsPost img{
    width: auto;
}

.newsPost ol, .newsPost ul{
    margin-left: 20px;
}
a.post_hiding_btn,
a.post_hiding_btn:hover,
a.post_hiding_btn:active{
    text-decoration: none;
}
.post_hiding_btn .icon_up{
    display: none;
}
.post_text_shown .post_hiding_btn .icon_up{
    display: inline;
}
.post_text_shown .post_hiding_btn .icon_down{
    display: none;
}

.edit_post_menu_container .icon-standalone{
    font-size: 30px;
    line-height: 18px;
    margin-left: 15px;
}

/*******************************
        File upload
********************************/
.writePostFilesProgress{
    margin-top: 15px;
    display: none;
}
.writePostFilesProgress .progress{
    width: 70%;
    margin-bottom: 0px;
    display: inline-block;
}
#create-post-modal .writePostFilesProgress .checkLabel{
    padding-top: 0px;
    vertical-align: top;
}
.writePostFilesProgress .checkLabel .checker{
    margin-right: 2px;
    margin-left: 5px;
}

.invisibleFileInput, .mce-container .invisibleFileInput{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

    filter: alpha(opacity=0);
    opacity: 0;
}

.writePostFilesProgressInner .btnCancel{
    font-size: 20px;
    margin-left: 6px;
    position: relative;
    top: -5px;
    vertical-align: top;
}

.postActions .glyphicons.single i:before{
    top: 20%;
}
.postActions a{
    margin-right: 5px;
}
/*******************************
        Tooltip
********************************/
.tooltip.right .tooltip-arrow {
    border-right-color: #E7E7E7;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #E7E7E7;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #E7E7E7;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #E7E7E7;
}
.tooltip .tooltip-inner{
    background-color: #E7E7E7;
    color: #117dc2;
}
.tooltip.in{
    opacity: 1;
    filter: alpha(opacity=100);
}

/*******************************
        Grayer Gray
********************************/
.widget{
    border-color: #D5D5D5;
}
input[type="text"] {
    padding: 5px;
}
input[type="text"], input[type="password"], select, textarea {
    border-color: #D5D5D5;
    color: #6C6C6C;
}
.form-control:-moz-placeholder {
    color: #777777;
}

.form-control::-moz-placeholder {
    color: #777777;
}

.form-control:-ms-input-placeholder {
    color: #777777;
}

.form-control::-webkit-input-placeholder {
    color: #777777;
}
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-color: #D5D5D5;
}
p.separator:before{
    background-color: #DDDDDD;
}

/*******************************
        Modal
********************************/
.modal-backdrop, .modal-backdrop.fade.in{
    opacity: 0.5;
}

.modal{
    background-color: transparent;
    overflow-y: auto;
    z-index: 64001;
}
.modal-backdrop{
    z-index: 64000;
}

body.modal-open{
    margin-right: 0px;
}

.modal .modal-header{
    padding: 5px 10px 0px;
    height: 38px;
}
.modal .modal-header .close{
    margin-top: 2px;
}

/*******************************
        General
********************************/
body{
    color: #4C4C4C;
}
.contentContainer{
    padding: 30px;
}

.max-width-large{
    max-width: 1400px;
}

.wysihtml5-sandbox{
    border-style: solid !important;
    border-width: 1px !important;
    padding: 6px 12px !important;
}

.blockSeparator{
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 34px;
    margin-bottom: 15px;
    padding: 8px 15px;
    width: 100%;
}
.blockSeparator .glyphicons > i:before{
    color: #FFF;
}
.blockSeparator .annotation{
    font-style: italic;
    font-weight: normal;
}

.remainingWidthCell{
    overflow: hidden;
}
.fixedWidthCell{
    float: right;
    width: 20px;
}

.btnInvisibleFileInput{
    position: relative;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}
.fillerInvisibleFileInput{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.loadingModal{
    text-align: center;
}
#loadingOver{
    display: none;
}
#loadingOver .bg,
.loadingElement .bg,
.loadingModal .bg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: #FFF;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
#loadingOver .icon-spin,
.loadingElement .icon-spin{
    position: fixed;
    font-size: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    top: 50%;
    z-index: 100001;
}
.loadingModal .icon-spin{
    margin: 100px 0;
    font-size: 40px;
    left: 50%;
    top: 50%;
    z-index: 100001;
}

.mce-container .tinyMCEUpload{
    position: relative;
    width: 300px;
    height: 104px;
    background-color: #F8F8F8;
    text-align: center;
    padding: inherit;
    line-height: 109px;
    font-size: 14px;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border: #888 dashed 3px;
}
.mce-container .tinyMCEUploadProgress{
    display: none;
    width: 100%;
    height: 100%;
}
.mce-container .tinyMCEUploadProgress .progress{
    width: 100%;
    margin-top: 40px !important;

    background: #f0f0f0;
    margin: 0 0 10px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    height: 20px;
    overflow: hidden;
}
.mce-container .tinyMCEUploadProgress .progress .progress-bar{
    text-align: center;
    background-image: none !important;
    filter: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #7a7a7a;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}


/*******************************
    Styles ajouts responsive
*******************************/

@media screen and (max-width: 1200px){
    .btnCreatePost{
        padding-right: 9px;
    }
    .btnCreatePostText{
        display: none;
    }
}


.widget-tabs h1 {
    margin:0;
    padding:15px;
}
