@charset "UTF-8";

div#alarm_dialog_div {
    position: absolute;
    z-index: 10000;
    background: white;
    width: 550px;
    right: 0;
    bottom: 0px;
    border-radius: 8px;
    border: solid 3px #dad4d4;
    flex-direction: column;
}
div#alarm_dialog_div.show {
    display: flex!important;
}

.alarm_list_head {
    width: 100%;
    color: var(--themeFontColor);
    background: var(--themeLightColor);
    border-bottom: var(--themeColor);

    height: 40px;
    line-height: 40px;
    clear: both;
    display: flex;
    flex-direction: row;
}

.alarm-dialog-body li {
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
}

.alarm-dialog-body li > span:first-child {
    font-size: 12px;
    margin-right: 10px;
    width: 80px;
    text-align: right;
}

.alarm-dialog-body li > span:last-child {
    font-size: 12px;
    color: #343434;
    flex-grow: 1;
    width: 0;
    margin-left: 10px;
}

div#alarm-dialog-total-body {
    text-align: right;
    padding-right: 10px;
}

div#alarm-dialog-total {
    clear: both;
}

input#currentIndex {
    width: 50px;
    border: solid 1px gray;
    text-align: center;
    height: 18px;
    line-height: 18px;
}

span.alarm_dialog_total {
    height: 16px;
    line-height: 16px;
    text-align: center;
}

div#alarm-dialog-scan {
    height: 263px;
    margin-left: 10px;
}

div#alarm-dialog-preview {
    height: 70px;
}


.row.button-list {
    float: right;
    margin-top: 5px;
    clear: both;
    height: 34px;
    justify-content: left;
    display: flex;
}

.row.button-list button {
    width: 65px;
    overflow: hidden;
    border-color: var(--themeColor) !important;
    cursor: pointer;
}

div#safety_alarm_sub_class .fbutton span {
    max-width: 140px;
    overflow: hidden;
    word-break: break-all;
    max-height: 24px;
    line-height: 18px;
}

.alarm-dialog-m {
    overflow: hidden;
    margin-left: 5px;
}




.alarm-dialog-m-item {
    cursor: pointer;
    margin-top: 10px;
    float: left;
    padding: 0 0 0 10px;
    height: 60px;
    width: 70px !important;
}

.alarm-dialog-m-item img {
    border: 1px rgba(241, 241, 241, .1) solid;
    height: 100%;
    width: 70px;
}

.alarm-dialog-m-item img.check {
    border: 1px #39afd1 solid;
}

img#alarm-dialog-scan-img {
    cursor: pointer;
    height: 263px;
    width: 328px;
}

.alarm_list_head_title.dynamic_i18n {
    flex: 1;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.cancel.iconfont.icon-ttx-quxiao-cha-cuowu-shanchu {
    color: var(--themeFontColor);
}
div.alarm_list_head_close {
    float: right;
    width: 24px;
    height: 24px;
}

/****alarm handle***/
div#alarm_handle_div {
    position: absolute;
    z-index: 10000;
    background: white;
    width: 800px;
    height: 570px;
    right: 0;
    bottom: 100px;
    left: 50px;
    top: 100px;
    border-radius: 4px;
    flex-direction: column;
    /*border: 1px solid #ccc;*/
    border: solid 1px var(--themeColor)!important;
    box-shadow: 0 2px 12px 0 var(--themeColor);
}


#ttsColla{
    margin-top: 20px;
}
.layui-textarea{
    min-height:58px;
}
textarea{
    width: 520px!important;
}

.commonWords ul li {
    list-style: none;
    min-height: 30px;
    line-height: 30px;
    padding-left: 5px;
    margin: 0px 0px 3px 0px;
    /*background-color: #0071C6;*/
    /*color: white;*/
    color: var(--themeFontColor);
    background: var(--themeLightColor);
    border-bottom: var(--themeColor);


    word-wrap: break-word;
}

.commonWords ul li i {
    color: #efe00d;
    display: none;
}

.commonWords ul li span {
    margin-left: 10px;
    font-size: 15px;
}

.commonWords ul li:hover i {
    display: inline;
}

.commonWords ul li:hover {
    cursor: pointer;
    /*background-color: #d76666;*/
    background-color: var(--themeColor);
    color: var(--themeFontColor);
}



.layui-layer-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    background-color:#F5F5F5;
}
.layui-layer-wrap::-webkit-scrollbar {
    width:10px;
    background-color:#F5F5F5;
}
.layui-layer-wrap::-webkit-scrollbar-thumb {
    background-color:#0ae;
    background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(.5,rgba(255,255,255,.2)),color-stop(.5,transparent),to(transparent));
}
.layui-layer-content::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    background-color:#F5F5F5;
}
.layui-layer-content::-webkit-scrollbar {
    width:10px;
    height: 10px;
    background-color:#F5F5F5;
}
.layui-layer-content::-webkit-scrollbar-thumb {
    background-color:#0ae;
    background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(.5,rgba(255,255,255,.2)),color-stop(.5,transparent),to(transparent));
}
#reportTips{
    color: #cc5611;
    height: 38px;
    line-height: 38px;
}
#settingHandleMsgModel{
    background-color: #fff !important;
}

