.right-float{
        float: right;
    margin-top: -41px;
    margin-right: 72px;
    border: 1px solid #00A65A;
    padding: 5px 20px;
    border-radius: 36px;
    font-size: 16px;
    transition: all .5s ease-in-out;
    color: #000;
}

.right-float:hover{
    color: #fff;
    background: #00A65A;
}



.plus-color{
    font-size: 13px;
    padding-right: 3px;
}

.contentdesign {
    background-color: #fff;
    margin-top: 35px;
    width: 96%;
    margin-left: 0px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #d4ccc0;
    margin-bottom: 20px;
}
.old {
    background-color: #ddd;
    color: #147508;
    border-width: 3px;
    border-color: #6f7479;
    border-style: solid;
    border-radius: 16px;
    padding: 14px;
    text-align: center;
    font-family: serif;
    font-size: 20px;
    font-style: italic;
    line-height: 100%;
    margin-left: 350px;
    width: 223px;
}
th{
    background-color:#d1dfea;
    text-align:center;
}

h3.marq {
    color: #f39c12;
    font-family: cursive;
}
.hello {
    width: 184px;
    border-radius: 6px;
    margin-left: 370px;
    margin-top: -51px;
}
.fagood {
    /*margin-right: 12px;*/
    margin-bottom: 0px;
    font-size: 14px;
}
.fadanger {
    font-size: 12px;
    padding: 9px;
}
.fashow {
    font-size: 12px;
    padding: 9px;
}
.content_body{
    margin: 0 auto;
    width: 100%;
    
}
.separatebutton{
    margin:0px;
}

span.gapmaintain {
    margin-left: 0%;
    color: red;
}
.dropdown-menu.menudesign {
    padding: 9px;
    border: 1px solid #de9517;
    font-size: 16px;
    margin-left:-42px;
}
.btn-group.managebutton {
    width: 115px;
}
.col-md-6.manageexcel {
    padding: 24px;
    text-align: right;
}

/* Style buttons */
.exceldownload {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 5px 7px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 3px;
}

/* Darker background on mouse-over */
.exceldownload:hover {
  background-color: RoyalBlue;
}

.logout {
    color: #c71414;
}
li.logoutlink {
    background-color: #eee;
    font-size: 16px;
}

/*checkbox design*/
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.rotatedesign input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.rotatedesign:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.rotatedesign input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.rotatedesign input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.rotatedesign .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

label.container.rotatedesign {
    font-size: 14px;
    font-weight: 700;
    float: left;
}

