﻿/* Radar Setup */
#radar-setups {
    padding: 10px 150px;
}

#divNoSpeedDetected {
}

#divWhenSpeedDetected {
}

#divSetSpeeds {
}

#divMoreInfo {
}

#radar-save-send {
    width: 625px;
    /*margin-top: 50px;*/
    float: right;
}

.setRight {
    float: right;
    margin-top: 0px !important;
}

#radar-setup {
	margin-left: 12px;
	width: 950px;
    display: inline-block;
}

#radar-setup > div > table > tbody > tr > td {
	height: 32px;
}


#radar-setup_hr-green {
	border: 1px solid green;
	line-height: 1px;
	width: 300px;
}

#radar-setup_hr-red-long {
	border: 1px solid red;
	line-height: 1px;
	width: 300px;
}

#radar-setup_hr-red-short {
	border: 1px solid red;
	line-height: 1px;
	width: 100px;
}

#tblRadarMessageSetup > tbody > tr {
    height: 30px;
}

#radar-setup_message-list {
    margin-top: 70px;
}

#radar-setup_message-list > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > .nav {
    background-color: transparent;
    color: black;
}

#radar-setup_message-list > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > .tab-content > .tab-pane {
    border: none;
    height: 0px;
    min-height: 0px;
}

#radar-setup_message-list > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li > a {
	padding: 4px 12px;
    color: black;
}

#radar-setup_message-list > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li.active > a {
	color: white !important;
	background-color: #428bca;
}

#radar-data-log > .section {
	float: left;
	width: 100%;
}

.optionDisabled {
	color: lightgray;
}

.radarGridHeader {
    background-color: lightgray;
    color: black;
}

#radar-scheduling > #week-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow {
    height: 392px;
}

.radioText {
    cursor: pointer;
}

.radarMessageSetup {
    cursor: pointer;
    color: blue;
    font-style: italic;
}

@media (max-width: 1700px) {
    #radar-setups {
        padding: 15px 40px;    /*25px 120px*/
    }
}