﻿/* ows-layout1.css 
	NAV IN LEFT SIDEBAR
	*/
	/*.nav-sidebar{margin-top:25px}*/
    .right{float:right !important}
    .left {
    float: left !important
    }
    .mar-top7{margin-top:7px !important}
.dropdown .caret {
    position: absolute;
    top: calc(50% - 2px);
}
.width-40-perc{
    width:40%;
}
.pad-0{
    padding:0px;
}
.pad-bottom-10{
    padding-bottom:10px;
}
.pad-top-10 {
    padding-top: 10px;
}
.lbl-dividend {
    padding-top: 5px;
    width: 210px;
}
.text-align-left {
    text-align: left;
}
.colsort {
    color: #337AB7 !important;
}