﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: #ececec;
    color: #2f2f2f;
}

.backLinkLocation {
    position: absolute;
    z-index: 999;
    color: white;
    left: 20px;
    font-family: arial;
    margin-top: 10px;
    border-radius: 3px;
    text-align: center;
    min-width: 80px;
    font-size: 18px;
    background-color: rgba(14, 98, 156, 1);
    padding: 4px 4px;
    line-height: 23px;
}

    .backLinkLocation a {
        color: white;
    }

        .backLinkLocation a:hover {
            color: white;
            text-decoration: none;
        }

.btn-primary:visited {
    color: white;
}

.text-box { /* text box not taking bootstrap class on reports page, this class is used instead */
    border-radius: 3px;
    border: 1px solid #cecece;
    width: 100%;
    padding: 5px;
}

.navbar {
    min-height: 66px;
}

ul.nav.navbar-nav.navbar-right {
    display: inline-block;
    float: right;
}

    ul.nav.navbar-nav.navbar-right a:hover {
        text-decoration: none;
    }

.navbar-toggle {
    display: none;
}

.navbar-fixed-top {
    z-index: 1;
}

.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    background-color: #0060A9;
    border-color: #0060A9;
}
/*.mvc-grid {
    overflow-x: hidden;
}*/
.mvc-grid {
    font-size: 14px;
}

.body-content {
    background-color: white;
    padding-top: 10px;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 1px 1px 5px #d6d6d6;
    min-height: calc(100vh - 130px);
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
}

.btn-success {
    min-width: 120px;
    border-color: #5fba7d;
    transition: all 0.3s ease;
}

.btn-red {
    min-width: 120px;
    border-color: #ED1C2A;
    background-color: #ED1C2A;
    margin-top: 5px;
    color: white;
    transition: all 0.3s ease;
}

    .btn-red:hover {
        color: white;
        border-color: #B7101B;
        background-color: #B7101B;
    }

.btn-secondary {
    font-family: arial,FontAwesome;
    color: #fff;
    background-color: #5fba7d;
    border-color: #5fba7d;
    border-radius: 3px;
    border: 0;
    min-width: 140px;
    padding: 10px;
    transition: all 0.3s ease;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #418c5a;
        border-color: #418c5a;
        text-decoration: none;
    }

.btn-outline-danger {
    min-width: 100px;
}

.IncidentTypes {
    border: 1px solid #d1e5f9;
    border-radius: 3px;
    padding: 10px;
    background-color: #f3f9ff;
    height: 200px;
    overflow-y: auto;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar .container {
    padding: 0;
    z-index: 999;
    position: relative;
}

.userAvatar {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.logouticon {
    width: 20px;
    height: 20px;
}

a, a:hover, a:focus {
    color: #0D609A;
}

.topNav {
    margin: 20px 0px;
}


    .topNav a {
        margin-right: 10px;
        border: 1px solid #0D609A;
        padding: 5px 10px;
        border-radius: 3px;
        transition: all 0.3s ease;
        font-size: 14px;
    }

        .topNav a:hover {
            text-decoration: none;
            background-color: #0D609A;
            color: #fff;
        }
/* make the color of menu changed onhover*/
/*.topNav a:hover {
            color: white;
            background-color: #0D609A;
        }*/

/* remove underline*/
/*.topNav a:hover, .topNav a:focus {
            text-decoration: none;
        }*/


.navbar-inverse {
    background-color: #0D609A;
    background-image: linear-gradient(to right, rgba(13, 96, 154, 1), rgba(52, 195, 253, 1));
    color: white;
    border: 0px solid transparent;
}

.navbar-brand {
    float: inherit;
}

.navbar-right li {
    transition: all 0.3s ease;
    display: inline-block;
    margin-right: 39px;
    border: 0px solid red;
}

    .navbar-right li:hover {
        transform: translateY(-3px)
    }


.homeIcon {
    height: 18px;
    width: 17px;
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}



.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
    color: white;
    display: inline-block;
}

.table thead > tr > th {
    border-bottom: 0px;
}


.btn-sm {
    min-width: auto !Important;
}

#loginForm {
    width: 800px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    border-radius: 3px;
    overflow: hidden;
    margin: auto;
    padding: 20px;
    background-color: white;
    margin-top: 60px;
}

#RememberMe {
    float: inherit;
}

#loginForm .form-control {
    border: 1px solid #ececec;
    background-color: rgba(248, 248, 248, 1);
    box-shadow: inset 0px 0px 0px rgba(0,0,0,0.075);
    border-radius: 0px;
    max-width: 100%;
}

footer {
    text-align: center;
}

.loginBtn {
    background-color: #0D609A;
    border-radius: 100px;
    min-width: 200px;
    transition: all 0.3s ease;
}

.control-label {
    color: rgba(94, 94, 94, 1);
    display: block;
}

.loginDivImgContainer {
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: -20px;
}

