﻿body {
    margin:0;
    padding:0;
    /*background-color:red;*/
    height:100%;
}

#root-block {
    width:100%;
    height:100%;
    /*background-color:green;*/
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:0;
    padding:0;
}

/*#header {
    width:100%;
    height:59px;
    background-color: white;
    border-bottom:1px solid #DDDFE9;
    box-shadow: 0 10px 10px grey;
}*/
#header {
    width: 100%;
    height: 60px;
    background-color: white;
    border-bottom: 0px solid #DDDFE9;
    box-shadow: 10px 7px 13px #a99e9e;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 1000;
    position: relative;
}

.logo-text {
    color: #0a80ce;
    font-size: 34px;
    font-weight: 600;
    font-family: monospace;
}
#logo-main {
    background-image:url('../images/cds_i.svg');
    background-position: center center;
    background-repeat:no-repeat;
    width: 80px;
    height:47px;
    border-right:1px solid #DDDFE9;
    position:relative;
    float:left;
    top:5px;
}

#logo-ent {
    /*background-image:url('../img/logo-avf.png');*/
    background-position: left center;
    background-position-x: 20px;
    background-repeat:no-repeat;
    width: 80px;
    height:59px;
    /*border-right:1px solid #DDDFE9;*/
    position:relative;
    float:left;
    margin-left: 10px;

}

#main-menu {
    /*background-color:red;*/
    height:40px;
   /* width:800px;*/
 /*   position:relative;*/
    float:left;
    top:5px;
    margin-left: 1%
}


@media (min-width: 1025px) {
    #main-menu {
        /* background-color: red; */
        height: 40px;
        /* width: 800px; */
        /* position: relative; */
        float: left;
        top: 5px;
        margin-left: 15%;
    }
}



.main-menu-item {
    position:relative;
    float:left;
    top: 15px;
    background-image:url('../img/arr-dwn.png');
    background-repeat:no-repeat;
    background-position:right center;
    /*width:130px;*/
    font-family:'Roboto';
    text-align:center;
    font-weight:bold;
    font-size:13px;
    padding-left:1px;
    padding-right:20px;
    margin-left:10px;
    cursor: pointer;
}

/*.main-menu-item:hover {
    background-color: #0a80ce;
    color: #ffffff;

}*/

#weather-block {
    /*background-image:url('../img/cloud1.png');
    background-repeat:no-repeat;
    background-position-x:10px;*/
    top: 10px;
    width:100px;
    height:27px;
    position:relative;
    float:left;
}

.time-block {
    top: 10px;
    width:63px;
    height:27px;
    position:relative;
    float:left;
    color: #000;
    font-family: Roboto;
    src: url(fonts/Roboto-Regular.ttf);
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    top: 20px;
}

#daynight-block {
    position:relative;
    float:left;
    border-right:1px solid #DDDFE9;
    border-left:1px solid #DDDFE9;
    background-image:url('../img/sun.png');
    background-repeat:no-repeat;
    background-position-x:10px;
    height:27px;
    margin-top:10px;
    padding-left:10px;
    padding-right:10px;
    width: 49px;
}

#msg-bell{
    position:relative;
    float:left;
    background-image:url('../img/bell.png');
    background-repeat:no-repeat;
    background-position-x:15px;
    background-position-y:5px;
    width: 47px;
    height:27px;
    margin-top:10px;
    padding-left:10px;
    padding-right:10px;
}



#person-avatar {
    position:relative;
    float:left;
    top:5px;

    background-image:url('../img/arr-dwn.png');
    background-repeat:no-repeat;
    background-position:right center;
    width: 60px;
    margin-right:15px;
    margin-left:5px;
}

    #person-avatar > img {
        border-radius: 25px; /* Радиус скругления */
        box-shadow: 0 0 1px #f5e6e6; /* Параметры тени */
        height:40px;
        width:40px;
    }

