/* COMMON STYLES FOR ALL PAGES */
div.projectLogo-umode {
    float: left;
    position: relative;
    width: 200px;
    height: 60px;
}
div.projectLogo-umode.center {
    float: none;
    margin: 0 384px;
}
div.projectLogo {
    float: left;
    position: relative;
    width: 200px;
    height: 60px;
}
.project-long-name{
    font-family: parisine-ptf-bold, serif;
    font-size: 33px;
}

div.contentPage {
    margin: 0 auto;
    width: 56%;
    max-width: 1056px;
    min-width: 1056px;
}
/*Responsively on a dailyyy*/
@media only screen and (max-width: 1600px) {
    .contentPage{
        margin: 0 auto;
        width: 50vw;
        margin-top: 35px;
        position: absolute;
        right: 0;
        left:0;
    }
}
.info-shadow{
    -moz-box-shadow: rgba(0, 0, 255, 0.4) 0 0 25px, rgba(0, 128, 0, 0.2) 0 0 3px 1px inset;
    -webkit-box-shadow: rgba(0, 0, 255, 0.4) 0 0 25px, rgba(0, 128, 0, 0.2) 0 0 3px 1px inset;
    box-shadow: rgba(0, 0, 255, 0.4) 0 0 25px, rgba(0, 128, 0, 0.2) 0 0 3px 1px inset;
    color: #3366ff;
    font-size: 23pt;
    font-family: parisine-sombre-bold, serif;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 224px;
    width: 100vw;
}
.padding-15{
    padding: 15px;
}

div.contentPage div.project-form {
    width: 100%;
    margin: 15px 0;
    padding: 15px;
}

.importantRule {

}

.no-padding {
    padding: 0;
}

.no-padding-lr {
    padding: 0;
}

.margin-bottom {
    margin-bottom: 30px;
}

.margin-top {
    margin-top: 30px;
}

.medium-margin-top {
    margin-top: 20px;
}

.small-margin-top {
    margin-top: 10px;
}

.small-margin-bottom {
    margin-bottom: 10px;
}

.margin-top {
    margin-top: 30px;
}

.no-margin-lr {
    margin-left: 0;
    margin-right: 0;
}

.no-padding-lr {
    padding-left: 0;
    padding-right: 0;
}

.get-shadow {
    border: solid 1px #cecece;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 4px rgba(202, 202, 202, 0.3), -1px -1px 1px rgba(249, 249, 249, 0.3) inset;
}

.create-message-overview {
    margin: 0;
    /*margin-top: 20px;*/
}

.list-project {
    width: 79%;
    position: relative;
}

.pageHelp {
    position: relative;
    float: right;
    bottom: 38px;
    cursor: pointer;
}

.pageHelp img {
    height: 30px;
}


/*NAV BAR*/

/*2d menu*/
ul.drop-down-menu-custom {
    background-color: #323232;
    border: 0;
    cursor: auto;
    box-shadow: none;
}

ul.drop-down-menu-custom li a:hover {
    background-color: #000000;
    color: rgb(83, 192, 184);
    font-style: italic !important;

}

ul.drop-down-menu-custom li:hover {
    color: rgb(83, 192, 184);
}
/*Smart menu*/
.drop-down-menu-custom span,
.drop-down-menu-custom span.inactive {
	font-style: italic;
    padding:10px;
    padding: 4px 10px 8px 10px;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
}
.drop-down-menu-custom span.active {
	background-color: #F1F1F1;
}
.drop-down-menu-custom span a,
.drop-down-menu-custom span.inactive a {
    background-color: transparent !important;
    color: #FFF;
}
.drop-down-menu-custom span.active a {
	color: #000 !important;
}
.main-ul li{
    height:35px;
}
.navbar-collapse{
    width:56%;
    margin: auto;
    max-width: 1056px;
    min-width: 1056px;
}
.project-list-label{
    font-size: 23px;
    font-family: parisine-ptf-regular, serif;
    margin-top: 15px;
    text-align: center;
    padding-right: 200px;
}


/*FOOTER*/
.footer {
    text-align:center;
    font-size:11px;
    color:#888;
    font-family:monospace;
}
