﻿/*Most of the site styling is done in the bootstrap-override.css file.
    Put anything else in here.  
    Don't alter bootstrap-override.css, instead define the style in this file.
    
    */

a {
    font-weight: bold;
}

    a:hover, a:focus, a:active {
        font-weight: normal;
    }


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}


select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*@media (min-width: 1200px) {
  .container {
    width: 800px;
  }
}*/

.page-height-spacer {
    height: 400px;
}

.form-group {
    margin-bottom: 0;
}

.form-horizontal .control-label {
    text-align: left;
}

/*.styled_checkbox {
   
    margin-right: 15px;
    margin-left: 15px;
    padding: 3px 5px 3px 5px;
    line-height: 25px;
}*/





.styled_list {
    /*color: red;*/
    /*background: #465c72;*/
    border-radius: 5px;
    margin-right: 15px;
    padding: 3px 5px 3px 5px;
}


    .styled_list input[type='checkbox'] {
        margin-left: 10px;
        margin-right: 10px;
        background-color: blue;
    }

    .styled_list label {
        /*display: inline-block !important;*/
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .styled_list td {
        vertical-align: top;
    }


.span-link {
    width: 100px;
    margin-top: 3px;
    /*cursor: pointer;
    color: #476989;*/
}

/*.span-link:hover, span-link:focus {
        text-decoration: underline;
    }*/

/*For Kendo Autocomplete controls, to make them look consistent with bootstrap textboxes*/
.k-widget.k-autocomplete.k-header.text-box.single-line.k-state-default {
    width: 100%;
    height: 34px;
    padding-top: 3px;
    padding-left: 4px;
    padding-right: 4px;
}

#MatchingRolesGrid .k-grid-header .k-header {
    /*background-color: #dff0d8;*/
    background-color: #d9edf7;
}

#MatchingRolesGrid .k-alt {
    /*background-color: #dff0d8;*/
    background-color: white;
}

#MatchingRolesGrid .k-pager-wrap {
    /*background-color: #dff0d8;*/
    background-color: #d9edf7;
    /*background-color: #6b8fb2;*/
    /*color: white;*/
}

#MatchingRolesGrid td {
    /*background-color: #dff0d8;*/
    vertical-align: top;
    border-left-style: none;
}

.role-search-results-panel {
    padding: 0 0 0 0;
}

.align-right {
    text-align: right;
}

.help-block {
    font-weight: bold;
}

.brand--vc-connect,
.colophon {
    color: #57728d
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*https://docs.telerik.com/kendo-ui/third-party/using-kendo-with-twitter-bootstrap#nest-widgets-and-bootstrap-grid-layout*/
/* reset everything to the default box model */
*, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*----------------------------------------------------------------------------------------------------------------------------*/


#ConfirmSave {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 20em;
    height: 50px;
    margin-top: -15px; /*set to a negative number 1/2 of your height*/
    margin-left: -5em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: white;
    color: white;
    z-index: 9999;
    border-radius: 25px;
    background: #73AD21;
    padding: 20px;
}

    #ConfirmSave p {
        margin-top: 5px;
        font-size: xx-large;
        font-weight: bold;
    }

#ConfirmMovedGrid {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 20em;
    height: 100px;
    margin-top: -15px; /*set to a negative number 1/2 of your height*/
    margin-left: -5em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: white;
    color: white;
    z-index: 9999;
    border-radius: 25px;
    background: #73AD21;
    padding: 20px;
}

    #ConfirmMovedGrid p {
        margin-top: 5px;
        font-size: x-large;
        font-weight: bold;
    }

.custom-grid-link {
    cursor: pointer;
}

/*Kendo word wrap in grid column headers*/
.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}

#volunteerInProgressGrid th, #volunteerMatchingGrid th, #volunteerStartedGrid th {
    font-size: 12px;
}

#volunteerInProgressGrid td, #volunteerMatchingGrid td, #volunteerStartedGrid td {
    font-size: 1.1em;
    font-weight: 500;
    min-width: 50px;
}

/*#volunteerInProgressGrid td, #volunteerMatchingGrid td {
    
}*/


/* Set the filter icon alignment in the header cells of kendo grids  */
.k-grid-header th.k-header {
    vertical-align: top;
}

    .k-grid-header th.k-header > .k-link {
        max-height: 65px;
        white-space: normal;
        vertical-align: text-top;
        text-align: left;
        text-overflow: ellipsis;
    }

/*.k-grid tr td {
    font-size: 2em;
}*/

#volunteerInProgressGrid textarea {
    height: 100px;
}

.k-widget.k-window {
    max-width: 90%;
}

div.vertical-spacer-1 {
    height: 30px;
}
div.vertical-spacer-2 {
    height: 50px;
}
div.vertical-spacer-3 {
    height: 100px;
}

.dashboard-grids-container > fieldset > legend
{
    font-weight: 500;
}