
#nautilus-ui-render-content-form .waves-button, 
#nautilus-ui-render-content-form .waves-button:hover, 
#nautilus-ui-render-content-form .waves-button:visited, 
#nautilus-ui-render-content-form .waves-button-input,
#menu-editor-overview-form .waves-button, 
#menu-editor-overview-form .waves-button:hover, 
#menu-editor-overview-form .waves-button:visited, 
#menu-editor-overview-form .waves-button-input
#menu-overview-form .waves-button, 
#menu-overview-form .waves-button:hover, 
#menu-overview-form .waves-button:visited, 
#comment-admin-overview .waves-button-input,
#comment-admin-overview .waves-button, 
#comment-admin-overview .waves-button:hover, 
#comment-admin-overview .waves-button:visited, 
#comment-admin-overview .waves-button-input{
    white-space: normal;
}


#overlay fieldset.collapsed {
    height: 0;
    padding-bottom: 4px;
}

.adminimal-theme #edit-plugin-inline {
    width: auto !important;	
}

#nautilus-ui-render-content-form table th:last-child {
    width: 145px;
}

#nautilus-ui-render-content-form .content-add-new-bulk-button,
#nautilus-ui-render-content-form .content-add-new-button {
    position: inherit;
    margin-bottom: 15px;
    margin-left: 15px;
    display: block;
}

.adminimal-theme .text-format-wrapper .ckeditor_links, 
.adminimal-theme .text-format-wrapper .filter-wrapper {
    display: none !important;
}

.adminimal-theme .field-type-node-reference .form-item {
    padding-right: 0px;
}

#menu-overview-form table td {
    padding: 3px 10px;
}

.adminimal-theme .menu-overview-title-edit-trigger {
    color: #888;
}

#menu-overview-form table th:last-child {
    width: 100px;
    display: block;
}
.adminimal-theme #menu-editor-overview-form table .path-edit input {
    width: 180px;
}
/*
.adminimal-theme a.tabledrag-handle .handle {
    margin: -0.4em 0em;
    padding: 0.42em 0.5em;
    width: 7px;
}

.adminimal-theme .draggable a.tabledrag-handle {
    margin-left: -12px;
	padding-right: 0px;
}
*/
.adminimal-theme .tabledrag-toggle-weight-wrapper {
    display: none;
}

.adminimal-theme .ctools-link {
    background: url('/profiles/nautilus/themes/adminimal_theme/css/images/select-arrow.svg') no-repeat center top #fff;
}

.form-item-langselect label, .form-item-langselect select {
    display: inline-block;
    margin-left: 15px;
}

.adminimal-theme .sticky-header {
    top: 0px !important;
    z-index: 9999 !important;
}

.adminimal-theme .field-widget-image-image fieldset, 
.adminimal-theme .field-widget-file-generic fieldset{
    margin: 0px;
    padding: 15px;
}

.adminimal-theme .menu-link-form {
    margin-right: 30px;
}

#overlay {
    padding-bottom: 30px;
}

.adminimal-theme fieldset .field-type-node-reference .form-submit {
    margin-right: 15px;
}

#nautilus-ui-render-content-form .content-add-new-button {
    background: #2196f3;
    color: #FFFFFF;
}

#nautilus-ui-render-content-form .content-add-new-button:hover {
    background: #29B6F6;
    text-decoration: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}

.filter .form-item input, .filter .form-item select {
    width: 90%;
}

.content-add-new-bulk-button {
    color: #fff !important;
}

.redirect-list .links a {
    border-top: 0px !important;
}

.page-node-revisions .revision-log{
    display: none;
}
.tabledrag-processed .draggable .form-item .form-autocomplete {
    width: 100%;
    box-sizing: border-box;
}


#node-delete-confirm #edit-cancel,
#node-revision-delete-confirm #edit-cancel, 
#menu-item-delete-form #edit-cancel,
#comment-multiple-delete-confirm #edit-cancel {
    display: inline-block;
    cursor: pointer;
    padding: 6px 18px;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 1.077em;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0.2rem;
    transition: all, 0.3s;
    line-height: 24px;	
}

a.cke_dialog_tab {
    height: 12px !important;
}

