/* Sprite */

.sprite-icon {
    background: url("../../static/img/icons.png") no-repeat;
    background-image: -webkit-image-set(url("../../static/img/icons.png") 1x, url("../../static/img/icons@2x.png") 2x);
}
/*html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 640px;
    min-height: 640px;
    margin: 0;
    padding: 0;
    font-family: 'RobotoDraft', 'Ubuntu', 'Helvetica', 'Arial', sans-serif;
    font-size: 10pt;
    font-weight: 400;
    background: #FEFEFF;
    color: #686F75;
    -ms-overflow-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}*/

/*
|--------------------------------------------------------------------------
| Index Loaders
|--------------------------------------------------------------------------
*/
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #FFFFFF;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*.spinner456985 {
  width: 50px;
  height: 50px;
  background-color: #FD6C6E;
  margin: 300px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px)
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg)
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
  }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}*/

#waiter0 {
  width: 50px;
  height: 50px;
  background-color: #E5E5E5;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#waiter1 {
  width: 45px;
  height: 45px;
  border-style: solid;
  border-color: #E5E5E5;
  border-width: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#waiter2 {
  width: 70px;
  height: 70px;
  background-color: #E5E5E5;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*
|--------------------------------------------------------------------------
| default.css
|--------------------------------------------------------------------------
*/
.select {
    -webkit-user-select: auto;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    cursor: auto;
}
/*.popover-content {
    padding: 6px 6px !important;
}*/
p {
    padding: 2pt 0;
    margin: 0;
}
h1 {
    /*font-weight: 300;
    font-size: 23pt;
    margin: 0;
    padding: 0;
    color: #1E1F21;*/
}
h2 {
    /*font-weight: 100;
    font-size: 15pt;
    margin: 0;
    padding: 0;*/
}
h3 {
    /*font-weight: 300;
    font-size: 13pt;
    margin: 0;
    padding: 0;*/
}
h4 {
    /*font-weight: 300;
    font-size: 11pt;
    margin: 0;
    padding: 0;*/
}
a {
    color: #686F75;
    text-decoration: none;
}
a:hover {
    color: #1E1F21;
}
.single-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*
|--------------------------------------------------------------------------
| backstage
|--------------------------------------------------------------------------
*/
/*.backstage {
    background: #fff;
    color: #666;
    z-index: 10000;
}
.backstage hr {
    margin: 10pt 0;
    height: 1px;
    border: none;
    background: #CCD4D9;
    width: 100%;
}
.backstage a {
    color: #CCD4D9;
    text-decoration: none;
}
.backstage a:hover {
    color: #FEFEFF;
}
.backstage a:hover .hint {
    color: #CCD4D9;
}
.backstage .hint {
    font-weight: 500;
    font-size: 9pt;
    color: #686F75;
}
.collapsed-add,
.backstageCollapsed-add {
    transition: all 0.2s ease-out 0.2s;
}
.collapsed-remove,
.backstageCollapsed-remove {
    transition: all 0.2s ease-out 0s;
}
#backstage.collapsed {
    width: 50px !important;
}

.el-collapsed-add,
.el-collapsed-remove {
    transition: all 0.350s ease-out;
}
#backstage .el-collapsed {
    display: none;
}
#backstage .img.el-collapsed {
    display: block; !important;
    position: static !important;
    text-align: inherit !important;
}
#backstage .avatar.el-collapsed {
    display: block; !important;
    width: 32px !important;
    height: 32px !important;
    left: -23px !important;
}
#backstage #toggleBackstage {
    position: absolute;
    top: 5px;
    cursor: pointer;
    font-size: 14px;
    right: 19px;
}
#backstage {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 280px;
}
#backstage #userInfoPopover h4 {
    color: #3B3F45;
}
#backstage #userInfoPopover a {
    color: #3B3F45;
}
#backstage #menuFooter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    padding: 20px 80px 0 0;
    text-align: right;
    background: url("../img/logo2015.png") no-repeat top center;
    background-image: -webkit-image-set(url("../img/logo2015.png") 1x, url("../img/logo2015@2x.png") 2x);
}
#backstage #userPanel {
    position: relative;
    margin: 32px;
}
#backstage #userPanel #currentUser {
    display: block;
    position: relative;
    padding: 14px 20px 20px 72px;
}
#backstage #userPanel #currentUser img.avatar {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 28px;
}
#backstage #userPanel #currentUser #userIcons {
    position: absolute;
    top: 11pt;
    right: 0;
}
#backstage #userPanel #currentUser #userIcons a {
    display: inline-block;
    padding: 2pt 0 2pt 5pt;
    color: #686F75;
}
#backstage #userPanel #currentUser #userIcons a:hover {
    color: #FEFEFF;
}

#backstage #userPanel #currentProject  {
    display: block;
    position: relative;
    margin: 14pt 0;
}

#backstage #userPanel #currentProject .btn-group button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #FD6C6E;
    border: none;
}

#backstage #userPanel #currentProject .btn-group button .placeholder {
    font-style: italic;
    color: #FFDBD9;
}
#backstage #userPanel #currentProject .btn-group button:hover {
    background-color: #F74548;
}
#backstage #userPanel #currentProject .btn-group button:active {
    background-color: #FD8788;
}
#backstage ul#mainMenu {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}
#backstage ul#mainMenu li {
    position: relative;
    text-align: right;
    padding: 0;
}
#backstage ul#mainMenu li.el-collapsed-li {
    position: static !important;
}
#backstage ul#mainMenu li.selected {
    background: #FEFEFF;
}
#backstage ul#mainMenu li.selected a {
    color: #FD6C6E;
}
#backstage ul#mainMenu li.selected .hint {
    color: #686F75;
}
#backstage ul#mainMenu li a {
    display: block;
    padding: 11px 50px 8px 0;
}
#backstage ul#mainMenu li a:hover {
    cursor: default;
}
#backstage ul#mainMenu li a .img {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
    font-size: 15pt;
}
#largeMenuItems   .el-collapsed {
    display: none !important;
}
#currentProject.el-collapsed {
   display: none !important;
}
#userAvatar.el-collapsed {
   display: block !important;
}

#frontstage {
    position: absolute;
    left: 290px;
    top: 0;
    bottom: 0;
    right: 10px;
    padding: 0;
    -ms-overflow-style: scrollbar;
    overflow-y: hidden;
}
#frontstage .title {
    padding: 32pt 0 16pt 32pt;
    font-weight: 500;
    font-size: 9pt;
}
#frontstage.backstageCollapsed {
    left: 60px !important;
}*/








