body {
/*    background: url(../img/InFIBG.jpg);*/
    background-repeat: no-repeat;
    background-size: 1440px 800px;
    font-family: FontAwesome;
}

.container {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff500;
}

.nav > li {
    background-color: #20a80e;
    color: #fff;
    border-color: #fff;
    border-width: thick;
    border-radius: 6px;
}

.nav > li:active {
    background-color: #fff;
    color: #20a80e;
    border-radius: 6px;
}

.nav > li > a {
    font-size: large;
}

.nav-tabs > li > a {
    background-color: #20a80e;
    margin-right: 2px;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.nav-tabs>li:active {
    background-color: #797979;
    margin-right: 2px;
    margin-bottom: 5px;
    color: #797979;
    border-radius: 5px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
/*.nav-tabs > li > a:hover, .nav-tabs>li.active>a:hover {*/

.nav-tabs > li > a:hover {
    background-color: white;
    color: #20a80e;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.navbar-default .navbar-nav > li.active > a {
    color: #10a850 !important;
    background-color: #fff500!important;
    border-radius: 5px !important;
    cursor: not-allowed;
}

.input-group-addon {
    text-align: left;
    /*  if you want width please write here */
    min-width: 12px;  
}

.form-group .help-block {
    display: none;
}

.form-group.has-error .help-block {
    display: block;
}

form.ng-submitted .ng-invalid {
    border-color: red;
    border-width: 2px;
}

.table thead th {
    background-color: lightgray;
}

.anim.ng-enter,
.anim.ng-leave {
    transition: 1000ms linear all;
    -webkit-transition: 1000ms linear all;
}

.anim.ng-enter,
.anim.ng-leave.ng-leave-active {
    opacity: 0;
}

.anim.ng-leave,
.anim.ng-enter.ng-enter-active {
    opacity: 1;
}

hr.soften {
    height: 3px;
    margin-top: 0;
    margin-bottom: 0;
    background-image: -webkit-linear-gradient(left, rgba(32, 168, 14, 0), rgba(32, 168, 14, .8), rgba(32, 168, 14, 0));
    background-image: -moz-linear-gradient(left, rgba(32, 168, 14, 0), rgba(32, 168, 14, .8), rgba(32, 168, 14, 0));
    background-image: -ms-linear-gradient(left, rgba(32, 168, 14, 0), rgba(32, 168, 14, .8), rgba(32, 168, 14, 0));
    background-image: -o-linear-gradient(left, rgba(32, 168, 14, 0), rgba(32, 168, 14, .8), rgba(32, 168, 14, 0));
    border: 0;
}

h4.header {
    color: darkgreen;
    font-size: 30px;
}

.aligninfilogo {
    margin-top: -12px;
}

div .expand {
    background-image: url(../img/expand.png);
}

::-webkit-input-placeholder {
    font-style: italic;
    color: blue;
}
 
::-moz-placeholder {
    font-style: italic;
    color: blue;
}

option[disabled] {
    font-style: italic;
    color: white;
    background-color: gray;
}

/* Adjustments for CSS of dialog modal in UI.Bootstrap Model*/
.row modal {
    opacity: 0.5;
}

.sal-modal-window .modal-dialog { 
  width: 900px; 
  margin: 0;
  position: absolute;
  top: 20%;
  left: 25%;
}


/*==================================================
 * Effect 1
 * ===============================================*/
.paper{
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}


/*==================================================
 * ISAT Search result , text color based on status
 * ===============================================*/

.Rejected {
    color: red;
    font-weight: bold;
}

.OnHold {
   color: orange;
    font-weight: bold;
}

.NotInt {
   color: brown;
    font-weight: bold;
}

.Selected {
   color: cadetblue;
    font-weight: bold;
}

.SelectInt {
   color: blueviolet;
    font-weight: bold;
}

.SelectVInt {
   color: royalblue;
    font-weight: bold;
}

.Registered {
   color: green;
    font-weight: bold;
}



/**==================================================
 * Receipts Tab View related CSS.
*==================================================*/

.TEButton {
    width:100%; 
    height:50%;  
    text-align: center;
}

.TEDetails {
    top:0%;
    left:0%;
    width:100%; 
    height:100%;  
    text-align: center;
}

