body {
    padding-bottom: 400px !important;
}

#cci_bar {
    position: fixed !important;
    bottom: 0;
    left: 0 !important;
    width: 100% !important;
    z-index: 23420 !important;
    padding: 0 0 50px 0 !important;
    border-top: 1px solid #E2DBDB !important;

    -moz-box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.1);

    background: #d7d7d7; /* Old browsers */
    background: -moz-linear-gradient(top, #d7d7d7 9%, #cecece 31%, #cccccc 47%, #c6c6c6 48%, #adadad 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #d7d7d7), color-stop(31%, #cecece), color-stop(47%, #cccccc), color-stop(48%, #c6c6c6), color-stop(100%, #adadad)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d7d7d7 9%, #cecece 31%, #cccccc 47%, #c6c6c6 48%, #adadad 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d7d7d7 9%, #cecece 31%, #cccccc 47%, #c6c6c6 48%, #adadad 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d7d7d7 9%, #cecece 31%, #cccccc 47%, #c6c6c6 48%, #adadad 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d7d7d7 9%, #cecece 31%, #cccccc 47%, #c6c6c6 48%, #adadad 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d7d7d7', endColorstr = '#adadad', GradientType = 0); /* IE6-9 */
    margin: 0 !important;
}

#cci_bar div {
    margin: auto;
}

#cci_bar #cci_switch {
    height: 30px;
    margin-bottom: 25px;
    background: #D1D1D1;
    border-bottom: 1px solid #BEBEBE;
    border-top: 1px solid white;
    text-align: center;
}

#cci_bar #cci_switch .cci_arrow {
    height: 30px;
    width: 100%;
    line-height: 30px;
    display: inline-block;

}

#cci_bar #cci_switch .cci_arrow-down {
    background: url('../img/arrow-down.png') no-repeat center 8px;
}

#cci_bar #cci_switch .cci_arrow-up {
    background: url('../img/arrow-up.png') no-repeat center 8px;
}

#cci_bar .cci_clear {
    clear: both;
}

#cci_bar .cci_header {
    font-family: verdana;
    color: #696262;
    font-size: 17px;
    font-weight: normal;
    text-shadow: 0px -1px 0px #F7F7F7;
    display: inline-block;
    line-height: 13px;
}

#cci_bar .cci_input {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 1px solid gray;
    border-left: 1px solid #7F7F7F;
    border-right: 1px solid silver;
    border-bottom: 1px solid #C9C9C9;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
}

/* ====================== START STYLE EDITOR ====================== */

#cci_bar #cci_style_editor {
    /*background: black;*/
    width: 24%;
    height: 100px;
    display: inline-block;
    float: left;
    margin: 0 5%;
}

#cci_bar #cci_style_editor .cci_header {
    display: block;
    margin-bottom: 19px;
}

/* ====================== END STYLE EDITOR ====================== */

/* ====================== START SELECTORS EDITORS ====================== */

#cci_bar .cci_editor_arrow {
    width: 16px;
    height: 18px;
    background: url(../img/arrows.png) no-repeat 0 -29px;
    position: absolute;
    left: -27px;
    bottom: 73px;
}

#cci_bar .cci_editor_arrow_up {
    background: url(../img/arrows.png) no-repeat 0 0;
    bottom: 111px;
}

#cci_bar .cci_editor_arrow:hover {
    cursor: pointer;
}

#cci_bar #cci_selectors_editor .cci_header {
    float: left;
}

#cci_bar #cci_selectors_editor .CodeMirror {
    margin-bottom: 0px;
}

#cci_bar #cci_selectors_editor .CodeMirror-focused {
    background: #fff58b;
}

#cci_bar #cci_selectors_editor .CodeMirror-scroll {
    overflow: auto;
    height: auto;
    overflow: visible;
    position: relative;
    outline: none;
}

#cci_bar #cci_selectors_editor {
    width: 45%;
    position: relative;
    display: inline-block;
    float: left;

}

#cci_bar #cci_selectors_editor .cci_buttons {
    display: inline-block;
    float: right;
}

#cci_bar #cci_selectors_editor a.cci_addNewSelector {
    color: gray;
    text-decoration: none;
    color: #696262;
    font-size: 13px;
    font-weight: normal;
    text-shadow: 0px -1px 0px #F7F7F7;
    font-family: verdana;
    display: inline-block;
    height: 21px;
    background: url('../img/plus_16.png') no-repeat right 0px;
    padding-right: 25px;
}

#cci_bar #cci_selectors_editor .cci_focused_editor {
    background: #d4ed7e;
}

/* ====================== END SELECTORS EDITORS ====================== */

/* ====================== START SELECTOR PICKER ====================== */

*[cci_hover=true] {
    outline: 1px dashed green !important;
}

/* advanced picker */

.cci_dialog, .cci_dialog_modal {

    z-index: 99999 !important;
}

#cci_dialog {
    padding-left: 20px;
}

