.margin-top-20{
    margin-top: 20px !important;
}
.margin-top-10{
    margin-top:10px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-20{
    margin-bottom:20px;
}
.margin-right-10{
    margin-right: 10px;
}
.margin-right-20{
    margin-right: 20px;
}
.margin-left-10{
    margin-left: 10px;
}
.margin-left-20{
    margin-left: 20px;
}
.label-as-badge{
    border-radius: 1em;
}
.navbar-brand{
    font-size: 14px !important;
}
.no-padding-left{
    padding-left: 0px !important;;
}
.index-10000{
    position:relative;
    z-index:10000000000 !important;
}
.show-cal{
    cursor: pointer !important;
}
.float-right{
    float:right;
}
.float-left{
    float:left;
}
text[text-anchor="middle"]{
    display:none;
}
/*body{*/
    /*background: rgba(247,247,247,1);*/
    /*background: -moz-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(254,254,254,1) 100%);*/
    /*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(247,247,247,1)), color-stop(100%, rgba(254,254,254,1)));*/
    /*background: -webkit-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(254,254,254,1) 100%);*/
    /*background: -o-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(254,254,254,1) 100%);*/
    /*background: -ms-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(254,254,254,1) 100%);*/
    /*background: radial-gradient(ellipse at center, rgba(247,247,247,1) 0%, rgba(254,254,254,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe', GradientType=1 );*/
/*}*/
.version {
    position: fixed;
    bottom: 0;
    right: 0;
}
.details, .version-details{
    position:fixed;
    bottom: 0;
    left: 0;
}
.tr-bottom-border{border-bottom: 1px solid grey; border-top: 1px solid grey;}

.action-required{
    height: 30px;
    overflow: hidden;
    padding-top: 5px;
    list-style-type: none;
}
td{max-width: 400px;}


.action-required{
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
}
.action-required li {
    display:inline-block;
    margin-right: 2%;
    width:49%;
    list-style-type:none;
    box-sizing: border-box;
    white-space: normal;
    vertical-align: top;
    text-align: center;
}

.primary-row {
    background-color: #2c3e50;
    color: white;
}

.primary-row:hover{
    color:black;
}


/***Sub menu ***/
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#000000;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#000000;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.form-control-custom-24h {
    height: 24px !important;
}