.layui-form-label{
    width: 105px;
    padding: 9px 7px;
}

.layui-form-item .layui-input-inline{
    width: auto;
    margin-right: 0;
}
.layui-layer-page {
    margin-left: calc(50% - 150px)!important;
    left: 0!important;
}


div#alarmHandleCenter {
    width: 1016px;
    height: 560px;
    position: absolute;
    margin: 0 auto;
    z-index: 10000;
    top: calc(50% - 280px);
    right: calc(50% - 508px);
    /*display: flex;*/
    flex-direction: column;
    border-radius: 2px!important;
    border: solid 1px var(--themeColor)!important;
    background-color: white;
    box-shadow: 0 2px 12px 0 var(--themeColor);
    resize: both;
    overflow: hidden;
}

div#alarmHandleCenterHead {
    height: 34px;
    line-height: 34px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    color: var(--themeFontColor);
    background: var(--themeLightColor);
    border-bottom: var(--themeColor);
    margin-bottom: 1px;
    cursor: pointer;
}


div#alarmHandleCenterBody {
    display: flex;
    flex-direction: row;
    flex: 1;
    height: calc(100% - 40px);
    background-color: white;
}

div#alarmHandleCenterBodyLeftAlarm {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.alarmItem {
    display: flex;
    flex-direction: row;
    height: 40px;
    line-height: 40px;
    width: 100%;
    cursor: pointer;
}
.alarmItemName {
    flex: 1;
    padding-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alarmItemValue {
    display: flex;
    flex-direction: row;
}
.alarmItemStar {
    width: 16px;
    padding-left: 4px;
}

#alarmHandleCenterBodyLeftAlarm .alarmItem:hover{
    background-color: #EBEEF2 !important;
    color: black !important;
}
#alarmHandleCenterBodyLeftAlarm .current {
    background-color: var(--themeColor);
    color: var(--themeFontColor);
}

a.iconfont.icon-ttx-baojingchulizhongxin-weishoucang {
    display: none;
}
a.iconfont.icon-ttx-baojingchulizhongxin-yishoucang {
    color: #fb3f00!important;
}
.alarmHandleCenterBodyRightHead {
    margin-top: 4px;
    margin-left: 8px;
}

div#alarmHandleCenterBodyRight {
    width: calc(100% - 208px);
    display: flex;
    flex-direction: column;
}

div.alarmHandleCenterBodyRightFullWidth {
    width: calc(100% - 20px) !important;
}
table.alarmHandleCenterTableFullWidth {
    width: 980px!important;
}

.alarmHandleCenterBodyRightHeadFirst .btn-group .item .y-btn {
    width: 124px!important;
}
#label-alarmHandleType, #label-alarmHandleStatus {
    width: 78px;
}
div#toolbar-alarmSetting {
    line-height: 34px;
    cursor: pointer;
    /*flex: 1;*/
    text-align: right;
    margin-right: 21px;
}
.alarmHandleCenterBodyRightHeadBth span.y-btn {
    margin-right: 6px;
}
div#toolbar-btnAlarm {
    flex: 1;
}
#toolbar-alarmType .flexi-label,
#toolbar-selectvehi .flexi-label,
#toolbar-alarmHandle .flexi-label,
#toolbar-nameLike .flexi-label
{
    margin: 0px!important;
}


table#alarmHandleCenterTable {
    width: 800px;
    margin-left: 5px;
    height: 430px;
}

table#alarmHandleCenterTable .cheetah-grid {
    min-width: 790px;
    min-height: 420px;
}


#alarmHandleCenterHeadTitle {
    flex: 1;
    margin-left: 10px;
}

div#alarmHandleCenterDetail {
    width: 1016px;
    height: 560px;
    position: absolute;
    margin: 0 auto;
    top: calc(50% - 280px);
    right: calc(50% - 508px);
    display: flex;
    flex-direction: column;
    border-radius: 4px!important;
    border: solid 1px var(--themeColor)!important;
    background-color: white;
    box-shadow: 0 2px 12px 0 var(--themeColor);
}

div#alarmHandleCenterDetailHead {
    height: 34px;
    line-height: 34px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    color: var(--themeFontColor);
    background: var(--themeLightColor);
    border-bottom: var(--themeColor);
    margin-bottom: 1px;
    cursor: pointer;
}


div#alarmHandleCenterDetailBody {
    display: flex;
    flex-direction: row;
    height: calc(100% - 45px);
}