.kocLogo {
    height: 54px;
    float: left;
    margin-right: 10px;
    margin-left: 0;
}


.appTitle {
    display: inline-block;
    margin: auto;
    width: 400px;
    text-align: center;
}

    .appTitle h2 {
        margin: 0;
        margin-left: 7px;
        margin-top: 7px;
        position: relative;
        float: left;
    }

.navbar-collapse {
    display: inline-block !important;
    float: right !important;
    flex-basis: auto !important;
}


.loginDivImg {
    width: 100%;
    height: 100%;
    background-image: url(../images/bgimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logintitle {
    margin: auto;
    color: #0D609A;
    font-weight: bold;
    letter-spacing: 1px;
}

.color-grey {
    color: grey;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-0 {
    margin: 0;
}

.table {
    border: 1px solid #cecece;
    background-color: white;
    table-layout: fixed;
    width: 100%;
}

    .table td {
        word-wrap: break-word;
    }

    .table tbody tr {
        transition: all 0.3s ease;
    }

        .table tbody tr:hover {
            background-color: #ececec;
        }

    .table thead {
        color: white;
        background-color: rgba(119, 119, 119, 1)
    }

        .table thead > tr > th {
            word-wrap: break-word;
            vertical-align: top;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto;
        }



@media all and (min-width:1200px) {
    .container {
        max-width: 95%;
        min-width: 1200px;
    }
}

/*.form-control {
    //max-width:100%;
}*/

.btn-deleteDiv {
    width: 500px;
    margin: auto;
}

    .btn-deleteDiv dd {
        text-align: left;
    }

.btn-delete {
    color: #EB5757;
    transition: all 0.3s ease;
    position: relative;
}


    .btn-delete:hover {
        //text-decoration: none;
        color: #CF4242;
    }

a.btn-danger:hover {
    text-decoration: underline !important;
}

.btn-primary {
    background-color: rgba(13, 96, 154, 1);
    transition: all 0.3s ease;
    border-radius: 3px;
    min-width: 100px;
    padding: 5px;
}

.btn-danger {
    transition: all 0.3s ease;
    border-radius: 100px;
    min-width: 150px;
}



.margin-auto {
    margin: auto;
}

.btn-link a {
    padding: 10px;
    padding-left: 0px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #0060A9;
}

.btn-link .fa {
    color: #0060A9;
}

.btn-link a:hover, .btn-link a:focus {
    text-decoration: none !important;
}

.btn-link:hover {
    text-decoration: none !important;
}

.float-right {
    float: right;
}

.inline {
    display: inline-block;
}

.backLink {
    display: block;
}

.thumbnail {
    width: 150px !Important;
    height: auto;
    min-height: 100px;
    // border: 0PX solid transparent !important;
    transition: all 0.3s ease;
}

    .thumbnail:hover {
        box-shadow: -webkit-box-shadow: 10px 10px 23px -7px rgba(145,145,145,1);
        -moz-box-shadow: 10px 10px 23px -7px rgba(145,145,145,1);
        box-shadow: 10px 10px 23px -7px rgba(145,145,145,1);
        ;
    }

.attachment .list-group-item {
    border: 0PX solid transparent !important;
}

.attachment .list-group-item2 {
    border: 0PX solid transparent !important;
}

.attachment li {
    display: inline-block;
    float: left;
    background-color: transparent;
}

ul.attachment {
    background-color: #ececec;
}

.attachment h3, .DetailsFrom h4 {
    color: rgba(13, 96, 154, 1);
}

.DetailsFrom h4 {
    margin-left: 10px;
}

.bootstrap-datetimepicker-widget {
    display: block !Important;
}

.finished {
    color: #000080;
}

.pending {
    color: #696969;
}

.approved {
    color: black;
}

.inprocess {
    color: #EE7600;
}

.completed {
    color: #008000;
}

.rejected {
    color: #BE0000;
}

.canceled {
    color: #4B0082;
}


.DetailsFrom .form-control {
    max-width: 100%;
    margin: auto;
}

.topNav .active {
    color: white;
    background-color: #0D609A;
}

.DetailsFrom .form-control[type='file'] {
    padding: 3px;
}

footer p {
    margin: 0;
    padding: 0;
}


.inputAddon {
    /*// display:table;*/
}

    .inputAddon input,
    .inputAddon button {
        display: table-cell;
    }

    .inputAddon input {
        border-radius: 3px 0 0 3px;
        float: left;
        width: 243px;
    }

    .inputAddon button {
        float: left;
        top: -1px;
        position: relative;
        background-color: #197eb8;
        color: white;
        border: 0px;
        padding: 7px 11px;
        border-radius: 0 3px 3px 0;
    }

.IncidentTypes {
    border: 1px solid #d1e5f9;
    border-radius: 3px;
    padding: 10px;
    background-color: #f3f9ff;
    height: 200px;
    overflow-y: auto;
}

