/*  ----------------------------------------------------------------------------
    * Filename:         style.css
    * Description:      Admin - Default styles
    * Version:          1.0 (2010-10-14)

    * Table of Contents:
        1. Elements
        2. Layout
        3. Forms
        4. Modules & Plugins
        5. AJAX Loader
        6. Miscellaneous
    ------------------------------------------------------------------------- */

* {
    outline: none !important;
}

#contentTable .icon-minus-sign {
    margin: 0 5px;
}

@media (max-width: 1023px) {
    input[type="radio"],
    input[type="checkbox"] {
        -webkit-transform: scale(1.8, 1.8);
        margin-left: 5px !important;
    }
    #demo-iframe {
        width: 98% !important;
    }
    .theme .edit-table {
        width: 100% !important;
    }
    .section-holder {
        width: 18.6% !important;
    }
}


/*  ----------------------------------------------------------------------------
    1. Elements
----------------------------------------------------------------------------- */

body,
select,
input,
textarea,
th,
td {
    font: normal 12px/16px Arial, Verdana, Geneva, Helvetica, sans-serif;
}

h1 {
    font-size: 16px;
    font-weight: bold;
}

h2 {
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
}

h3 {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}

h4 {
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
}

h5 {
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
}

h6 {
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
}

li {
    list-style-position: inside;
}

code {
    font: 11px/16px "Courier New", Courier, monospace;
}

small {
    font-size: 11px;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

iframe {
    background: transparent !important;
    color: #000000 !important;
    height: 475px;
}

code {
    display: block;
    margin: 10px 0;
    padding: 5px 10px;
    border-style: solid;
    border-width: 1px;
}

button {
    overflow: visible;
    width: auto;
}

fieldset {
    border: 1px solid #777777;
    margin: 15px 0;
    padding: 10px 15px;
    background: #ececec;
}

fieldset p {
    margin: 5px 0 5px 2px;
}

input {
    vertical-align: middle;
}

label {
    vertical-align: middle;
}

legend {
    margin: 0 0 0 -1px;
    border: 1px solid #777777;
    padding: 8px 10px;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0;
    color: #ffffff;
    background: #393939;
}

select {
    width: 100%;
    padding: 2px;
    border-style: solid;
    border-width: 1px;
}

.star {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}


/*  ----------------------------------------------------------------------------
    2. Layout
----------------------------------------------------------------------------- */

.content-holder {
    table-layout: fixed;
    display: table;
    width: 100%;
    height: 100%;
}

.inner {
    padding: 0 20px;
}

.inner2 {
    padding: 0 30px;
}

html,
body {
    cursor: default;
    width: 100%;
}

html {
    overflow-x: hidden;
}

body {
    text-align: center;
}

#container {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header {
    vertical-align: middle;
    height: 49px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#aside {
    width: 220px;
    display: table-cell;
    min-height: 100%;
    vertical-align: top;
    padding-top: 49px;
}

#section {
    display: table-cell;
    height: auto;
    vertical-align: top;
    padding-top: 49px;
}

#not-logged #section {
    width: 100%;
    float: none;
}

#section .login {
    vertical-align: middle !important;
}

#section-inner {
    /*padding: 20px;*/
    vertical-align: top;
}

#footer {
    z-index: 500;
    height: 35px !important;
    font-size: 11px;
    text-align: center;
    border-top: 1px solid #ffffff;
    vertical-align: middle;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

#footer.not-logged {
    text-align: center;
}

#footer-inner {
    border-top: 1px solid #D6D6D6;
    height: 34px;
    line-height: 34px;
}

.menu-btn {
    display: none;
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 9px;
    border-radius: 0px 4px 4px 0px;
    margin-right: 15px;
    padding: 6px 0 0 6px;
}

#not-logged {
    white-space: nowrap;
    display: table;
    width: 100%;
    height: 100%;
}

#logged-log-out {
    height: 100%;
    display: table-cell;
}

#not-logged>*,
#logged-log-out>* {
    white-space: normal;
}

#not-logged:before,
#not-logged>*,
#logged-log-out:before,
#logged-log-out>* {
    vertical-align: middle;
}

#not-logged:before,
#logged-log-out:before {
    content: "";
    height: 100%;
}

#not-logged>*,
#logged-log-out>* {
    word-spacing: normal;
}