div#alarmHandleCenterDetailBodyLeft {
    display: flex;
    width: 450px;
    padding-left: 10px;
    height: 100%;
    flex-direction: column;
}

div#alarmHandleCenterDetailDriver {
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #d0cece;
}

div#alarmHandleCenterDetailDriverLeft {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.driver_item {
    height: 34px;
    /* justify-content: center; */
    /* display: flex; */
    line-height: 34px;
}

div#alarmHandleCenterDetailDriverRight {
    width: 96px;
    flex: 1;
}
div#driver-picture {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
}
img.driver-picture {
    width: 95px;
    height: 95px;
}

div#alarmHandleCenterDetailAlarm {
    display: flex;
    flex-direction: column;
}

.alarm_item {
    display: flex;
    flex-direction: row;
    height: 34px;
    line-height: 34px;
}

.alarm_item_left {
    flex: 1;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alarm_item_right {
    flex: 1;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alarmHandleCenterDetailMap {
    flex: 1;
}

div#alarmHandleCenterDetailBodyRight {
    width: calc(100% - 460px);
    display: flex;
    flex-direction: column;
    height: 100%;
    border-left: solid 1px #d0cece;
}

div#alarmHandleCenterDetailMedia {
    flex: 1;
    display: flex;
    flex-direction: column;
}

div#alarmHandleCenterDetailMediaHead {
    display: flex;
    flex-direction: row;
    height: 34px;
    line-height: 34px;
    margin: 10px;
}



.media-title {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    width: 90px;
    text-align: center;
    cursor: pointer;
    height: 100%;
}


div#alarmHandleCenterDetailMediaHeadScan {
    margin: 0 10px;
    height: 290px;
    border: solid 1px #d0cece;
}
div#imgMediaHeadScan, div#videoMediaHeadScan {
    height: 290px;
}


div#alarmHandleCenterDetailMediaHeadScanPreview {
    display: flex;
    height: 82px;
    margin: 10px;
    border: solid 1px #d0cece;
}
div#mapcanvas {
    width: 100%;
    height: 100%;
}

#alarmHandleCenterDetailMediaHead div:hover {
    color: var(--themeHoverColor);
    border-bottom: 3px solid var(--themeHoverColor);
}

.mediaActive {
    color: var(--themeHoverColor);
    border-bottom: 3px solid var(--themeHoverColor);
}

img#imgMediaHeadScanContainer {
    width: 100%;
    height: 100%;
}

div#imgMediaHeadScanPreview,div#videoMediaHeadScanPreview {
    height: 100%;
    width: 100%;
    overflow: auto;
}

#alarm_handle_div .layui-form-select dl {
    max-height: 200px!important;
}
div#noMediaTips {
    height: 100%;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-family: cursive;
    font-size: 14px;
}

#alarm-hand-remind {
    height: 14px;
    color: white;
    position: absolute;
    margin-top: -30px;
    margin-left: -1px;
    background-color: #F54C4C;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    padding: 0 10px;
}

.alarmItemName, .alarmItemValue,.alarmHandleCenterBodyRightHead {
    font-size: 12px;
}
div#alarmItemall .alarmItemName, div#alarmItemall .alarmItemValue {
    font-weight: bold;
}

div#toolbar-query {
    /*margin-right: 61px;*/
    /*flex:1;*/
}

.maplngLat {
    color: #0077ff;
    cursor: pointer;
    padding: 0px;
}
.maplngLat:hover{
    color: #FF0000;
    color: var(--color-red);
    text-decoration:underline;
}

.alarm_item_position {
    max-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



div#alarmHandleCenterBodyLeft {
    width: 208px!important;
    border-right: solid 1px #dbdbdb!important;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background-color: #FBFBFB;
}
div#alarmHandleCenterBodyLeftTitle {
    height: 36px;
    background-color: #EEF2F8;
    border-bottom: solid 1px #dee2e6;
}
.alarmHandleCenterBodyRightFullWidth .flexi-flex {
    width: 270px!important;
}

div#hideAlarmClass {
    border-left: solid 1px #dee2e6;
    height: 36px;
    width: 34px;
    display: flex;
    align-items: center;
    margin-left: 5px;
    padding-left: 0px;
}
div#hideAlarmClass a.iconfont.icon-ttx-a-shouqixiangzuo {
    margin: 0 auto;
    font-size: 16px;
}


div#showAlarmClass {
    position: absolute;
    margin-top: 36px;
    background-color: var(--themeColor);
    color: var(--themeFontColor);
    width: 24px;
    height: 24px;
    box-shadow: 4px 0 6px 0 rgba(1,113,198,0.40);
    border-radius: 0 6px 6px 0;
    align-items: center;
}

div#showAlarmClass .icon-ttx-a-zhankaixiangyou  {
    color: var(--themeFontColor)!important;
    margin: 0 auto;
    height: 19px;
}

