﻿.bordered {
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.clear {
  clear: both;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
}
body {
  color: #000;
  background: #efefef;
}
.panel-bottom {
  margin-top: -25px;
}
.panel-bottom .panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.validationMessage {
  color: Red;
}
.panel-title {
  font-weight: bold;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
}
.form-horizontal .control-label {
  font-weight: 400;
  font-size: 15px;
}
#main {
  position: relative;
  margin-top: 50px;
}
#main > .container-fluid {
  padding: 15px;
}
.message-information {
  font-weight: 700;
}

.text-control-readonly {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-bottom-color: #ccc;
}

.editor-grid .grid-row .text-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-bottom-color: #ccc;
}
.editor-grid .grid-row .text-control:hover,
.editor-grid .grid-row .text-control:focus {
  border-color: #ccc;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.mtop-5 {
  margin-top: 5px;
}
.req {
  color: #ff0000;
}
#header .content,
#footer .content {
  margin: 0 auto;
  padding: 5px 10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #D3D1D1;
}
.navbar-nav > .active > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #555;
  background-color: #efefef;
}
.navbar-toggle {
  margin-top: 0;
}
.remove-btnicon {
  right: 30px;
  margin-top: -25px;
  position: absolute;
  color: #D3D1D1;
  cursor: pointer;
}
.remove-btnicon:hover,
.remove-btnicon:focus {
  color: #ff0000;
}
.login-page #header .content,
.login-page #footer .content {
  text-align: center;
}
.login-page #navigation {
  display: none;
}
.login-page .navbar-header {
  float: none;
}
.logo-version,
.logo-text {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.logo-text {
  font-family: 'Segoe UI Light', Tahoma, Arial, sans-serif;
  font-size: 23px;
  color: #D3D1D1;
}
.validation-summary-errors {
  padding: 5px;
  margin: 5px 0 10px 0;
  /* background-color: #FFFBDD;
        .rounded-corners(3px);
    .box-shadow(0 0 8px rgba(0, 0, 0, 0.15));*/
}
.validation-summary-errors ul {
  margin: 0;
  padding: 0;
}
.validation-summary-errors ul li {
  margin-left: 22px;
  color: #CC0000;
  font-size: 14px;
}
.input-validation-error {
  border-color: #CC0000 !important;
}
.field-validation-error {
  color: #CC0000;
  padding: 0;
}
#header.navbar {
  position: relative;
  z-index: 100;
  width: 100%;
  color: #fff;
  background-color: #2e3236;
  height: 40px;
  border-width: 0;
  border-radius: 0;
  margin: 0;
  border-bottom: solid 5px #efefef;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease, transform 0.2s ease;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#Login-container {
  width: auto;
  border: 0 none;
  -webkit-box-shadow: -21px 32px 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -21px 32px 40px rgba(0, 0, 0, 0.2);
  box-shadow: -21px 32px 40px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  overflow: hidden;
  padding: 5px;
  background: 0 #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#Login-container .title {
  margin-bottom: 20px;
}
#navigation {
  background-color: #fff;
}
#navigation > .topmenu > li {
  padding: 2px 10px;
}
/*If Tablet or Desktop*/
@media (min-width: 768px) {
  #header.navbar {
    height: 30px;
  }
  .login-page #header.navbar {
    height: 100px;
  }
  .login-page #header .content {
    padding: 25px 0;
  }
  .login-page .logo-text {
    font-size: 30px;
  }
  #Login-container {
    width: 350px;
  }
  #navigation {
    background-color: transparent;
  }
  #navigation > .topmenu {
    float: right;
  }
  #navigation > .topmenu > li {
    padding: 0;
  }
}
/*Tablet*/
/*--Desktop---*/
@media (min-width: 992px) {
  #header .content,
  #footer .content {
    width: 980px !important;
  }
  #main > .container-fluid {
    width: 980px;
  }
  #Login-container {
    width: 350px !important;
  }
}
/*# sourceMappingURL=GTStylesheet.css.map */