﻿/*.tab-parent {
    background-color:none;
    border-top:1px solid black;
    border-left:1px solid black;
    border-right:1px solid black;
}

.tab-dropzone {
    padding:0;
}

.tab-selected {
    background-color:lightblue;
}*/

.tab-parent{
    color: #999999;
    background: #ffffff;
    padding: 3px 0px;
    border-top: 1px solid #00A9BE;
    border-right: 1px solid #00A9BE;
    border-left: 1px solid #00A9BE;
    border-radius: 5px 5px 0 0;
    display: block;
    margin-right: 3px;
    text-align: center;
    cursor: pointer;
}
    .tab-parent label {
    cursor: pointer;
    display:block;
    padding: 3px 0px;
    margin: 0;
        }

.tab-dropzone,.tab-dropzone .form-elements  {
    padding:0;
}

.tab-selected {
    border:1px solid #00A9BE;
    background: #00A9BE;
    color: #ffffff;

}

.tab-dropzone .form-group {
    margin: 0px !important;
    font-size: 0;
}

#preview-form .tab-row {
    margin-right: 0px;
    margin-left: 1px;
}

.tab-row {
    border-bottom-style: solid;
    border-bottom-width: thin;
    font-size: 0;
    border-bottom-color: #00a9be;
}

.custom-tab-content {
    padding: 10px 0;
}


.tablabel{
    padding-bottom: 0;
    overflow-x: hidden;
    display: block;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    vertical-align: middle;
    font-weight:normal;

}
.tabspan {
    overflow-x: hidden;
    display: inline-block;
    width: 92%;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.tabAdd {
    margin:0 5px;
}
/*.tabtextarea {
    display: none;
}
.checkActionsyntax:focus + .tabtextarea { 
    display: block;
   
}*/
