﻿html {
    height: 100% !important;
    /*background-color: black;*/
    background: linear-gradient(#002c522e,#002c52);
    /*background: linear-gradient(lightblue, transparent);*/
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: black;*/
    height: calc(100% - 100px);
    /*background: url(../images/tcode.png) no-repeat 50%;*/
    /*background-position-y: bottom;*/
    background-color: transparent !important;
}

.LoginForm {
    width: 460px;
    height: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    /*text-align: center;*/
}

.LoginFormDark {
    border: 1px solid black;
    box-shadow: 10px 10px 5px #131312;
    background-color: #fabb00;
	position: absolute;
    margin-left: calc(50% - 230px);
}

.LoginFormWhite {
    border: 1px solid white;
    box-shadow: 10px 10px 5px #1f1f1f;
    background-color: #252524;
	position: absolute;
    margin-left: calc(50% - 230px);
}

.displayNone{
    display:none;
}

.header {
    padding: 3px !important;
    height: 25px;
    margin: 1px !important;
    font-weight: bold;
    width: calc(100% - 10px) !important;
    font-size: 1.2em !important;
}

.headerMenu {
    font-size: 0.75em !important;
}


.loginBodydata {
    /*border: 1px solid red;*/
    height: calc(100% - 15px);
    /*width: calc(100% - 3px);*/
}


.InsideFrame {
    /*background-color: black;*/
    border: none;
    width: calc(100% - 1px);
    /*height: calc(100% - 83px) !important;*/
    position: absolute;
    overflow: auto;
}


.defaultTitle {
    /*color: white;*/
    font-size: 4em;
    padding: 80px 120px 0 120px;
}

.LoginLabel {
    /*color: white;*/
    font: bold 1.8em Verdana;
    margin: 0 5% 5px 5%;
    display: block;
    position: relative;
    width: 90%;
    padding-top: 25px;
    text-shadow: 2px 2px 5px #000;
}

.Login {
    border-radius: 2px;
    text-align: center;
    height: 270px;
}


.LoginTxtBox {
    position: relative;
    width: 10em;
    text-align: center;
    font-size: 2.2em !important;
}

.LoginBtn {
    margin: 20px 0 10px 0 !important;
    position: relative;
    font-size: 2em !important;
    padding: 5px !important;
    font-weight: bold;
}

.GuidlinesButton {
    text-align: center;
}

.GuidlinesText {
    height: calc(100% - 25px);
    overflow-y: auto;
    font-size: 1.35em;
    text-align: justify;
    white-space: pre-wrap;
    margin: 0 10px 0 10px;
}


.GuidlinesTextChangePassword {
    /*background-color: #000;*/
    line-height: 30px;
    font-size: 1.25em;
    height: 100%;
    height: -webkit-fill-available;
    height: fill-available;
    padding: 5px;
}



.ChangePwdMessage {
    color: red;
    text-align: center;
    border: 1px solid black;
    border-radius: 5px;
    margin: 5px;
    line-height: 25px;
    height: 50px;
}


.ChangePwdLbl {
    /*color: white;*/
    margin: 5px;
    display: inline-block;
    width: 12.5em !important;
    margin-left: 22px;
    white-space: nowrap;
    text-align:right;
}

.ChangePwdValFix {
    height: 25px;
    width: 200px;
}

.ChangePwdVal {
    height: 25px;
    /*width: 140px;*/
    width: calc(100% - 180px) !important;
}

.ChangePwdBtnDiv {
    margin: 5px;
}

.ChangePwdBtnSubmit {
    left: 1px;
    float: left;
}

.ChangePwdBtnCancel {
    right: 1px;
    float: right;
}

/*USER SETTINGS*/
.UserInfoAndSettings {
    width: calc(100% - 20px);
    /*line-height: 20px;*/
    margin: 10px 0 0 0;
}

.ChangeLbl1 {
    margin: 5px;
    display: inline-block;
    white-space:nowrap;
    text-align:right;
    width: 12em !important;
}


.bottomMargin10px {
    margin-bottom:10px !important;
}

.ChangeCmb{
    height: 25px !important;
  /*  width: 140px !important;*/
}

.displayFlex{
    display:flex;
}

.NeedLogoutInfo {
    color: red;
    background-color: white;
    border-radius: 10px;
    margin-left: 5px;
    padding-top: 3px;
    float: left;
}

/*USER MANAGEMENT*/
.clsRadioLabel {
    display: -webkit-inline-box;
    font-size: 1.5em;
    margin-right: 20px;
}

.clsRadioLabelSmall {
    display: -webkit-inline-box;
    margin-right: 20px;
}

.ChangeStatusDiv {
    margin: 5px;
    line-height: 30px;
}

.clsRadio {
    width: 20px;
    height: 20px;
}


.DivGridUsers {
    margin: 2px !important;
    width: calc(100% - 6px) !important;
    height: calc(100% - 48px) !important;
}

.clsDivGridUserRoles {
    margin: 2px !important;
    /*width: calc(100% - 6px) !important;*/
    height: calc(100% - 8px) !important;
}


.SaveAddNewUserBtn {
    margin-top: 5px !important;
}


/*ROLE MANAGEMENT*/

.btnAddRole {
    margin: 2px !important;
}


.ChangeLbl2 {
    font-weight: bold;
    text-decoration: underline;
    margin-left: -10px;
    font-size: 1.15em;
    margin-bottom: 10px;
}


.DivRoleNameEditCont {
    border-top: 2px solid red;
    padding: 15px;
    margin: 10px;
    border-bottom: 2px solid red;
    border-radius: 15px;
}


.DivKanbanElement {
    font-size: 1.25em;
    margin-left: -3px;
    padding: 0 0 5px 5px;
}

.KanbanBtn {
    float: left;
    margin-top: 5px !important;
    margin-left: 5px !important;
    margin-bottom: -5px !important;
}

.DIVKanbanBtn {
    display: flow-root;
    padding: 4px 0 4px 0;
}


.NoticeTextEditVal {
    width: calc(100% - 180px) !important;
    height:50px;
}



.clsColorPicker {
    margin-top: 5px !important;
    display: inline-flex;
}

.NoticeValidToDtp {
    height: 20px;
    width: 140px;
    display: -webkit-inline-box;
}

.NoticeStatusDdl {
    display: inline-flex;
}


.NoticeValidToCHK {
    transform: scale(1.6);
    margin-left: 10px;
}


.NoticeValidToLabel {
    font-weight: bold;
}


.CHANGEDETECT{

}

.WindowsHeader {
    width: 100%;
    border-bottom-width:0 !important;
}

.WindowsHeaderText{
    width:70%;
}

.WindowsCloseBtnDiv {
    width: 30% !important;
    text-align: right;
    display: block !important;
}

.WindowsCloseBtn {
    height: 20px !important;
    padding-top: 1px !important;
}



.GridCompanies {
    margin: auto;
    margin-top: 20px;
    max-width: 1366px;
    /*margin:20px;*/
    height: calc(100% - 40px);
    border: 2px solid cornflowerblue;
    border-radius: 5px;
    padding-bottom: 2px;
    min-height: 240px;
}


.gridPublicUsers {
    margin: auto;
    margin-top: 20px;
    max-width: 1366px;
    /*margin: 20px;*/
    height: calc(40% - 24px);
    border: 2px solid cornflowerblue;
    border-radius: 5px;
    padding-bottom: 2px;
    min-height: 240px;
}

.gridUsersCompanies {
    margin: auto;
    margin-top: 20px;
    max-width: 1366px;
    /*margin: 0 20px 20px 20px;*/
    height: calc(30% - 26px);
    border: 2px solid cornflowerblue;
    border-radius: 5px;
    padding-bottom: 2px;
    min-height: 240px;
}