﻿.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;
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: #ccc;
margin-top: 5px;
margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}

.bckground {
    background-image: url(/Content/img/background.jpg);
   background-repeat:no-repeat;
   background-size:cover
}

.progress-bar-magenta {
      background-color: magenta !important;
}
.progress-bar-black {
      background-color:black !important;
}
.progress-bar-yellow {
      background-color:yellow !important;
      color: black !important;
}
.tab-content {
  padding : 15px;
}
.gridview_datatables_heading{
    color:#2EABE2 !important;
    font-weight:bold !important;
    padding-left:5px !important;
}

/* modal fix - this is to override the if multiple dialogs are open on top of each other, closing the top model wont make the bottom modal loose scroll */
.modal{
   overflow:auto !important;
}
/* modal fix */

/* Make Select2 boxes match Bootstrap3 heights: */
.select2-selection__rendered {
  line-height: 34px !important;
  height: 34px !important;
}

.select2-selection {
  height: 34px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}


.btn-danger-local {
    background-color: #dd4b39 !important;
    border-color: #d73925 !important;
}

.btn-warning-local {
    background-color: #f39c12 !important;
    border-color: #e08e0b !important;
}

.btn-success-local {
    background-color: #00a65a !important;
    color: white !important;
    border-color: #008d4c !important;
}