.mm-hidden {
    display: none!important;
}
.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}
.mm-navbar>* {
    display: block;
    padding: 10px 0
}
.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}
.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.mm-navbar .mm-btn:first-child {
    left: 0
}
.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}
.mm-panel .mm-navbar {
    display: none
}
.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

html.mm-opened {
    overflow-x: hidden;
    position: relative;
}
html.mm-blocking {
    overflow: hidden
}
html.mm-blocking body {
    overflow: hidden
}
html.mm-background .mm-page {
    background: inherit
}
#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}
html.mm-blocking #mm-blocker {
    display: block
}
.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}
.mm-menu.mm-offcanvas.mm-opened {
    display: block
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10
}
.mm-menu.mm-offcanvas {
    min-width: 140px;
    max-width: 240px
}
html.mm-opening .mm-menu.mm-opened~.mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}
@media all and (max-width: 175px) {
    html.mm-opening .mm-menu.mm-opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}
@media all and (min-width: 150px) {
    html.mm-opening .mm-menu.mm-opened~.mm-slideout {
        -webkit-transform: translate(200px, 0);
        -ms-transform: translate(200px, 0);
        transform: translate(200px, 0);
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
}

#menu {
	position: absolute;
	width: 200px;
	background: #333;
	margin-left: 0px;
	padding: 0px;
	height: 100%;
}
.side-menu-header {
	position: relative;
	width: 200px;
	height: 60px;
	padding: 16px 0px 0px 20px;
	background: #282828;
}
.side-menu {
	position: absolute;
	overflow: auto;
	height: 100%;
	top: 60px;
	bottom: 0px;
	padding-top: 20px;
}
.meta-link {
	float: left;
	font-size: 12px;
    line-height: 1.2em;
    font-weight: 400;
}
.meta-link a {
	float: left;
	width: 200px;
	padding: 8px 0px 8px 17px;
	color: #707070;
}
.meta-link a:hover {
	float: left;
	width: 200px;
	padding: 8px 0px 8px 17px;
	background: #07e0c4;
	color: #FFF;
}
.menu-meta__name {
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;
	color: #F3F3F3;
}
.menu-meta__sub {
    display: block;
    font-size: 10px;
    line-height: 1.2em;
    font-family: "Montserrat", sans-serif;
    color: #9a9da2;
}








@media (min-width: 1200px) {
    .container{
        width: 1180px;
    }
}
.close {
	width: 25px;
	height: 25px;
	background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
	background-position: -60px 0px;
}
.close:hover {
	width: 25px;
	height: 25px;
	background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
	background-position: -60px 0px;
}
.main_content{
    margin-top: 0px;
    height: 100%;
	background: #FFF;
}

.bg-red {
    background-color: #5da6d5;
}
.bg-orange {
    background-color: #515151;
}
.bg-rosa {
	background-color: #cc0066;
}
.bg-grey {
    background-color: #515151;
}
.input-group2 {
	height: 55px;
}
.insertNote {
	
}
.btn-primary {
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 0px;
	border: 0px;
	padding: 17px 15px 15px 15px;
	color: #fff;
	background: #000;
	z-index: 1001;
}
.btn-primary:hover {
	border: 0px;
	background: #333;
}
.btn-menu-line {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.choose-new a {
	position: relative;
	float: left;
	top: 0px;
	margin-bottom: 0px;
	border-radius: 0px;
	margin-left: 0px;
	margin-right: 10px;
	border: 0px;
	padding: 17px 20px 15px 20px;
	color: #fff;
	background: #000;
	z-index: 1001;
}
.choose-new a:hover {
	border: 0px;
	background: #333;
	color: #fff;
}
.btn-more-info {
	position: relative;
	float: left;
	top: 0px;
	margin-bottom: 0px;
	border-radius: 0px;
	margin-left: 10px;
	border: 0px;
	padding: 17px 20px 15px 20px;
	color: #fff;
	background: #000;
	z-index: 1001;
}
.btn-more-info:hover {
	border: 0px;
	background: #333;
	color: #fff;
}
.btn-more-info2 {
	float: left;
	top: 0px;
	width: 100%;
	margin-bottom: 0px;
	border-radius: 0px;
	margin-left: 0px;
	border: 0px;
	padding: 0px 45px 5px 12px;
	color: #9b9b9b;
	text-align: left;
	background: #fff;
	z-index: 1001;
}
.btn-more-info2:hover {
	border-radius: 0px;
	border: 0px;
	color: #606060;
	background: #fff;
	text-decoration: underline;
	z-index: 1001;
}
.well {
	background: #FFF;
	border-radius: 0px;
	border: 0px;
	padding: 10px 5px 5px 10px;
}
.well2 {
	background: #FFF;
	margin-top: -10px;
	border-radius: 0px;
	border: 0px;
	padding: 10px 5px 5px 13px;
}
.input-group-btn {
	width: 125px;
}
.btn-save {
	position: absolute;
	margin-top: -26px;
	margin-left: -124px;
	background: #000;
	color: #FFF;
	height: 52px;
	border-radius: 0px;
	border: 0px;
	width: 125px;
	z-index: 1001;
}
.btn-save2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px 20px 0px 20px;
	font-size: 12px;
	background: #000;
	color: #FFF;
	height: 40px;
	border-radius: 0px;
	border: 0px;
	z-index: 1001;
}
.btn-save2:hover {
	background: #333;
	color: #FFF;
}
.tester {
	position: relative;
	top: 10px;
	color: #aaa;
	margin-top: -10px;
	border-radius: 0px;
	border: 0px;
	padding: 0px 5px 5px 12px;
}
.spacer {
	float: left;
	padding: 5px 0px 10px 10px;
}
.modal-dialog {
	background: transparent;
}
.info-title {
	padding: 0px 0px 0px 0px;
}
.form-group-default2 {
  background-color: #fff;
  position: relative;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}




