/*#affairOverlay {
  position: fixed;
  top: 10px;
  right: 10px;
  opacity: 0;
  width: 220px;
}
#affairOverlay.backstageCollapsed {
  z-index: 1000;
  opacity: .5;
}
#affairOverlay.backstageCollapsed:hover {
  opacity: 1;
}
#affairOverlay.backstageCollapsed-add,
#affairOverlay.backstageCollapsed-remove {
  transition: all 0.350s ease-out;
}*/










/*.rs-list {
    border-radius: 6px;
    border: solid 1px #aaa;
    margin: 3px;
    padding: 10px;
}*/
/*.rs-list-item {
    cursor: default;
}
.rs-list-item label {
    font-weight: normal;
}
.rs-list-item label input[type="checkbox"] {
    margin-right: 7.5px;
vertical-align: -2px;
}*/

/*button i.fa {
  margin-right: 5px; }*/


/*.pin-tag {
    width: 50px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}*/
/*.pin-done {
    background-color: #8EDB85 !important;
}
.pin-not-done {
    background-color: #DB4E39 !important;
}
.pin-think-done {
    background-color: #6FACDB !important;
}
.pin-checked-not-done {
    background-color: #DB99D3 !important;
}
.pin-locked {
    background-color: #D89D65 !important;
}
.pin-think-done-enterprise {
    background-color: #EDE665 !important;
}
.pin-think-done-sst {
    background-color: #87E6ED !important;
}*/


