﻿/* Add additional Styles here to override the default
    Kendo and Bootstrp styles!!!
*/

/* Bootstrap light blue backgrond - #e7ebee*/
/* Telerik Gray  backgrond - #f5f5f5*/


/*------------ Telerk upgrade the following were removed from kendo.common-fiori.min.css-----------------------*/

.k-textbox:hover {
    border-color: #bfbfbf;
}

input.k-textbox {
    line-height: 1.65em;
    text-indent: 0.8em;
}

input.k-textbox, textarea.k-textarea {
    padding: 0.53214286em 0;
}

.k-dropdown-wrap.k-state-active, .k-numeric-wrap.k-state-active, .k-picker-wrap.k-state-active, .k-textbox {
    border-color: #bfbfbf;
}

.k-textbox {
    outline: 0;
}
.k-autocomplete, .k-dropdown-wrap, .k-multiselect-wrap, .k-numeric-wrap, .k-picker-wrap, .k-textarea, .k-textbox {
    border-width: 1px;
    border-style: solid;
}
.k-picker, .k-widget.k-picker {
    background-color: #ffffff;
}
/*-----------------------------------*/


.k-loading-image {
    z-index: 5;
    background-image: url('/img/loading/loading3.gif');
}



.ajaxLoadingImage{

    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("/img/loading/loading3.gif") 50% 50% no-repeat;


}


#RedArrowLogo {
    bottom: 20px;
    position: absolute;
}

#RedArrowLogo img {
    /*actual Logo size width=228 height=192*/
    margin: 10px 10px 10px 30px;
}


body {
    background: white;
    height: 100%;
}


.control-label {
    padding-top: 7px;
    text-align: right;
}


.form-horizontal .control-label {
    padding-top: 7px;
    text-align: right;
}

.breadcrumb > .active {
    color: #777;
    font-weight: normal;
    text-transform: none;
    /*color: #3498db;*/
}

.breadcrumb > li a {
    color: #262626;
    text-transform: none;
    /*color: #3498db;*/
}

#user-left-box img {
    float: left;
    height: 40px;
    width: 40px;
}




.k-window {
    -webkit-box-shadow: 0 0 6px 0 rgba(216, 219, 225, 0.2);
    background-color: #79acce;
    border-color: #3498db;
    box-shadow: 0px 0px 6px 0px rgba(216, 219, 225, 0.2);
}


/*Position of Close icon in popup window */

.k-window-titlebar .k-window-actions {
    padding-top: 0.15em;
    position: absolute;
    right: 0.5em;
    top: 0px;
    white-space: nowrap;
}

/*Close icon with white border on hover over*/

.k-window-titlebar .k-state-hover {
    background: transparent;
    /*border-color: #ffffff;*/
}
.k-window .k-edit-buttons {
    background: #ffffff;
}
.k-header.k-window-titlebar {
    background: 0 0;
    color: #ffffff;
}

.k-header.k-window-titlebar {
    font-weight: 700;
}




/*Popup window header bar style*/

.k-window-title { top: 4px; }

