/* Combobox */

.cmb-devices {
    color: #6C757D;
    background-color: #fff;
    background-image: none;
    border-color: #6C757D;
}

.cmb-devices.focus,
.cmb-devices:focus {
    color: #6C757D;
    background-color: #fff;
    background-image: none;
    border-color: #6C757D
}

    .cmb-devices.disabled, @import url('file:///C:\Users\Rafaels\AppData\Local\Temp\StreamConsole\newstyle.css');
    .cmb-devices:disabled {
        color: #6C757D;
        background-color: #fff;
        background-image: none;
        border-color: #6C757D
    }

.cmb-devices:not(:disabled):not(.disabled).active,
.cmb-devices:not(:disabled):not(.disabled):active,
.show>.cmb-devices.dropdown-toggle {
    color: #6C757D;
    background-color: #fff;
    background-image: none;
    border-color: #6C757D
}

.cmb-devices:not(:disabled):not(.disabled).active:focus,
.cmb-devices:not(:disabled):not(.disabled):active:focus,
.show>.cmb-devices.dropdown-toggle:focus {
    color: #6C757D;
    background-color: #fff;
    background-image: none;
    border-color: #6C757D
}

.cmb-devices:active {
    color: #6C757D;
    background-color: #fff;
    background-image: none;
    border-color: #6C757D
}


/* Last data received */

.data {
    color: #000;
    text-align: left;
    flex: 2
}

.value {
    color: #000;
    flex: 1
}

.time {
    color: gray;
    font-size: 0.9em;
    text-align: right;
    flex: 1
}

.last_data {
    display: flex;
    justify-content: center;
    text-align: left;
    align-content: center
}


/* Devices */

.logoDevices {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    margin-bottom: 20px;
    line-height: 40px;
    margin-left: 20px;
}

.radio {
    display: inline-block;
    margin-top: 13px;
    margin-left: 20px;
}

.timeInt {
    color: #6c757d;
    display: inline-block;
    margin-left: 2px;
}

.datePicker {
    margin-left: 40px;
}

.userValue {
    flex: 2;
}

.comment_desc {
    text-align: left;
    flex: 1;
}

.devices {
    display: flex;
    justify-content: center;
    align-content: center
}

[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.calendar {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    color: #6C757D;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 150px;
}

/* TITLE */

.menuTitle {
    color: #808285;
    font-size: 3.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
 /* Credentials */

.textCred {
    display: flex;
    justify-content: flex-start;
    margin-right: 20px;
}

.cred {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 25px;
}
 }

/* Login page */

.username {
    text-align: left;
    margin-bottom: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
    padding-top: 5px;
}

.password {


    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
    padding-top: 5px;
}

.btnLogin {
    border-color: #0033A0;
    color: #0033A0;
    background-color: #fff;
    background-image: none;
    text-align: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

.btnLogin:hover {
    background: #0033A0;
    color: #fff;
}

.login {
    text-align: center;
    font-size: 2em;
    color: #0033A0;
}

.loginPage {
    padding-bottom: 4rem;
}


/* Logo */

.logoImg {
    margin-top: 7px;
    width: 180px;
}


/* Responsive */

@media screen and (max-width:1450px) {
    .userValue {
        flex: 3;
    }
    .comment_desc {
        text-align: left;
        flex: 2;
    }
}

@media screen and (max-width:1210px) {
    .userValue {
        flex: 4;
    }
    .comment_desc {
        text-align: left;
        flex: 3;
    }
}

@media screen and (max-width:1135px) {
    .userValue {
        flex: 3;
    }
    .comment_desc {
        text-align: left;
        flex: 4;
    }
}

@media screen and (max-width:960px) {
    .userValue {
        flex: 3;
    }
    .comment_desc {
        text-align: left;
        flex: 4;
    }
    .menuTitle{
    	display: flex;
    	align-items: center;
    	justify-content: flex-end;
    }
}

@media screen and (max-width:720px) {
	.menuTitle{
    	visibility: hidden;
    }
}

@media screen and (max-width:600px) {
    .col-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width:414px) {
    .devices {
        font-size: 0.9em;
    }
    .last_data {
        font-size: 0.9em;
    }
}