/*@font-face{
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 400;
    src:local('Source Code Pro'),local("SourceCodePro"),url(./fonts/SourceCodePro-Regular.ttf)format("truetype");
}*/

/**{
    box-sizing: border-box;
}

html{
    height: 100%;
    font-family: 'BlinkMacSystemFont', 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    background-color: #fff;
}

body{
    margin: 0;
    height: 100%;
    display: flex;
}

h1,h2,h3{
    margin-top: 0;
    line-height: 1.5;
}

h1{
    font-size: 3em;
    font-weight: 600;
}*/

*{
    padding: 0px;
    margin: 0px;
    color: #8A8A90;
    user-select: none;
    -webkit-user-select: none;
}

::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #585757;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background:#585757;
}

.icon-createproject-custom{
    background-image:url('../editor/project/custom.png')
}
.icon-createproject-mobile{
    background-image:url('../editor/project/mobile.png')
}
.icon-createproject-tablet{
    background-image:url('../editor/project/tablet.png')
}
.icon-createproject-web{
    background-image:url('../editor/project/web.png')
}

.toolbar{
    height: 31px;
    box-sizing: border-box;
}

.ant-tabs-bar{
    border-bottom: 1px solid #585757;
    margin-bottom: 0px;
}

.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active{
    background: #111111;
    border-color:#585757;
    color:#7b7c7d;
}

.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close{
    color:rgba(250, 250, 250, 0.43);
}

.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab{
    background: #2d2d2d;
    border-color:#585757;
}

.ant-btn-ghost[disabled]{
    background: #111111;
    border-color:#585757;
    color:#7b7c7d;
}

.ant-table-thead > tr > th{
    background: #2d2d2d;
}

.ant-table-placeholder{
    background: #3a3a3a;
}

.ant-table-bordered .ant-table-thead > tr > th, .ant-table-bordered .ant-table-tbody > tr > td{
    border-right:1px solid #585757;
}

.ant-table-bordered .ant-table-thead > tr > th{
    border-bottom:1px solid #585757;
}

.ant-table-bordered .ant-table-header > table, .ant-table-bordered .ant-table-body > table, .ant-table-bordered .ant-table-fixed-left table, .ant-table-bordered .ant-table-fixed-right table{
    border: 1px solid #585757;
}

.ant-table-tbody > tr > td{
   border-bottom: 1px solid #585757;
}

.editable-row-text{
    margin: 0 auto;
}

.ant-modal-content{
    background-color: #252526;
}

.ant-modal-header{
    background: #252526;
}

.ant-input{
    background-color: #252526;
    border: 1px solid #585757;
    color:#8A8A90;
}

.ant-input-group-addon{
    background-color: #252526;
    color:#8A8A90;
}

.ant-input-group{
    width: initial;
}

.ant-input-group-addon{
    border-bottom: 1px solid #585757;
}

.ant-collapse{
    border:initial
}

.ant-collapse-content{
    background-color: #1e1e1e;
}

.ant-collapse > .ant-collapse-item {
    border-top: 1px solid #404040;
}

.ant-collapse{
    background-color: #2d2d2e;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header{
    color:#8A8A90;
}

.ant-btn{
    background-color: #252526;
    border-color: #585757;
}

.ant-select-selection{
    background-color: #252526;
    border: 1px solid #585757;
}

.ant-menu-dark .ant-menu-item, .ant-menu-dark .ant-menu-item-group-title, .ant-menu-dark .ant-menu-item > a{
    text-align: left;
}

/*backgroundColor: '#ff0000', display: 'inline-block',lineHeight:22,verticalAlign:'top',margin:10,width:40,height:20*/
.menubar{
    background-color: #ff0000;
    display: inline-block;
    line-height: 22px;
    vertical-align: top;
    margin: 10px;
    width: 40px;
    height:20px;
}

.menubarItem{
    background: #E9E9E9;
    display:inline-block;
    margin: 0px 3px 0px 3px;
    height:24px;
}

.createproject-typeSelect{
    padding:22px;
    float: left;
}

.createproject-typeSelect:hover{
    background-color: #585757;
}

.createproject-typeSelect-visited{
    padding:22px;
    float: left;
    background-color: #585757;
}
