﻿/*-----------------------------------------------------------------------------------

CONTAINS INLINE STYLES AND CLASSES FOR SPECIFIC ELEMENTS AND CONTROLS

-----------------------------------------------------------------------------------*/

.blueBarBadge {
    content: none;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #FD7100 !important;
    border-radius: 10px;
}

/*-----------------------------
BOOTSTRAP OVERRIDES AND TWEAKS
-----------------------------*/
.no-box-sizing {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

span.form-control,
input.form-control {
  height: 20px;
  padding-right: 5px;
}

.input-group-addon {
  background-color: #DBDBDB;
  margin: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}


.form-control:focus ~ .k-select,
.form-control:focus ~ .input-group-addon,
.form-control.isFocused ~ .input-group-addon {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

.input-group > .form-control,
.input-group > .input-group-addon,
.input-group > .input-group-btn > .btn {
  border-radius: 0px;
  height: auto;
}

.input-group > .form-control {
  padding-left: 0px;
}
/*-----------------------------
BUTTON
-----------------------------*/
input.Action,
input.Action.k-button {
  background-color: #fd7100;
  border-color: #fd7100;
  border-style: solid;
  color: #FFFFFF;
  font: 12px 'UniversLTW01-57Condense 723821', Arial, sans-serif;
  height: 20px;
  letter-spacing: -0.05em;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-transform: uppercase;
}

  input.Action.k-button:focus {
    border: solid 1px #005c95;
  }

  input.Action.k-button[disabled] {
    background-color: #eee;
    border-color: #eee;
    color: rgb(85, 85, 85);
}

input.k-button {
  background-color: #005c95;
  border-color: #005c95;
  border-style: solid;
  font: 12px 'UniversLTW01-57Condense 723821', Arial, sans-serif;
  height: 20px;
  letter-spacing: -0.05em;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-transform: uppercase;
}

input.ActionSmall {
  background-color: #FF7200;
  border-style: none;
  color: #FFFFFF;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  text-transform: uppercase;
  font: 12px 'UniversLTW01-57Condense 723821', Arial, sans-serif;
  letter-spacing: -0.05em;
  height: 20px;
}

/*-----------------------------
TABLE
-----------------------------*/
table {
  border-collapse: collapse;
}

td, th {
  white-space: nowrap;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
}

  table tr td {
    padding-right: 10px;
    padding-top: .25em;
    padding-bottom: .25em;
    white-space: nowrap;
    box-sizing: border-box;
  }

    table tr td.label {
      width: 96px;
      word-wrap: break-word;
      color: #676767;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: right;
      display: inline-table;
    }

      table tr td.label:not(:first-of-type) {
        padding-left: 2%;
      }

    table tr td.validation {
      width: 16px;
    }

    table tr td.labelWithoutWidth {
      word-wrap: break-word;
      text-align: right;
      color: #676767;
    }

    table tr td select {
      width: 100%;
    }

    table tr td input[type=text] {
      width: 100%;
    }

    table tr td.validation {
      width: 20px;
    }

    table tr td input[type=text] {
      text-indent: .33em;
    }

  table table tr td:last-of-type {
    padding-right: 0px;
  }

  table table tr td.label {
    text-align: right;
  }

/*-----------------------------
PAGE SECTION (COMPILATOR ELEMENT)
-----------------------------*/
.PageSectionHeader {
  width: 100%;
  padding: 0px;
  padding-top: 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  clear:both;
}

  .PageSectionHeader span:nth-child(2) {
    font-weight: bold;
    cursor: pointer;
  }

  .PageSectionHeader span:first-of-type {
    margin-left: -1px;
    margin-bottom: 2px;
    font: 24px/1 WebComponentsIcons;
    /* Firefox */
    -moz-transition: all 0.2s ease;
    /* WebKit */
    -webkit-transition: all 0.2s ease;
    /* Opera */
    -o-transition: all 0.2s ease;
    /* Standard */
    transition: all 0.2s ease;
  }

.PageSectionContent {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

  .PageSectionContent hr:first-of-type {
    margin-top: -9px;
    margin-left: 0px;
    margin-bottom: 15px;
    padding: 0px;
    clear: both;
    text-align: left;
  }

/*-----------------------------
TEXTBOX
-----------------------------*/
input[type=text] {
  font-family: 'UniversLTW01-57Condense 723821', Arial, sans-serif;
  margin: 0;
  font-size: 13px !important;
  height: 18px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: none;
}

  input[type=text] :hover {
    border: none;
  }

input.TextboxFlatStyle {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #d8d8d8 !important;
  height: 22px !important;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  text-indent: 4.29px;
  vertical-align: text-top;
  box-shadow: none;
}

  input.TextboxFlatStyle.disabled {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #d8d8d8 !important;
    color: #000 !important;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    text-indent: 4.29px;
    vertical-align: text-top;
    box-shadow: none;
  }

/*-----------------------------
IMAGE
-----------------------------*/
img {
  border: none;
}

/*-----------------------------
BODY
-----------------------------*/
body {
  font-family: 'UniversLTW01-57Condense 723821', Arial, sans-serif;
  margin: 0;
  font-size: 13px;
  line-height: 12px;
}

/*-----------------------------
HORIZONTAL RULE
-----------------------------*/
hr {
  border: none;
  background-color: #DFDFDF;
  height: 2px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*-----------------------------
LINK
-----------------------------*/
a {
  text-decoration: none;
}

  A:link {
    color: Black;
  }

  A:visited {
    color: Black;
  }

  A:active {
    color: Black;
  }

/*-----------------------------
GRID
-----------------------------*/
.AlternatingRowStd {
  background-color: #DFDFDF;
}



.AlternatingRowStdNoHover {
  background-color: #DFDFDF;
}

.AlternatingRowStd td a {
  text-decoration: underline;
}

.AlternatingRowClickable {
  background-color: #DFDFDF;
  cursor: pointer;
}

  .AlternatingRowStd:hover, .AlternatingRowClickable:hover {
    background-color: #FD7100;
    color: white;
  }

.RowClickable {
  background-color: #F2F2F2;
  cursor: pointer;
}

.RowStd {
  background-color: #F2F2F2;
}

  .RowStd:hover, .RowClickable:hover {
    background-color: #FD7100;
    color: white;
  }

  .RowStd td a {
    text-decoration: underline;
  }

.RowStdNoHover {
  background-color: #F2F2F2;
}

/*-----------------------------
COMPILATOR CHECKBOX
-----------------------------*/
.compcheckbox {
  display: none;
}

.compcheckboxlabel {
  color: #6a6a6a;
  cursor: pointer;
  font-family: "UniversLTW01-57Condense 723821", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: uppercase;
}

  .compcheckboxlabel:hover {
    color: #000;
  }

.compcheckbox[disabled] ~ .compcheckboxlabel {
  opacity: 0.6;
}

.compcheckbox + input[type=hidden] + .compcheckboxlabel:hover::before {
  background: #fff;
  background-image: url(../../Images/ToggleSprite.gif);
  background-position: 0 -20px !important;
}

.compcheckbox + input[type=hidden] + .compcheckboxlabel:before {
  background: #fff;
  background-image: url(../../Images/ToggleSprite.gif);
  background-position: 0 0 !important;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 3px;
  margin-top: -2px;
  position: relative;
  width: 20px;
  vertical-align: middle;
}

.compcheckbox:checked + input[type=hidden] + .compcheckboxlabel:before {
  background: #fff;
  background-image: url(../../Images/ToggleSprite.gif);
  background-position: 0 -40px !important;
}


.compcheckbox:checked + input[type=hidden] + .compcheckboxlabel:hover::before {
  background: #fff;
  background-image: url(../../Images/ToggleSprite.gif);
  background-position: 0 -60px !important;
}

.PresetNoteWrapper {
  width: 100%;
  margin-top: 5px;
  box-sizing: border-box;
}

.PresetNoteHeaderWrapper {
  padding: 0;
  height: 21px;
  box-sizing: border-box;
}

.PresetNoteHeaderText {
  display: block;
  float: left;
  height: 100%;
  padding: 5px 10px 0 5px;
  color: #676767 !important;
  text-transform: uppercase;
  font: 13px 'UniversLTW01-57Condense 723821', Arial, sans-serif;
  letter-spacing: -0.05em;
  font-weight: normal !important;
  background-color: #DFDFDF;
}

.PresetNoteSelector {
  display: block;
  height: 100%;
  text-align: right;
  width: 99%;
  padding-bottom: 3px;
}

.PresetNoteTextBox {
  white-space: normal;
}

  .PresetNoteTextBox textarea {
    border: 2px solid #DFDFDF;
    resize: none;
  }

.presetNoteText {
  display: inline-block;
  width: 80%;
}

.presetNoteTextDelete {
  display: inline-block;
  width: 20%;
  text-align: right;
  float: right;
  cursor: pointer;
}

.presetNoteTextDeleteImage {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

/*-----------------------------
LABEL
-----------------------------*/
label {
  font: 13px 'UniversLTW01-57Condense 723821', Arial, sans-serif;
}

.infobar {
  background-color: #f2f2f2;
  border-color: #c8c8c8;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  margin-top: 5px;
  padding: 4px 2px 4px 2px;
}

  .infobar div {
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
    padding-right:3px;
  }

/*-----------------------------
TEXTAREA
-----------------------------*/
textarea {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}


 .buttonNewForGrid {
    border: none;
    font-size: large;
    font-weight: bold;
    cursor: pointer;
  }

 /*-----------------------------
INTERNAL KENDO WINDOW
-----------------------------*/
 .internal-kendo-window{
   display:none;
 }

 .internal-kendo-window .container{
   padding-left:10px;
 }



::-webkit-input-placeholder {
  text-transform: initial !important;
}

:-moz-placeholder {
  text-transform: initial !important;
}

::-moz-placeholder {
  text-transform: initial !important;
}

:-ms-input-placeholder {
  text-transform: initial !important;
}