/*  ------------------------------------------------------------------------
        2.1 Layout > Header components
    ------------------------------------------------------------------------- */

#header-logo {
    float: left;
    line-height: 40px;
    padding: 4px 0;
    font-weight: bold;
    text-shadow: 1px 1px 1px #111;
    width: 100%;
}

#header-image {
    height: 50px;
    background: url(images/header-admin.jpg) no-repeat left top;
}

#header-title {
    padding: 0 20px;
}

#header-title .logout {
    float: right;
    padding: 0 10px;
    font-weight: bold;
    font-size: 11px;
    line-height: 25px;
}

#header-title h1 {
    float: left;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
}

#header-title h1 a {
    font-weight: bold;
}

#header .btn,
.btn-inverse {
    background-color: transparent !important;
    background-image: url(images/bg-btn.png) !important;
    background-repeat: repeat-x;
    background-position: left bottom;
}

#header .btn:hover,
.btn-inverse:hover {
    background-image: url(images/bg-btn-over.png) !important;
    background-position: left center;
}

#header .active.btn,
.active.btn-inverse {
    background-image: url(images/bg-btn-focus.png) !important;
}


/*  ------------------------------------------------------------------------
        2.2 Layout > Aside components
    ------------------------------------------------------------------------- */


/*  nav
        ----------------------------------------------------------------------------- */

#aside>#nav {}

#nav {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

#nav .top {
    display: none;
}

#nav ul {
    margin: 0;
    clear: both;
    text-align: left !important;
}

#nav ul li {
    width: 100%;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    float: left;
}

#nav ul li a {
    clear: both;
    display: block;
    overflow: visible;
    /* float: left; */
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
    margin-top: 0px;
}

#nav ul li a.active-indicator span {
    background-image: url(images/menu-active.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#nav ul li span {
    clear: both;
    display: block;
    overflow: hidden;
}

#nav li .line,
#nav li .text {
    background: transparent;
}

#nav li .line {
    height: 1px;
    padding: 0;
    font-size: 0;
    line-height: 1px;
}

#nav li .text {
    padding: 7px 15px 7px 15px;
}

#nav li .line1 {
    margin-left: 5px;
}

#nav li .line2 {
    margin-left: 3px;
}

#nav li .line3 {
    margin-left: 2px;
}

#nav li .line4 {
    margin-left: 1px;
}

#nav li .line5 {
    margin-left: 1px;
}

#nav li .line6 {
    margin-left: 1px;
}

#nav li .line7 {
    margin-left: 1px;
}

#nav li .line8 {
    margin-left: 2px;
}

#nav li .line9 {
    margin-left: 3px;
}

#nav li .line10 {
    margin-left: 5px;
}

#nav ul li a:link span,
#nav ul li a:visited span {
    text-decoration: none;
}

#nav ul li a:hover span,
#nav ul li a:active span {
    text-decoration: none;
}

#nav .submenu {
    display: none;
    float: left;
    width: 100%;
}

#nav .submenu-active {
    display: block;
}

#nav .submenu ul li {}

#nav .submenu ul li a {}

#nav ul ul {
    margin: 0 0 0 0px;
}

#nav li li .text {
    padding: 5px 15px 5px 15px;
}

#nav #logout,
#nav #login,
#nav #password,
#nav #preview {
    display: none;
}


/*  ------------------------------------------------------------------------
        2.3 Layout > Section components
    ------------------------------------------------------------------------- */

#ErrorMessage {
    padding-top: 5px;
}

#user-login {
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    max-width: 398px;
    border: 1px solid #ffffff;
    min-height: 235px;
    height: auto !important;
    height: 235px;
    background: #FFFFFF/*url(images/icons/login.jpg) no-repeat left top*/
    ;
    -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#user-login>div {
    padding: 30px 15%;
    text-align: center;
}

#user-logout {
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    max-width: 398px;
    border: 1px solid #ffffff;
    min-height: 235px;
    height: auto !important;
    height: 235px;
    background: #FFFFFF/*url(images/icons/login.jpg) no-repeat left top*/
    ;
    -webkit-box-shadow: inset 0 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0px 8px rgba(0, 0, 0, 0.3);
}

#user-logout>div {
    padding: 80px 0 10px 0px;
    text-align: center;
}

