﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Extraido de DCM */

.gradient-background {
    background: linear-gradient(45deg, #133eb1, #66de9c);
    background-color: #133eb1;
    background-image: -webkit-linear-gradient(45deg, #133eb1, #66de9c);
    background-image: -moz-linear-gradient(45deg, #133eb1, #66de9c);
    background-image: -o-linear-gradient(45deg, #133eb1, #66de9c);
    background-image: linear-gradient(45deg, #133eb1, #66de9c);
}

.gradient-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.login-container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    width: 430px;
    padding-top: 60px;
}

.form-login {
    background-color: white;
    padding: 32px;
    box-shadow: 0 0 90px rgba(51, 51, 51, 0.6);
    margin-bottom: 24px;
}

.login__logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

.login__submit {
    display: block;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before,
    .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1000px) {
    .container {
        width: 1000px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before,
    .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.centered-portal-title {
    position: absolute;
    left: 50%;
    top: 250px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: large;
    font-weight:800;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.login__copy {
    text-align: center;
    color: white;
    font-size: 12px;
    opacity: .6;
}

    .login__copy a {
        color: white;
        text-decoration: none;
    }

.page-header {
    background-color: #ffffff;
    position: relative !important;
    font-size: 18px;
    color: #575757;
    font-weight: bolder;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    width:inherit;
}

.main-top {
    height: 67px;
    position: relative;
    display: none;
}

@media (min-width: 769px) {
    .main-top {
        display: block;
        padding: 20px;
        position: fixed;
        width: 100%;
        background-color: #083556;
        top: 0;
        right: 0;
        left: auto;
        color: white;
        background-image: url(../../Images/logo-white2.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: auto 34px;
    }
}

@media (min-width: 1920px) {
    .main-top {
        display: block;
        padding: 20px;
        position: fixed;
        width: 100%;
        background-color: #083556;
        top: 0;
        right: 0;
        left: auto;
        color: white;
        background-image: url(../../Images/logo-white-small.png);
        background-repeat: no-repeat;
        background-position: left;
    }
}

@media (min-width: 769px) {
    .main-top:after {
        opacity: 1;
        left: 0;
        transition: 100ms;
        content: " ";
        position: absolute;
        bottom: -1px;
        background-color: #083556;
        height: 1px;
        width: 100%;
    }
}

.k-button.k-button-icontext.k-grid-edit {
    height: 25px !important;
    width: 22px !important;
    font-size: 1.2em !important;
    min-width: 32px !important;
    text-align: center !important;
}

 .k-button.k-button-icontext.k-grid-edit:hover {
    background-color: #505359 !important;
}

.k-button.dcm-button {
    color: #10ac84;
    border-color: #10ac84;
    border-width: thin;
}

.vcenter input, .vcenter span {
    display: inline-flex;
    vertical-align: middle;
}

.multiline {
    white-space:pre-line;
}

.col-md-10 textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 10em;
}

.dcmkendobutton,
.k-grid-PrintRerference, .k-grid-EditCommand,
#smstemplatesgrid .k-button.k-button-icontext.k-grid-edit {
    height: 25px !important;
    width: 22px !important;
    font-size: 1.2em !important;
    min-width: 32px !important;
    text-align: center !important;
}

    .dcmkendobutton:hover,
    .k-grid-PrintRerference:hover, .k-grid-EditCommand:hover,
    #smstemplatesgrid .k-button.k-button-icontext.k-grid-edit:hover {
        background-color: #505359 !important;
    }

.k-window div.k-window-content {
    overflow: hidden;
}

.unreadNotification {
    font-weight: bold;
}