.panel-title {
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
}
.panel-title i {
    font-size: 15px;
    margin-right: 5px;
    width: 15px;
}
.panel-content {
    opacity: 1;
    padding-left: 10px;
    overflow: auto;
    margin-bottom: 10px;
}
.panel-content.animate-add,
.panel-content.animate-remove {
    overflow: hidden;
    transition: 0.3s cubic-bezier(0, 0, 0.58, 1) all;
}
.panel-content.animate-add-active,
.panel-content.animate {
    opacity: 0;
    padding-left: 0 !important;
    height: 0 !important;
}
/*.form {
    display: table;
}*/
/*.form-row {
    display: table-row;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}*/
/*.form-cell {
    display: table-cell;
}*/
/*.form-cell input[type=text],
.form-cell textarea {
    width: 100%;
}*/
/*.form-cell input[type=checkbox] {
    vertical-align: middle;
}*/
/*.form-cell.header {
    width: 130px;
    padding-left: 10px;
    cursor: default;
}*/
/*.form-cell.header.large {
    width: 180px;
}*/






/*.combobox button {
    background-color: #FFF;
    color: #686f75;
    border-color: #dadada;
}
.combobox button:hover {
    background-color: #F74548;
    border-color: #F74548;
    color: #FEFEFF;
}

.combobox .dropdown-menu .search-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
}
.combobox .dropdown-menu .search-box input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 8px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    color: #686F75;
    font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
    font-style: italic;
    font-size: 10pt;
}
.combobox .dropdown-menu .search-box .search-input-icon {
    position: absolute;
    color: #1E1F21;
    top: 7pt;
    left: 7pt;
}
.combobox .dropdown-menu ul {
    background: none;
    margin: 40px 0 0 0;
    padding: 0;
    max-height: 250px;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
.combobox .dropdown-menu ul.filtered li:first-child {
    background: #FD6C6E;
    color: #FEFEFF;
}
.combobox .dropdown-menu ul.filtered li:first-child a {
    color: #FEFEFF;
}
.combobox .dropdown-menu ul li {
    margin: 0;
    padding: 0;
}
.combobox .dropdown-menu ul li a {
    display: block;
    color: #1E1F21;
    padding: 3px 7px;
    cursor: default;
}
.combobox .dropdown-menu ul li a:hover {
    background: #FD6C6E;
    color: #FEFEFF;
    text-decoration: none;
}
.combobox .dropdown-menu ul li.hidden {
    visibility: hidden;
    height: 0;
}
.combobox .dropdown-menu ul li.selected a {
    background: #FD6C6E;
    color: #FEFEFF;
}*/







#currentProject .combobox button {
    color: #FFF;
}

ul.steps {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.steps li::before {
    display: block;
    width: 100%;
    height: 1px;
    border-top: solid 4px #686F75;
    content: "";
    position: relative;
    top: 21px;
    z-index: 1;
}
ul.steps li {
    display: table-cell;
    width: 33%;
    text-align: center;
    border-color: #686F75;
    cursor: pointer;
}
ul.steps li:first-child::before {
    left: 51%;
    width: 50%;
}
ul.steps li:last-child::before {
    width: 50%;
}
ul.steps li.active-step::before {
    border-color: #FD6C6E;
}
ul.steps li.active-step span.step-number {
    border-color: #FD6C6E;
}
ul.steps li span.step-number {
    font-size: 16px;
    background-color: #fff;
    border: solid 4px #686F75;
    border-radius: 100%;
    padding: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    box-sizing: content-box;
    z-index: 2;
    position: relative;
    cursor: pointer;
}
ul.steps li span.step-title {
    font-size: 16px;
    text-align: center;
    display: block;
}
.list-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    display: block;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.stateLabel {
    width: 50px;
    height: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}
.stateLabel.disabled {
    background-color: darkorange;
}
.stateLabel.enabled {
    background-color: forestgreen;
}
.button-small {
    height: 20px !important;
    width: 65px;
    font-size: 10px !important;
    line-height: 15px !important;
    vertical-align: baseline !important;
}
#langButton {
    font-size: 12px;
    line-height: 12px;
    background-color: #1E1F21;
    color: white;
    font-weight: bold;
    border: none;
}
#queueButton {
    font-size: 12px;
    line-height: 12px !important;
    background-color: #1E1F21;
    color: white;
    font-weight: bold;
    border: none;
}
#collapsedAffairController div {
    top: -5px;
    line-height: 25px;
    /*height: 25px;*/
}
#collapsedAffairController button {
    width: 100%;
    position: relative;
    text-align: left;
    height: 25px;
    line-height: 15px;
    font-size: 10px;
}
#langButtonContainer .el-collapsed {
    display: none;
}
a {
    color: #686F75;
    text-decoration: none;
}
a:hover {
    color: #686F75;
    text-decoration: none;
}
#langButton:hover {
    background-image: none !important;
}
.rs-combobox-background-layout {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 5;
}

