

.container
{
	padding-top: 0px !important;
}

/*
table tr td, table tr th
{
    white-space: nowrap;
}
*/

.d-none {
  display: none;
}


.droppableValid
{
    /*background-color: #F4F4F4;*/
    color: #000 !important;
    border: 1px dashed blue !important;
}
.droppableHover
{
    background-color: #EAF9EA;
}

.draggable
{
    cursor: move;
}
.draggable:hover
{
    /*background-color: #F4F4*/
    /*background-color: #D4F4D4 !important;*/
}

/*to hover tr*/
table.tblHover tr:hover td
{
    background: #EEEFF0 !important;
}

table.tblPointer tr:hover td
{
    cursor: pointer;
}

/*for selected tr*/
tr.selected td
{
    background-color: #D3EAF2 !important
}

.activeLi
{
    font-weight: bold;
    text-decoration: underline;
}

.tooltip
{
    opacity: inherit !important;
    font-size: 14px !important;
    z-index:  100 !important;

}
.tooltip > p
{
   text-align:left !important;
}



a
{
    outline: none !important;
}

.clr
{
    clear: both;
}

/** cosmetic touch up for modal **/
.modal-header { background:#f1f1f1; }
.modal-footer { background:#f1f1f1; }
.modal-body { margin:-20px -20px -30px -20px; }
.modal-inner { margin:10px; }

/** to highlight form elements **/
input.parsley-success
{
  color: #468847 !important;
  background: #DFF0D8 url(../img/valid.png) no-repeat 98% center;
  border: 1px solid #D6E9C6 !important;
}
input.parsley-error
{
  color: #B94A48 !important;
  background: #F2DEDE url(../img/invalid.png) no-repeat 98% center;
  border: 1px solid #EED3D7 !important;
}



/*for ul side menu*/
ul.menu
{
    padding: 0;
    margin: 0;
    padding-left: 25px;
}
ul.menu li
{
    list-style: square;
    margin-bottom: 5px;
}
ul.menu li span
{
    display: table-cell;
    cursor: pointer;
}
ul.menu li span.fa
{
    padding-right: 5px;
    text-decoration: none !important;
}
ul.menu li span:hover
{
    text-decoration: underline;
}

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


/*icons*/
.fa-question-circle
{
    color: #4775D1;
    cursor: pointer;
}
.fa-exchange
{
    color: #00CC00;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px
}



/*END: START LOADER*/
#fountainG{
position:relative;
width:250px;
height:30px}

.fountainG{
position:absolute;
top:0;
background-color:#FFFFFF;
width:31px;
height:31px;
-moz-animation-name:bounce_fountainG;
-moz-animation-duration:1.3s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:20px;
-webkit-animation-name:bounce_fountainG;
-webkit-animation-duration:1.3s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:20px;
-ms-animation-name:bounce_fountainG;
-ms-animation-duration:1.3s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:20px;
-o-animation-name:bounce_fountainG;
-o-animation-duration:1.3s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:20px;
animation-name:bounce_fountainG;
animation-duration:1.3s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:20px;
}

#fountainG_1{
left:0;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#fountainG_2{
left:31px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#fountainG_3{
left:63px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#fountainG_4{
left:94px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#fountainG_5{
left:125px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#fountainG_6{
left:156px;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#fountainG_7{
left:188px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

#fountainG_8{
left:219px;
-moz-animation-delay:1.43s;
-webkit-animation-delay:1.43s;
-ms-animation-delay:1.43s;
-o-animation-delay:1.43s;
animation-delay:1.43s;
}

@-moz-keyframes bounce_fountainG{
0%{
-moz-transform:scale(1);
background-color:#FFFFFF;
}

100%{
-moz-transform:scale(.3);
background-color:#4D4C4D;
}


@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:#FFFFFF;
}

100%{
-webkit-transform:scale(.3);
background-color:#4D4C4D;
}

@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:#FFFFFF;
}

100%{
-ms-transform:scale(.3);
background-color:#4D4C4D;
}

@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:#FFFFFF;
}

100%{
-o-transform:scale(.3);
background-color:#4D4C4D;
}

@keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:#FFFFFF;
}

100%{
transform:scale(.3);
background-color:#4D4C4D;
}

/*END: LARGE LOADER*/

