body {
  background: #eeeeff;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}
OLD.row {
  max-width: 850px;
  margin: 0 auto;
}
.sitebackground-gradient {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  height: 300px;
  z-index: -10;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=0);
}
.topmenu {
  margin-bottom: 30px;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=0);
  box-shadow: 0 1px 4px 1px #AAA;
  color: #666;
  height: 50px;
  z-index: 10;
}
.logged-in-user {
  display: inline-block;
  position: relative;
}
.logged-in-user > a {
  display: inline-block;
  padding: 0 15px;
  line-height: 50px;
  display: block;
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
.logged-in-user > a:hover {
  background: #FAFAFF !important;
}
.sitecontainer {
  position: relative;
  margin-top: 3rem;
}
.sitelogo {
  position: absolute;
  bottom: 100%;
  margin-bottom: -40px;
}
.sitelogo img {
  max-width: 230px;
  max-height: 110px;
}
.sitemenu {
  float: right;
  display: block;
  box-shadow: 0 0 2px 1px #BBB;
}
.sitemenu > ul {
  display: block;
  padding: 0;
  list-style: none;
}
.sitemenu > ul > li {
  position: relative;
  float: left;
}
.sitemenu > ul > li > ul {
  min-width: 100%;
}
.sitemenu > ul > li:hover > a,
.sitemenu > ul > li.open > a {
  background: #7da6cf;
  background: -moz-linear-gradient(top, #7da6cf 0%, #246aa3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7da6cf), color-stop(100%, #246aa3));
  background: -webkit-linear-gradient(top, #7da6cf 0%, #246aa3 100%);
  background: -o-linear-gradient(top, #7da6cf 0%, #246aa3 100%);
  background: -ms-linear-gradient(top, #7da6cf 0%, #246aa3 100%);
  background: linear-gradient(to bottom, #7da6cf 0%, #246aa3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=0);
}
.sitemenu > ul > li > a {
  display: block;
  padding: 0 15px;
  line-height: 50px;
  color: #FFF;
  font-size: 17px;
  text-decoration: none;
  background: #588dc1;
  background: -moz-linear-gradient(top, #588dc1 0%, #1b4f79 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #588dc1), color-stop(100%, #1b4f79));
  background: -webkit-linear-gradient(top, #588dc1 0%, #1b4f79 100%);
  background: -o-linear-gradient(top, #588dc1 0%, #1b4f79 100%);
  background: -ms-linear-gradient(top, #588dc1 0%, #1b4f79 100%);
  background: linear-gradient(to bottom, #588dc1 0%, #1b4f79 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=0);
}
.sitecontent {
  background: #FFF;
  min-height: 500px;
  box-shadow: 0 0 2px 1px #BBB;
  padding: 15px;
}

.imglink {
  display: block;
}
.imglink > img {
  width: 100%;
}
.imglink:hover > img,
.imglink:focus > img {
  box-shadow: 0 0 2px 2px #CCC;
}
.swconfbox {
  margin-bottom: 10px;
  background: #eef;
  border: 1px solid #ccd;
  font-size: 13px;
  border-radius: 5px;
  padding: 3px;
}
.swconfbox-title {
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.swconfbox-content {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccd;
  border-radius: 5px;
}



.modal-avaliacao-os {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  overflow: auto;
}
.modal-avaliacao-os-overflow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.3);
  z-index:-1;
}
.modal-avaliacao-os-content {
	 position: relative;
  margin: 30px auto 30px auto;
  width: 400px;
  z-index: 10;
  background: #fff;
  padding: 1em;
  border-radius: 10px;
  border: 1px solid #666;
}
.modal-avaliacao-os-option {
  text-align: center;
  font-size: 12px;
}
.modal-avaliacao-os-option label > span {
  display: block;
}
.modal-avaliacao-os-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}










.coltitle-wrapper {
  background: #f7f7f7;
  border: 1px solid #ddd;
}
.coltitle--title {
  margin: 0;
  padding:2rem 1rem;
  font-size: 20px;
}
.coltitle--actions {
  display: flex;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.coltitle---btn {
  flex: 1;
  border-right: 1px solid #ddd;
  line-height: 35px;
  font-size: 10px;
  font-weight: bold;
  color: #36a;
  text-transform: uppercase;
  padding: 0 .5rem;
  background: #fff;
  background: linear-gradient(#fff, #def);
  text-align: center;
}
.coltitle---btn:last-child {
  border-right: 0;
}
.coltitle---btn:hover, .coltitle---btn:focus {
  background: #e0e0ff;
  color: #148;
  cursor: pointer;
}
.coltitle0---btn {
  flex: 1;
  border-right: 1px solid #ddd;
  line-height: 35px;
  font-size: 10px;
  font-weight: bold;
  color: #36a;
  text-transform: uppercase;
  padding: 0 .5rem;
  background: #fff;
  background: linear-gradient(#fff, #def);
  text-align: center;
  margin: 5px 0px;
}
.coltitle0---btn:last-child {
  border-right: 0;
}
.coltitle0---btn:hover, .coltitle---btn:focus {
  background: #e0e0ff;
  color: #148;
  cursor: pointer;
}

.coltitle2---btn {
  flex: 1;
  border-right: 1px solid #ee7c7c;
  line-height: 35px;
  font-size: 10px;
  font-weight: bold;
  color: rgb(243, 239, 239);
  text-transform: uppercase;
  padding: 0 .5rem;
  background: #ee7c7c;
  background: linear-gradient(#ee7c7c, rgb(235, 62, 62));
  text-align: center;
  margin: 5px 0px;
}
.coltitle2---btn:last-child {
  border-right: 0;
}
.coltitle2---btn:hover, .coltitle---btn:focus {
  background: #ec3030;
  color: rgb(224, 203, 203);
  cursor: pointer;
}



.coltitle--footer {
  background: #f7f7f7;
  font-size: 12px;
  padding: 1rem;
}









.listViewWrapper {
  max-height:1060px;
  overflow:auto;
  width:100%;
  display: block;
}

.listView {
  margin:0;
  list-style:none;
  display:block;
  padding:3px;
  color:#666;
}

.listView > li {
  display:block;
  padding:10px 5px;
  border:1px solid #eee;
  overflow:hidden;
  height:55px;
  font-size:12px;
  background:#EEE;
  background: linear-gradient(#fff, #eee);;
}
.listView > li:hover, .listView > li:focus {
  background:#e0e0ff;
  color:#369;
  font-weight:bold;
  cursor:pointer;
}

.pointer { cursor: pointer !important; }

/* MARGINS AND PADDDINGS */


.m-1 { margin: 1rem !important; }
.mt-1 { margin-top: 1rem !important; }
.mb-1 { margin-bottom: 1rem !important; }
.ml-1 { margin-left: 1rem !important; }

.p-0 { padding: 0 !important; }
.p-1 { padding: 1rem !important; }


/* GUI SPECIAL */

.table-gui { text-align: center !important; }
.table-gui th { text-align: center !important; }
.table-gui td { vertical-align: middle !important; }

.w-100 { width: 100% !important; }

/* FONTS */

.font-weight-bold { font-weight: bold !important; }

/* CURSOR */

.cursor-pointer { cursor: pointer !important; }

/* NOWRAP */
.nowrap {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

marquee {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.42857143;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
}

.fab-container {
  margin-top: 10px;
}
.fab-container .fab-button-close, .fab-container #div1 {
  -webkit-box-shadow: 1px 1px 1px 1px rgba(43, 43, 43, 0.2);
  -moz-box-shadow: 1px 1px 1px 1px rgba(43, 43, 43, 0.2);
  box-shadow: 1px 1px 1px 1px rgba(43, 43, 43, 0.2);
}

.fab-button-close {
  position: fixed;
  right: 0px;
  float: right;
  background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
  background-repeat: repeat-x;
  color: #333;
  padding: 16px;
  height: 50px;
  display: block;
  width: 40px;
  border-radius: 50% 0 0 50%;
  overflow: hidden;
  z-index: 999;
}

.fab-slide {
  padding: 16px 15px 15px 20px;
  position: fixed;
  display: none;
  float: right;
  right: 0;
  display: none;
  width: 200px;
  height: 50px;
  background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
  background-repeat: repeat-x;
  color: #333;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 25px 0 0 25px;
}

.fab-container a:hover {
  color: #ccc;
}


    
.modal {
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

.modal-content {
  margin: 0 auto;
  margin-top: 3%;
  max-width: 600px;
  background-color: #eee;
  padding: 0;
  box-shadow: 0 0 2px #fff;
}

.modal-header h1{
  font-weight: bold;
  text-align: center;
}

.modal-header, .modal-body, .modal-footer{
  padding: 5px;
}

.modal-header{
  background-color: #ccc;
}

.modal-footer{
  background-color: #ccc;
}