body {
    background: transparent url(../images/noise.png) left top repeat;
}

body > .container {
    width: 100%;
    position: relative;
}

.toggle:hover, .toggle:focus {
    color: #fff;
}

#hidden {
    display: none !important;
}

.actionButtons {
    border-radius: 0px;
}
header .actionButtons.btn {padding:6px 10px; margin-left:5px;}
header .actionButtons .fa {
    font-size:30px;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}

li.sandbox {border:3px solid #d00}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
}

body .drop-hover {
    border: 3px dashed #95A5A6;
    height: 150px;
    background: #ECF0F1;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

#loader > img {
    display: block;
    width: 128px;
    height: 128px;
    margin: 150px auto 0px;
}

#blockUIThing {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255,255,255,0.7);
    z-index: 10000;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    display: none;
    font-size: 30px;
}

#blockUIThing > img {
    display: block;
    width: 128px;
    height: 128px;
    margin: 150px auto 0px;
}



body .btn-warning {
    background-color: #F39C12;
}

body .btn-warning:hover {
    background-color: #F4A62A;
}

body .fileinput .fileinput-preview {
    cursor: default !important;
}

body .btn-file > input[type="file"] {
    position: absolute !important;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

/* header */

header {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background: #ECF0F1;
}

header.affix {
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.08);
}

header .modes {
    /* width: 460px; */
    text-align: center;
    /* margin-left: 50px; */
}

header .modes #modeContent {
    display: none;
}

header .modes > b {
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    text-align: right;
}

header .modes > label {
}

header .modes > label.radio.primary {
    display: inline-block;
    margin-top: 0px !important;
}

header .modes > label {
    margin-right: 20px;
}

header .modes > label:last-child {
    margin-right: 0px;
}

/* end header */



/* style editor */

.styleEditor {
    position: fixed;
    left: -310px;
    top: 0px;
    height: 100%;
    width: 310px;
    background: #f9f9f9;
    z-index: 1000;
    box-shadow: 6px 0px 1px rgba(0,0,0,0.1);
    padding: 15px;
    overflow-y: auto;
    overflow-x: visible;
}

.styleEditor .tab-content {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
    border-bottom: 2px dashed #ccc;
}

.styleEditor .nav-tabs li span {
    font-size: 12px;
    color: #34495E;
}

.styleEditor form {
    width: 100%;
    overflow: visible;
    position: relative;
    margin-bottom: 20px;
}

.styleEditor > a.close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 20px;
}

.styleEditor h3 {
    font-size: 17px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 30px;
}

.styleEditor .control-label {
    line-height: 20px;
    padding-top: 6px;
    font-size: 13px;
    float: left;
    width: 55%;
}

.styleEditor .form-group {
    position: relative;
    margin-bottom: 10px;
    min-height: 40px;
}

.styleEditor .form-group > input {
    float: right;
    width: 42%;
    text-overflow: ellipsis;
}

.styleEditor .form-group > .btn-group.select {
    float: right;
    width: 42%;
}

.styleEditor .form-group > .btn-group.select > .btn {
    width: 100%;
}

.styleEditor .form-group > .btn-group.select .dropdown-menu {
    right: 0px;
    left: auto;
}

.styleEditor .form-group > .sp-replacer {
    float: right;
    width: 42%;
    border: 2px solid #bdc3c7;
    height: 35px;
    background: #fff;
    padding: 6px;
}

.styleEditor .form-group .sp-preview {
    width: 75%;
    border: 0px;
}

body .sp-container {
    border: 2px solid #bdc3c7;
}

body .sp-container .sp-palette-container {
    border-right: 2px solid #bdc3c7;
}

body .sp-container .sp-picker-container {
    border-left: 0px;
}

body .sp-container button, body .sp-container button:hover {
    background-image: none;
    background-color: #1ABC9C;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    font-family: "Lato",​Helvetica,​Arial,​;
    font-weight: normal;
    padding: 0px 12px;
    text-shadow: none;
    line-height: 31px;
    text-transform: uppercase;
}

body .sp-input {
    border-radius: 0px;
    background: #fff;
    border: 1px solid #ccc;
}

.styleEditor .form-group > input.active {
    position: absolute;
    right: 0px;
    width: 100%;
}

.styleEditor div#styleElements {
    margin-bottom: 0px;
}

.styleEditor ul.breadcrumb {
    background: #E1E0E0;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
}

.styleEditor .breadcrumb > li:after {
    color: #24bfa0;
}

.styleEditor .breadcrumb .active {
    color: #24bfa0;
    font-weight: bold;
}