#cci_dialog .cci_visible_selector {
    cursor: pointer;
    display: inline-block;
    padding-right: 3px;
    padding: 3px;
}

#cci_dialog .cci_chosen_selector {
    background: #547a00;
    color: white;
}

#cci_dialog .cci_node_container {
    padding-left: 10px;
    margin: 5px 0;
}

#cci_dialog .cci_node > ul {
    visibility: hidden;
    position: absolute;
    display: inline-block;
    background: gray;
    color: white;
    padding: 0;
    margin: 0;
}

#cci_dialog .cci_node > ul > li {
    padding: 5px;
    cursor: pointer;
    list-style: none;
}

#cci_dialog .cci_node > ul > li:hover {
    background: #a5a5a5;
}

/* ====================== END SELECTOR PICKER ====================== */

/* ====================== START ACTIONS ====================== */

#cci_bar #cci_actions {
    width: 11%;
    display: inline-block;
    float: left;
    margin-left: 5%;
}

#cci_bar #cci_actions button {
    width: 100%;
    margin-bottom: 17px;
    height: 50px;
    -webkit-appearance: none;
    -webkit-border-image: none;
    -webkit-box-align: center;
    -webkit-box-shadow: rgb(150, 202, 109) 0px 1px 0px 0px inset;
    -webkit-writing-mode: horizontal-tb;
    background-color: rgb(127, 191, 77);
    background-image: -webkit-linear-gradient(top, rgb(127, 191, 77), rgb(99, 166, 47));
    border-bottom-color: rgb(91, 153, 43);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(99, 166, 47);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(99, 166, 47);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(99, 166, 47);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgb(150, 202, 109) 0px 1px 0px 0px inset;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: default;
    display: inline-block;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 11px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 7px;
    text-align: center;
    text-indent: 0px;
    text-shadow: rgb(76, 144, 33) 0px -1px 0px;
    text-transform: none;
    vertical-align: baseline;
    word-spacing: 0px;
    writing-mode: lr-tb;
}

#cci_bar #cci_actions button:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer;

}

#cci_bar #cci_actions a.cci_small_button {
    -webkit-appearance: none;
    -webkit-border-image: none;
    -webkit-box-align: center;
    -webkit-box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
    -webkit-writing-mode: horizontal-tb;
    background-color: rgb(215, 229, 245);
    background-image: -webkit-linear-gradient(top, rgb(215, 229, 245), rgb(203, 224, 245));
    border-bottom-color: rgb(161, 175, 191);
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(167, 182, 199);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(167, 182, 199);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(171, 187, 204);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
    box-sizing: border-box;
    color: rgb(26, 62, 102);
    cursor: default;
    display: inline-block;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 26px;
    letter-spacing: normal;
    line-height: 11px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 7px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 6px;
    text-align: center;
    text-indent: 0px;
    text-shadow: rgb(255, 255, 255) 0px 1px 1px;
    text-transform: none;
    vertical-align: baseline;
    word-spacing: 0px;
    writing-mode: lr-tb;
    width: 100%;
    margin-top: 10px;
    text-decoration: none;
}

#cci_bar #cci_actions a.cci_small_button:hover {
    background-color: #ccd9e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccd9e8), color-stop(100%, #c1d4e8));
    background-image: -webkit-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -moz-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -ms-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -o-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: linear-gradient(top, #ccd9e8, #c1d4e8);
    border-top: 1px solid #a1afbf;
    border-left: 1px solid #9caaba;
    border-bottom: 1px solid #96a3b3;
    border-right: 1px solid #9caaba;
    -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
    box-shadow: inset 0 1px 0 0 #f2f2f2;
    color: #163659;
    cursor: pointer; }
button.cupid-blue:active {
    border: 1px solid #8c98a7;
    -webkit-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
    box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee; }

#cci_bar #cci_actions a.cci_margin_top {
    margin-top: 38px;
}

#cci_bar

.cci_dialog_modal {
    background: white;
}

.cci_dialog_modal #cci_loader {
    color: green;
    text-align: center;
    padding: 20px;
}

.cci_dialog_modal #cci_loader_gif {
    width: 32px;
    height: 32px;
    margin: 20px auto;
    background: url(../img/loader.gif);

}


/* ====================== END ACTIONS ====================== */


/* ====================== START SOCIALS ====================== */

#cci_bar #cci_socials{
    position: absolute;
    top: -7px;
    left: 4%;
}

#cci_bar #cci_socials a{
   display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

#cci_bar #cci_socials #cci_twitter{
    background: url(../img/twitter.png) no-repeat 0 0;
}
#cci_bar #cci_socials #cci_facebook{
    background: url(../img/facebook.png) no-repeat 0 0;
}
#cci_bar #cci_socials #cci_wordpress{
    background: url(../img/wordpress.png) no-repeat 0 0;
}
#cci_bar #cci_socials #cci_gplus{
    background: url(../img/gplus.png) no-repeat 0 0;
}

/* ====================== END SOCIALS ====================== */

