html,
body {
    height: 100%;
}

/*.wrap {*/
/*    min-height: 100%;*/
/*    height: auto;*/
/*    margin: 0 auto -60px;*/
/*    padding: 0 0 60px;*/
/*}*/

/*.wrap > .container {*/
/*    padding: 70px 15px 20px;*/
/*}*/

.container{
    width: 100%;
}
.row.one{
    height:70px;
    background: #F5F5F5;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

div.row.two > div.col-md-2{
    background: #fff ;
    /*min-height: 84vh;*/
    padding: 0;
    margin-top: 50px;
}
div.row.two > div.col-md-10{
    background: #E5E5E5 ;
    min-height: 89vh;
    padding: 20px;
}
.gmc-logo{
    width: 55px;
    height: 55px;
    border-radius: 30px;
    padding: 0;
    margin:10px 75px 0;
}
ul.side-menu > li{
    list-style-type: none;
    padding: 20px 2px 20px 2px;
    font-size: 18px;
}
ul.side-menu > li a{
    padding-left: 20px;
    color: #000;
}
ul.side-menu > li:hover, ul.side-menu > li a:hover{
    color: blue;
	text-decoration:none;
}

ul.header-menu > li{
    list-style-type: none;
    padding: 20px 2px 20px 2px;
    font-size: 18px;
    float:left;
    text-align: center;

}
ul.header-menu > li a{
    padding-left: 20px;
    color: #000;
}
.dropdown{
    float: right;
    padding-top: 20px;
}
a.dropdown-toggle{
   color: #4BA4D7;
   font-size:14px;
   font-weight:bold;
}
a.dropdown-toggle:hover{
    text-decoration:none;
}

.active-menu{
    color:  #007bff !important;
    /*font-weight: 600;*/

}
.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.login-body{
    margin: 0;
    padding:0;
    background: url(../images/Help-desk.jpg);
    /*background:#fff;*/
    background-size: cover;
    background-position:center;

}

.loginbox{
    margin-top:100px;
    height: 450px;
    background: rgb(29,33,36);
    background: linear-gradient(120deg, rgba(29,33,36,1) 0%, rgba(17,34,51,1) 50%, rgba(2,0,36,1) 50%);
    /*box-sizing: border-box;*/
    padding: 70px 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    transition: opacity 0.3s ease-in-out;
    /*box-shadow:3px 0px 3px 5px #fff;*/
}
.loginbox.col-md-6{
    margin: 10px;
    margin-top: 50px;

}
.loginbox1{
    width:70px;
    height:70px;
    border-radius:40px;
    position:absolute;
    top:-30px;
    left: calc(50% - 30px);
}

.login-body h1{
    margin:0;
    padding:0 0 20px;
    text-align:center;
    font-size:20px;

}

.loginbox p{
    margin: 0;
    padding:0;
    font-weight:bold;
}

.loginbox input{
    width: 100%;
    margin-bottom:30px;
}

.loginbox > input[type="text"],.loginbox > input[type="password"]

{
    /*border: none;*/
    border-bottom:1px solid white;
    background:transparent;
    /*outline:none;*/
    height:40px;
    color:white !important;
    font-size:16px;
    /*width:300px;*/

}
.form-control, .select2-container--krajee .select2-selection{
    border-bottom: 2px solid #000;
    background-color: transparent;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.has-success .form-control{

}
.btn-submit
{
    outline: none;
    height:40px;
    background: rgba(2,0,36,1) 50%;
    color:white;
    font-size:20px;
    text-transform: uppercase;
    width: 180px;
}

#loginform-username.form-control, #loginform-password.form-control{
    border-radius: 0;
    color:white !important;
    }
    
.btn-submit:hover
{
    cursor:pointer;
    background:navy;
    color:white;
}

.loginbox a{
    text-decoration: none;
    font-size:15px;
    line-height:20px;
    color:white;
}

.loginbox a:hover
{
    color:#ffc107;
}
.loginbox1 img{
    border-radius: 50px;
}
::placeholder{
    color:blue;
}

.colour{
    color:white;
}
.col-md-3.overview-item{
    width: 24%;
}