#tabs {
    height:32px;
    width:100%;
    background-color: #f6f7fa;
    border-bottom:1px solid #DDDFE9;
    z-index: 4;
    position: absolute;
    -webkit-box-shadow: 0px 8px 12px -5px #DDDFE9;
    -moz-box-shadow: 0px 8px 12px -5px #DDDFE9;
    box-shadow: 0px 8px 12px -5px #DDDFE9;
}

#left-tabs {
    float:left;
}

    #left-tabs > .tab-item {
        border-left: 1px solid #DDDFE9;
    }

    #left-tabs > .tab-item:last-of-type {
        border-right: 1px solid #DDDFE9;
    }

#right-tabs {
    float:right;
    border-left: 1px solid #DDDFE9;
}

#tab-main {
}

.tab-item {
    font-family:'Roboto';
    text-align:center;
    font-weight:bold;
    font-size:12px;
    background-repeat:no-repeat;
    background-color:white;
    padding-left:20px;
    height:31px;
    width: 180px;
    cursor:pointer;
    white-space: nowrap;
}

    .tab-item > .size {
        top:5px;
        float:left;
        position:relative;
        width:160px;
    }

    .tab-item > .close {
        background-image: url('../img/tab-cross.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-position-x: 10px;
        width: 30px;
        height: 31px;
        position: relative;
        float: right;
    }

.tab-item-basic {
    background-image: url('../img/tab-pin-normal.png');
    background-position: left center;
    background-position-x: 5px;
    font-weight:300 !important;
    width:200px !important;
    padding-left:30px !important;
    float:left;
    text-align:left;
}

.tab-item-selected {
    background-image: url('../img/tab-pin-active.png');
    background-position: left center;
    background-position-x: 5px;
    font-weight:300 !important;
    width:200px !important;
    padding-left:30px !important;
    float:left;
    text-align:left;
    /*height: 28px;*/
    border-bottom: 3px solid #FF5721;
}

.tab-item-main {
    background-image:url("../img/home-icon.png");
    background-position:center left;
    background-position-x:10px;
    float:right;
}

.tab-item > span {
    position:relative;
    top:9px;
}


.size {
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    padding: 5px; /* Поля */
    text-overflow: ellipsis; /* Многоточие */
    }


#work-place {
    position:absolute;
    top:60px;
    left:0;
    right:0;
    bottom:0;
    background-color: #f6f7fa;

}

.left-main-menu {
    width: 80px;
    margin-top: 13px;
}

.tooltip-inner {
    color: white;
    background: #8391AF !important;
    border: solid 1px #8391AF !important;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #8391AF;
}

.main-page-workspace {
    position:absolute;
    top:5px;
    left:88px;
    right:5px;
    bottom:5px;
    overflow:auto;
    /*background-color:coral;*/
}

#container3d {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 590px;
    bottom: 5px;
    /*background-color: pink;*/
}

#dashboards {
    position: absolute;
    top: 360px;   
    /*left: 5px;*/
    bottom: 5px;
    width: 420px;
    /*background-color: chocolate;*/
    overflow:auto;
}

.db-colimn {
    position:relative;
    float:left;
    /*top: 0px;
    bottom:0px;
    padding:0;
    margin:0;*/
    width:250px;
    /*background-color:red;*/
}

.db-block {
    position:relative;
    width:250px;
    height:65px;
    float:left;
    padding:3px;
    margin: 1px;
    font-size:11px;
    border: 1px solid gray;
}

.desiner-border-module {
    background-color: white;
    border: 1px solid #cbced5;
    -moz-border-radius:  4px;
    -webkit-border-radius:  4px;
    border-radius:  4px;
    padding: 10px;
}

.css-animate-report {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
}

.report-footer {
    -webkit-box-shadow: 0px 8px 12px -5px #DDDFE9;
    -moz-box-shadow: 0px 8px 12px -5px #DDDFE9;
    box-shadow: 0px 8px 12px -5px #DDDFE9;
    height: 150px; 
    width: 100%; 
    background-color: #f6f7fa;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.text-error{
    color: #cc323a !important;
}