#user-recover-password {
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    max-width: 398px;
    border: 1px solid #ffffff;
    min-height: 235px;
    height: auto !important;
    height: 235px;
    background: #FFFFFF/*url(images/icons/login.jpg) no-repeat left top*/
    ;
    -webkit-box-shadow: inset 0 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0px 8px rgba(0, 0, 0, 0.3);
}

#user-recover-password>div {
    padding: 50px 15%;
    text-align: center;
}

#user-login input {
    font-size: 13px;
    width: 230px;
}

#user-recover-password input {
    font-size: 13px;
    width: 230px;
}

#section img {
    vertical-align: middle;
}

#section h1 {
    clear: both;
    margin: 0 0 10px 0;
    padding: 10px 20px 0;
    font-size: 28px;
    font-weight: normal;
}

#section h2 {
    clear: both;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-width: 0 0 1px 0;
    border-style: dotted;
    text-align: left;
    border-color: #393939;
    font-weight: 700;
}

#section .buttons {
    float: right;
    padding: 0 0 10px 0;
}

#section .buttons input {
    float: left;
    margin: 0 0 0 10px;
}

#page {
    /*overflow: hidden;*/
    zoom: 1;
    padding: 0 20px 50px;
}

#page .page-buttons {
    text-align: right;
    padding: 0 0px 10px 0px;
}

.pstrength-bar {
    clear: both;
}

.pstrength-minchar {
    font-size: 10px;
}

#logged-log-out #section {
    display: table;
    width: 100%;
    height: 90%;
    vertical-align: middle;
}

#logged-log-out #section #section-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}


/*  ----------------------------------------------------------------------------
    3. Forms
----------------------------------------------------------------------------- */

.divCheckboxHolder label,
.divRadioHolder label {
    display: inline !important;
    padding: 0 0 0 3px;
}

.dataTables_filter label {
    display: inline;
}

.label {
    min-height: 20px;
    height: auto !important;
    height: 20px;
    padding: 0 10px;
    border-width: 1px 10px 1px 1px;
    border-style: solid;
    font-weight: bold;
    font-size: 11px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: Verdana, Arial, sans-serif;
}

.input-radio {
    vertical-align: middle;
}

.input-text {
    float: left;
    width: 100%;
    padding: 2px 4px;
    border-width: 1px;
    border-style: solid;
    line-height: normal !important;
}

input.input-text {
    /*height: 22px;*/
}

textarea.input-text {
    height: 200px;
    padding: 10px;
}


/*.btn                            { cursor: pointer; overflow: visible; min-width: 85px; width: auto !important; width: 85px; height: 26px; margin: 2px; padding: 0 5px; border-width: 1px; border-style: solid; font-weight: bold; font-size: 11px; text-align: center; }
.btn:hover                      { }
.btn-edit,
.btn-save,
.btn-delete,
.btn-exit,
.btn-search,
.btn-reset,
.btn-plus                       { cursor: pointer;
                                  width: auto;
                                  overflow: visible;
                                  margin: 0; padding: 3px 5px 3px 22px; border-width: 1px; border-style: solid; font-weight: bold; font-size: 12px; text-align: left;
                                }
.btn-edit                       { background: url(images/icons/edit.gif) no-repeat 5px center; padding-left: 22px; }
.btn-save                       { background: url(images/icons/save.gif) no-repeat 5px center; padding-left: 22px; }
.btn-delete                     { background: url(images/icons/delete.gif) no-repeat 5px center; padding-left: 22px; }
.btn-exit                       { background: url(images/icons/exit.gif) no-repeat 5px center; padding-left: 18px; }
.btn-reset                      { background: url(images/icons/reset.gif) no-repeat 5px center; padding-left: 22px; }
.btn-plus                       { background: url(images/icons/plus.gif) no-repeat 5px center; padding-left: 22px; }*/


/*  ----------------------------------------------------------------------------
    4. Modules & Plugins
----------------------------------------------------------------------------- */


/*  ------------------------------------------------------------------------
        4.1 Modules & Plugins > Admin file list
    ------------------------------------------------------------------------- */

.uploader {
    background: #ffffff;
    border: 1px solid #bbbbbb;
}

#tabs-desc .uploader {
    background: none;
    border: none;
    padding: 0px;
}

.uploader td {
    vertical-align: top;
    font-size: 11px;
}

.uploader-frame {
    background-color: transparent !important;
    overflow: hidden;
}

