/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // @see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // @note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/
/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
#navigation {
    /* 1. Navigation wrapper */
}

    #navigation .navbar-brand span {
        font-size: 14px;
    }



        #navigation .navbar-brand span.title {
            font-size: 40px;
            font-weight: bold;
            color: orange;
        }

    #navigation .navbar-brand img {
        max-height: 60px;
    }

    #navigation li > a.login {
        color: orange;
    }

.dropdown-header {
    color: orange;
}

#pageHeader {
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-bottom: 1px solid #e1e1e1;
    background: #f2f2f2 url(/css/img/bg_noise-5.png) left top repeat;
    color: #377ca8;
    text-shadow: 1px 1px 1px #ffffff;
    margin-bottom: 5px;
}

    #pageHeader .inner {
        padding: 30px 0;
    }

.page-index #pageHeader {
    background-image: -webkit-radial-gradient(circle, #ffffff, #e6e6e6);
    background-image: radial-gradient(circle, #ffffff, #e6e6e6);
    background-repeat: no-repeat;
}

.has-navbar-fixed-top #content {
    margin-top: 2px;
}

/*.has-navbar-fixed-top.has-pageHeader #pageHeader,
.has-navbar-fixed-top.page-index #pageHeader,
.has-navbar-fixed-top.page-index-carousel #pageHeader,
.has-navbar-fixed-top.page-starter #pageHeader {
    margin-top: 80px;
}*/

.has-navbar-fixed-top.has-pageHeader #content,
.has-navbar-fixed-top.page-index #content,
.has-navbar-fixed-top.page-index-carousel #content,
.has-navbar-fixed-top.page-starter #content {
    margin-top: 0;
}

.page-portfolio #pageHeader .container,
.page-portfolio2 #pageHeader .container,
.page-portfolio4 #pageHeader .container {
    padding-bottom: 0;
}

#pageHeader .page-title {
    font-size: 20px;
    margin: 5px 0 2px 0;
    /*color: rgba(55, 124, 168, 0.9);*/
}

.header .page-title small {
    font-size: 15px;
}


.contentfiller {
    min-height: 200px;
}

body .icon-inverse-50,
li .icon-inverse-50 {
    background-color: orangered;
    background: orange;
}

body .icon-inverse-80,
li .icon-inverse-80 {
    background-color: orangered;
    background: orange;
}


.text-info {
    color: orange;
}

#content-below {
    /* 4. Content Below wrapper */
}

#footer {
    /* 5. Footer wrapper */
    min-height: 10px;
}

.projects li[class*="span"] {
    border-bottom: 4px solid orange;
    padding-bottom: 1em;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: rgba(81, 82, 87, 0.9);
}
/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 768px) {
    /* Small devices (tablets, 768px and up) */
}

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

@media (min-width: 1200px) {
    /* Large devices (large desktops, 1200px and up) */
}
/* Navbar collapse */
/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */

ul.unstyled, ol.unstyled {
    list-style: none; /*SDW to make the bullet lists NOT show the bullet*/
}

.list-inline > li {
    /* SDW to make the News items appear correctly*/
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

/* to have footer pinned to the bottom of the viewport*/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 40px;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
}
    /* footer color and layout*/
    #footer .inner {
        padding: 2px;
        background: url(/css/img/bg_noise-5.png) left top repeat;
    }

        #footer .inner img {
            max-height: 35px;
        }

/*to have grid buttons with icons only and no text*/
.k-grid .k-grid-toolbar .k-grid-add .k-icon,
.k-grid tbody .k-grid-edit .k-icon,
.k-grid tbody .k-grid-update .k-icon,
.k-grid tbody .k-grid-cancel .k-icon,
.k-grid tbody .k-grid-delete .k-icon {
    margin: 0;
}

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: unset;
}

/* wrap grid headers */
.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}

.fa-question {
    color: orange;
}

.fa-check {
    color: green;
}

.fa-exclamation {
    color: red;
}

.panel heading {
    color: #00435e;
    border-color: #a3d0e4;
    background-color: #daecf4;
}

body .navbar .nav li.dropdown.open > .dropdown-toggle, body .navbar .nav li.dropdown.active > .dropdown-toggle, body .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
    color: #d2a744;
    padding-top: 2px;
    padding-bottom: 2px;
}

.page-title small {
    color: orange;
}

.k-edit-form-container {
    width: unset;
}

.panel-body {
    background-color: #f2f2f2;
}

.form-control-static {
    min-height: unset;
    /*padding-top: 7px;*/
    padding-bottom: unset;
    /*margin-bottom: 0;*/
}

.navbar-right > p {
    margin-bottom: 1px;
    text-align: right;
}

p.edition {
    font-size: smaller;
    color: #CFCFCF;
}

.validation-summary-errors {
    color: red;
}

.ra {
    text-align: right;
}

.k-numeric-wrap > .k-input {
    text-align: right;
}

.gridStateButtons {
    float: right;
}

.dueDate.overdue {
    color: red;
}


button.external-provider-signin {
    /*border:none;
    padding:0;*/
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: linear-gradient(#fff, #eee);
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #777;
    cursor: pointer;
    /*display: inline;*/
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    height: 36px;
    line-height: 34px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

    button.external-provider-signin > img {
        height: 25px;
        width: 25px;
        display: inline;
    }


.panel {
    background-color: unset;
}
