* {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}
body {
    background-color: #fdfdff;
}
a {
    text-decoration: none;
    color: inherit;
}
a:visited {
    color: inherit;
}



/**
* Generic elements
*/


.icon-back-rounded {
    display: block;
    background-image: url('/ui/img/icon-back.svg');
    background-size: 20px auto;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 28px;
    height: 24px;
    line-height: 22px;
    font-weight: 700;
    color: #a0a0a0;
    font-size: 13px;
    margin-bottom: 8px;
}
.icon-back-rounded:hover {
    background-image: url('/ui/img/icon-back.png');
    color: #777;
    cursor: pointer;
}










.check-label {
    display: inline-block;
    background-color: #f0f0f0;
    padding: 8px 14px;
    margin: 6px;
    border-radius: 100px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
}
.check-label:hover, .check-label.checked {
    cursor: pointer;
    background-color: #c1c3f5;
}
.check-label > input[type=checkbox] {
    margin-right: 8px;
    background-color: transparent;
    cursor: pointer;
}




#messaging {
    position: fixed;
    bottom: 40px;
    right: 40px;
}
#messaging > div{
    margin-top: 8px;
    padding: 12px 20px;
    background-color: rgb(172, 26, 0);
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    box-shadow: #00000020 0 1px 6px;
}
#messaging > div.WARNING {
    background-color: #f4c44c;
    color: #333;
}
#messaging > div.SUCCESS {
    background-color: #a1da64;
    color: #333;
}







.btn2 {
    padding: 0px;
    margin: 0px 0px;
    height: 32px;
    width: 32px;
    background-color: #efefef;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    color: #555555;
}
.btn2:hover {
    background-color: #dedede;
}
.btn4 {
    padding: 0px 20px;
    margin: 0px 0px;
    height: 32px;
    background-color: #efefef;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: #555555;
}
.btn4:hover {
    background-color: #dedede;
}

.btn3 {
    padding: 0px 12px;
    margin: 0px 0px;
    margin-left: 6px;
    margin-right: auto;
    height: 32px;
    background-color: transparent;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    color: #555555;
    align-self: flex-start;
    justify-self: flex-start;
}
.btn3:hover {
    color: #333333;
}

.file-input {
	display: flex;
    width: 100%;
    height: 33px;
	color: #1a242f;
	cursor: pointer;
    background-color: #f3f3f3;
	overflow: hidden;
	border-radius: 6px;
}
.file-input > div {
	padding: 0px;
    height: 33px;
    line-height: 32px;
    font-weight: 500;
    font-size: 13px;
    padding: 0px 12px;
}
.file-input > div:nth-of-type(1) {
	background: #e7e7e7;
    font-weight: 600;
}
.file-input > div:nth-of-type(1):hover {
	background: #dedede;
}
.file-input input[type="file"] {
	display: none;
}

/***
* NEW ELEMENTS
**/

#main-container aside.container-title {
    margin: 0px;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 24px;
    padding: 0px;
    background-color: #fff;
    box-shadow: #00000012 0 0px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#main-container aside.container-title.transparent {
    margin-bottom: 0px;
    background-color: transparent;
    box-shadow: none;
}
#main-container aside.container-title > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: calc(100% - 50px) !important;
    max-width: 748px !important;
    padding-bottom: 1px;
    overflow: hidden;
    margin-left: 4px;
}
#main-container aside.container-title > div:first-of-type {
    margin-top: 64px;
}
#main-container aside.container-title > div:last-of-type {
    margin-bottom: 32px;
}
#main-container aside.container-title.transparent > div {
    margin-left: 24px;
}
#main-container aside.container-title.transparent > div:last-of-type {
    margin-bottom: 12px;
}
#main-container aside.container-title > div > h5 {
    font-weight: 800;
    font-size: 24px;
}


.horizontal-navbar {
    width: calc(100% - 40px) ! important;
    max-width: 748px !important;
    margin: 0px !important;
    border-bottom: 0px !important;
    overflow: auto;
}
.note-wrapper {
    width: calc(100% - 40px) ! important;
    max-width: 748px !important;
}
.note-editor {
    margin-bottom: 0px !important;
}
.note-editor form {
    display: flex;
    flex-direction: column;
}
.note-editor h5 {
    color: #333;
    margin-bottom: 12px;
    margin-left: 3px;
    font-size: 15px;
}
.note-editor input {
    margin-top: 16px;
    align-self: flex-start;
    padding: 12px 24px;
}
@media (max-width: 780px) {
    .horizontal-navbar {
        width: calc(100% - 48px) !important;
    }
    .note-wrapper {
        width: calc(100% - 48px) !important;
    }
}
@media (max-width: 600px) {
    #main-container aside.container-title > div {
        position: relative;
        top: 8px;
    }
}