.uploader-frame .file-thumb {
    background: url(../plugin/uploader/images/file-thumb-bg.jpg) repeat left top;
    vertical-align: middle;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.uploader-frame .file-thumb span {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    display: inline-block;
}

.uploader-frame .file-thumb span img {
    border-style: solid;
    border-width: 4px;
}

.uploader-frame .file-browse {
    float: left;
    height: 22px;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    background: #FFFFFF;
}

.uploader-frame .file-dimensions {
    float: left;
    width: 50%;
    margin-right: 10px;
}

.uploader iframe {}

.uploader .file {
    float: left;
    padding: 5px 10px 0px 0px;
}

.uploader .file table {
    border-collapse: collapse;
}

.uploader .file td {
    border-style: solid;
    border-width: 1px;
}

.uploader .file .file-thumb {
    background: url(../plugin/uploader/images/file-thumb-bg.jpg) repeat left top;
    width: 125px;
    height: 125px;
    vertical-align: middle;
    text-align: center;
}

.uploader .file .file-thumb span {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    display: inline-block;
}

.uploader .file .file-thumb span img {
    border-style: solid;
    border-width: 4px;
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
}

.uploader .file .file-title {
    text-align: center;
    padding: 5px 0;
}

.uploader .file .file-more {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width: 18px;
    height: 18px;
    background-image: url(../plugin/uploader/images/plus-btn.gif) !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.uploader .file .file-up {
    padding: 1px;
    position: absolute;
    left: 0px;
    top: 104px;
    z-index: 10;
    width: 18px;
    height: 18px;
    background-image: url(../plugin/uploader/images/up-btn.gif) !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.uploader .file .file-down {
    padding: 1px;
    position: absolute;
    right: 0px;
    top: 104px;
    z-index: 10;
    width: 18px;
    height: 18px;
    background-image: url(../plugin/uploader/images/down-btn.gif) !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.uploader .file .file-extra {
    position: absolute;
    left: 115px;
    top: 0;
    z-index: 10;
    display: none;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1);
}

.uploader .file .file-extra td {
    padding: 7px 10px;
}

.uploader .file .file-extra-buttons {
    white-space: nowrap;
}

.uploader .file .file-summary {}

.uploader-frame td {
    padding: 2px 0;
}

.uploader-frame td.label {
    padding: 2px 10px;
}

.uploader-frame td textarea {
    height: 150px;
}

.uploader .file .file_delete_checkbox {
    background: #515151 none repeat scroll 0 0;
    left: 0;
    padding: 4px;
    position: absolute;
    top: 0;
}

.uploader .file .file_delete_checkbox input {
    margin: 0;
}


/*  ------------------------------------------------------------------------
        4.2 Modules & Plugins > FCK Editor
    ------------------------------------------------------------------------- */

.cke_skin_v2 .cke_wrapper,
.cke_skin_v2 span.cke_browser_webkit,
.cke_skin_v2 span.cke_browser_gecko18 {
    display: inline !important;
}


/*  ----------------------------------------------------------------------------
    5. AJAX Loader
----------------------------------------------------------------------------- */

#loading {
    cursor: wait;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #FFFFFF url(images/loading.gif) no-repeat center center;
}


/*  ----------------------------------------------------------------------------
    6. Miscellaneous
----------------------------------------------------------------------------- */

table.edit-table {
    border-collapse: separate;
    border-spacing: 2px;
}

table.edit-table td {
    /*padding:1px 5px;*/
    border-radius: 0;
}

.label i {
    margin-top: -1px;
}

.arrow-holder {
    background: #ffffff;
    padding: 5px 4px 5px 5px;
    float: left;
    border: 2px solid #BBBBBB;
    margin-right: 5px;
    cursor: pointer;
}

.arrow-holder.active {
    border: 2px solid #111111;
}

.arrow-white {
    background: #555555;
}

.arrow-black {
    background: #ffffff;
}

.color-holder {
    float: left;
    padding: 15px;
    margin-right: 5px;
    display: inline;
    border: 2px solid #bbbbbb;
    cursor: pointer;
}

.color-holder.active,
.color-holder.active:hover {
    border: 2px solid #111111;
}

.color-holder:hover {
    border: 2px solid #666666;
}

.color-holder.grey {
    background-color: #393939;
}

.color-holder.blue {
    background-color: #194596;
}

.color-holder.red {
    background-color: #6b2323;
}

.color-holder.purple {
    background-color: #604e7a;
}

.color-holder.green {
    background-color: #324f45;
}

.color-holder.orange {
    background-color: #b05223;
}

.color-holder.magenta {
    background-color: #732f72;
}

.section-holder {
    float: left;
    padding: 25px 0px;
    width: 30.2%;
    margin-right: 4px;
    margin-top: 1px;
    margin-bottom: 3px;
    display: inline;
    border: 2px solid #BBBBBB;
    cursor: pointer;
}

.section-holder.active,
.section-holder.active:hover {
    border: 2px solid #111111;
}

.section-holder:hover {
    border: 2px solid #666666;
}

.section-holder.last {
    margin-right: 0 !important;
}

#font-awesome-list {
    border: 1px solid #BBBBBB;
    padding: 20px;
    background: #ffffff;
    margin-top: 20px;
}

#font-awesome-list .span4 {
    line-height: 40px;
    height: 40px;
}