.k-window-titlebar {
    background: #3498db;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3498db), color-stop(100%, #2980b9));
    background: -webkit-linear-gradient(top, #3498db 0%, #2980b9 100%);
    background: linear-gradient(to bottom, #3498db 0%, #2980b9 100%);
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-color', endColorstr='#2980b9', GradientType=0);
}



.popup-container {
    height: 100%;
    margin: 0 5px 0 5px;
    overflow: hidden;
}


.content-row {
    height: 90%;
    min-height: 90%;
    padding-bottom: 0px;
}

.button-row {
    padding-bottom: 5px;
    padding-top: 5px;
    /*width: 100%;*/
}

.button-panel {
    /*height: 10%;*/
    /*min-height: 10%;*/
    padding: 0 15px 0 10px;
}




.content-panel {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05);
    height: 94%;
    margin: 10px 2px 2px 2px;
    min-height: 94%;
    overflow: auto;
    padding: 0 19px 0 19px;
}

.content-panel-header {
    border-bottom: solid 1px #bcbcbc;
    margin-bottom: 15px;
    width: 100%;
}

.content-panel-header h4 {
    color: #757575;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0;
}


.content-panel-update {
    background-color: #e3e3e3;
}



.warning-label {
    font-size: 1.1em;
    margin-right: 10px;
}


/*.form-control {
    border: 1px solid #bcbcbc;
    font-weight: normal;
}*/

/*.form-control {
     border-color: #bcbcbc; 
}*/


/*.k-textbox { border: 1px solid #bcbcbc; }*/

.k-state-default.k-autocomplete, .k-state-default.k-picker-wrap, .k-state-default.k-numeric-wrap, .k-state-default.k-dropdown-wrap { border-color: #bcbcbc; }


.input-group-addon {
    background: transparent;
    border-color: #bcbcbc;
}



/*.k-tabstrip { padding-top: 10px; }*/

.k-tabstrip-wrapper { height: 88%; }



.k-dropdown, .k-numerictextbox, .k-datepicker .k-datetimepicker  { width: 100%; }


.k-input, input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox>input, .k-multiselect-wrap {
    width: 100%;
}

/*Dropdown Arrow*/

/*.k-dropdown .k-i-arrow-s {
    background-position: 0 -32px;
    margin-top: 6px;
}*/


.k-i-calendar { margin-top: 6px; }



/*.k-dropdown .k-input, .k-selectbox .k-input { background: none; }*/


.k-state-default.k-autocomplete, .k-state-default.k-picker-wrap, .k-state-default.k-numeric-wrap, .k-state-default.k-dropdown-wrap {
    background-color: #ffffff;
    border-color: #bcbcbc;
}



/* Wrapper Style for grid paging*/

.k-pager-wrap { font-size: 0.87em; }

.k-grid table th { font-size: 0.87em; }

.k-grid table td { font-size: 0.87em; }

.k-alt { background-color: #e6e6e6;  }

.k-grid {
    font-size: smaller;
    clear: both;
}

/* gridding row padding */ 
.k-grid td, th {
    padding: 0.7em 0.5em;
}


.k-grid td {
    border: solid 1px #bfbfbf;
    border-width: 1px;
}

.k-pager-wrap {
     min-height: 40px; 
}


.k-pager-wrap .k-link, .k-pager-wrap .k-pager-numbers .k-state-selected, .k-pager-sizes {
     padding: .571em 0 0.571em .250em; 
}

.k-tooltip{
    border: solid 1px #bfbfbf;
}

.k-grid-toolbar {
    font-size: 110% !important;
    background-color: #ffffff;
}

.k-grid-header th.k-header {
    vertical-align: top;
        padding-left: 0;

}


.k-grid tr td, .k-grid tr th {
    border-left-color: #bfbfbf;
}


.k-grid .k-header { background-color: #ffffff;  }

/*3498db ffffff */
.k-grid .k-grid-header th.k-header > .k-link
{
  height: auto;
  /*text-overflow: initial;*/
  overflow: visible;
  white-space: normal;

  color: #3498db; 
  padding: 0px 0px 0px 10px
}

/*.k-alt { background-color: #e6e6e6;  }*/

/*.k-grid th {
    border-bottom: 1px solid #B0C4DE !important;
    border-left: none !important;
    border-left-color: white !important;
    border-left-width: 0 !important;
    border-right: none !important;
    border-right-color: white !important;
    border-right-width: 0 !important;
    border-top: none !important;
}


.k-grid tr td {
    background: white !important;
    border-bottom: 1px solid #bfbfbf !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    height: 35px !important;
}*/


.k-grid table tr:hover td { background: #F0F8FF !important; }

.k-grid-filter.k-state-active { background-color: #F0F8FF !important; }



/*.k-dropdown .k-state-focused {
    border-color: rgba(52, 151, 219, 0.6);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(52, 152, 219, 0.6);
    outline: 0;
}

.k-datepicker .k-state-focused {
    border-color: rgba(52, 151, 219, 0.6);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(52, 152, 219, 0.6);
    outline: 0;
}*/






/*Filter Icon on Grid Float left of Column header*/
/*.k-header > .k-grid-filter, .k-header > .k-header-column-menu { float: left; }*/

/*For borders around paging numbers*/

/*.k-pager-numbers li {
    border: solid;
    border-color: #ebebed;
    border-width: thin;
    font-size: 95% !important;
}*/

/*.k-webkit .k-dropdown .k-dropdown-wrap:before { content: none; }*/


.k-treeview .k-in {
    /*margin: 1px 0 1px .3333em;*/
    padding: 0;
    /*line-height: 1.33em;*/
    /*text-decoration: none;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
}



/* Kendo Bootstrap fixes!! */

/* 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 */

/* if this class is applied to a Kendo UI widget, its layout may change */

/*.form-control,*/
.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,
.k-multiselect-wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70px;
}

.btn-icon { width: 40px; }

.btn-large { width: 140px; }
.btn-medium { width: 100px; }



/* styles for override default validation */

.field-validation-error {
    color: #c0392b;
    font-size: 70%;
}

.field-validation-valid { display: none; }

input.input-validation-error { border: 1px solid #c0392b; }

textarea.input-validation-error { border: 1px solid #c0392b; }

select.input-validation-error { border: 1px solid #c0392b; }

input[type="checkbox"].input-validation-error { border: 0 none; }

.validation-summary-pass { color: #139c02; }

.validation-summary-errors { color: #c0392b; }

.validation-summary-valid { display: none; }

/* This style is used to display a red Star next  any required fields*/

.requiredStar:after {
    color: #c0392b;
    content: " * ";
}

/*Spacing between Input fields on Forms*/

.form-group {
    height: 52px;
    margin-bottom: 7px;
}

.form-group-thin {
    height: 35px;
    margin-bottom: 7px;
}

.form-group-large {
    height: 65px;
    margin-bottom: 7px;
}



#popup-wrapper {
    /*background: #e7ebee;*/
    padding: 15px 15px 0 15px;
}





/* Checkbox Button Slider Style*/

/*Styles generated by https://proto.io/freebies/onoff/ */

.onoffswitch {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    position: relative;
    width: 57px;
}

.onoffswitch-checkbox { display: none; }

.onoffswitch-label {
    border: 2px solid #999999;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.onoffswitch-inner {
    -moz-transition: margin 0.3s ease-in 0;
    -o-transition: margin 0.3s ease-in 0;
    -webkit-transition: margin 0.3s ease-in 0;
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0;
    width: 200%;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    display: block;
    float: left;
    font-family: Trebuchet, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    padding: 0;
    width: 50%;
}

.onoffswitch-inner:before {
    color: #FFFFFF;
    content: "ON";
    padding-left: 8px;
}

.onoffswitch-inner:after {
    background-color: #EEEEEE;
    color: #999999;
    content: "OFF";
    padding-right: 8px;
    text-align: right;
}

.onoffswitch-switch {
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 50px;
    bottom: 0;
    display: block;
    margin: 3px;
    position: absolute;
    right: 37px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 10px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 0px; }



/* Styles for Upload control*/

.k-upload-files { display: none; }

.k-dropzone .k-upload-status {
    border: none;
    display: none;
}

.k-upload {
    background-color: #f5f5f5;
    border: none;
    margin-left: 70px;
}

.k-dropzone em {
    background-color: #f5f5f5;
    display: none;
}

.checkbox-nice { height: 35px; }




    .tabstrip-left-content {
        padding: 5px;
        min-height: 500px;
    }

    /* Styles for Upload image */

    .uploadImage {
        border: solid 1px #B0C4DE;
        height: 150px;
        padding: 15px;
        width: 150px;
    }

    .uploadFileContainer {
        background-color: #f5f5f5;
        height:260px;
        
    }

        .uploadFileContainer input {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        /*.uploadFileContainer.k-dropzone {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 150px;
        }*/


/* CSS for dashboards */
#header-navbar h1 {
    color: #fff;
    padding-left: 0;
    margin-top: 10px;
}
#header-navbar h2 {
    color: #000;
    padding-top: 0;
    margin: 0;
    padding-left: 20px;
}

#header-navbar img {
    max-height:70px;
    max-width:300px;
    float: left;
    /*
        Removed as it causes the bar to be too tall - COV 15/02/16
        margin: 10px;
    */
}

#header-navbar .titleBarOptions {
    float: right;
}

#header-navbar .titleBarOptions .titleBarOption {
    float: right;
    color: white;
    padding: 12px 50px 0px 0px;
}

#header-navbar .titleBarOptions .titleBarOptionLabel {
    float: left;
    text-align: center;
    width: 100%;
    clear: both;
}

#header-navbar .titleBarOptions img {
    max-height: 45px;
    float: left;
}

#dashSidebar {
    padding: 20px 15px;
    color: #fff;
    float: left;
    padding: 0;
    /*position: absolute;*/
    width: 300px;
    z-index: 100;
    /*min-height:1000px;*/
}

#dashSidebar input {
    color: #000000;
}

#dashSidebar img {
    float: left;
    height: 40px;
    width: 40px;
    margin-right: 5px;
}

#dashSidebar .sectionTitle {
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.2;
    padding: 5px;
    border-left: 2px solid #2980b9;
    background-color: #121418;
}

