body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html
{
    background: #f4f8f9;
}

body
{
    color: #707070;
}

.font-xlg
{
    font-size: 150%;
}

.font-lg
{
    font-size: 130%;
}

.font-sm
{
    font-size: 90%;
}

.font-xs
{
    font-size: 75%;
}

body.layout-simple
{
    background: #f4f8f9;
    height: 100%;
    min-height: 100vh;
}

body.hide-sidebar .page-wrapper
{
    margin-left: 0;
}

.top-left-part
{
    text-align: center;
}

.logo b
{
    width: auto;
}

.navbar-header .navbar-toggle span
{
    display: none;
}

#main-header img.user-image
{
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

#gotop
{
    display: none;
    text-align: right;
    position: fixed; 
    bottom: 15px;
    right:  15px;
    
    font-size: 20px;
    
    background: #333;
    color: #fff;
    
    padding: 20px 40px;
    border-radius: 10px;
    
    z-index: 910;
}

#gotop .container,
#gotop .container-fluid
{
    padding: 0;
}

#gotop a
{
    display: block;
    width: 100%;
    height:100%;
    color: inherit;
}

.sidebar-nav
{
    padding: 20px 0;
}

body .selectize-dropdown,
body .selectize-dropdown.form-control
{
    z-index: 10000;
}

.form-group.date ul.list-inline li.hour,
.form-group.date ul.list-inline li.minute
{
    display: none;
}

.form-group.date ul.list-inline li.year
{
    width: 120px;
    padding-left: 0;
    padding-right: 0;
}

.form-group.date ul.list-inline li.month
{
    width: 120px;
    padding-left: 0;
    padding-right: 0;
}

.form-group.date ul.list-inline li.day
{
    width: 120px;
    padding-left: 0;
    padding-right: 0;
}

form.form-lg
{
    font-size: 130%;
}

form.form-lg .form-control
{
    border-width: 2px;
    height: 50px;
}

form .selectize-input
{
    border-color: #e5ebec;
}

form.form-lg .selectize-input
{
    border-width: 2px;
    padding-top: 11px;
    padding-bottom: 11px;
}

form.form-lg .selectize-control.multi .selectize-input.has-items
{
    padding-top: 9px;
    padding-bottom: 9px;
}

form.form-lg .input-group-addon,
form.form-lg .form-control
{
    font-size: 22px;
}

form.form-lg textarea.form-control
{
    height: auto;
}

form.form-lg .btn
{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

form.form-lg .btn-xs
{
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

form.form-lg input::-webkit-input-placeholder
{
	font-size: 16px;
}
form.form-lg input:-moz-placeholder
{
	font-size: 16px;
}
form.form-lg input::-moz-placeholder
{
	font-size: 16px;
}
form.form-lg input:-ms-input-placeholder
{
	font-size: 16px;
}

.checkbox label
{
    padding-left: 15px;
}

label.empty-control-label
{
    display: block;
}

form.form-lg .multicheckbox .checkbox
{
    font-size: 90%;
    margin-bottom: 15px;
}

form.form-lg .form-group.date ul.list-inline li.year
{
    width: 180px;
}

form .ui-file
{
    overflow: hidden;
    position: relative;
    padding: 25px;
    border: 1px solid #ddd;
    background-color: #efefef; 
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center; 
}

form .ui-file input[type="file"]
{
    position: absolute;
    top: 0;
    right: 0; 
    margin: 0;
    font-size: 100px;
    cursor: pointer;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    z-index: 10;
}

form .ui-file .ui-remove
{
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
}

form .ui-file .ui-remove .btn
{
    border-radius: 0;
}

form .ui-file-preview img
{
    max-width: 100%;
    height: auto;
}

div.error[role="alert"]:not(.alert)
{
    display: none;
}

.emoji-menu
{
    width: 500px;
}

.emoji-menu .icon-bell:before,
.emoji-menu .icon-grid:before
{
    display: none;
}

.table>tbody>tr>td, .table>tbody>tr>th
{
    padding-top: 7px;
    padding-bottom: 7px;
}

.user-table .table-sm>tbody>tr>td,
.user-table .table-sm>tbody>tr>th
{
    padding-top: 7px;
    padding-bottom: 7px;
}

.white-box .table > tbody:first-child > tr:first-child > td
{
    border-top: none;
}

.user-table td .btn-group>.btn[data-toggle="dropdown"]:not(:first-child):not(:last-child):not(.dropdown-toggle)
{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.btn-placeholder
{
    visibility: hidden;
}

.media
{
    border: 0;
}

.ui-color-schemes .ui-color-example
{
    width: 100%;
    height: 200px;
}

.ui-color-schemes .el-card-item
{
    padding-bottom: 7px;
}

.ui-color-schemes .el-card-item .el-overlay-1
{
    margin-bottom: 7px;
}

.ui-color-schemes .thumbnail
{
    margin-bottom: 0;
}

.page-header
{
    margin: -10px 0 30px 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 0;
}

.alert + .page-header
{
    margin-top: 0;
}

.page-header .page-title .btn
{
    font-size: 14px;
    position: relative;
    top: -3px;
    margin-left: 13px;
    padding: 4px 12px;
}

.page-sub-header
{
    margin-top: 20px;
}

.user-table td .btn
{
    width: auto;
    border-radius: 8px;
    height: auto;
}

.user-table .btn-warning
{
    border-color: #eea236;
}

.label-default
{
    background-color: #959b9c;
}

.table th form
{
    margin-bottom: -8px;
}

.pagination
{
    font-size: 140%;  
}

.user-table .pagination>li>a, .user-table .pagination>li>span,
.pagination>li>a, .pagination>li>span
{
    padding: 8px 14px;
    margin: 0 7px 0 0;
}

.pagination .disabled
{
    display: none;
}

.vtabs
{
    width: 100%;
}

.vtabs .tabs-vertical
{
    width: 280px;
}

.vtabs .tab-content
{
    padding: 0 20px;
}

.info-box .info-count
{
    font-size: 24px;
    margin-top: -3px;
}

.info-box .info-text
{
    text-transform: none;
}

.panel .panel-heading
{
    padding: 25px 25px 0 25px;
}

.panel .panel-heading .btn-group
{
    position: relative;
    top: -7px;
}

body.show-sidebar .note-toolbar
{
    visibility: hidden;
}

.note-editor.panel .panel-heading .btn-group
{
    top: auto;
}

.note-editable p
{
    max-width: 100%;
}

.note-editable img
{
    max-width: 100%;
}

.note-editable .table>tbody>tr>td,
.note-editable .table>tbody>tr>th
{
    border: 1px solid #ccc;
}

.panel .panel-body:first-child h4
{
    margin-top: 0;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.line-steps .finish.active .step-number,
.line-steps .done .step-number
{
    color: #00bbd9;
    border-color: #00bbd9;
}

.line-steps .done .step-title:after,
.line-steps .done .step-title:before
{
    background-color: #00bbd9;
}

body.layout-simple .container-fluid
{
    max-width: 1100px;
}

body.layout-simple .users-form
{
    max-width: 640px;
    margin: 5% auto 0;
}

body.layout-simple .users-form .logo
{
    margin: 30px 0;
    text-align: center;
}

.qa
{
    margin-bottom: 30px;
}

.ui-customer .ui-initiation-level
{
    font-size: 60%;
    position: relative;
    top: -4px;
    margin-left: 10px;
}

.ui-customer .colorbox-group-widget 
{
    padding: 20px 0;
}

.colorbox-group-widget .white-box
{
    margin-bottom: 0;
}

.ui-customer .colorbox-group-widget .info-color-box .media
{
    padding: 15px 20px;
}

.ui-customer .colorbox-group-widget .info-color-box .media .info-count
{
    font-size: 110%;
    margin: 0;
    padding-bottom: 7px;
}

.ui-customer .colorbox-group-widget .info-color-box .media .info-count span
{
    padding-right: 8px;
}

.ui-customer .colorbox-group-widget .info-color-box .media .info-text
{
    font-size: 150%;
    text-transform: none;
    margin-bottom: 0;
}

.ui-customer .colorbox-group-widget .info-color-box .media .info-text a
{
    color: inherit;
}

.ui-customer .ui-customer-header
{
    margin-bottom: 30px;
}

.ui-customer .ui-customer-summary
{
    padding: 10px;
    margin-bottom: 0;
}

.ui-customer .ui-customer-summary .table>tbody>tr>td
{
}

.ui-customer .ui-customer-summary .table>tbody>tr:last-child>td
{
    border-bottom: 0;
}

.ui-customer .ui-customer-summary .table
{
    margin-bottom: 0;
}

.ui-customer .ui-customer-summary .table>tbody>tr>td,
.ui-customer .ui-customer-summary .table>tbody>tr>th
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.ui-customer .panel .panel-heading .btn-group
{
    position: relative;
    top: -3px;
    padding-left: 15px;
}

.ui-insert-mail-param
{
    margin-top: 5px;
    background: #eee;
}

.ui-insert-mail-param .btn
{
    border-radius: 0 !important;
    margin-bottom: -1px;
}

@media (min-width: 768px)
{
    .mini-sidebar .sidebar-nav #side-menu>li:hover>a
    {
        width: 339px;
    }
    .mini-sidebar .sidebar-nav #side-menu>li>ul
    {
        width: 280px;
        overflow: hidden;
        top: auto;
    }
}