html { overflow-x:hidden; }
.content-header {
	position: relative;
	padding: 0 0 3px 8px
}

.content-header>.breadcrumb {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0px;
    padding-left: 10px;
    background: #ecf0f5;
}

.main-footer {
    padding: 7px;
    color: #444;
    border-top: 1px solid #eee;
}

[v-cloak] {
  display: none;
}

.grid-btn{
	margin-bottom:12px;
}
.grid-btn .btn{
	margin-right:10px;
}
.pointer{cursor: pointer;}

.ml-10 { margin-left:0 !important; }
@media (min-width: 768px) {
	.ml-10 { margin-left:10px !important; }
	.col-sm-10 {width: 70%;padding-left: 0px;}
	.col-sm-2 {width: 24%;}
}
tbody > tr > th {font-weight: normal; }
.panel .table { margin:0 0; }
.panel .pagination { margin:0; }
.panel-default>.panel-heading {background-color: #f5f5f5;}
.row{
	border-top: 1px solid #ddd;
	margin:0;
	padding:20px 2px 0px 2px;
}
.col-xs-6{padding-left: 0px;padding-right: 0px;}
.form-horizontal .form-group {margin-left:0px;margin-right:0px;}
.form-horizontal{
	width:550px;padding-top:20px;
}
.explorer-frame .file-other-icon {
     font-size: 2.7em;
 }
.theme-explorer .explorer-frame .kv-file-content {
    width: 60px;
    height: 50px;
}
.theme-explorer .explorer-frame td {
    height: 50px;
}
.upload-form {
    width: 100%;
}
.file-input {
    margin-left: 15px;
    display: inline-block;
    width: 80%;
}
.upload-return-btn {
    display: inline-block;
    float: right;
    margin-right: 15%;
    margin-right: -moz-calc(20% - 75px);
    margin-right: -webkit-calc(20% - 75px);
    margin-right: calc(20% - 75px);
}
.progress {
    margin-top: 20px;
    margin-bottom: 0px;
}
.fmgr-config-form {
    width: 80%;
}
.fmgr-config-form .bootstrap-tagsinput {
    min-width: 50%;
}
.fmgr-config-form .input-group-2 {
    min-width: 50%;
}
.fmgr-config-form .input-group-3 {
    min-width: 80%;
}
.fmgr-config-form .input-group-addon {
    width: auto;
    max-width: 30px;
}
.b-l-r-0 {
    border-left: none !important;
    border-right: none !important;
}
.fmgr-config-form .input-group-addonL {
    width: auto;
    max-width: 70px;
}
.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
    height:auto;
    vertical-align:text-top;
}
