﻿/*Form Layout*/
.formTableCss {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
}

    .formTableCss tr {
        line-height: 30px;
    }

    .formTableCss td {
        line-height: 30px;
        text-align: left;
    }

        .formTableCss td.fourColLabel10 {
            width: 10%;
        }

        .formTableCss td.fourColControl40 {
            width: 40%;
        }

        .formTableCss td.fourColLabel {
            width: 15%;
        }

        .formTableCss td.fourColControl {
            width: 35%;
        }

        .formTableCss td.fourColLabel20 {
        }

        .formTableCss td.fourColControl30 {
            width: 30%;
        }

        .formTableCss td.twoColLabel {
            width: 15%;
        }

        .formTableCss td.twoColControl {
            width: 85%;
        }

        .formTableCss td.twoColLabel20 {
            width: 20%;
        }

        .formTableCss td.twoColControl80 {
            width: 80%;
        }

        .formTableCss td.twoColLabel25 {
            width: 25%;
        }

        .formTableCss td.twoColControl75 {
            width: 75%;
        }

    .formTableCss tr.trbuttons {
        vertical-align: bottom;
        height: 50px;
    }

    .formTableCss td.tdbuttons {
        text-align: right;
        padding-right: 14%;
        float: right;
    }

    .formTableCss td.tdbuttonsTwoCol {
        text-align: right;
        padding-right: 20%;
        float: right;
    }
/*End*/

.gray {
    background-color: #f7f7f9;
}

.pull-md {
    padding-left: 40px;
}

.pull-sm {
    padding-left: 30px;
}

.margin-btn-sm {
    margin-right: 10px;
}

fieldset.fieldset-border {
    /*border: 1px groove #ddd !important;*/
    border: 1px solid #e5e5e5;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

legend.legend-border {
    font-size: 1.2em !important;
    /* font-weight: bold !important;*/
    text-align: left !important;
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}

  .dropdown-menu > li > a {
        color: #111 !important;
        background-color: #fff !important;
        width:200px;
        font-size:14px;
    margin-bottom: -10px;
    padding-left: 5px;
     font-family:Georgia;
    }
     .dropdown-menu > a {
        color: #111 !important;
        background-color: #fff !important;
        width:200px;
        font-size:14px;
    margin-bottom: -10px;
    padding-left: 5px;
     font-family:Georgia;
    }
     .dropdown-menu > a:hover {
         background-color:#096D3A !important;
     }
        .navbr:hover{
           color:#fff !important;
         background-color:#096D3A !important;
   }
        .list-group, .list-group-item {
        color: #000;
        font-family:Georgia;
        font-size:13px;
    }
.list-group {
    width: 100%;
}
.success{
    background-color: #DFF0D8 !important;
    font-size:15px !important;
}

.blue {
    color: #0b4fa1;
}

.highlight {
    background-color: #c4e1f5;
}

.k-grid-content {
    min-height: 350px !important;
    max-height: 1200px !important;
}
/* added by kal to protect menu disappear */
.navbar-nav.menubarul > li > a {
    color: #FFF !important;
    /*background-color:#449B6F!important;
    border-radius: 2px;*/
}

.navbar-inverse.menubar {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e5e5e5 0%, #fcfcfc 50%, #e5e5e5 51%, #ecf4f7 100%) repeat scroll 0 0;*/
    background-color:#449B6F !important;
    border-bottom: medium solid #1e66ae !important;
    margin-bottom: 10px;
    padding-left: 0;
    /*padding-right: 100px;*/
}

.navbar-nav.menubarul > li > a {
    color: #fff !important;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #449B6F !important;
}


.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #449B6F !important;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #096D3A !important;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    /*background-color:;*/
    background: #C8DEE9; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right bottom, #C8DEE9,#449B6F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top left, #C8DEE9,#449B6F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top left, #C8DEE9,#449B6F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top left, #C8DEE9,#449B6F); /* Standard syntax */
    border-color:#449B6F;
    color: #fff;
    z-index: 2;
}
footer {
    clear: both;
    cursor: default;
    text-align: center;
}

.list-group-item {
    background-color: #DFF0D8;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

    .list-group-item:nth-of-type(odd) {
        background-color: #FFF;
        border: 1px solid #ddd;
        display: block;
        margin-bottom: -1px;
        padding: 10px 15px;
        position: relative;
    }

.navbar-inverse {
    background-color: transparent !important;
    border-color: #ededed;
}

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #449B6F !important;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #111;
        background-color: #fff;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            background-color: #449B6F;
        }

