﻿
/* This Stylesheet is intended for custom styling, please make any custom css chagnes in this file  */

.btn-greenback-225width {
  background: #5cb85c;
  background-image: -webkit-linear-gradient(top, #83EA83, #5cb85c);
  background-image: -moz-linear-gradient(top, #83EA83, #5cb85c);
  background-image: -ms-linear-gradient(top, #83EA83, #5cb85c);
  background-image: -o-linear-gradient(top, #83EA83, #5cb85c);
  background-image: linear-gradient(to bottom, #83EA83, #5cb85c);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius:10;
  border-radius: 10px;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 8px;
  border: solid #5cb85c 1px;
  text-decoration: none;
  font-weight:bold;
  width:225px;
}
.btn-greenback-225width:hover {
    background: #449d44;
    background-image: -webkit-linear-gradient(top, #59CA59, #449d44);
    background-image: -moz-linear-gradient(top, #59CA59, #449d44);
    background-image: -ms-linear-gradient(top, #59CA59, #449d44);
    background-image: -o-linear-gradient(top, #59CA59, #449d44);
    background-image: linear-gradient(to bottom, #59CA59, #449d44);
    text-decoration: none;
    border: solid #449d44 1px;
}
.btn-greenback-225width:focus { outline: none; }
    .btn-greenback-225width:disabled {
        background: #fbfbfb;
        color: #b7b7b7;
        border: solid #838383 1px;
    }
        .btn-greenback-225width:disabled:hover {
            background: #fbfbfb;
            color: #b7b7b7;
            border: solid #838383 1px;
        }

.btn-greenback-225width-35height {
  background: #5cb85c;
  background-image: -webkit-linear-gradient(top, #83EA83, #5cb85c);
  background-image: -moz-linear-gradient(top, #83EA83, #5cb85c);
  background-image: -ms-linear-gradient(top, #83EA83, #5cb85c);
  background-image: -o-linear-gradient(top, #83EA83, #5cb85c);
  background-image: linear-gradient(to bottom, #83EA83, #5cb85c);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius:10;
  border-radius: 10px;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 8px;
  border: solid #5cb85c 1px;
  text-decoration: none;
  font-weight:bold;
  width:225px;
  height:35px;
  margin-bottom:3px;
}
.btn-greenback-225width-35height:hover {
    background: #449d44;
    background-image: -webkit-linear-gradient(top, #59CA59, #449d44);
    background-image: -moz-linear-gradient(top, #59CA59, #449d44);
    background-image: -ms-linear-gradient(top, #59CA59, #449d44);
    background-image: -o-linear-gradient(top, #59CA59, #449d44);
    background-image: linear-gradient(to bottom, #59CA59, #449d44);
    text-decoration: none;
    border: solid #449d44 1px;
}
.btn-greenback-225width-35height:focus { outline: none; }
    .btn-greenback-225width-35height:disabled {
        background: #fbfbfb;
        color: #b7b7b7;
        border: solid #838383 1px;
    }
        .btn-greenback-225width-35height:disabled:hover {
            background: #fbfbfb;
            color: #b7b7b7;
            border: solid #838383 1px;
        }

.btn-redback-225width {
  background: #d9534f;
  background-image: -webkit-linear-gradient(top, #FB8783, #d9534f);
  background-image: -moz-linear-gradient(top, #FB8783, #d9534f);
  background-image: -ms-linear-gradient(top, #FB8783, #d9534f);
  background-image: -o-linear-gradient(top, #FB8783, #d9534f);
  background-image: linear-gradient(to bottom, #FB8783, #d9534f);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius:10;
  border-radius: 10px;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 8px;
  border: solid #d43f3a 1px;
  text-decoration: none;
  font-weight:bold;
  width:225px;
}
.btn-redback-225width:hover { 
    background: #c9302c;
    background-image: -webkit-linear-gradient(top, #FC4B45, #c9302c);
    background-image: -moz-linear-gradient(top, #FC4B45, #c9302c);
    background-image: -ms-linear-gradient(top, #FC4B45, #c9302c);
    background-image: -o-linear-gradient(top, #FC4B45, #c9302c);
    background-image: linear-gradient(to bottom, #FC4B45, #c9302c);
    text-decoration: none;
    border: solid #c9302c 1px; 
}
.btn-redback-225width:focus { outline: none; }
    .btn-redback-225width:disabled {
        background: #fbfbfb;
        color: #b7b7b7;
        border: solid #838383 1px;
    }
        .btn-redback-225width:disabled:hover {
            background: #fbfbfb;
            color: #b7b7b7;
            border: solid #838383 1px;
        }


.btn-redback-225width-35height {
  background: #d9534f;
  background-image: -webkit-linear-gradient(top, #FB8783, #d9534f);
  background-image: -moz-linear-gradient(top, #FB8783, #d9534f);
  background-image: -ms-linear-gradient(top, #FB8783, #d9534f);
  background-image: -o-linear-gradient(top, #FB8783, #d9534f);
  background-image: linear-gradient(to bottom, #FB8783, #d9534f);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius:10;
  border-radius: 10px;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 8px;
  border: solid #d43f3a 1px;
  text-decoration: none;
  font-weight:bold;
  width:225px;
  height:35px;
  margin-bottom:3px;
}
.btn-redback-225width-35height:hover { 
    background: #c9302c;
    background-image: -webkit-linear-gradient(top, #FC4B45, #c9302c);
    background-image: -moz-linear-gradient(top, #FC4B45, #c9302c);
    background-image: -ms-linear-gradient(top, #FC4B45, #c9302c);
    background-image: -o-linear-gradient(top, #FC4B45, #c9302c);
    background-image: linear-gradient(to bottom, #FC4B45, #c9302c);
    text-decoration: none;
    border: solid #c9302c 1px; 
}
.btn-redback-225width-35height:focus { outline: none; }
    .btn-redback-225width-35height:disabled {
        background: #fbfbfb;
        color: #b7b7b7;
        border: solid #838383 1px;
    }
        .btn-redback-225width-35height:disabled:hover {
            background: #fbfbfb;
            color: #b7b7b7;
            border: solid #838383 1px;
        }


.btn-blueback-225width {
  background: #00A1DE;
  background-image: -webkit-linear-gradient(top, #00A1DE, #72b7eb);
  background-image: -moz-linear-gradient(top, #00A1DE, #72b7eb);
  background-image: -ms-linear-gradient(top, #00A1DE, #72b7eb);
  background-image: -o-linear-gradient(top, #00A1DE, #72b7eb);
  background-image: linear-gradient(to bottom, #00A1DE, #72b7eb);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius:10;
  border-radius: 10px;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 8px;
  border: solid #00A1DE 1px;
  text-decoration: none;
  font-weight:bold;
  width:225px;
}
.btn-blueback-225width:hover { 
    background: #527bbd;
    background-image: -webkit-linear-gradient(top, #527bbd, #5b74c6);
    background-image: -moz-linear-gradient(top, #527bbd, #5b74c6);
    background-image: -ms-linear-gradient(top, #527bbd, #5b74c6);
    background-image: -o-linear-gradient(top, #527bbd, #5b74c6);
    background-image: linear-gradient(to bottom, #527bbd, #5b74c6);
    text-decoration: none;
    border: solid #527bbd 1px; 
}
.btn-blueback-225width:focus { outline: none; }
    .btn-blueback-225width:disabled {
        background: #fbfbfb;
        color: #b7b7b7;
        border: solid #838383 1px;
    }
        .btn-blueback-225width:disabled:hover {
            background: #fbfbfb;
            color: #b7b7b7;
            border: solid #838383 1px;
        }


.btn-darkgreyback-200width {
  background: #666666;
  background-image: -webkit-linear-gradient(top, #666666, #747171);
  background-image: -moz-linear-gradient(top, #666666, #747171);
  background-image: -ms-linear-gradient(top, #666666, #747171);
  background-image: -o-linear-gradient(top, #666666, #747171);
  background-image: linear-gradient(to bottom, #666666, #747171);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius:10;
  border-radius: 10px;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 8px;
  border: solid #666666 1px;
  text-decoration: none;
  font-weight:bold;
  width:225px;
}
.btn-darkgreyback-200width:hover { 
    background: #272727;
    background-image: -webkit-linear-gradient(top, #3e3e3e, #272727);
    background-image: -moz-linear-gradient(top, #3e3e3e, #272727);
    background-image: -ms-linear-gradient(top, #3e3e3e, #272727);
    background-image: -o-linear-gradient(top, #3e3e3e, #272727);
    background-image: linear-gradient(to bottom, #3e3e3e, #272727);
    text-decoration: none;
    border: solid #272727 1px; 
}
.btn-darkgreyback-200width:focus { outline: none; }
    .btn-darkgreyback-200width:disabled {
        background: #fbfbfb;
        color: #b7b7b7;
        border: solid #838383 1px;
    }
        .btn-darkgreyback-200width:disabled:hover {
            background: #fbfbfb;
            color: #b7b7b7;
            border: solid #838383 1px;
        }