.styleEditor .nav-tabs > li > a {
    padding: 7px 15px 8px;
}

.styleEditor .sideButtons {
    margin: 0px 0px 10px;
    width: 100%;
}

.styleEditor .sideButtons > * {
    float: left;
    width: 33.33%;
}

.styleEditor p.orEL {
    color: #7F8C8D;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 2px solid #BDC3C7;
    line-height: 0px;
    margin-bottom: 25px;
}

.styleEditor p.orEL span {
    background: #F9F9F9;
    padding: 0px 10px;
}

.styleEditor .link_Tab .btn-group {
    margin-bottom: 25px;
}

.styleEditor .link_Tab .btn-group, .styleEditor .link_Tab .btn-group button {
    width: 100%;
}

.styleEditor .link_Tab .btn-group .dropdown-menu {
    right: 0px;
    left: auto;
}

.styleEditor .link_Tab input {
    margin-bottom: 20px;
}

.styleEditor ul.nav-tabs li.active a {
    background-color: #f9f9f9;
    border-color: #e1e4e7 #e1e4e7 #f9f9f9;
}

.styleEditor .fileinput .thumbnail {
    border-radius: 0px;
}

.styleEditor .imageFileTab > input,
.styleEditor .imageFileTab #imageSelector > select,
.styleEditor .imageFileTab > .form-group{
    margin-bottom: 20px;
}

.styleEditor #icons_chosen {
    width: 100% !important;
    margin-bottom: 30px;
}

/* end style editor */



/* side */

.menu {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1000;
}

.toggle {
    background: #34495E;
    color: #eee;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: 0px;
    top: 55px;
    z-index: 500;
    box-shadow: 5px 0px 0px rgba(0,0,0,0.1);
}
.toggle1 {
    top: 0;
}

.menu .main {
    background: none repeat scroll 0 0 #D6D9DB;
    height: 100% !important;
    overflow-y: auto;
    padding-top: 20px;
    width: 260px;
    height: 100%;
    float: left;
    box-shadow: -10px 0 2px rgba(0, 0, 0, 0.08) inset;
}

.menu .main h3 {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px 20px 10px;
    letter-spacing: 1px;
}

.menu .main h3 > span {
    font-size: 15px;
}

.menu .main > ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.menu .main > ul > li {
    list-style: none;
    list-style-type: none;
}

.menu .main > ul > li > a {
    color: #000;
    display: block;
    line-height: 35px;
    -webkit-transition: color 0.5s; /* For Safari 3.1 to 6.0 */
    -moz-transition: color 0.5s;
    transition: color 0.5s;
    font-size: 16px;
    padding-left: 20px;
}

.menu .main > ul#elements > li > a:hover, .menu .main > ul#elements > li > a.active {
    color: #fff;
    background: #1f2e3c;
}

.main > .sideButtons {
    margin-left: 20px;
    width: 86%;
    margin-bottom: 20px;
}

.main > .sideButtons > * {
    margin: 0px;
    float: left;
    width: 50%;
}

.main > hr {
    border-top: 1px dashed #ECF0F1 !important;
}

.menu .second {
    background: #1f2e3c;
    width: 0px;
    height: 100%;
    float: left;
    display: none;
    box-shadow: inset 5px 0px 5px rgba(0,0,0,0.3);
    z-index: 1000;
    overflow-y: auto !important;
    position: absolute;
    left:260px;
}

.menu .second .hideSecond {
    display: block;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 5px;
    text-transform: uppercase;
}

.menu .second ul {
    margin: 0px;
    padding: 0px;
}

.menu .second ul li, li.element {
    list-style: none;
    list-style-type: none;
    padding: 15px 15px 0px;
}

.menu .second ul li, li.element > img {
    width: 100%;
    max-width: 100%;
    cursor: move;
}

li.element {
    padding: 0px;
}

.menu .second ul li iframe {
    border: 0px;
    width: 270px;
    background: #fff;

}

.menu .second ul li iframe html {
    -ms-zoom: 0.25;
    -moz-transform: scale(0.25);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.25);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.25);
    -webkit-transform-origin: 0 0;
}

.menu .second ul li .zoomer-wrapper a {
    cursor: move;
}

.menu .main ul#pages {
    margin-bottom: 15px;
}

.menu .main ul#pages li {
    display: block;
    height: 35px;
    cursor: pointer;
}

.menu .main ul#pages li.active {
    background: #1f2e3c;
}
.menu .main ul#pages li.active > a {
    color:#fff;
}
.menu .main ul#pages li input {
    float: left;
    font-size: 16px;
    height: 35px;
    margin: 0;
    padding: 0;
    width: 53%;
    margin-left: 20px;
    border: 0px;
    color:#fff;
    background: none;
}

