﻿:root{
    --accentColor: #df2426;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

#loading{
    position: absolute;
    display:none;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
}

#loading>div{
    display: block;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    font-size: 40px;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
}

.clear{
    clear: both;
}

html, body{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body{
    font-family: sans-serif !important;
    background: #fff;
    font-size: 13px;
    line-height: 24px;
    color: #666;
    
}
#min-resolution-warning{
    display: none;
    color: #ffffff;
    background-color: rgba(0,0,0,0.90);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center;
    font-size: 24px;
}

@media screen and (max-height: 300px), screen and (max-width: 415px){
    #min-resolution-warning{
        display: block;
    }
}

header{
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 2%;
    padding-right: 0;
    background: #ffffff;
    border-bottom: solid 2px var(--accentColor);
    font-size: 17px;
}

header > #app-title > div{
    height: 40px;
    float: left;
    margin-right: 10px;
}

header > #app-title > .tool-name{
    height: 40px;
    line-height: 40px;
}


header > #user-avatar{
    position: absolute;
    top: 3px;
    right: 75px;
    height: 35px;
    width: 35px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 40px;
}

header > #welcome-user{
    float: right;
    margin-top: 5px;
    margin-right: 12px;
    font-size: 13px;
}

header > #welcome-user > span{
    display: block;
    text-align: right;
    line-height: 16px;
}

header > #welcome-user > a{
    display: block;
    text-align: right;
    line-height: 16px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#main-cont{
    position: absolute;
    left: 0;
    right: 0;
    top: 42px;
    bottom: 0;
    background-color: #ECF0F1;
}

.invisible{
    visibility: hidden;
}

nav {
    position: fixed;
    top: 42px;
    left: 0;
    right: 0;
    height: 25px;
    padding: 0 15px;
    padding-top: 5px;
    border-bottom: solid 1px #EBEFF0;
    text-transform: capitalize;
    background: #ffffff;
    z-index: 60;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

nav > a{
    border-bottom: solid 3px transparent;
    padding-bottom: 3px;
    padding: 3px 5px;
    margin-right: 16px;  
    color: #9e9e9e;
}

.triangle-bottom{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #df2427 transparent transparent transparent;
}

nav > a.active{
    border-color: var(--accentColor);
    color: #666666;
}

nav > a:hover{
    cursor: pointer;
    color:#828181;
}

nav > a{
    
}

nav > a#nav-logout{
    float:right;
    padding: 0;
}

nav > a#nav-logout > span{
    font-size: 18px;
}

nav > .tool-selection{
    position: absolute;
    right: 10px;
    top: 5px;
    bottom: 5px;
    width: 150px;
    text-align: center;
}

nav > .tool-selection > select{
    width: 100%;
}

section{
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

#main-footer{
    position: relative;
    bottom:0;
    height: 75px;
    left:0;
    right:0;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    font-size: 15px;
    border-top: 2px solid var(--accentColor);
    color: #53585a;
}

#absolute-footer{
    position: absolute;
    bottom:0;
    height: 75px;
    left:0;
    right:0;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    font-size: 15px;
    border-top: 2px solid var(--accentColor);
    color: #53585a;
}

footer > div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

footer > div > span{
    display:block;
}

.logo-img{
    height: 40px;
}

.logo-bce{
    font-size: 15px;
    font-weight: bold;
    color: #53585a;
}

.logo-bce > span:first-child{
    font-size: 19px;
    font-weight: bold;
    color: var(--accentColor);
    margin-left: 2px;
}

.logo-bce > span:last-child{
    font-size: 21px;
    font-weight: bold;
    color: var(--accentColor);
}

/*----------------------------------------

*/
.heat{
    font-weight: bold;
    color:var(--accentColor);
}

h2{
    font-size:17px;
    font-weight: normal;
}


/*----------------------------------------

*/

.container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.input-container{
    position: relative;
    border: solid 1px #a9a9a9;
    background: #ffffff;  
    height: 24px;
    width: 160px;
}
.input-container>.ic-icon{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25px;   
    text-align: center;
    /*border-right: solid 1px #a9a9a9;*/
    font-size: 14px;
    color: #8c8b8b;
}
.input-container>.ic-input{
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    right: 0;    
}
.input-container>.ic-input>input{
    border:none;
    background: transparent;
    width: 100%;
    height: 100%;
    outline: none;
}



.inputitem{
    display: inline-block;
    margin: 0 10px 15px 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inputitem>label{
    font-size: 11px;
    color: #8c8b8b;
    height: 15px;
    line-height: 15px;
    text-align: left;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.inputitem.text>label{
    display: block;  
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.inputitem.textarea>label{
    display: block; 
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.inputitem.select>label{
    display: block; 
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.inputitem.radiocheck>label{
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: calc(100% - 20px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.inputitem>input[type="text"],
.inputitem>input[type="email"],
.inputitem>input[type="date"],
.inputitem>input[type="number"],
.inputitem>select{
    height: 28px;
    width: 180px;
    font-size: 15px;
    padding: 2px 4px;
    border: solid 1px #bdbdbd;
    background-color: #ffffff;
    color: #6f6f6f;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.inputitem>input[readonly],
.inputitem>input[readonly="readonly"]{
    background: rgba(232, 232, 232, 0) !important;
    border: none;
    color: #b1b1b1 !important;   
}

.inputitem>input[type="date"]#decomdate{
    width: calc(100% - 40px);
}

.inputitem>input[type="text"]:disabled,
.inputitem>input[type="email"]:disabled,
.inputitem>input[type="date"]:disabled,
.inputitem>input[type="number"]:disabled,
.inputitem>select:disabled{
    background-color: #f3f2f2;
    color: #bdbdbd;
}

.inputitem>input[type="checkbox"]{
    position: relative;
    float: left;
    
}
.inputitem>input[type="checkbox"]#hasdecomdate{
    top: 3px;
}