/*Admin css */
.evmcustomize
{
	padding-top: 35px;
}
.nav-tab-pro
{
    background-color: #0085ba;
    color: #ffffff;
}
.nav-tab-wrapper{border-bottom: 1px solid #ccc;}
/* Tooltip container */
.tooltip {
    position: relative;
    
}
.form-table-admin
{
     font-weight: 600;
    line-height: 1.3;
    padding: 20px 10px 20px 0;
    text-align: left;
    vertical-align: top;
    width: 200px;
}

.evm_admin_right{
	float: right;
	/*padding-right: 181px;*/
    width: 38%;
}
.evm_admin_left{
	float: left;
    border-right: 1px solid;
    border-color: lightgrey;    
    margin-top: 35px;
}
.border_class
{
     border-right: none !important;
}
.evm_admin_left_width
{
    width: 662px;
}
.margin
{
    margin-top: 0px !important;
}
#evm_accordion
{

    width: 1104px;
}
.nav-tab
{
    font-weight: normal !important;
    font-size: 12px !important;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 380px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}