/* ==========================================================
 * MangoLight Editor 0.1
 * http://www.mangolight.com/labs/mangolight_editor
 * ==========================================================
 * Copyright 2014 MangoLight / http://www.mangolight.com
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================== */
body,.ace_editor,#tabs{background:url("../../img/bg.png") #050515;color:#9c9da9;}
#top_bar{background-image:linear-gradient(#0f0f1a,#050514);}
#top_bar .fa{color:#9c9da9;}
.open_file:hover,.open_folder:hover,#functions li:hover{color:#ff6f1c;}
#editors{border-right:10px solid #333;}
#editors .editor{border:1px solid #222;}
.editor.active{box-shadow:0 0 15px black;}
.button,.close{color:#000;border:1px solid #000;}
#log{border-top:10px solid #333;}
.menu{background:#060606;border-top:1px solid #333;border-left:1px solid #333;box-shadow:1px 1px 5px black;}
.menu .sep{border-bottom:1px solid #222;}
.menu li:hover{background:#333;}
.layer.dark{background:rgba(0,0,0,0.8);}
.window{background:#444;color:#999;border-top:1px solid #666;border-left:1px solid #666;box-shadow:1px 1px 5px black;}
.layer input,.layer select,.layer textarea{background:#555;color:#ccc;border:1px solid #777;border-radius:5px;}
.layer button{background:#444;border:1px solid #666;box-shadow:1px 1px 5px black;color:#ddd;}
.layer fieldset{border:1px solid #aaa;}

::-webkit-scrollbar-track-piece{background-color:#050514;-webkit-border-radius:0;}
::-webkit-scrollbar-thumb:vertical{height:5px;background-color:#666;-webkit-border-radius:3px;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#9c9da9;}
::-webkit-scrollbar-thumb:horizontal{width:5px;background-color:#666;-webkit-border-radius:3px;}
::-webkit-scrollbar-thumb:horizontal:hover{background-color:#9c9da9;}