﻿.page-header{
    margin-bottom :0px !important;
}
.ui-dialog-titlebar {
    background-color:#78bd5d;
    color:white;
}
.ui-draggable{
    z-index:1500;
}

.notifyjs-corner{
    margin-top:50px !important;
}

/*.dataTables_length{
    display:none;
}*/
.px-demo-bgs{
    display:none !important;
}

 /*@media (min-width: 1000px) {
            .ui-draggable{
                width:1100px!important;
                height:auto!important;                
            }
        }

 @media (max-width: 999px) {
            .ui-draggable{
                width:560px!important;
                height:auto!important;  
                overflow-y:scroll !important;               
            }
        }*/

 .select2-dropdown {
  z-index: 9001;
}
  /*@media (max-width: 499px) {
            .ui-draggable{
                width:400px!important;
                height:700px !important;
                overflow-y:scroll !important;                
            }
        }*/




 .fade, .ui-widget-overlay {
	background: #1b191a;
	opacity: .75;
	filter: Alpha(Opacity=75); 
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #1b191a;
	box-shadow: 0px 0px 5px #1b191a;
}
