﻿.mgt-25 {
    margin-top: 25px;
}

.mgl-20 {
    margin-left: 20px;
}

.btn-danger-cr{
    background-color: rgb(227, 27, 27) !important;
}
.btn-danger-cr:hover{
    background-color: rgb(227, 27, 27) !important;
}
.message{
	background-color:#e6e7e8;
	padding:10px;
	text-align:center;
	display: inline-block; margin: 2px;
}
.message p{
	font-size: 10px; margin: 0px;
}
#wait {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/images/pIkfp.gif') 
                50% 50% 
                no-repeat;
}