﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

.dl-horizontal dt 
{
    white-space: normal;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 768px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


.custom-container {
    float: right;
    margin-right: 50px
}

body {
    overflow-x: hidden;
    padding: 0px;
}



#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255, 255, 255, 0.2);
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

#wrapper {
    padding-left: 0;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

#sidebar-wrapper {
    width: 0;
}

#wrapper.toggled #sidebar-wrapper {
}

#page-content-wrapper {
    padding: 20px;
    position: relative;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
}

#menu-toggle {
    border: 1px solid black;
}

.k-grid-toolbar {
    float: right;    
}


.dropdown-menu {
    background: black;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 250px;
}

/* Info template */
.k-notification-info {
	background: rgba(0%,0%,40%,.7);
	color: #fff;
}

.info {
	width: 400px;
	min-height: 100px;
}

.info h3 {
	font-size: 1em;
	padding: 32px 10px 5px;
}

.info p {
    margin-left: 82px;
    margin-right: 30px !important;
}

.info img {
	float: left;
	margin: 30px 15px 30px 30px;
}

/* Error template */
.k-notification-error {
	background: rgba(100%,0%,0%,.7);
	color: #ffffff;
}

.error {
	width: 400px;
	min-height : 100px;
}

.error h3 {
	font-size: 1em;
	padding: 32px 10px 5px;
}

.error p {
	margin-left :82px;
    margin-right: 30px !important;
}

.error img {
	float: left;
	margin: 30px 15px 30px 30px;
}

/* Success template */
.k-notification-success {
	background: rgba(0%,60%,0%,.7);
	color: #fff;
}

.success {
	width: 400px;
	min-height: 100px;
}

.success h3 {
	font-size: 1em;
	padding: 32px 10px 5px;
}

.success p {
    margin-left: 82px;
    margin-right: 30px !important;
}

.success img {
	float: left;
	margin: 30px 15px 30px 30px;
}

.k-grid-header th.k-header {
    vertical-align: middle !important;
}

.k-grid-toolbar-custom {
    list-style: none;
}

    .k-grid-toolbar-custom li {
        display: inline;
        padding: 0 10px;
        border-left: solid 1px black;
        font-size: 16px;
        text-decoration: underline;
        cursor: pointer;
    }

        .k-grid-toolbar-custom li:first-child {
            border-left: none;
        }

        .k-grid-toolbar-custom li:last-child {
            padding-right: 5px;
        }

/*Changes Log*/
/*Changes type & Location: Delete/Comment(line 14) - Changes by: WZS - Reason: Limiting the search bar width* - Changes Date: 14/6/2018 9:38am*/
/*Original Code: input,select,textarea {max-width: 280px;} */
/*Change To: Comment code */  