body {
    font-family: "Open Sans",open-sans,sans-serif !important;
    color: #434c5f !important;
    background-color: #ffffff;
    display: block;
    position: relative;
}

.watermark-cancelled {
    content: "";
    opacity: 0.2;
    top: 60%;
    left: 14%;
    bottom: 0;
    right: 0;
    position: fixed !important;
    color: red;
    font-size: 100pt;
    transform: rotate(-45deg);
    position: absolute;
    width: 30%;
    height: 50px;
    margin: 0;
    z-index: 1;
}

h1 {
    font-size: 32px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.clear {
    clear: both;
}

.col-left-cn {
    width: 16.66666667%;
    background-color: #034079;
    float: left;
}

.col-left-cn,
.col-right-cn {
    display: inline-block;
    height: 100%;
}

.col-right-cn {
    float: left;
    width: 83.33333333%;
}

.flex-container-cn {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.logo {
    text-align: center;
    width: 100%;
    padding: 30px 0 20px 0;
}

.container-fluid.custom {
    width: 95%;
}

.container-fluid.center {
    width: 33.33333333% !important;
}

.row.custom {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.col-md-12.custom {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col-md-10.custom {
    padding-right: 0 !important;
}

.col-md-2.custom {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col-md-1,
.custom {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-group-vertical.custom {
    position: relative;
    display: block;
    vertical-align: middle;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-radius: 0;
}


.btn.btn-default.menu-left {
    background-color: #034079;
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    padding: 10px 0 10px 20px;
    border: 0;
    border-radius: 0;
    outline: none;
}

    .btn.btn-default.menu-left:hover {
        box-shadow: 0 2px 4px rgba(0,1,4,0.5);
        transition: box-shadow 0.3s ease-in-out;
        background-color: #032d55;
        transition: background-color 0.3s ease-in-out;
        color: #ffffff;
        border: 0;
    }

    .btn.btn-default.menu-left:focus {
        box-shadow: 0 2px 4px rgba(0,1,4,0.5);
        transition: box-shadow 0.3s ease-in-out;
        background-color: #032d55;
        transition: background-color 0.3s ease-in-out;
        color: #ffffff;
        border: 0;
        outline: none;
    }

.btn.btn-default.find {
    text-align: center;
    background: #2abb9c;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 1em;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: 300;
    transition: box-shadow 0.3s ease-in-out;
}

    .btn.btn-default.find:hover {
        box-shadow: 0 2px 8px rgba(0,0,0,0.5);
        transition: box-shadow 0.3s ease-in-out;
        background-color: #2abb9c;
        color: #ffffff;
        border: 0;
    }

.btn.btn-default.find-search {
    width: 100%;
    text-align: center;
    background: #2abb9c;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 1em;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: 300;
    transition: box-shadow 0.3s ease-in-out;
}

    .btn.btn-default.find-search:hover {
        box-shadow: 0 2px 8px rgba(0,0,0,0.5);
        transition: box-shadow 0.3s ease-in-out;
        background-color: #2abb9c;
        color: #ffffff;
        border: 0;
    }


.btn.btn-default.new {
    text-align: center;
    background: #108ee3;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 1em;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: 300;
    transition: box-shadow 0.3s ease-in-out;
    margin-right: 10px;
}

    .btn.btn-default.new:hover {
        box-shadow: 0 2px 8px rgba(0,0,0,0.5);
        transition: box-shadow 0.3s ease-in-out;
        background-color: #108ee3;
        color: #ffffff;
        border: 0;
    }

.btn.btn-default.drpdwtogg {
    background: #ffffff;
    border: none;
    cursor: pointer;
    border: 1px solid #e4e7ee;
    outline: none;
}

.input-group {
    margin-bottom: 15px;
}

.form-control.note {
    background: #ffffff;
    border-radius: 4px;
    line-height: 40px;
    font-size: 12px;
    color: #434c5f;
    border: none;
    cursor: pointer;
    font-weight: 300;
    box-shadow: none;
    border: 1px solid #e4e7ee;
}


.form-control.deflt {
    background: #ffffff;
    border-radius: 4px;
    line-height: 40px;
    font-size: 12px;
    color: #434c5f;
    border: none;
    cursor: pointer;
    font-weight: 300;
    box-shadow: none;
    border: 1px solid #e4e7ee;
}

.form-control.find {
    background: #ffffff;
    border-radius: 4px;
    height: 41px;
    line-height: 40px;
    font-size: 12px;
    color: #434c5f;
    border: none;
    cursor: pointer;
    font-weight: 300;
    box-shadow: none;
    border: 1px solid #e4e7ee;
}

/********** PLACEHOLDER **********/
.form-group ::-webkit-input-placeholder {
    color: #434c5f;
    font-size: 1em;
}

.form-group :-moz-placeholder { /* Firefox 18- */
    color: #434c5f;
    font-size: 1em;
}

.form-group ::-moz-placeholder { /* Firefox 19+ */
    color: #434c5f;
    font-size: 1em;
}

.form-group :-ms-input-placeholder {
    color: #434c5f;
    font-size: 1em;
}

.input-group ::-webkit-input-placeholder {
    color: #434c5f;
    font-size: 1em;
}

.input-group :-moz-placeholder { /* Firefox 18- */
    color: #434c5f;
    font-size: 1em;
}

.input-group ::-moz-placeholder { /* Firefox 19+ */
    color: #434c5f;
    font-size: 1em;
}

.input-group :-ms-input-placeholder {
    color: #434c5f;
    font-size: 1em;
}
/********* FIM PLACEHOLDER **********/

.footer-left-cn {
    color: #ffffff;
    text-align: center;
    font-size: 11px;
    padding: 0 0 40px 0;
}

.navbar {
    min-height: 90px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #e4e7ee;
    border-radius: 0;
}

.navbar-collapse {
    padding-left: 0;
}

ul.nav.navbar-nav > li > a {
    color: #434c5f;
    font-size: 12px;
    padding-top: 28px;
    margin-left: 5px;
}

    ul.nav.navbar-nav > li > a .glyphicon {
        color: #434c5f;
        border: 2px solid #434c5f;
        padding: 7px;
        border-radius: 20px;
        margin-right: 5px;
    }

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 300;
    line-height: 1.42857143;
    color: #434c5f;
    white-space: nowrap;
}

h1.tit-screen {
    position: relative;
    float: left;
    color: #434c5f;
    font-weight: 300;
    padding: 0 0 0 12px;
    margin: 0 0 30px 0;
}

h1.tit-screen-in {
    position: relative;
    float: left;
    color: #434c5f;
    font-weight: 300;
    margin: 20px 0 30px 0;
}

h2.sub-tit-screen {
    position: relative;
    font-size: 1.5em;
    float: left;
    color: #434c5f;
    font-weight: 300;
    margin: 10px 0 10px 0;
}


p.x-close {
    position: relative;
    float: right;
    font-size: 36px;
    font-weight: 300;
    margin: -4px 25px 0 0;
    color: #ff5400;
}

.box-cad {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    border: 1px solid #e9ebf0;
    border-radius: 4px;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
}

    .box-cad:hover {
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        transition: box-shadow 0.3s ease-in-out;
    }

    .box-cad a span.txt-nr {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .box-cad a span.txt-menu {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

span.txt-nr {
    color: #434c5f;
    font-size: 25px;
    font-weight: 300;
    float: left;
    border: 1px solid #434c5f;
    padding: 2px 12px;
    border-radius: 30px;
    text-decoration: none;
    margin-left: 15px;
}

span.txt-menu {
    float: left;
    color: #434c5f;
    font-size: 24px;
    font-weight: 300;
    margin-left: 10px;
    line-height: 1;
}

.grid {
    position: relative;
    float: left;
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 0 15px;
}

.table > thead > tr > th {
    border: none;
}

tr.top-tit {
    background-color: #434c5f;
    color: #ffffff;
}

    tr.top-tit > th {
        font-weight: 300;
        text-align: center;
    }

        tr.top-tit > th.radius-first {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        tr.top-tit > th.radius-last {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

.table > tbody > tr > td {
    text-align: center;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #e4e7ee;
    font-weight: 300;
    font-size: 12px;
}

tbody > tr > td .public {
    margin: 0 auto;
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #2abb9c;
    border-radius: 5px;
    margin-top: 5px;
}

tbody > tr > td .create {
    margin: 0 auto;
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #ffc000;
    border-radius: 5px;
    margin-top: 5px;
}


/******** MODAL **********/

/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

    .md-perspective body {
        background: #222;
        -webkit-perspective: 600px;
        -moz-perspective: 600px;
        perspective: 600px;
    }

.container {
    /*	background: #e74c3c;*/
    background-color: #ffffff;
    min-height: 100%;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background-color: rgba(255,255,255,0.8);
    /*background: rgba(143,27,15,0.8);*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */
.md-content {
    color: #000;
    /*background: #e74c3c;*/
    background-color: #ffffff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

    .md-content h3 {
        margin: 0;
        padding: 0.4em;
        text-align: center;
        font-size: 2.4em;
        font-weight: 300;
        opacity: 0.8;
        background: rgba(0,0,0,0.1);
        border-radius: 3px 3px 0 0;
    }

    .md-content > div {
        padding: 15px 40px 30px;
        margin: 0;
        font-weight: 300;
        font-size: 1.15em;
    }

        .md-content > div p {
            margin: 0;
            padding: 10px 0;
        }

        .md-content > div ul {
            margin: 0;
            /*padding: 0 0 30px 20px;*/
        }

            .md-content > div ul li {
                padding: 5px 0;
            }

    .md-content button {
        display: block;
        /*margin: 0 auto;
	font-size: 0.8em;*/
    }

        .md-content button.md-close {
            font-size: 2.5em;
            background-color: transparent;
            border: none;
            position: relative;
            float: right;
            font-weight: 300;
            color: #ff5400;
            padding-top: 15px;
            outline: none;
        }

/* Effect 12:  Just me */
.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    /*background: #e74c3c;*/
    background-color: #ffffff;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@media screen and (max-width: 32em) {
    body {
        font-size: 75%;
    }
}

/************* LAYOUT NOTA ***************/
.number-note {
    width: 100%;
    height: 90px;
    background-color: #034079;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

    .number-note h2 {
        color: #ffffff;
        font-weight: 300;
        padding: 10px 0 10px 20px;
        font-size: 2em;
    }

.logo-note {
    width: 100%;
    height: 90px;
    background-color: #034079;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
    margin-bottom: 20px;
    padding-right: 20px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.cont-header {
    width: 100%;
    height: auto;
    border: 1px solid #e4e7ee;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 4px;
    background-color: #f8f8f8;
}

span.txt-header {
    font-size: 1.3em;
    margin: 0 10px 0 0;
    font-weight: normal;
}

.cont-descr {
    width: 100%;
    height: auto;
    border: 1px solid #e4e7ee;
    margin-bottom: 20px;
    padding: 0 20px 20px 20px;
    border-radius: 4px;
    background-color: #f8f8f8;
}

    .cont-descr h2 {
        font-weight: 300;
        font-size: 1.8em;
    }

.cont-descr2 {
    width: 100%;
    height: auto;
    border: 1px solid #e4e7ee;
    margin-bottom: 20px;
    padding: 0 20px 20px 20px;
    border-radius: 4px;
    background-color: #f8f8f8;
}

    .cont-descr2 h2 {
        font-weight: 300;
        text-align: center;
        font-size: 1.8em;
        padding-bottom: 10px;
    }


p.cont-txt {
    font-weight: 300;
    font-size: 1em;
}

p.cont-txt2 {
    font-weight: 300;
    font-size: 1em;
    text-align: center;
}


.panel-default {
    border: 1px solid #e4e7ee;
}

    .panel-default > .panel-heading {
        background-color: #f8f8f8;
        color: #434c5f !important;
    }

.panel-title > a {
    text-decoration: none;
}

span.tit-func {
    font-size: 1.2em;
    margin: 0 10px 0 0;
    font-weight: 300;
}

p.cont-txt-func {
    font-weight: 300;
    padding-top: 10px;
}

.title-description-body {
    color: #434C5F;
    background-color: transparent;
    font-family: Microsoft Sans Serif;
    font-size: 18pt;
    font-weight: normal;
    font-style: normal;
}

.text-wrap {
    word-wrap: break-word;
}

.image-impfunc {
    float: right;
    color: #2abb9c;
    font-size: 36px;
}
