.switch {
    position: relative;
    display: inline-block;
    width: 52px !important;
    height: 25px;
    margin-top: 0px !important;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.md-6 {
    width: 60% !important;
}

.md-3 {
    width: 30% !important;
}

.md-1 {
    width: 10% !important;
}

.btn-top {
    margin-top: 35px !important;
}


/*btn group*/

.btn-group {
    margin: auto;
    margin-top: 15px;
    width: 640px;
    height: 50px;
}

.btn-group button {
    background-color: #f7f7f7;
    border: 1px solid #eaeaea;
    color: black;
    padding: 10px 50px;
    cursor: pointer;
    float: left;
    border-left: 2px solid #ffffff;
    font-size: 14px;
}

.btn-group button:not(:last-child) {
    border-right: none;
    /* Prevent double borders */
}


/* Clear floats (clearfix hack) */

.btn-group:after {
    content: "";
    clear: both;
    display: table;
}


/* Add a background color on hover */

.btn-group button:hover {
    background-color: #f7f7f7;
    padding: 11px 50px;
    box-shadow: 5px 5px 18px #ffffff;
    transition: all .5s;
}

.btn-active {
    background-color: #1d94d1;
    padding: 11px 50px !important;
    box-shadow: 5px 5px 18px #888888;
    transition: all .5s;
}

.box-material .form-app {
    margin-left: 0px;
}

.box-material .app {
    margin: auto;
    max-width: 70%;
}

.search {
    width: 30%;
    margin-top: 10px;
}


/*css de campo type uploud push médico*/

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 20px;
    margin: auto;
}

.btn-push {
    border: 2px solid #105679;
    color: #105679;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    border: none;
    font-weight: bold;
    margin: auto;
    width: 100%;
}

.title-push {
    padding: 0px;
    text-align: center;
}

.mgs-push {
    text-align: center;
    background-color: #E91E63;
    color: #ececec;
    padding: 5px;
    border-radius: 10px;
    font-size: 12px;
}

.btn-send {
    padding: 10px 10px;
    margin: auto;
    width: 100% !important;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.i-push {
    margin-left: 35%;
}

.img-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.div-header {
    background-color: #f7f7f7 !important;
    border-bottom: 5px solid #e8e8e8 !important;
}

.table-header {
    background-color: #efefef;
    border-bottom: 5px solid #e4e4e4;
}

.header-chart-paciente {
    padding: 10px;
}

.col {
    float: left;
}

.col-1 {
    width: 10%;
}

.col-2 {
    width: 20%;
}

.col-3 {
    width: 30%;
}

.col-4 {
    width: 40%;
}

.col-6 {
    width: 60%;
}

.right {
    float: right;
}

.select-md-filter {
    height: 38px;
    border: none;
    box-shadow: rgb(195, 195, 195) 1px 2px 5px;
    background-color: rgb(251, 251, 251);
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.top-button {
    margin-top: 80px;
}

.top-button button {
    float: right;
}

.selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}

.selectdemoSelectHeader .demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
}

.selectdemoSelectHeader md-content._md {
    max-height: 240px;
}

.btn-danger {
    background-color: #E91E63;
}

.border-succes {
    border: 2px solid #4caf50 !important;
}

.color-success {
    background-color: #4caf50 !important;
}

.btn-consulta-painel {
    width: 100%;
    margin: 5px 0;
    background-color: #4caf50 !important;
}