body{
    /* added */
      background: #022638;
      /* background-image: linear-gradient(to right top, #0a1423, #102335, #143247, #164359, #17546a);*/
   /* font-size: 13px;*/

}

main .container-fluid {
    color: white;
}




main > .container-fluid {
    /*  padding: 70px 15px 20px;*/
    padding-top: 70px;
}

main .container-fluid input{
     background: whitesmoke;
     color: black;
 }

main .container-fluid input:disabled,
input[disabled]{
    /*  border: 1px solid #999999;*/
    background-color: whitesmoke;
    color: black;
}

main .container-fluid input:focus{
    background: whitesmoke;
    color: black;
}


main .container-fluid select{
    background: whitesmoke;
    color: black;
}

main .container-fluid select:focus{
    background: whitesmoke;
    color: black;
}





.page_title{
    font-size: 20px;
    height:40px;
    color: whitesmoke;
    font-weight: bold;
}


footer{
    display: none;
}

#footer {
    /* background-color: #255078;*/
    font-size: .9em;
    height: 60px;
}

#footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;

}

a.asc:after {
    border-bottom: solid 7px #e200e2;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #e200e2;
    border-bottom-width: 0;
}

.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-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}



.btn-menu-small{

    border-radius: 10px;
    border-width: 1px;
    border-style: solid;

    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;

    text-decoration: none;
    text-align: center;
    font-size: smaller;
    color: whitesmoke;
    background: #000510;

   width: 160px;
}



.truncate_100 {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate_150 {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.truncate_200 {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.truncate_250 {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate_300 {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.btn-blue {
    /*background: #152237;*/
    background: #032844;
    color: #e8e8e8;
}

/* For testing */
.btn-blue:hover{
  /*  background: #021a2d;*/
    background: #032844;
    color: #e8dd16;
}


@media(max-width:767px) {


}

.nav > li > a.logout:focus,
.nav > li > a.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}


.form-group {
    margin-bottom: 1rem;
}


.help-block {
    color: red;
}



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

@media(max-width:767px) {


}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .page_title{
        font-size: 26px;
        height:40px;
        font-weight: bold;
    }


}





/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    body{
        /* added */
        background: whitesmoke;
       /* background-image: linear-gradient(to right top, #1c222b, #254558, #176e82, #0099a3, #1fc6b6);*/

    }

    .page_title{
        font-size: 26px;
        height:40px;
        color: black;
    }



    .section_title{
        color: #040d12;
    }


    .wrap .main_page_content{
      /*   color: #040d12;*/

    }

    .wrap .main_page_content input,
    .wrap .main_page_content select{
        background: #d1d1d1;
        color:  #040d12;
    }


    .wrap .main_page_content pre{
        color: #040d12;
        background:  #d1d1d1;;
    }

    .wrap {
        background: white;
        color: black;
    }


    main .container {

    }



    main .container-fluid {
           color: #051219;
        /*  color: darkslategrey;*/
    }



    main .container-fluid input{
        background: #e3e3e3;
        color: black;
    }

    main .container-fluid input:disabled,
    input[disabled]{
      /*  border: 1px solid #999999;*/
        background-color: #e3e3e3;
        color: black;
    }

    main .container-fluid textarea{
        background: #e3e3e3;
        color: black;
    }

    main .container-fluid input:focus{
        background: whitesmoke;
        color: black;
    }

    main .container-fluid select{
        background: #e3e3e3;
        color: black;
    }

    main .container-fluid select:focus{
        background: whitesmoke;
        color: black;
    }



    #footer .container{
        color: lightgreen;
    }

    #footer {
        display: block;
        height: 50px;
        /*  background: #1a1a1c;*/

        border-top: 1px solid #ddd;
        padding-top: 20px;
        color: #fff9fb;
    }



    .pagination{
        font-size: small;
    }

    .wrap pre{
        background: white;
        color: black;
    }


    .ktable-fixed{

        width: 100%;
    }

    .ktable-fixed thead th{

      //*  background: #c2c2c2;*/
        border-bottom-color: #484848;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }


    .ktable-fixed tbody td{

       /* background: transparent;*/


    }


    .btn-blue {
      background: #032844;
        color: white;
    }

    .btn-blue:hover{
        background: #032844;
        color: #e8dd16;
    }


}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {



}




@media print{


    #w0,#footer{
        display: none;
    }

    body{
        font-size: 9pt;
        background: none !important;
    }

}