#font-awesome-list .span4 i {
    font-size: 20px;
    padding-left: 5px;
    width: 35px !important;
}

#font-awesome-list .span4:hover {
    background: #efefef;
    color: #121212;
}

#font-awesome-list .span4:hover i {
    font-size: 30px;
}

#full_url {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 15px;
    padding: 10px;
}

.dataTables_wrap1,
#contentTable_filter,
#full_url {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.block-box {
    width: 100%;
    margin-bottom: 20px;
}

.block-box-inner {
    background: #ffffff;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc;
    color: #333;
    text-shadow: 0 1px rgba(255, 255, 255, 1);
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    /* Firefox */
    -webkit-animation: fadein 1s;
    /* Safari and Chrome */
    -o-animation: fadein 1s;
    /* Opera */
}

.block-box-half {
    width: 50%;
}

.box-left {
    width: 70%;
}

.box-right {
    width: 30%;
}

.ml10 {
    margin-left: 10px;
}

.block-box .block-box-header>i {
    margin-right: 5px;
}

.block-box .block-box-header {
    background: -moz-linear-gradient(center top, #fafafa 0%, #e9e9e9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 10px;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #bbb;
}

.block-box .block-box-content .block-items {
    margin: 0;
}

.block-box .block-box-content .block-item {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px dotted #CCCCCC;
}

.block-box .block-box-content .block-item:last-child {
    border-bottom: none;
}

.item-btns {
    width: 100%;
    display: table;
    border-spacing: 10px;
    padding: 0 !important;
    border: 0 !important;
    margin: -4px 0 0 0 !important;
}

.item-btns .item-btn:before,
.item-btns .item-btn:after,
.item-btns .item-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-btns .item-btn>i {
    font-size: 32px;
}

.item-btns a.item-btn {
    display: table-cell;
    text-align: center;
    width: 25%;
    padding: 16px 5px;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    font-size: 14px;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    text-shadow: 1px 1px 0 #ffffff;
}

.no-margin {
    margin: 0 !important;
}

@media (max-width:1440px) {
    .box-left {
        width: 60%;
    }
    .box-right {
        width: 40%;
    }
}

@media (max-width: 1305px) {
    .block-box .span6 {
        width: 100% !important;
    }
}

.item-btns a:hover.item-btn {
    background-image: none;
    text-decoration: none;
}

@media (min-width: 1260px) and (max-width: 1350px) {
    .item-btns a.item-btn {
        font-size: 12px;
    }
}

@media (max-width: 1259px) {
    .item-btns a.item-btn {
        font-size: 11px;
    }
}

@media (max-width: 1163px) {
    .item-btns a.item-btn {
        font-size: 11px;
    }
    .item-btns .item-btn>i {
        font-size: 25px;
    }
}

@media (max-width:1050px) {
    #aside {
        width: 25%
    }
    #section {
        width: 75%
    }
    .box-left {
        width: 50%;
    }
    .box-right {
        width: 50%;
    }
}

