@import "./custom/linebarchart.css";

.grouped.fields span[name="projectDirSelect"] :hover {
    color: #f24d00;
    background-color: white;
    border-radius: 10px;
    border-color: #e53935 !important;
}

#projectDir {
    line-height: 2.5rem;
}

.assetlisttop {
    background-color: white;
    box-shadow: none !important;
    border-radius: 10px;
}

.assetlistcenter {
    background-color: white;
    box-shadow: none !important;
    border-radius: 10px;
    min-width: 40%;
    flex-direction: column;
}

.usersetting {
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: none !important;
    border-radius: 10px;
    flex-direction: column;
}

.programplantextbox {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    width: -webkit-fill-available;
}

.programplanrightcontainer {
    background-color: white;
    box-shadow: none !important;
    border-radius: 10px;
    min-width: 40%;
    flex-direction: column;
}

.programplanleftcontainer {
    margin-right: 10px !important;
    background-color: white;
    box-shadow: none !important;
    border-radius: 10px;
    min-width: 30%;
}

.dasboardViewItem {
    text-align: center;
    margin-top: -10px;
    display: flex;
    justify-content: center;
}

.dashboardbar {
    display: flex;
    background-color: rgb(38, 77, 115);
    align-items: baseline;
    margin-left: -50px;
    width: 105%;
}

.dashboardleftcontainer {
    width: 100%;
    background-color: white;
    box-shadow: none !important;
    border-radius: 10px;
}

.dashboardrightcontainer {
    width: 100%;
    background-color: white;
    box-shadow: none !important;
    border-radius: 10px;
}

.dashboardbottomtcontainer {
    margin-left: 20px !important;
    margin-right: 35px !important;
    background-color: white;
    box-shadow: none !important;
    border-radius: 10px;
    min-width: 50%;
}

.sidebarActive {
    background-color: #dd5949 !important;
}

.sidebarcustom span {
    color: #ffffff !important;
}

.sidebarcustom {
    margin-top: 20px;
    background-color: #264d73;
    border-color: #264d73;
}

.sidebarcustom .item {
    color: white !important;
    border-top: 1px solid #575757;
    border-bottom: 1px solid #575757;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 0px;
}

.sidebarcustom :hover {
    background: #a7a9ac !important;
}

.dwkit-sidebar-container {
    background-color: #264d73;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dwkit-container {
    background-color: #e8e8e8;
}

.container_classify {
    flex-direction: column
}


.gl-box {
    border: none;
    z-index: 99;
}

.gl-box-top {
    border: none;
    z-index: 100;
}

.textarea {
    background-color: #e8e8e8;
    margin-left: 10px;
    margin-right: 10px;
}

.ui.tab.active, .ui.tab.open {
    display: block;
    border: none;
}

.container-custom {
    /* display: inline-block; */
    border-radius: 10px;
    background: #ffffff;
    padding: 20px;
}

.FixedHeightContainer {
    padding: 3px;
    background: #e8e8e8;
}

.Content {
    height: 190px;
    overflow: auto;
    background: #fff;
}

.ui.vertical.menu > .item {
    color: #ffffff;
    /*font-size: medium;*/
}
.ui.vertical.menu>.item:hover {
    color: #dd5949;
}

.ui.vertical.tabular.menu {
    border: none;
}


.outlined-fields .fields>.field {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #D8D8DA;
    padding: 5px !important;
}

.none-border-fields .field {
    padding: 5px !important;
}

.outlined-fields.centered-labels .field>label{
    text-align: center;
}

/*.outlined-fields .input{
    border: none !important;
}*/

.none-border-fields input{
    border: none !important;
}

.none-border-fields textarea{
    border: none !important;
}

.red-alert .field{
    border-style: solid;
    border-width: 2px !important;
    border-color: #e53935 !important;
    border-radius: 5px;
}

.yellow-alert .field{
    border-style: solid;
    border-width: 2px !important;
    border-color: #fdd835 !important;
    border-radius: 5px;
}

.company-details-alert-red {
    border-style: solid;
    border-width: 2px !important;
    border-radius: 5px;
    border-color: #e53935 !important;
}
.company-details-alert-yellow {
    border-style: solid;
    border-width: 2px !important;
    border-radius: 5px;
    border-color: #fdd835 !important;
}

.ui.form .grouped.fields, .ui.form .fields  {
    margin-bottom: 0;
}

.alert-field-container {
    margin-bottom: 1em;
}

input[name="select-all-checkbox"] {
    height: 21px;
    width: 21px;
}

.div-button {
    color:white;
    border-radius: 10px;
    text-align:center;
    background-color:#f24d00;
    border: solid #fc441c 0.2px;
    line-height: 2.5rem;
    padding: 2px 10px;
    margin-bottom: 11px;
    cursor: pointer;
}

.div-button:hover {
    color: #f24d00;
    background-color:white;
}

.div-button label {
    cursor: pointer;
}

.uploaded-files-container > * {
    flex: 1 1 25%;
}
.uploaded-files-container > * > * {
    padding: 20px 10px;
    height: 100%;
}

.logo {
    height: 100%;
}

.logo.image > img {
    height: 100%;
}

.video-wrapper {
    position: relative;
}

.video-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    aspect-ratio: 480 / 360;
}

.video-wrapper video {
    display: block;
}

.annotation-container {
    margin-top: 10px;
    align-items: stretch;
    flex-wrap: wrap;
}

.annotation-container > button.annotation-button {
    flex: 1 1 18%;
    border: 1px solid black;
    padding: 12px;
    color: white;
}

.annotation-container > button.annotation-button:focus,
.annotation-container > button.annotation-button:hover {
    color: white;
    filter: brightness(150%);
}

.annotation-container > button.annotation-button.selected {
    border: 3px solid #04DEC1;
    padding: 10px;
}
.annotation-container > button.annotation-button.selected:focus,
.annotation-container > button.annotation-button.selected:hover {
    filter: none;
}

.video-canvas {
    cursor: crosshair;
}