﻿/* ------------------------------------------------------------------------ */
/*                                 Content                                  */
/* -------------------------------------------------------------------------*/

.permissionDenied {
    margin: 20px;
    font-size: 20px;
}


/* ------------------------------------------------------------------------ */
/*                                 Login                                    */
/* -------------------------------------------------------------------------*/

.login {
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: -calc(100% - 270px);
    top: 160px;
    position: relative;
}

.twofactorconfig {
    text-align: center;
}

    .twofactorconfig label {
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        margin-bottom: 15px;
    }

.changepass .login-content {
    margin-top: -100px !important;
}

.login-content {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;    
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #DFDFDF;
    border: solid 1px #cfcfcf;
    color: #4c411f;
    padding: 10px;
    padding-top: 20px;
    width: 290px;
    /* float: left; */
    margin: 0 auto;
}

.login .title {
    font-size: 16px;
    font-weight: bold;
    /* float: left; */
    margin-left: 10px;
    margin-bottom: 10px;
    width: 280px;   
}

.login .item {
    /* float: left; */
    margin-left: 10px;
    width: 280px;
}

.login .item label {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 2px;
    /* float: left; */
    width: 280px;
    font-size: 14px;
    font-weight: normal;
}

.login .item input {
    /* float: left; */
    width: 250px;
    padding: 3px 7px 3px 7px;
    background-color: #fff;
    border-color: #cfcfcf; 
    color: #4c411f;
}

.login .item input:focus {
    background-color: #F3F3F3;
}

.login .buttons {
    /* float: left; */
    margin-left: 9px;
}

.login .errors {
    /* float: left; */
    width: 250px;
    color: red;
    margin: auto;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.login .comments {
    /* float: left; */
    margin: 15px 5px 0px 5px;
    text-align: center;
}

.loginButton {
    background-color: #cfcfcf;
    border: solid 1px #a7a49d;
    color: #4c411f;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;    
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;    
    margin-top: 20px;  
    padding: 10px 17px 25px 17px;
    cursor: pointer;
    text-decoration: none;
    height: 24px;
    /* float: left; */
	font-family: Verdana,Helvetica,Arial;
	font-size:14px;
	font-weight:bold;
    text-decoration: none;
    margin-left: 90px;
}

a.loginButton {
    padding: 8px 15px 7px 15px; 
}

.loginButton:hover {
    background-color: #fff;
    border: solid 1px #a7a49d;
    color: #4c411f;
    text-decoration: none;
}

.changepass .loginButton {
    margin-left: 27px !important;
}

.changePassButton {
    padding: 8px 15px 0px 15px;
    text-decoration: none;
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #4c411f;
    /* float: left; */
    text-decoration: none;
    font-size: 14px;
}


.changePassButton:hover {
    color: #333;
}

.password {
    -webkit-text-security:disc;
}


/* ------------------------------------------------------------------------ */
/*                                 Home Menu                                */
/* -------------------------------------------------------------------------*/

#home-menu {
    font-size: 12px;
    float: left;
    width: 180px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;    
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 20px 0px 0px 0px;
}

#home-menu ul {
    margin-top: 20px; 
    margin-bottom: 20px;          
    padding-left: 20px;
}

#home-menu li {
    list-style-type: none;
    margin-bottom: 10px;
}

#home-menu li.active {
    /*font-weight: bold;*/
}

#home-menu li a {
    text-decoration: none;
    text-transform: uppercase;
}

#home-menu li.active a {
}

#home-menu li a:hover {
    text-decoration: none;
}


/* ------------------------------------------------------------------------ */
/*                                 Placa picture                            */
/* -------------------------------------------------------------------------*/

#monitoringPointValuePicture {
    z-index: 1 !important;
    top: 10px !important;
}

#monitoringPointValuePicture .modal-body {
    min-height: 350px;
    max-height: 350px !important;
}

#monitoringTypeValuePicture {
    z-index: 1 !important;
    top: 10px !important;
}

#monitoringTypeValuePicture .modal-body {
    min-height: 350px;
    max-height: 350px !important;
}

.foto_placa_url{
    display: none;
}

.placaPicture {
    position: relative;
    text-align: center;
}

.placaPicture img {
    position: relative;
    min-height: 100px;
    max-width: 650px;
}

.changePlacaPicture {
    z-index: 1;
    background-color: rgba(248, 247, 216, 0);
    cursor:pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.insertPlacaPicture {
    background-color: rgba(248, 247, 216, 0.1) !important;
}

.insertPlacaPicture span {
    color: rgba(0, 0, 0, 0.1) !important;
}

.insertPlacaPicture:hover span {
    color: #999 !important;
}

.changePlacaPicture:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.changePlacaPicture span {
    color: rgba(0, 0, 0, 0);
    font-size: 32px;
    font-weight: bold;
    font-family: helvetica;
    position: relative;
    top: 170px;
}

.changePlacaPicture:hover span {
    color: #fff;
}

.mso-icon-container {
    background: #eb3d01;
    cursor: pointer;
    position: relative;
    height: 20px;
    line-height: 27px;
    color: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 246px;
    margin-top: 20px;
}

.mso-icon {
    height: 30px;
    width: 40px;
    left: 0;
    top: 0;
    position: absolute;
    border-right: 1px solid #d93d05;    
}

.mso-icon img {
    padding-top: 3px;
}

.mso-icon-container span {
    color: #fff !important;
}

.mso-icon-container a:hover {
        text-decoration: none !important;
}


/* ------------------------------------------------------------------------ */
/*                                 Content                                  */
/* -------------------------------------------------------------------------*/

.panel-sima {
    border: solid 1px #bfd6bf !important;
    background-color: #f3f9f4 !important;
}


/* ------------------------------------------------------------------------ */
/*                                 Header                                   */
/* -------------------------------------------------------------------------*/

#header .header-menu li.active {
    background-color: #F0F3F6;
}

#header .header-menu a {
    color: #5b595f;
}

#header .header-menu a:hover {
    color: #5bb760;
}

#header .header-menu li.active a {
    color: #5bb760;
}


/* ------------------------------------------------------------------------ */
/*                                 Home Menu                                */
/* -------------------------------------------------------------------------*/

#home-menu {
    background-color: #fff;
    color: #4d7854;
    -webkit-box-shadow: 0px 0px 6px 0px #d1d1d1;
    box-shadow: 0px 0px 6px 0px #d1d1d1;
}

#home-menu li a {
    color: #595f5a;
}

#home-menu li.active a {
    color: #53c98d;
}

#home-menu li a:hover {
    color: #53c98d;
}


/*---------------------Menu------------------------*/

.menu .section
{
	background-color:#206024;		
}

.menu .menuItemCell
{
	background-color:#a1bbcd;	
}

.menu .menuItem
{
	color:#444944;	
}

.menu .menuItem:hover
{
	color:#000000;		
}