@media (max-width:850px) {
    #aside {
        position: fixed;
        left: -220px;
        top: 0;
        z-index: 100;
        height: 100%;
        transition-duration: 1s;
        transition-property: left;
        width: 220px;
    }
    #aside>#nav {
        padding-bottom: 0px;
    }
    .active-menu #aside {
        left: 0;
        width: 220px;
        overflow-y: auto;
    }
    #aside,
    #aside>#nav,
    #nav {
        border-top: none !important;
    }
    #section {
        width: 100%;
    }
    body {
        transition-duration: 1s;
        transition-property: left;
        position: relative;
        left: 0;
    }
    body.active-menu {
        left: 220px;
    }
    .menu-btn {
        display: inline-block;
    }
    .menu-btn .icon-bar {
        border-radius: 1px;
        display: block;
        height: 2px;
        width: 17px;
        background-color: #fff;
        margin: 3px 0;
    }
    .dataTables_wrap1>div:first-child {
        display: block;
        overflow-x: scroll;
    }
    #header-logo {
        width: 35% !important;
    }
    #header-logo img {
        max-width: 100%;
        display: block;
        height: auto !important;
    }
    #header-logo p {
        display: none;
    }
    #header .inner {
        padding: 0 10px;
    }
}

@media (max-width:768px) {
    .row-fluid [class*="span"] {
        min-height: 24px !important;
    }
    .page-buttons .btn {
        text-indent: -99999px;
        padding-right: 17px;
        padding-left: 17px;
        max-width: 50px;
    }
    .page-buttons .btn .icon-white {
        text-indent: 0px;
        float: left;
        margin-top: 3px;
    }
    .btn-toolbar {
        margin-top: -17px !important;
    }
    .btn-toolbar .btn-group a {
        text-indent: -99999px;
        padding: 5px 10px;
        max-width: 13px;
        min-width: 13px;
    }
    .btn-toolbar .btn-group a .icon-white {
        text-indent: 0px;
        float: left;
        margin-top: 3px;
    }
    .input-append,
    .input-prepend {
        display: block !important;
    }
    .label {
        white-space: normal;
    }
}

@media (max-width:640px) {
    .block-box-half {
        width: 100%;
    }
    .ml10 {
        margin-left: 0px;
    }
    .mb0 {
        margin-bottom: 0px;
    }
    .edit-table td.param-info {
        display: none;
    }
    .label {
        white-space: normal;
        line-height: 20px !important;
        width: 50%;
    }
    #contentTable_wrapper .dataTables_filter input {
        width: 100% !important;
        margin-left: 0;
    }
    .box-left {
        width: 100%;
    }
    .box-right {
        width: 100%;
    }
}

@media (max-width:480px) {
    .small-tables td,
    .small-tables,
    .small-tables tr,
    .small-tables tbody {
        display: block !important;
        width: 100%;
    }
    .small-tables colgroup col {
        width: 100%;
    }
    .item-btns {
        border-spacing: 4px !important;
    }
    /*  .dataTables_filter                                              { float: left; }*/
    .dataTables_filter {
        width: auto;
    }
    .chosen-container {
        padding: 5px 0;
    }
    #user-login,
    #user-logout,
    #user-recover-password {
        width: 85% !important;
    }
    .quickselect {
        width: 48%;
        margin-left: 0 !important;
    }
}

#user-login input,
#user-recover-password input {
    width: 90% !important;
}

.input-append,
.input-prepend {
    display: block !important;
}

.img-holder {
    float: left;
    width: 100px;
}

.box-left table {
    float: left;
}

.box-left table.file-summary {
    width: 152px;
}

body.uploader-frame {
    background-image: none !important;
}

#nav li>a>span::before {
    width: 16px;
    text-align: center;
    font-family: "FontAwesome";
    margin: 0 10px 0 -7px;
    font-size: 14px;
    content: "\f0c9";
    display: inline-block;
}

#nav li li>a>span::before {
    margin: 0 8px 0 0px;
    content: "\f105";
}

#nav li li li>a>span::before {
    margin: 0 8px 0 10px;
    content: "\f105";
}

#nav>ul>li#referencement>a>span::before,
#nav>ul>li#seo>a>span::before {
    content: "\f0ac";
}

#nav>ul>li#utilisateurs>a>span::before {
    content: "\f0c0";
}

#nav>ul>li#forum>a>span::before {
    content: "\f00b";
}

#nav>ul>li#blog>a>span::before {
    content: "\f009";
}

#nav>ul>li#details-societe>a>span::before {
    content: "\f05a";
}

#nav>ul>li#newsletter>a>span::before {
    content: "\f003";
}

#nav>ul>li#contact>a>span::before {
    content: "\f0e0";
}

#nav>ul>li#langues>a>span::before {
    content: "\f024";
}

