
.alertn {
    height:40% !important;
    padding:0px;
}

.page-header{
    padding-bottom:0px !important;
    margin:0 !important;
}

.sima{
    width:4%;
    height:4%;
}

.navcolor{
    background:#3b434c !important;
}

.navbar{
    margin-bottom: 0 !important;
    border-radius:0 !important;
}

.breadcrumb{
    background:#fff !important;
    padding: 8px 0px 0px !important;
}

.main-content{
    background:#e7e7e7 !important;
}

.box_welcome{
    display:inline-block;
    margin-bottom:20px;
}

.cont_color{
    background:#fff;
    padding:10px;
}

.directory_img{
    width:10%;
    height:10%;
}

.welcome{
    font-weight:bold;
    font-size:20px;
}

.font_18{
    font-size:18px;
}

.font_16{
    font-size:16px;
}

.font_14{
    font-size:14px;
}

.padding_10{
    padding:10px;
}

.page-footer{background:#3b434c;color:#a2abb7}
.page-footer{font-size:12px;font-weight:300;padding:10px 0;}
.page-footer{width:100%;max-width:none !important;bottom:0;margin-top:20px}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

#logintr,#createtr,#loginalert,#rpasss_id,#rpasse_id,#rptr{
    display:none;
}

.modal {
    overflow-y:auto;
}

#twait,#gwait,#pwait,#dpgtpwait,#talert,#tsucc,#twarn,#galert,#dpgtalert,#gsucc,#gwarn,#palert,#psucc,#dpgtsucc,#pwarn{
    display:none;
}

#mwait,#malert,#mwarn,#msucc,#await,#masexlwait,#masexlalert,#masexlsucc,#masexlpwait,#aalert,#awarn,#asucc,#swait,#salert,
#swarn,#ssucc,#ewait,#ealert,#ewarn,#esucc,#xwait,#xalert,#xwarn,#xsucc,#lwait,#lalert,#lwarn,#lsucc,#fwarn,#falert,#fsucc,
#kwarn,#kalert,#ksucc,#kwait,#nwarn,#nalert,#nsucc,#nwait{
    display:none;
}

#ywait,#yalert,#ysucc,#ywarn,#ypgtalert,#ypgtsucc,#ypgtpwait,#fpgtalert,#fpgtsucc,#fpgtpwait,#kpgtalert,#kpgtsucc,#kpgtpwait,
#npgtalert,#npgtsucc,#npgtpwait{
    display:none;
}

#zwait,#zalert,#zsucc,#zwarn{
    display:none;
}

.tc1{
    background-color:#f3f1f3;
    border:1px solid;
    margin:0px 3px 0px 3px;
}

.tc2{
    background-color:#ffffff;
    border:1px solid;
    border-top: none;
    margin:0px 3px 0px 3px;
}

.width_200{
    width:200px;
}

#gg-1,#gg-2,#gg-11{
    display:none;
}

.myright{
    float:right;
}

.tc1:hover {background: #e6e6ff;}
.tc2:hover {background: #e6e6ff;}

.height_100{
    height:100px;
}

#inas,#inae,#inaeb,#inasb,#inabcdw{
    display:none;
}

#rmaalert,#rmasucc,#rmawait{
    display:none;
}

#oaaalert1,#oaaalert,#oaasucc,#oaawait,#msgor1,#msgor2,#msgor3{
    display:none;
}

#fpalert,#fptr{
    display:none;
}

.fixed-panel {
    min-height: 10;
    max-height: 10;
    overflow-y: scroll;
}

body.modal-open {
    overflow: visible;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 20px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom:18px;
    right:20px;
}

.spview,.wpview{
    display:none;
}


.glyphicon-refresh-animate {
    -animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}


.modal.modal-wide .modal-dialog {
    width: 90%;
}

.modal-wide  .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y:auto;
}

body.modal-open {
    overflow: hidden;
}

div.loader{ 
    position:fixed;
    background-color:#000;
    display:none;
    top:50%;
    left:50%;
    z-index:100000;
    text-align:center;
    padding:1%;
    transform: translate(-50%, -50%);
}

img.bigloader{
    display:block;
    vertical-align:middle;
}

.overlay{
    position:fixed;
    z-index:10000;
    width:100%;
    height:100%;
    background-color: #fff;
    background:rgba(255,255,255, 0.65);
    display:none;
}

.pfilter:hover{
    color:blue;
}

.scrollup{
    width:48px;
    height:48px;
    position:fixed;
    bottom:30px;
    right:30px;
    background: transparent url('../images/top.png') no-repeat;
    display:none;
    text-indent:100%;
    white-space: nowrap;
    overflow: hidden;
	cursor:pointer;
	opacity:0.5;
}