a.cke_dialog_close_button {
    width: 20px !important;
    height: 8px !important;
}

a.cke_dialog_ui_button {
    margin-top: 24px !important;
}

a.cke_dialog_ui_button_ok {
    color: #fff !important;
    margin-top: 0px !important;
}
a.cke_dialog_ui_button_cancel {
    background-color: #bbb !important;
    color: #fff !important;
    margin-top: 0px !important;
}

.adminimal-theme div.messages {
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 4px 4px 4px 4px;
    padding: 15px;
    margin: 0 0 15px 0;	
}

.adminimal-theme div.messages p {
    margin-bottom: 0px;	
}
.adminimal-theme div.messages ul {
    margin: 0;	
}

.adminimal-theme div.messages li {
    background-position: left 8px;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding-left: 15px;
}

.adminimal-theme div.messages.error {
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    color: #B94A48;	
}

.adminimal-theme div.messages.error li {
    background-image: url("/profiles/nautilus/themes/nautilus/img/li-error.png") !important; 
}

.adminimal-theme div.messages.status {
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
    color: #468847;
}

.adminimal-theme div.messages.status li {
    background-image: url("/profiles/nautilus/themes/nautilus/img/li-ok.png") !important; 
}


.adminimal-theme div.messages.warning {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
}

.adminimal-theme div.messages.warning li {
    background-image: url("/profiles/nautilus/themes/nautilus/img/li-warning.png") !important; 
}

.adminimal-theme .menu-operations .ctools-button-processed {
    border-radius: 0px;
}

body.adminimal-skin-material table th {
    background-color: transparent !important;
}

body.adminimal-skin-material thead {
    background: #ddd;
}

#nautilus-bulk-content-admin-content-bulk-form .form-submit {
    margin-right: 15px;
}

body.adminimal-skin-material input[name='delete'] {
    background-color: #D32F2F;
}

body.adminimal-skin-material input[name='delete']:hover {
    background: #D32F2F;
    text-decoration: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}

body.adminimal-skin-material table th.active a {
    color: #EC8608;
}

body.adminimal-skin-material .form-item-roles-change .description {
    display: none;
}

.node-form-options .form-item-status {
    position: relative;
}

.node-form-options .form-item-status .help-icon {
    position: absolute;
    top: 0px;
    left: 83px;
}

#field-oznameni-stranky-add-more-wrapper #field-oznameni-stranky-values {
    position: relative;
}

#field-oznameni-stranky-add-more-wrapper #field-oznameni-stranky-values .help-icon {
    position: absolute;
    top: 13px;
    left: 216px;
}

body.adminimal-skin-material .tab-title .title {
    color: #fff;
    padding: 15px;
    background-color: #3498CF;
}

body.adminimal-skin-material .tab-title .title strong {
    font-size: 18px;	
}

body.adminimal-skin-material .group-page-devel {
    display: none;
}

body.adminimal-skin-material table.ui-datepicker-calendar tbody td a {
    padding: 2px 2px;
    border-radius: 0px;
}

.taxonomy-list-wrapper {
    margin-bottom: 30px;
    margin-top: -15px;
}

.taxonomy-list-wrapper span {
    font-size: 15px;
}

html body.adminimal-skin-material.style-checkboxes input[type=checkbox], 
html body.adminimal-skin-material.style-checkboxes input[type=radio] {
    width: 18px !important;
    height: 18px !important;    
}

html body.adminimal-skin-material .form-actions input {
    height: 36px;
}

#nautilus-ui-render-content-form td:last-child {
    white-space: nowrap;  
}

#nautilus-ui-render-content-form td:last-child a {
    padding: 3px;
}

html body.adminimal-skin-material fieldset legend {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
}

html .plupload_filelist_footer {
    height: 30px;
}

html .field-widget-image-image .fieldset-wrapper
html .field-widget-file-generic .fieldset-wrapper {
    padding-top: 30px;
}

html body.adminimal-skin-material table tbody td a.tabledrag-handle {
    padding: 0;
    height: auto;
    margin: 0;   
    text-decoration: none !important;
}

html a.tabledrag-handle .handle {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background-position: center 10px; 
}