.k-grid .k-grid-content-locked table {
    margin-bottom: 20px;
}

/*# sourceMappingURL=default.css.map */

/*.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}*/

/*   rLabels */
.groupInput 			  {
  position:relative;

  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.rinputMaterial 				{
  font-size:14px;
  padding:10px 10px 2px 5px;
  display:block;
  width:100%;
    outline:none;
  border:none;
  border-bottom:1px solid #757575;
}

.inputMaterial:focus 		{ outline:none;}

/* LABEL ======================================= */

rlabel 				 {
  color:#999;
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

/* active state */
.rinputMaterial:focus ~ rlabel, .rinputMaterial:valid ~ rlabel 		{
  top:-10px;
  font-size:10px;

  color: #03a9f5;
}
.rbarInput 	{ position:relative; display:block; width:100%; }
.rbarInput:before, .rbarInput:after 	{
  content:'';
  height:2px;
  width:0;
  bottom:1px;
  position:absolute;
  background:#03a9f5;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
.rbarInput:before {
  left:50%;
}
.rbarInput:after {
  right:50%;
}

/* active state */
.rinputMaterial:focus ~ .rbarInput:before, .rinputMaterial:focus ~ .rbarInput:after {
  width:50%;

}


/* active state */
.rinputMaterial:focus ~ .rhighlight {

  -webkit-animation:rinputHighlighter 0.3s ease;
  -moz-animation:rinputHighlighter 0.3s ease;
  animation:rinputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes rinputHighlighter {
	from { background:#03a9f5; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes rinputHighlighter {
	from { background:#03a9f5; }
  to 	{ width:0; background:transparent; }
}
@keyframes rinputHighlighter {
	from { background:#03a9f5; }
  to 	{ width:0; background:transparent; }
}
/*   rLabels */


.option-panel .option-tabs {
    background-color: white;
    height: 100%;
}

.option-panel .option-tabs ul {
    padding: 0;
    margin: 0;
}

.option-panel .option-tabs ul li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    color: #686F75;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 12px;
}

.option-panel .option-tab {
    display: none;
}

.option-panel .option-tab.active {
    display: block;
}

.option-panel .option-tabs-container {
    width: 100%;
}

.option-tabs-headers {
    text-align: center;
}

.option-tabs-headers > li {
    margin-left: 5px;
    margin-right: 5px;
}

.option-panel .option-tabs ul li.active {
    border-bottom: 3px solid #686F75;
    color: #686F75;
    cursor: pointer;
}

.option-panel .option-tab textarea {
    border: 0;
}

.option-panel .option-tab .option-tab-footer {
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.option-panel .option-tab .option-tab-footer button {
    border: 0;
    background-color: white;
    color: black;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 3px;
}

.option-panel .option-tab .option-tab-footer button.default {
    border: 1px solid #03A9F3;
    border-radius: 3px;
    color: #03A9F3;
}

.option-panel .option-tab .option-tab-comments {
    width: 100%;
    border-top: 2px solid #d0d0d0;
    padding-left: 5px;
    padding-right: 5px;
}

.option-panel .option-tab .option-tab-comments .option-tab-comment {
    border-bottom: 1px solid #F2F2F2;
}

.option-panel .option-tab .option-tab-comments .option-tab-comment:last-child {
    border-bottom: 0;
}

.option-panel .option-tab .option-tab-comments .option-tab-comment .comment-info-author {
    /* font-size: x-small;*/
    color: #03A9F3;
}

.option-panel .option-tab .option-tab-comments .option-tab-comment .comment-info-date {
    /* font-size: x-small;*/
    color: #03A9F3;
}

.option-panel .option-tab .option-tab-comments .option-tab-comment .comment-content {}

.option-panel .option-tab.tab-tools {
    text-align: center;
}

.option-panel .option-tab.tab-tools button {
    border: 1px solid #03A9F3;
    border-radius: 3px;
    color: #03A9F3;
    background-color: white;
    margin-top: 5px;
    text-align: left;
}

.rowItem {}

.rowItem:hover .vis1 {
    display: block;
    /* border-bottom: 1px solid #E9E9E9;*/
}

.vis1 {
    display: none;
}

.vis2 {
    display: block;
}

.vis2:hover .vis1 {
    display: block;
}

.vis:hover {
    display: block;
}

.blueFond {
    background-color: #03a9f5;
    color: #FFFFFF;
}

.blueFondLabel {
    color: #FFFFFF;
    border-color: beige
}

.blueFondTab {
    color: #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
}
.bgGreen {

background-color:#2ecc71;
}

.bgRed {

background-color:#c0392b;
}
.textGreen {

color:#2ecc71;
}
.textRed {

color:#c0392b;
}
.textRiver{

color:#3498db;
}
.textConcrete{
color:#95a5a6;
}
.bgConcrete{
background-color:#95a5a6;
}



.cursorFinger  {
    cursor: pointer;
}

/*rs-filter-combobox .drop-up
{
    top: auto;
    bottom: 100% !important;
}

rs-filter-combobox .dropdown-header
{
    font-size: xx-small;
    font-style: italic;
    display: block;
}

rs-filter-combobox span.single-line-ellipsis
{
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

rs-filter-combobox .clear-selection
{
    display: inline-block;
    position: absolute;
    padding-top: 10px;
    height: 100%;
    z-index: 10;
    left: 5px;
}

rs-filter-combobox .dropdown-toggle
{
    padding: 6px 6px 0 6px;
    position: relative;
    text-align: left;
    display:block;
}

rs-filter-combobox .clearable
{
    padding-left: 20px;
}

rs-filter-combobox .chevron
{
    position: absolute;
    right: 10px;
    top: 10px;
}

rs-filter-combobox .clear-selection:hover
{
    color: #F74548;
}

rs-filter-combobox .dropdown-menu
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #FEFEFF;
    position: fixed;
    z-index: 15;
    margin: 0;
}

rs-filter-combobox .dropdown-toggle,
rs-filter-combobox .combobox
{
    width: 100%;
}*/

/*.rs-loading-outer-container
{
    position: fixed;
    z-index: 11000;
    height:100vh;
    width:100vw;
    opacity: 1;
}

.rs-loading-inner-container
{
    background-color: #DCDCDC;
    position: fixed;
    z-index: 11000;
    height: 100vh;
    width: 100vw;
    opacity: 0;
}

.rs-loading-element
{
    background-image: url("../img/Spinner01.gif");
    position: absolute;
    left:50%; top:45%;
    height: 64px;
    width: 64px;
}*/

.k-notification-wrap>.k-i-close
{
    top: 7px !important;
}

.k-notification-error
{
    border-color: #f44336 !important;
}

.k-notification-error .k-notification-wrap
{
    border-right: 1px solid #C93F3D;
    border-bottom: 1px solid #C93F3D;
    color: #f44336;
}
