body{
	background:#f6f8f9;
}
button{
	outline:none;
}
.panel .panel-body{
}
.panel-body{
	padding:15px 30px;
}
.phead {
    padding-left: 10%;
    border-bottom: 3px solid #3ab4aa;
    overflow: hidden;
}
.phead>a {
    display: block;
    line-height: 45px;
    width: 120px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    margin: 0;
    float: left;
    border-left: 1px solid #ddd;
}
.phactive {
    background: #3ab4aa;
    color: #fff;
    border-left: 0!important;
    border-right: 0!important;
}
.videoCarouselSourceTab {
    color: #666;
    width: 100% !important;
    margin-left: 0px;
    margin-top: 10px;
    font-size: 14px;
}
.videoCarouselSourceTab thead tr {
    background: #f2f2f2;
}
.videoCarouselSourceTab thead th {
    padding: 8px 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    padding: 10px 10!important;
    border-bottom-width: 1px!important;
    text-align: left;
}
.videoCarouselSourceTab td {
    vertical-align: top!important;
    padding: 8px 10px !important;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.tcon > font {
    width: 60px;
}
.tcon > font, .cbcon > font {
    display: inline-block;
    width: 80px;
    margin-right: 5px;
    font-size: 14px;
}
.tcon > font, .cbcon > font {
    display: inline-block;
    width: 80px;
    margin-right: 5px;
    font-size: 14px;
}
#type > .s-success.btn-sm {
    vertical-align: initial;
    color: #fff;
    background: #3498DB;
    border-color: #3498DB;
}
.keywordInt {
    width: 200px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    outline: none;
}
.purchaseSwitch{
	margin-left: 30px;
    margin-right: 30px;
}
.purchaseSwitch button:first-child {
    border-radius: 3px 0 0 3px;
}
.purchaseSwitch button {
    padding: 0px 12px;
    min-width: 70px;
    border: 1px solid #ddd;
    outline: none;
    height: 30px;
    line-height: 30px;
}
.purchaseSwitch button:last-child {
    border-radius: 0 3px 3px 0;
}
.purchaseSwitch button.pc-active {
    background: #0FB492;
    color: #fff;
}
#type{
	display: flex;
	align-items: center;
	position: relative;
}
#s-search-btn{
    width: 60px;
    background-color: #0fb492;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    /* margin-left: 10px; */
    height: 30px;
    line-height: 22px;
    vertical-align: top;
    cursor: pointer;
    margin-top: 0px;
}
.keywordIntBox{
	display: flex;
    align-items: center;
}
.storeCheckWrap {
    padding-top: 10px;
    display: flex;
    align-items: center;
}
.storeCheckWrap span {
    line-height: 28px;
    display: inline-block;
    /* float: left; */
    /* overflow: hidden; */
}
.storeCheckWrap .span_on {
        border-bottom: 2px solid #5dc3e7;
    color: #5dc3e7;
}
.storeCheckSwitch-box a {
    display: inline-block;
    width: 50px;
    text-align: center;
    cursor: pointer;
    color: #777;
    text-decoration: none;
}
.storeCheckSwitch-box .active {
    border-bottom: 2px solid #2497c0;
    color: #218baf;
}
.storeCheckCur{
	margin-right: 15px;
    margin-left: 10px;
}
.selectedUnit  span:after{
	content:",";
	display:inline-block;
	margin: 0 5px;
}
.selectedUnit  span:last-child:after{
	content:none;
}
.keywordIntBox > font,.storeCheckWrap > font{
	width:60px;
}
#videoCarouselSourceAdd{
    width: 60px;
    background-color: #0fb492;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    /* margin-left: 10px; */
    height: 30px;
    line-height: 22px;
    vertical-align: top;
    cursor: pointer;
    margin-top: 0px;
    position: absolute;
    right: 0;
}
.modal-body .storeList li {
    float: left;
    margin: 6px;
    padding: 6px 10px;
    background: #ccc;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}
.modal-body .storeList .active {
    background: #3ab3aa;
    color: #FFF;
}
.storeCheckAll {
    background: #0099ff;
    color: #fff !important;
    text-decoration: none;
    position: absolute;
    left: 22px;
}
.storeView .modal-footer{
	position:relative;
}

.mediaListWrap{
	display: inline-block;
}
.mediaList{
	display:flex;
	align-items: center;
	margin-bottom: 10px;
}
.mediaList:last-child{
	margin-bottom:0;
}
.mediaImg{
	width: 28px;
	height: 28px;
	object-fit: cover;
}
.mediaInfo{
	margin-left:10px;
}
.m-t5{
	margin-top:5px;
}
.deviceName{
	color:#0fb492;
	
}
.c9{
	color:#c9c9c9;
}
.tabState.connecting{
	color:#0fb492;
}
.tabState.breakOff{
	color:red;
}
.tabEidt{
	color:#3498DB;
	cursor: pointer;
}
.tabEidt:hover{
	color:#2a81bc;
}
.medialistAddBtn{
	width: 28px;
    height: 28px;
    border: 1px dashed #ccc;
    display: inline-flex;
    align-items: center;
    cursor:pointer;
    justify-content: center;
    transition: all 0.2s;
}
.medialistAddBtn:hover{
	background:#3498DB;
	color:#fff;
}
.mediaListFlex{
	display:flex;
	justify-content: space-between;
}
#addProjectView .pcViewMain {
    width: 600px;
    margin-left: -300px;
}
.pcView_head_title {
    color: #2196F3;
}
.addProjectCon {
    padding: 10px 30px;
}
.project_nameCon {
    width: 345px;
    display: inline-block;
}
#project_name {
    border: 1px solid #eee;
    border-radius: 5px;
    width: 345px;
    padding: 5px 10px;
    outline: none;
}
.mt10 {
    margin-top: 10px;
}
.showCon {
    display: inline-block;
    /* overflow: hidden; */
    vertical-align: middle;
}
#addProjectView .btn {
    color: #999;
    border: 1px solid #eaeaea !important;
}
.addMediaAD_row{
	display:flex;
}

