﻿.btnMenu2 {
      background: rgba(68, 42, 24, 0.8);
      border-radius:5px;
      color:white;
      cursor: pointer;
      height:30px;
      padding: 5px 20px 10px 20px;
      width:100%;
}
.noHoverDropdown:hover {
    background: rgba(68, 42, 24, 0.7);
}

.noPadding {
    padding: 0px;
}
.btnMenu {
      background: rgba(255, 255, 255, 0.5);
      border-radius:5px;
      color:white;
      cursor: pointer;
      padding: 10px 10px 5px 10px;
      height:135px;
      margin-left:10px;
}
.btnMenu3 {
      background:rgba(250, 235, 215, 0.8);
      border-radius:5px;
      color:#442A18;
      font-weight:bold;
      cursor: pointer;
      height:30px;
      padding: 5px 20px 10px 20px;
      width:100%;
}
.btnMenu4 {
      background: rgba(68, 42, 24, 0.7);
      border-radius:5px;
      color:white;
      cursor: pointer;
      padding: 10px 10px 5px 10px;
      height:135px;
      margin-left:10px;
}
#tblResult {
    height: 200pt;
    overflow: auto;
}
#tableCustomer {
    height: 200px;
    overflow: auto;
}
#tbldivSearch {
    height: 400px;
    overflow:auto;
}
#tbldivSearchAdvanced {
    height: 400px;
    overflow:auto;
}
#myModalPJWidth {
    width: 440px;
}
#myModalAGIRAWidth {
    width: 470px;
}
#DialogMsgBox .modal-body {
    /*max-height: 400px;*/
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}
/*JQueri Mr Doe DialogBox**/
.btnDialogBoxTitle {
  background: #b35c22;
  background-image: -webkit-linear-gradient(top, #b35c22, #54311b);
  background-image: -moz-linear-gradient(top, #b35c22, #54311b);
  background-image: -ms-linear-gradient(top, #b35c22, #54311b);
  background-image: -o-linear-gradient(top, #b35c22, #54311b);
  background-image: linear-gradient(to bottom, #b35c22, #54311b);
  border:1px solid #442A18;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.MrDoeFont-1 {
    font-family:"Mongolian Baiti";
    font-size: 25px;
    color: #442A18;
    font-weight:normal;
}

.btnDialogBoxTitle2 {
  background: #b35c22;
  background-image: -webkit-linear-gradient(top, #b35c22, #54311b);
  background-image: -moz-linear-gradient(top, #b35c22, #54311b);
  background-image: -ms-linear-gradient(top, #b35c22, #54311b);
  background-image: -o-linear-gradient(top, #b35c22, #54311b);
  background-image: linear-gradient(to bottom, #b35c22, #54311b);
  border:1px solid #442A18;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}


.divDialogBox {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  color: #707070;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  border-top: solid #442a18 1px;
  border-left: solid #442a18 1px;
  border-right: solid #442a18 1px;
  text-decoration: none;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
}

.btnDialogBoxFooter {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 0px;
  color: #432a18;
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  border-top: solid #c0c0c0 1px;
  border-bottom: solid #442a18 1px;
  border-left: solid #442a18 1px;
  border-right: solid #442a18 1px;
  text-decoration: none;
  background: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align:right;
}

.btnDialogBox {
  background: #b35c22;
  background-image: -webkit-linear-gradient(top, #b35c22, #54311b);
  background-image: -moz-linear-gradient(top, #b35c22, #54311b);
  background-image: -ms-linear-gradient(top, #b35c22, #54311b);
  background-image: -o-linear-gradient(top, #b35c22, #54311b);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px #f2ba94;
  -moz-box-shadow: 1px 1px 3px #f2ba94;
  box-shadow: 1px 1px 3px #f2ba94;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 20px 5px 20px;
  border: solid #442a18 1px;
  text-decoration: none;
  margin:2px;
}
.btnDialogBox:hover {
  background: #ad6c2b;
  background-image: -webkit-linear-gradient(top, #ad6c2b, #cf895b);
  background-image: -moz-linear-gradient(top, #ad6c2b, #cf895b);
  background-image: -ms-linear-gradient(top, #ad6c2b, #cf895b);
  background-image: -o-linear-gradient(top, #ad6c2b, #cf895b);
  background-image: linear-gradient(to bottom, #ad6c2b, #cf895b);
  text-decoration: none;
}

.btnDialogBoxClose {
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 0px 5px 5px 5px;
  position: absolute;
  top:10px;
  right: 5px;
  width: 40px;
  text-align:center;
}
.btnDialogBoxClose:hover {
  color: #C0C0C0;
}
/*Fin JQueri Mr Doe DialogBox*/


.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/Load.gif') 50% 50% no-repeat rgba(249,249,249,0.3);
}

  .Height10{
      height:10px;
    min-height: 6px;
}


.loading{
    font-family: Arial;
    font-size: 10pt;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    color: black;
    z-index: 999;
}

div.selectbox-wrapper {
position:absolute;
width:400px;
background-color:white;
border:1px solid #ccc;
margin:0px;
margin-top:-10px;
padding:0px;
text-align:left;
max-height:200px;
overflow:auto;
}
.MrDoeCenter {
    text-align:center;
}
/*Drop down list styles*/
div.selectbox-wrapper ul {
list-style-type:none;
margin:0px;
padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected {
background-color: #EAF2FB;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current {
background-color: #CDD8E4;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
list-style-type:none;
display:block;
margin:0;
padding:2px;
cursor:pointer;
}

/* Look and feel of select box */
.selectbox
{
margin: 0px 5px 10px 0px;
padding-left:2px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:1em;/* Resize Font*/
width : 190px; /* Resize Width */
display : block;
text-align:left;
background: url('../img/bg_select.png') right;
cursor: pointer;
border:1px solid #D1E4F6;
color:#333;
}



.btn1 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
.btn1:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn1:hover,
.btn1:focus {
  color: #cccccc;
  text-decoration: none;
}
.btn1:active,
.btn1.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn1.disabled,
.btn1[disabled],
fieldset[disabled] .btn1 {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-MrDoe1 {
  color: #ffffff;
  background-color: rgba(68, 42, 24, 0.8);
  border-color: rgba(108, 69, 4, 1);
}
.btn-MrDoe1H {
  color: #ffffff;
  background-color: rgba(68, 42, 24, 1);
  border-color: rgb(178, 154, 114);
}
.btn-MrDoe1:hover,
.btn-MrDoe1:focus,
.btn-MrDoe1:active,
.btn-MrDoe1.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: rgba(108,69,4,0.8);
  border-color: rgba(68, 42, 24, 1);
}
.btn-MrDoe2 {
  color: #ffffff;
  background-color: rgba(68, 42, 24, 0.8);
  border-color: rgba(68, 42, 24, 1);
  border-radius: 0px;
}
.btn-MrDoe3 {
  color: #ffffff;
  background-color: rgba(108, 69, 4, 0.8);
  border-color: rgba(68, 42, 24, 1);
  border-radius: 0px;
}
.btn-MrDoe2:hover,
.btn-MrDoe2:focus,
.btn-MrDoe2:active,
.btn-MrDoe2.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: rgba(108,69,4,0.8);
  border-color: rgba(68, 42, 24, 1);
}
.MainSectionResearch {
    /*width: 1515px;*/
/*background:  url('~/img/ImgTest.jpg') no-repeat center left;*/
  background-image: url('img/ImgTest.jpg');
  /*background-image: url('Images/Arrowhead-Down-01.png');*/
}
#FormA83 {
    width: 1515px;
}
#brand-image {
    width: 15px;
}
.sBorderCtrlResearch { 
    /*margin: 50px 50px 50px 50px;*/
    /*margin-left:50px;*/
	border: none 0px #D1D1D1;
	border-radius: 5px;
	background-color:rgba(255, 255, 255, 0.3);
}
.sBorderResultResearch1 {
	border: none 0px #D1D1D1;
	border-radius: 5px ;
	background-color:rgba(255, 255, 255, 0.5);
}
.sBorderResultResearch2 {
	border: none 0px #D1D1D1;
	border-radius: 5px;
	background-color:rgba(237, 231, 224, 0.2);
}
.sBgMrDoe0 {
	border: none 0px #D1D1D1;
	border-radius: 5px;
	background-color:rgba(255, 255, 255, 0.5);
}
.sBgMrDoe1 {
	border: none 0px #D1D1D1;
	border-radius: 5px ;
	background-color:rgba(68, 42, 24, 0.5);
}
.sBgMrDoe2 {
	border: none 0px #D1D1D1;
	border-radius: 5px ;
	background-color:rgba(157, 181, 170, 0.5);
}
.sBgMrDoe3 {
	border: none 0px #D1D1D1;
	border-radius: 5px ;
	background-color:rgba(237, 28, 36, 0.5);
}
.sBorderBtnForm1 {
    margin: 10px 10px 10px 10px;
	border:solid 0px #D1D1D1;
	border-radius: 10px;
	background-color:rgba(255, 255, 255, 0.2);
    /*background-image:url(~/img/ArrierePlan2.jpg)*/
}
.sBorderBtnForm2 {
    margin: 10px 10px 10px 10px;
	border:solid 0px #D1D1D1;
	border-radius: 10px;
	background-color:rgba(156,181,169, 1);
    /*background-image:url(~/img/ArrierePlan2.jpg)*/
}
.sTextBox1 {
     font-size: small;
     height:20px;
     width:225px;
     font-family:Calibri;
 }
.sTextBox2 {
     font-size: small;
     height:18px;
     width:125px;
     font-family:Calibri;
 }
.sTextBox3 {
     font-size: small;
     width:2250px;
     height:50px;
     font-family:Calibri;
 }
.sTextBox4 {
     font-size: small;
     width:100%;
     height:50px;
     font-family:Calibri;
     position:relative;
 }
.sTextBox5 {
  display: block;
  width: 100%;
  height: 18px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
}

.sTextBox5:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.sTextBox6 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #00246B;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
}

.sTextBox6:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.sTextBox006 {
  display: block;
  width: 100%;
  min-height:20px;
  height: 100%;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #00246B;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
}

.sTextBox006:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.InputFieldLock {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #00246B;
  vertical-align: middle;
  background-color: #CCD6E0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
}

.InputFieldLock:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.sTextBox7 {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #00246B;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
}

.sTextBox7:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.LabelReport1{
  background-color: #17497D;
  color: #EFF2F7;
}

.sLabel006{
    font-weight: bold; 
    color: #FFFFFF;
}

.LabelReport2{
  background-color: white;
  color: #1F497D;
  font:bold;
}

.LabelReport3{
  background-color: rgba(255, 255, 255, 0.7);
  color: #1F497D;
}

.LabelReport4{
  background-color: #FFFFFF;
  color: #7F7F7F;
}

.btnPerso-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.ddl {
    border: 2px solid #7d6754;
    border-radius: 5px;
    padding: 3px;
    -webkit-appearance: none;
    background-image: url('Images/Arrowhead-Down-01.png');
    background-position: 88px;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
}

.TblBorder1 {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(198, 209, 222);
}


.HeaderReporting{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: block;
    width: 100%;
    font-family: 'Mongolian Baiti';
    padding: 6px 12px;
    font-size: 25px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color:rgba(67, 42, 24, 0.8);
    border: 0px solid #cccccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -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;
}
.HeaderReportingLeft{
    border-top-left-radius: 5px;
    display: block;
    width: 100%;
    font-family: 'Mongolian Baiti';
    padding: 6px 5px;
    font-size: 20px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color:rgba(67, 42, 24, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingLeftRnipp{
    border-top-left-radius: 5px;
    display: block;
    width: 100%;
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 5px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color:rgba(67, 42, 24, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingRight{
    border-top-right-radius: 5px;
    display: block;
    width: 100%;
    font-family: 'Mongolian Baiti';
    padding: 6px 0px;
    font-size: 20px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color:rgba(67, 42, 24, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingRightRnipp{
    border-top-right-radius: 5px;
    display: block;
    width: 100%;
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 5px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color:rgba(67, 42, 24, 0.8);
    border: 0px solid #cccccc;
}
.RowReportingRnipp{
    /*padding: 0px 12px;*/
    /*font-family: 'Mongolian Baiti';*/
    /*font-size: 18px;*/
    /*color: #432918;*/
    vertical-align: middle;
    background-color:rgba(255, 255, 255, 0.5);
    /*border-right: 1px solid rgba(68, 42, 24, 0.8);*/
    border-left: 1px solid rgba(68, 42, 24, 0.8);
}
.FooterReporting{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*display:block;*/
    width: 100%;
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 0px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color:rgba(67, 42, 24, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingMiddle{
    font-family: 'Mongolian Baiti';
    padding: 6px 0px;
    font-size: 20px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color:rgba(67, 42, 24, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingMiddleRnipp{
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color:rgba(67, 42, 24, 0.8);
    border-right: 1px solid rgba(245, 240, 235, 0.3);
    border-left: 1px solid rgba(245, 240, 235, 0.3);
}
.HeaderReportingMiddle2{
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color:rgba(67, 42, 24, 0.5);
    border: 0px solid #cccccc;
}
.RowReporting{
    padding: 6px 12px;
    font-family: 'Mongolian Baiti';
    font-size: 24px;
    color: #432918;
    vertical-align: middle;
    background-color:rgba(255, 255, 255, 0.7);
}
.RowReporting2{
    padding: 0px 12px;
    font-family: 'Mongolian Baiti';
    font-size: 18px;
    color: #432918;
    vertical-align: middle;
    background-color:rgba(255, 255, 255, 0.7);
}
.RowReporting3{
    padding: 0px 0px;
    /*font-family: 'Mongolian Baiti';*/
    font-size: 13px;
    color: #432918;
    vertical-align: top;
    background-color:rgba(255, 255, 255, 0.7);
}
.PhotoReporting{
    border-radius: 8px;
    width: 120px;
}
.Footertable{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    /*line-height: 1.428571429;*/
    color: #9CB5A9;
    vertical-align: middle;
    background-color:rgba(255, 255, 255, 0.7);
    border: 0px solid #cccccc;
}

.w3-btn:hover, .w3-btn-block:hover, .w3-btn-floating:hover, .w3-btn-floating-large:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.w3-btn, .w3-btn-floating, .w3-btn-floating-large, .w3-closenav, .w3-opennav {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-btn-floating, .w3-btn-floating-large {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: rgb(68,42,24);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
}

.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.w3-btn-floating-large {
    width: 56px;
    height: 56px;
    line-height: 56px;
}

.w3-disabled, .w3-btn:disabled, .w3-btn-floating:disabled, .w3-btn-floating-large:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.w3-btn.w3-disabled *, .w3-btn-block.w3-disabled, .w3-btn-floating.w3-disabled *, .w3-btn:disabled *, .w3-btn-floating:disabled * {
    pointer-events: none;
}

.w3-btn.w3-disabled:hover, .w3-btn-block.w3-disabled:hover, .w3-btn:disabled:hover, .w3-btn-floating.w3-disabled:hover, .w3-btn-floating:disabled:hover,
.w3-btn-floating-large.w3-disabled:hover, .w3-btn-floating-large:disabled:hover {
    box-shadow: none;
}

.w3-btn-group .w3-btn {
    float: left;
}

.w3-btn-block {
    width: 100%;
}

.w3-btn-bar .w3-btn {
    box-shadow: none;
    background-color: inherit;
    color: inherit;
    float: left;
}

.w3-btn-bar .w3-btn:hover {
    background-color: #ccc;
}

.w3-btn, .w3-btn-floating, .w3-dropnav a, .w3-btn-floating-large, .w3-btn-block, .w3-hover-shadow, .w3-hover-opacity, .w3-hover-opacity-off,
.w3-navbar a, .w3-sidenav a, .w3-pagination li a, .w3-hoverable tbody tr, .w3-hoverable li, .w3-accordion-content a, .w3-dropdown-content a, .w3-dropdown-click:hover, .w3-dropdown-hover:hover, .w3-opennav, .w3-closenav, .w3-closebtn,
.w3-hover-amber, .w3-hover-aqua, .w3-hover-blue, .w3-hover-light-blue, .w3-hover-brown, .w3-hover-cyan, .w3-hover-blue-grey, .w3-hover-green, .w3-hover-light-green, .w3-hover-indigo, .w3-hover-khaki, .w3-hover-lime, .w3-hover-orange, .w3-hover-deep-orange, .w3-hover-pink,
.w3-hover-purple, .w3-hover-deep-purple, .w3-hover-red, .w3-hover-sand, .w3-hover-teal, .w3-hover-yellow, .w3-hover-white, .w3-hover-black, .w3-hover-grey, .w3-hover-light-grey, .w3-hover-dark-grey, .w3-hover-text-amber, .w3-hover-text-aqua, .w3-hover-text-blue, .w3-hover-text-light-blue,
.w3-hover-text-brown, .w3-hover-text-cyan, .w3-hover-text-blue-grey, .w3-hover-text-green, .w3-hover-text-light-green, .w3-hover-text-indigo, .w3-hover-text-khaki, .w3-hover-text-lime, .w3-hover-text-orange, .w3-hover-text-deep-orange, .w3-hover-text-pink, .w3-hover-text-purple,
.w3-hover-text-deep-purple, .w3-hover-text-red, .w3-hover-text-sand, .w3-hover-text-teal, .w3-hover-text-yellow, .w3-hover-text-white, .w3-hover-text-black, .w3-hover-text-grey, .w3-hover-text-light-grey, .w3-hover-text-dark-grey {
    -webkit-transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
    transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
}

.w3-container:after, .w3-panel:after, .w3-row:after, .w3-row-padding:after, .w3-topnav:after, .w3-clear:after, .w3-btn-group:before, .w3-btn-group:after, .w3-btn-bar:before, .w3-btn-bar:after {
    content: "";
    display: table;
    clear: both;
}

.FileExplorerGrid {
    width: 777px;
    height: 750px;
}

.noPadding {
    padding: 0px;
}