#nav>ul>li#catalogue>a>span::before {
    content: "\f00a";
}

#nav>ul>li#diaporama>a>span::before {
    content: "\f03e";
}

#nav>ul>li#documents-administrables>a>span::before {
    content: "\f0c5";
}

#nav>ul>li#actualites>a>span::before {
    content: "\f1ea";
}

#nav>ul>li#formulaires>a>span::before {
    content: "\f233";
}

#nav>ul>li#terms>a>span::before {
    content: "\f085";
}

#nav>ul>li#vehicules>a>span::before {
    content: "\f1b9";
}

#nav>ul>li#listegalerie>a>span::before {
    content: "\f00a";
}

.error .label.control-label {
    border-color: #B94A48;
}

.success .label.control-label {
    border-color: #52A452;
}

.error.hide {
    display: table-row !important;
}

.color-input {
    max-width: 85px;
}

.link-ex {
    float: right;
    font-size: 10px;
    font-family: Arial, sans-serif;
}

.btn.btn-small i {
    font-size: 11px
}


/*Agenda*/

/*.ui-dialog {
    width: 400px!important;
}*/

.ui-dialog .place {
    text-align: left;
    margin-bottom: 10px;
}

.ui-dialog .place label {
    text-align: center;
}

.ui-dialog .row-small {
    margin: 0 -5px;
}

.dark.ui-state-hover {
    background: #fff!important;
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #333!important;
}

label.event-label {
    display: inline;
    font-weight: bold;
    line-height: 22px;
    margin-right: 5px;
}

.table-event {
    width: 100%;
    text-align: left;
}

.table-event colgroup {
    text-align: center;
}

.event-popup .col-50 {
    width: 50%;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}

.event-popup .col-40 {
    width: 42%;
    float: left;
    padding: 0 2%;
}

.event-popup .col-40 input,
.event-popup .col-50 input {
    width: 100%;
}

.table-event td,
.table-event th {
    padding: 5px;
}

.section .legend {
    padding: 15px;
    background: #fff;
    display: inline-block;
}

.section .legend i {
    color: #ffd140;
}

.section .legend i.grey {
    color: #c5c5c3;
}

.col-100 {
    width: 100%;
}

.col-50 {
    width: 50%;
}

.col-33 {
    width: 33.3333%;
}

.col-66 {
    width: 66.6666%;
}

.col-25 {
    width: 25%;
}

.col-20 {
    width: 20%;
}

.col-75 {
    width: 75%;
}

#dialogFormDiv #repetitiv {
    margin: 1px 5px;
}

.untilDate-holder {
    margin-top: 10px;
}

.repetitive {
    clear: both;
    text-align: left;
    padding-top: 15px;
}

.clearfix {
    clear: both;
}

.radio-rep-btn-holder {
    float: left;
}

#hidden-fields {
    display: none;
}

.subfields {
    display: none;
}

.fc-agendaDay-button {
    margin-right: 10px !important;
}

#evHourStart, #evHourEnd{ max-width: 70px; }
.custom_evHourStart, .custom_evHourEnd{ margin-left: -5px !important; }
.tooltip-holder { background:#ffffff; box-shadow:0 0 10px 0px rgba(0, 0, 0, 0.2); margin-top:-15px; padding:20px 0; border:1px solid #c0c0c0; }
.tooltip-holder .tooltip-title { border-bottom:1px solid #e5e5e5; padding-bottom:10px; margin-bottom:15px; font-size:136%; font-weight:700; text-transform:uppercase; }
.tooltip-holder > div { min-width:400px; max-width:400px; max-height:350px; overflow:auto; padding:15px 25px; background:#ffffff;   }
.tooltip-holder:after, .tooltip-holder:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }

.tooltip-holder:after { border-color: rgba(255, 255, 255, 0); border-top-color: #ffffff; border-width: 10px; margin-left: -10px; }
.tooltip-holder:before { border-color: rgba(229, 229, 229, 0); border-top-color: #c0c0c0; border-width: 11px; margin-left: -11px; }

.tooltip-holder.arrow-left:after, .tooltip-holder.arrow-left:before { left:10%; }
.tooltip-holder.arrow-right:after, .tooltip-holder.arrow-right:before { left: auto; right:10%; }
#calendar .tooltip { opacity: 1; }

#tabs-container .ui-widget-header{ background: none;
    border: none; }