#dashSidebar .sectionContent {
    margin-left: 10px;
    margin-right: 10px;
}

#dashSidebar .control-label {
    margin: 0;
    padding-top: 0;
    width: 100%;
    color: #bce8f1;
}

#dashSidebar .row {
    padding-bottom: 2px;
    margin-top: 2px;
}

.dashboardContent .k-content {
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.wrapText {
    white-space: pre-line;
}

.chooseItem {
        margin-bottom: 5px;
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3197d6), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #3197d6 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #3197d6 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #3197d6 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #3197d6 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #3197d6 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3197d6', endColorstr='#019ad2',GradientType=0);
	background-color:#3197d6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.chooseItem:hover {
    color:#dddddd;
}
.chooseItem:active {
	position:relative;
	top:1px;
}



.lastUpdatedByRow {
    float: right;
    font-size: x-small;
}
.lastUpdatedByRow b {
    font-weight: 600;
}
.lastUpdatedByRow span {
    font-style: normal;
}

.gridReOrderHandler {
    cursor: move;
}


#email-detail-subject {
    border-bottom: 1px solid #e7ebee;
    border-top: 1px solid #e7ebee;
    font-weight: 300;
    padding: 10px 0;
}

#email-detail-sender {
    border-bottom: 1px solid #e7ebee;
    padding: 10px 0 10px 10px;
    position: relative;
    height: 40px;

}


.alert-danger {
    border-color: #c0392b;
    color: #c0392b;
    background-color: #f5f5f5;
}


.alert-success {
    border-color: #27ae60;
    color: #27ae60;
    background-color: #f5f5f5;
}

/*Used for the wrapper for _LayoutSimple */
#content-wrapper-simple {
    /*background: #e7ebee;*/
    /*height: 100%;*/
    /*margin-bottom: 0;*/
    /*margin-left: 220px;*/
    /*margin-top: 0;*/
    /*min-height: 1200px;*/
    /*padding: 15px 15px 15px 15px;*/
    /*position: relative;*/
    margin: 0;
    padding: 0;

}

.body-simple {
    /*background: #e7ebee;*/
}

.MultiSelectGroup1 {
    color: #4682B4;
    /*font-weight: bold;*/
}
.MultiSelectGroup2 {
    color: #708090;
}
.MultiSelectGroup3 {
    color: #000000;
}

.filterClear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.subtleInfo {
        color: #757575;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0;
}

.activeText {
     color: #428bca;
        font-size: 0.875em;
    font-weight: 500;
}

.activeText:hover {
    color: #29577e;
}

.disabledInput {
    background-color: #bec3c5;
    border: solid 1px #8f8282;
}