.addMediaFlex {
    display: flex;
    justify-content: space-between;
    margin-left: 5px;
}
.addmediaListWrap {
    display: inline-block;
}
.addmediaList {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 30px;
}
.addmediaImg {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 3px;
}
.addmediaInfo {
    margin-left: 10px;
}
.addmedialistAddBtn {
    width: 28px;
    height: 28px;
    border: 1px dashed #ccc;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    transition: all 0.2s;
}
.addmedialistAddBtn:hover{
	background:#3498DB;
	color:#fff;
}
.addmediaList:last-child{
	margin-bottom:0;
}
#addmedialistAddBtn{
	height:34px;
}
.modal-title {
    font-size: 14px;
}
.modal-body .addstoreList li {
    float: left;
    margin: 6px;
    cursor: pointer;
}
.modal-body .addstoreList .active {
    background: #3ab3aa;
    color: #FFF;
}
.mediaTypeView {
    position: fixed;
    top: 20%;
    left: 50%;
    /* width: 650px; */
    /* margin-left: -325px; */
    background: #fff;
    z-index: 991;
    color: #000;
    padding-bottom: 50px;
    display: none;
    width: 600px;
    margin-left: -300px;
}
.khjbtitletop {
    height: 55px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-left: 30px;
    line-height: 55px;
    color: #777;
}
.khjbtitle {
    float: left;
    font-size: 1.2em;
    cursor: pointer;
    margin-right: 30px;
}
.khjbclosecss{
    width: 40px;
    height: 40px;
    float: right;
    margin: 7px 10px 0 0;
    text-align: center;
    line-height: 40px;
    font-size: 1.2em;
    cursor: pointer;
}
.exportcodecon {
    padding-top: 30px;
    overflow: hidden;
    /* padding-left: 45px; */
}
.mediaTypeUl li {
    padding: 20px 35px;
    border: 1px solid #ddd;
    border-radius: 10px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
    min-width: 145px;
    text-align: center;
    margin-right: 60px;
}
.mediaTypeUl li:last-child{
	margin-right:0;
}
.mediaTypeUl{
    display: flex;
    justify-content: center;
}
.mediaListDelete,.addmediaListDelete{
	margin-right: 10px;
    color: red;
    cursor: pointer;
}
.mediaListDelete:hover,.addmediaListDelete:hover{
	color:#d80000;
}
.invalidtime {
	display:flex;
}
.buyDeviceBtn,.addBuyDeviceBtn{
	color: #3498DB;
    cursor: pointer;
}
.previewBtn{
	color: #3498DB;
    cursor: pointer;
}
.previewBtn:hover,.buyDeviceBtn:hover,.addBuyDeviceBtn:hover {
    color: #2a81bc;
}
.addMediaInvalidTime_row{
	display:flex;
	line-height: 34px;
}