.menu .main ul#pages li > a {
    float: left;
}

.menu .main ul#pages li > span {
    float: right;
    font-weight: normal;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 8px;
    display: none;
}

.menu .main ul#pages li.active > span {
    display: block;
}

.menu .main ul#pages li > span a {
    color: #CBD0D3;
    float: right;
    margin-left: 5px;
}

.menu .main ul#pages li > span a.btn {
    color: #fff;
    position: relative;
    top: -3px;
    display: none;
}

.menu .main ul#pages li.active.edit > span a.btn {
    display: inline;
}

.menu .main ul#pages li.active.edit > span .fileDel, .menu .main ul#pages li.active.edit > span .fileEdit {
    display: none;
}

.menu .main ul#pages li > span a:hover.fileDel {
    color: #E74C3C;
}

.menu .main ul#pages li > span a:hover.fileEdit {
    color: #2ECC71;
}

/* end side */


#frame {
    display: block;
    border: 0px;
}

.screen {
    margin: 5px auto 30px;
    width: 97%;
    border: 1px solid #777;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 10px 0 #aaa;
}

.screen .zoomer-wrapper {
    background: #fff;
}

.screen .start {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99;
    display:none;
}

.screen .start > div {
    display: block;
    background: #34495E;
    padding: 10px 20px;
    width: 450px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin: 170px auto 0px;
}

.screen .toolbar {
    background: #E1E0E0;
    height: 35px;
    padding: 0px 0px 0px 11px;
}

.screen .toolbar .buttons {
    float: left;
    height: 13px;
    margin-top: 11px;
}

.screen .toolbar .title {
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-right: 80px;
    padding-top: 5px;
}

.screen .toolbar .left {
    display: block;
    width: 13px;
    height: 13px;
    float: left;
    border-radius: 13px;
    margin-right: 6px;
}

.screen .toolbar .left.red {
    background: #E74C3C;
}

.screen .toolbar .left.yellow {
    background: #F4A62A;
}

.screen .toolbar .left.green {
    background: #16A085;
}

.screen .frameWrapper {
    background: #fff;
    padding-top: 0px;
    position: relative;
}

.screen .frameWrapper.empty {
    min-height: 400px;
}

.screen .frameWrapper #pageList ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: none;
    height: 100%;
    min-height: 300px;
}

.screen .frameWrapper #pageList ul.active {
    display: block;
}

.screen .frameWrapper #pageList ul li {
    display: block;
    overflow: hidden;
    position: relative;
}

.screen .frameWrapper #pageList ul li .editorButtons {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
}

.screen .frameWrapper #pageList ul iframe {
    border: 0px;
    width: 100%;
}

.screen .frameWrapper #pageList ul li .zoomer-cover {
    cursor: move;
    overflow: hidden !important;
}

.screen .frameWrapper #pageList ul li .zoomer-small, .screen .frameWrapper #pageList ul li .zoomer-small iframe {
    overflow: hidden !important;
    overflow-y: hidden !important;
}

.screen .frameCover {
    position: absolute;
    top: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.screen .frameCover button.btn-danger, .screen .frameCover button.btn-warning, .screen .frameCover button.btn-inverse {
    border-radius: 0px;
    float: right;
    visibility:hidden;
    opacity:0;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    -webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    -moz-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    width: 100px;
}

.screen .frameCover:hover button.btn-danger, .screen .frameCover:hover button.btn-warning, .screen .frameCover:hover button.btn-inverse {
    visibility:visible;	
    opacity:1;
    transition-delay:0s;
}

.screen .aceEditor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}



/* modals */

.modal-content {
    border-radius: 0px;
    border: 0px;
}

.modal.small-modal > .modal-dialog, .modal.small-modal .modal-content {
    width: 400px;
}

.modal.small-modal > .modal-dialog {
    margin-top: 140px;
}


/* some flat ui resets */

.btn {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.alert {
    border-radius: 0px;
}

/* end modals */

.modal .alert-danger .fa{
    float: left;
    font-size: 50px;
    color: #E45172;
    margin-right: 10px;
    text-shadow: 1px 0 0 #FFED90;
}

.footer {
    margin-bottom:10px;
}

.if-active, .isActive .if-inactive {display:none}
.if-inactive, .isActive .if-active  {display: block}

/* just for clean code view in IDE*/
.toggler,.elements,.pages,.fileSave,.fileCancle,.pageButtons, .orEL,.iconTab,.videoTab,.sandboxes,.input_Tab {}
