.navbar.default-color.prod-color {
    background-color: #800000 !important;
}

.text-default {
    color: #333;
}

.text-more-muted {
    color: #aaa;
}

.navbar {
    font-weight: bold;
}

.navbar .material-icons {
    font-size: inherit;
    vertical-align: middle;
}

small .material-icons {
    font-size: 18px;
}

i.material-icons {
    vertical-align: middle !important;
}

.mdi {
    font-size: 24px;
}

.mdi-arrow-all {
    cursor: move;
}

.btn-xs {
    margin: 5px !important;
}

.btn-sm {
    margin: 5px !important;
}

.btn-border-warning {
    background-color: white;
}

.btn-border-danger {
    background-color: white;
}

.btn-border-info {
    background-color: white;
}

.nowrap {
    white-space:nowrap;
}

.toggleContainer {
    display: none;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px auto 20px auto;
    clear: both;
}

div.mce-tinymce:not(.mce-fullscreen) {
    margin-top: 30px;
}

.input-field {
    position: relative;
}

body .mce-notification {
    margin: 0px 0px;
    max-width: 490px;
}

.input-field .tinymce + label {
    top: 0px;
    left: 15px;
    font-size: 14px;
    transform: translateY(0);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

html body .tinyMCE--invalid {
    border: 1px solid #E92213;
}

.tinyMCE--invalid:after {
    color: #E92213;
    display: block;
    content: "To pole jest wymagane";
    padding: 5px;
}

h1.notfound,
h1.error {
    color: red;
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 1em;
}

h1.notfound {
    color: #323C4C;
}

.clickable{
    cursor: pointer;   
}

.panel-heading span {
	margin-top: -5px;
	font-size: 15px;
}

.description p {
    font-size: 1em;
    line-height: auto;
}

th.sorting {
    cursor: pointer;
}

input.datetime {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
    height: 3rem;
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
    width: auto;
}
.saas h3 {
    font-size: 12px;
    margin: 0px;
    font-weight: bold;
}
.saas ul {
    list-style-type: circle;
}

.badge-info {
    background-color: #33b5e5;
}

.badge-success {
    background-color: #00C851;
}

.dropdown-menu li>a, .dropdown-menu li>span {
    padding: 5px 10px 5px 10px;
    font-size: 14px;
}

.preview-html-cms img {
    height: 85px;
}

.preview-html-app {
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(62, 217, 100);
    background: rgb(239, 251, 237);
    width: 600px;
}

.preview-html-app p {
    font-size: 14px;
}

.preview-html-news {
    width: 280px;
    height: 240px;
    background-color: white;
    border: 1px solid silver;
}

.preview-html-news .intro_image {
    width: 100%
}
.preview-html-news .intro_header{
    font-family: Roboto;
    font-size: 12px;
    color: #94A1B0;
    margin: 15px 20px 5px 20px !important;
    width: 100%;
    padding: 0 !important;
}

.preview-html-news .intro_title{
    font-family: Roboto;
    font-size: 16px;
    color: #323C4E;
    line-height: 20px;
    margin: 0 20px !important;
    width: 100%;
    padding: 0 !important;
}

.preview-html-news-dashboard {
    width: 360px;
    height: 200px;
    background-color: white;
    border: 1px solid silver;
    position: relative;
    z-index: 0;
    color: white;
}

.preview-html-news-dashboard:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    transition: all 0.2s ease 0s;
}

.preview-html-news-dashboard .intro_header {
    z-index: 2;
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    left: 20px;
    top: 95px;
}

.preview-html-news-dashboard .intro_title {
    z-index: 2;
    position: absolute;
    font-size: 16px;
    left: 20px;
    top: 160px;
}


.preview-html-tile-catalog {
    width: 600px;
    height: auto;
}
.preview-html-tile-catalog .left {
    width: 50%;
    height: 150px;
    float: left;
}
.preview-html-tile-catalog .right {
    width: 50%;
    height: 150px;
    float: right;
}
.preview-html-tile-catalog .intro_header {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.preview-html-tile {
    width: 280px;
    height: 240px;
    background-color: white;
    border: 1px solid silver;
    background-position: center center;
    background-size: cover;
    color: white;
    position: relative;
}

.preview-html-tile .intro_header {
    z-index: 1;
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    left: 20px;
    top: 20px;
}
.preview-html-tile .intro_title {
    z-index: 1;
    position: absolute;
    font-size: 16px;
    left: 20px;
    top: 60px;
}
.preview-html-tile button {
    min-width: 130px;
    background-color: rgb(255, 255, 255);
    color: rgb(47, 47, 74);
    height: 36px;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    line-height: 24px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 2px;
    margin: 10px auto;
    padding: 0px 10px;
    outline: none;
    transition: all 0.2s ease 0s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(213, 218, 226);
    border-image: initial;
    bottom: 20px;
    left: 120px;
    z-index: 1;
    position: absolute;
}

.preview-html-tile:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.2)) center center / cover;
    transition: all 0.2s ease 0s;
    background-position: center center;
}

.product-description p {
    font-size: 1em;
}

i a {
    text-decoration: underline;
}

.preview-html-tile-native {
    width: 380px;
    height: 200px;
    background-color: white;
    border: 1px solid silver;
    background-position: center center;
    background-size: cover;
    color: white;
    position: relative;
}

.preview-html-tile-native .intro_header {
    z-index: 1;
    position: absolute;
    font-weight: bold;
    bottom: 0px;
    color: black;
    background-color: white;
    padding: 0 0 0 10px;
    margin: 0;
    width: 100%;
}
.select-dropdown li img {
    float: left;
    margin: 10px 10px 0 0;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:0px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.clearFormat p,
.clearFormat ul,
.clearFormat ol,
.clearFormat li {
    font-size: 12px !important;
    margin: 0px !important;
    padding: 0px !important;
}
.clearFormat li {
    padding-left: 20px !important;
}
.clearFormat {
    max-height: 300px;
    overflow: scroll;
    display: block;
    border: 1px solid silver;
    padding: 10px;
}

.ul-col-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}


.dropdown-item {
    display: block;
}