.Dilla {
    border: 2px solid #45A1C3;
    border-radius: 10px;
    padding: 0px 0px 0px 30px;
    color: #FFF;
    /*background-color: #3cb371;*/
    background-color: #45A1C3;
}

    .Dilla .DivFirst {
        width: 27%;
        float: left;
        padding-top: 10px;        
    }

    .Dilla .DivSecond {
        width: 65%;
        float: right;
        background-color: #2D95BB;
        color: rgb(255, 255, 255) !important;
        padding: 5px 10px;
        border-radius: 0px 10px 10px 0px;
    }

        .Dilla .DivSecond > h2 {
            font-weight: bold;
            font-size: 13px !important;
            text-decoration: none;
            line-height: 20px !important;
            color: rgb(252, 241, 32) !important;
        }

            .Dilla .DivSecond > h2 > a {
                font-weight: bold;
                font-size: 13px !important;
                text-decoration: none;
                line-height: 20px !important;
                color: rgb(252, 241, 32) !important;
            }

        .Dilla .DivSecond p {
            color: #FFF !important;
            text-justify: distribute !important;
        }

.navbar-default {
    background-color: #227A4E !important;
    border-color: #e7e7e7;
    color: #FFF !important;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #449bbb !important;
        text-decoration: none !important;
        transition: color 0.2s ease-in 0s !important;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to left top, #449B6F, #449B6F) repeat scroll 0 0;
    border-color: #227A4E;
    color: #fff;
    z-index: 2;
}

.btn-success {
    background-color: #227A4E !important;
    border-color: #227A4E !important;
    color: #fff;
}
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        text-decoration: none !important;
        transition: color 0.2s ease-in 0s !important;
        color: #449B6F!important;
        background-color: transparent !important;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #449B6F !important;
        text-decoration: none !important;
        transition: color 0.2s ease-in 0s !important;
    }
header {
    background-color: #227A4E!important; 
    color: #FFF; 
    /*height: 60px!important;*/ 
    border-bottom: 1px solid #eaeaea !important;
}
ul.social li a {
			width: 24px;
			height: 24px;
			display: block;
			text-indent: -99999px;
			/*background: url('../images/light-social.png') no-repeat top left;*/
            background: url('../Modify/gulogo.png') no-repeat top left!important;
		}
header nav ul li a:hover {
    color: #71CE9E!important;
}
section #app_info span.tagline {
            color: #4960B0!important;
            display: block;
            font-family: Trebuchet MS,sans-serif;
            font-size: 19px;
            font-weight: bold;
            letter-spacing: -0.05em;
            margin-bottom: 30px;
            text-align: center;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
        }

        section #app_info p {
            color: #898989;
            margin-bottom: 15px;
        }



.form-module button:hover {
  background: #449B6F;
}
.form-module input:focus {
  border: 1px solid #449B6F;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #449B6F;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form-module h2 {
  margin: 0 0 20px;
  color: #449B6F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  border-top: 5px solid #449B6F;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #449B6F;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:visited {
    background-color: #096D3A!important;
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:visited {
    background-color: #096D3A!important;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:visited {
    background-color:  #096D3A!important;
}

/*Switch User styling*/

.switchUser {
            background: #449b6f !important;
            border-color: #449b6f;
            color: #fff;
            z-index: 2;
        }
        .switchUser ul {
            background:#449b6f !important;
            border-color: #000;
            color: #fff;
            z-index: 2;
        }
            .switchUser ul:hover:focus:active {
                background: #fff !important;
                border-color: #000;
                color: #449b6f;
                z-index: 2;
            }
        .nav > li > a:hover, .nav > li > a:focus {
            background-color: transparent!important;
            text-decoration: none;
        }
        .switchUser .dropdown-menu {
            background-color: #fff !important;
            color: #000000;
             z-index: 2;
        }
        .switchUser .dropdown-menu>li>a:hover {
            background-color: #096D3A !important;
            color: #fff;
        }
                .border-bottom{
    font-family:'Times New Roman';
}
        .nav-tabs > li > a{
            font-family:'Times New Roman';
        }
/*END SWITCH USER*/
  @media only screen and (max-width: 768px) {
        .BasicInfo{
            width:400px;
                   }
          .basicInfo{
            width:450px;
                   }
             .hideLeft {
            display: none;
        }
    }