/* Site Name: Clark Land Surveying Site URI: https://clarkls.com/ Author: Dorve Author URI: http://dorve.com */

/* Document ========================================================================== */

/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in *    IE on Windows Phone and in iOS. */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections ========================================================================== */

/** * Remove the margin in all browsers (opinionated). */

body {
  margin: 0;
}

/** * Add the correct display in IE 9-. */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content ========================================================================== */

/** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/** * Add the correct margin in IE 8. */

figure {
  margin: 1em 40px;
}

/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics ========================================================================== */

/** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */

b,
strong {
  font-weight: inherit;
}

/** * Add the correct font weight in Chrome, Edge, and Safari. */

b,
strong {
  font-weight: bolder;
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/** * Add the correct font style in Android 4.3-. */

dfn {
  font-style: italic;
}

/** * Add the correct background and color in IE 9-. */

mark {
  background-color: #ff0;
  color: #000;
}

/** * Add the correct font size in all browsers. */

small {
  font-size: 80%;
}

/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */

/** * Add the correct display in IE 9-. */

audio,
video {
  display: inline-block;
}

/** * Add the correct display in iOS 4-7. */

audio:not([controls]) {
  display: none;
  height: 0;
}

/** * Remove the border on images inside links in IE 10-. */

img {
  border-style: none;
}

/** * Hide the overflow in IE. */

svg:not(:root) {
  overflow: hidden;
}

/* Forms ========================================================================== */

/** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/** * Show the overflow in IE. * 1. Show the overflow in Edge. */

button,
input {
  /* 1 */
  overflow: visible;
}

/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */

button,
select {
  /* 1 */
  text-transform: none;
}

/** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` *    controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */

button,
html [type="button"],
/* 1 */

[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/** * Remove the inner border and padding in Firefox. */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/** * Restore the focus styles unset by the previous rule. */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/** * Correct the padding in Firefox. */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out *    `fieldset` elements in all browsers. */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/** * Remove the default vertical scrollbar in IE. */

textarea {
  overflow: auto;
}

/** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** * Correct the cursor style of increment and decrement buttons in Chrome. */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive ========================================================================== */

/* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */

details,
/* 1 */

clientmenu {
  display: block;
}

/* * Add the correct display in all browsers. */

summary {
  display: list-item;
}

/* Scripting ========================================================================== */

/** * Add the correct display in IE 9-. */

canvas {
  display: inline-block;
}

/** * Add the correct display in IE. */

template {
  display: none;
}

/* Hidden ========================================================================== */

/** * Add the correct display in IE 10-. */

[hidden] {
  display: none;
}

/** GENERAL STYLES **/

/** 1 - STRUCTURE 2 - TYPOGRAPHY 3 - COLORS 4 - SITE WIDE STYLES 5 - PAGE SPECIFIC STYLES 6 - FORM ELEMENTS 7 - TABLES 8 - MEDIA QUERIES **/

/** 1 - STRUCTURE **/

body {
  font-family: 'Montserrat', 'Gotham', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #212121
}

li {
  list-style-type: none;
}

aside {
  background: #262626;
  /* Old browsers */
  background: linear-gradient(to bottom, #262626 0%, #1e1e1e 100%);
}

.alignRight {
  text-align: right
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 400px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** 2 - TYPOGRAPHY **/

@font-face {
  font-family: 'icomoon';
  src: url('/content/blacktheme/fonts/icomoon.eot?mj50z1');
  src: url('/content/blacktheme/fonts/icomoon.eot?mj50z1#iefix') format('embedded-opentype'), url('/content/blacktheme/fonts/icomoon.ttf?mj50z1') format('truetype'), url('/content/blacktheme/fonts/icomoon.woff?mj50z1') format('woff'), url('/content/blacktheme/fonts/icomoon.svg?mj50z1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_up:before {
  content: "\e900";
  color: #7f878d;
}

.icon-checked-filled-list:before {
  content: "\e901";
}

.icon-check-status-icon:before {
  content: "\e902";
  color: #fff;
}

.icon-contact-icon:before {
  content: "\e903";
  color: #fff;
}

.icon-dashboard_icon:before {
  content: "\e904";
  color: #565656;
}

.icon-delete:before {
  content: "\e905";
  color: #49565e;
}

.icon-fingerprints:before {
  content: "\e906";
}

.icon-image_svg:before {
  content: "\e907";
}

.icon-logo:before {
  content: "\e911";
  color: #969595;
}

.icon-logout:before {
  content: "\e912";
}

.icon-mail:before {
  content: "\e913";
  color: #f4952f;
}

.icon-pencil:before {
  content: "\e914";
  color: #f4952f;
}

.icon-phone:before {
  content: "\e915";
  color: #f4952f;
}

.icon-plus:before {
  content: "\e916";
  color: #ff7f02;
}

h1 {
  font-size: 60px;
}

h1.details {
  font-size: 30px;
  margin: 60px 0 30px;
  padding: 0;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 18px;
}

.tableHead h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  width: 60%;
  font-size: 15px;
  margin-top:20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

p {
  font-size: 16px;
}

label {
  font-size: 12px;
  font-weight: 500;
  color: #666
}

.content input:not([type="submit"]) {
  font-size: 12px;
  font-weight: 500;
  color: #212121
}

/** 3 - COLORS **/

.main {
  color: #292929;
  background: #fdfdfd;
}

.but {
  background: #ff7f02;
  color: #fff
}

a {
  color: #3168e6
}

a:hover,
.clientmenu li a.active {
  color: #ff7f02
}

a:visited {
  color: #354d87
}

.tablehead {
  background: #262626;
  color: #fff;
  font-weight: 600
}

.tablehead a {
  color: #ff7f02
}

.tableheadInner {
  background: #7b858b;
  color: #fff;
  font-weight: 600
}

aside a {
  color: #fff
}

aside [class^="icon-"] {
  color: #5b5b5b
}

aside {
  margin-bottom: -10000px;
  padding: 10px 0 10000px !important;
}

/** 4 - SITE WIDE STYLES **/

header {
  background: #212121 url(/content/blacktheme/images/headerBG.jpg) 50%;
  background-size: cover
}

.logoBox {
  height: 90px;
  display: flex;
  align-items: center;
  float: left;
}

.logoBox span.icon-logo {
  font-size: 30px;
}

.logoBox img {
  height: 30px;
}

.divSep {
  background: #f1f1f1 url(/content/blacktheme/images/metal-line.png) 50% repeat-x;
  height: 1px;
  width: 100%;
}

.rightBox {
  float: right;
  line-height: 90px;
}

.rightBox .but {
  height: 40px;
  width: auto;
  display: inline;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}

.rightBox .but a {
  color: #fff;
}

.rightBox .but a:hover {
  text-decoration: none !important;
}

.rightBox .but span {
  margin-left: 7px;
}

.rightBox .but:hover {
  background: #c33503
}

/** 5 - PAGE SPECIFIC STYLES **/

/* 5a - index page */

.indexPage {
  background: url(/content/blacktheme/images/quasar.jpg) no-repeat;
  background-size: auto auto;
  background-size: cover;
}

.mainZone .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainZone .formBox {
  width: 500px;
  height: 30%;
  min-height: 400px;
  margin: 150px 0px;
  background: #212121;
  border-radius: 10px;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.50);
  text-transform: uppercase;
}

.innerForm h3 {
  padding: 15px;
  margin: 5px 0;
}

.formRow {
  display: block;
  padding: 10px 15px;
}

.formRow label,
.formRow input {
  width: 100%;
  display: block;
  padding: 10px;
  color: #fafafa;
}

.mainZone .but {
  border: none;
  border-radius: 10px;
  height: 60px;
  font-weight: 700
}

input {
  height: 40px;
  background: #262626;
  border: 1px solid #444;
  border-radius: 3px;
}

.notice p {
  margin: 0 0 5px;
}

.formRow.notice a {
  color: #ff7f02
}

/* 5b - dashboard */

h1 {
  font-size: 60px;
  font-weight: 200;
}

.mainZoneDash {
  background: #404040;
  width: 100vw;
  height: calc (100vh - 90px);
  padding: 0
}

.intro p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
}

.stripe {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  margin: 0;
}

.container.stripeInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

.card {
  width: 200px;
  height: 275px;
  margin: 30px auto;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80px;
  padding: 20px 0;
  color: #fff !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5)
}

.card h3 {
  font-weight: 700;
  font-size: 24px;
}

.card:visited {
  color: #fff;
}

.card:hover,
.card:active,
.card:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  opacity: 0.8
}

.card1 {
  background: #ff7f02;
}

.card2 {
  background: #ca6918;
}

.card3 {
  background: #a7581e;
}

.card4 {
  background: #864719;
}
.card5 {
    background-color: #c55900;
}
.card-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* 5c - order survey */

.mainZoneSurvey .content {
  background: #fefefe;
  color: #212121;
  padding-bottom: 120px;
}

.container.mainZoneSurvey {
  position: relative;
  overflow: hidden;
}

.shadow {
  width: 100%;
  height: auto;
  min-height: 60px;
  position: absolute;
  top: 90px;
  background: transparent url(/content/blacktheme/images/shadow.png) no-repeat 50%;
  z-index: 10;
  pointer-events: none;
}

.tableBody.row {
  border: 1px solid #ededed;
  margin: 0 0 30px;
}

.tableHead {
  background: #212121;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

.rightTable {
  text-align: right;
  display: inline-block;
  line-height: 30px;
  margin: 0;
  width: 38%;
}

.tableHead a,
.tableHead a:hover,
.tableHead a:focus {
  text-decoration: none;
  color: #ff7f02
}

.clientmenu li {
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  padding-left: 15px;
}

.clientmenu li a {
  color: #fff;
}

.clientmenu li span {
  color: rgba(255, 255, 255, 0.3);
  float: right;
  margin: 10px
}

.clientmenu {
  margin: 0;
  padding: 0;
}

aside [class^="icon-"]:before,
aside,
[class*=" icon-"]:before {
  color: rgba(255, 255, 255, 0.3);
}

.clientmenu li span {
  color: rgba(255, 255, 255, 0.3);
  float: right;
  margin: 0 10px;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  width: 30px;
}

/* 5d View Details */

.stepperWrapper {
  width: 98%;
  margin-top: 10px auto;
}

.progress {
  height: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  width: 96%;
  margin: 10px 0;
}

.progress-bar-success {
  background-color: #5cb85c;
  background: #24af7c;
  background: -moz-linear-gradient(left, #24af7c 0%, #197956 100%);
  background: -webkit-linear-gradient(left, #24af7c 0%, #197956 100%);
  background: linear-gradient(to right, #24af7c 0%, #197956 100%);
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.progressLabels {
  width: 100%;
  display: table
}

.progressLabels span {
  display: inline-block;
  /*width: 10.6%;*/
  text-align:center;
  vertical-align: top;
  font-size: 12px;
  text-transform: uppercase;
  color: #006e4d;
}

.tableBody.row.generalInfo {
  padding: 30px 0;
}

.textRow {
  display: block;
  margin: 10px auto 20px;
}

.detailLabel {
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: 30%;
}

.detailValue {
  font-size: 14px;
  color: #212121;
  display: inline-block;
  width: 68%;
}

.detailValue * {
  display: inline-block;
}

.detailValue a.icon-phone::before,
.detailValue a.icon-mail::before,
.detailValue a.icon-image_svg::before {
  font-size: 16px;
  color: #f4952f;
  margin: 0 10px;
}

/** 6 - FORM ELEMENTS **/

.formCol .form-group {
  padding: 20px;
}

.formCol .form-control {
  width: 70%;
  float: right;
  display: inline;
}

/* overrides bootstrap */

.formCol label {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  text-align: right;
  width: calc(30% - 12px);
  margin-right: 10px;
}

/*.btn {
  padding: 0;
  width: 100%;
  border-radius: 2px;
  background-color: transparent;
  color: #333;
  border: none;
  text-align: left;
}*/

.btn-select {
  position: relative;
}

.btn-select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-top: 4px solid #777;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-radio {
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
}

/* .dropdown-radio input { visibility: hidden; position:absolute; left: -30px; } .dropdown-radio i { font-weight:normal; font-style:normal; display:block; padding:7px; } */

::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.target {
  position: relative;
  top: -25px;
}

.fs-upload-target {
  cursor: pointer;
  float: right;
  width: 70%;
  padding: 15px;
  padding-top: 15px;
  text-align: center;
  color: #7f878d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.05) url(/content/blacktheme/images/arrow_up.svg) no-repeat 50% 20%;
  background-size: auto auto;
  border: 3px dashed #7f878d;
  border-radius: 5px;
  padding-top: 60px;
  background-size: 40px;
}

.dropdown-menu li {
  display: inline-block;
  width: 100% !important;
}

li label.dropdown-radio {
  width: 100%;
  text-align: left;
}

.dropdown-radio input {
  width: 30px;
  float: left;
}

.dropdown-radio i {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 10px;
  font-weight: 600;
  color: #212121;
  font-style: normal
}

button.but {
  border: none;
  height: 40px;
  width: auto;
  display: inline;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
  text-transform: uppercase;
  font-size: 14px;
}

button.but:hover {
  background: #c33503;
}

.row.bottomButtons {
  clear: both;
  float: none;
  display: flex;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: 50%;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.row.bottomButtons button,
.row.bottomButtons a {
  margin: 10px
}

/** 7 - TABLES **/


.innerTable {
  display: grid;
  grid-template-columns: repeat(3, auto);
  background-color: #fff;
  color: #444;
  max-width: 100%;
  min-width: 480px;
}

    .innerTable.subtasktable {
        /*display: grid;*/
        grid-template-columns: repeat(2, auto);
        background-color: #fff;
        color: #444;
        max-width: 100%;
        min-width: 480px;
    }
    .innerTable.filesTable {
        /*display: grid;*/
        grid-template-columns: repeat(5, auto);
        background-color: #fff;
        color: #444;
        max-width: 100%;
        min-width: 480px;
    }
    .innerTable.statusTable {
        /*display: grid;
        grid-template-columns: repeat(7, auto);*/
        background-color: #fff;
        color: #283b3e;
        max-width: 100%;
        min-width: 480px;
        font-size: 13px;
    }
    .innerTable.clientContactTable {
        /*display: grid;*/
        grid-template-columns: repeat(8, auto);
        background-color: #fff;
        color: #283b3e;
        max-width: 100%;
        min-width: 480px;
        font-size: 13px;
    }
    .innerTable.contactclarkTable {
        /*display: grid;*/
        grid-template-columns: repeat(3, auto);
        background-color: #fff;
        color: #283b3e;
        max-width: 100%;
        min-width: 480px;
        font-size: 13px;
    }
.innerTable.statusTable .box {
  color: #283b3e;
  background: #fff;
  padding: 12px;
  font-size: 13px;
  font-weight: 700;
}

.box {
  color: #283b3e;
  background: #fff;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.box.innerTableHead {
  background: #7b858b;
  font-weight: 500;
  color: #fff;
}

.statusTable .box.innerTableHead {
  background: #7b858b;
  font-weight: 700;
  color: #fff;
}

.box.even.nameCol, .box.odd.nameCol,
.nameCol {
    color: #7b858b;
    text-transform: uppercase;
    background: rgba(238, 248, 248, 0.55);
    font-weight: 700
}

.statusTable .box.even.nameCol,
.statusTable .nameCol {
  text-transform: none;
}

.box.even {
  background: #fbfbfb !important;
}

.box .icon-pencil::before {
  content: "\e914";
  color: #3c4144;
  font-size: 18px;
  padding: 3px 5px;
}

.box .icon-delete::before {
  color: #919b9c;
  font-size: 18px;
  padding: 3px 5px;
}

.box .icon-image_svg::before {
  content: "\e907";
  color: #3c4144;
  font-size: 18px;
  padding: 3px 5px;
}

.narrow {
  text-align: right;
}

/** 8 - MEDIA QUERIES **/

@media screen and (max-width: 767px) {}


@media (max-width:400px){
    .projectdetails .col-xs-12{
        padding-left:0px;
    }
    .projectdetails.col-xs-12{
        padding-left:0px;
        padding-right:0px;
    }
}

.innerTable {
    display: table;
    width: 100% !important;
    background-color: #fff;
    color: #444;
    max-width: 100%;
    min-width: 480px;
}

.tableHead {
    background: #212121;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    /*min-width: 480px;*/
}

.row.tableRow {
    display: table-row;
}

.box {
    color: #283b3e;
    background: #fff;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: table-cell;
}

.narrow, .lastCol {
    width: 100px;
}
/*#toast-container {
    top: 0;
    right: 0;
}*/

.toast-middle-center {
    left: 50%;
    top: 50%;
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}