/****************** BESPOKE CSS FOR HASTINGS BOROUGH COUNCIL ***************/

body {
  font-family: Roboto, sans-serif;
}

html {
  font-family: Roboto, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  /* color: #1E4C85 !important; */
}

.container3SC {
    /* padding-top: 20px; */
    /* padding-bottom: 80px; */
    background-color: #FFFFFF;
}


/* style input and links as buttons */

.container3SC .button3sc,
.container3SC input.button3sc,
.container3SC a.button3sc,
.container3SC .smallButton3sc,
.container3SC input.smallButton3sc,
.container3SC a.smallButton3sc,
.container3SC #uploadBtn {
    float: left;

    /* list-style: outside none none !important; */
    /* text-decoration: none; */
    /* color: #336699 !important; */
    /* background-color: #edfaf4; */
    /* text-align: center; */
    /* border-radius: 0px; */
    /* font-size: 25px; */
    /* font-weight: bold; */
    /* cursor: pointer; */
    /* margin-bottom: 25px; */

    background-color: #00753b;
    border-color: #00753b;
    padding-bottom: 0.6875rem;
    padding-top: 0.6875rem;
    border: 1px solid #369;
    border-radius: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    text-align: center;
    transition: background-color .1s ease-out,border-color .1s ease-out,color .1s ease-out;
    vertical-align: middle;
}

.button3sc {
    min-width: 135px;
}

.button3sc,
input.button3sc,
a.button3sc {
    color: #FFFFFF !important;
    background-color: #303030;
    border-color: #303030;
}

.button3sc:hover,
input.button3sc:hover,
a.button3sc:hover,
.smallbutton3sc:hover,
input.smallbutton3sc:hover,
a.smallbutton3sc:hover {
    color: #FFFFFF !important;
    background-color: #303030;
    border-color: #303030;
}

.button3sc:focus,
input.button3sc:focus,
a.button3sc:focus,
.smallbutton3sc:focus,
input.smallbutton3sc:focus,
a.smallbutton3sc:focus {
    color: #FFFFFF !important;
    background-color: #303030;
    border-color: #303030;
}

.button3sc:active,
input.button3sc:active,
a.button3sc:active,
.smallbutton3sc:active,
input.smallbutton3sc:active,
a.smallbutton3sc:active {
    color: #FFFFFF !important;
    background-color: #303030;
    border-color: #303030;
}

@media only screen and (min-width: 730px)
{
   .site-header__inner {
       max-width: 1000px;
   }
}

a[href="SendEmail.aspx"] {
    height: 43px;
}

@media only screen and (max-width: 520px)
{
    a[href="SendEmail.aspx"] {
        /* width: 92% !important; */
    }
}

form[name="frmProceed"] {
    /* margin-top: -60px;  */
}


input[name="btnProceed"] {
    /* margin-top: 20px; */
}


form[name="frmDelete"] {
    margin-left: 10px;
    margin-top: -10px;
}


#uploadspanBtn {
	padding: 6px 5px;
	margin-bottom: 0 !important;
	font-size: 16px !important;
    border-radius: 0px;
    color: #303758;

}

input[value="Add"].smallButton3sc {
    float:none;
    padding: 6px 12px;
    margin-bottom: 0 !important;
	font-size: 16px !important;
    cursor: pointer;
    border-radius: 0px;
    color: #303758;
}

input[value="Add"].smallButton3sc:hover,
input[value="Remove"].smallButton3sc:hover,
#uploadBtn:hover,
#uploadspanBtn:hover {
    color: #4990ca;
    font-weight: 300;
;
}

input[value="Remove"].smallButton3sc {
    padding-top: 6px;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0 !important;
	font-size: 15px !important;
    float: left;
    border-top: 1px solid #CCCCCC;
    border-radius: 0px;
    color: #303758
}


input[Value="Proceed"] {
    /* height: 53px; */
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Maintenance screen
/* ----------------------------------------------------------------------------------------------------------- */
#maint1 {
   color: red ;
   font-size: 22px;
   font-weight: bold;
}

#maint2 {
   font-size: 16px;
   font-weight: bold;
}

/*****************************************************************************/

.site-content {
    padding: 0px;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
}

.site-main {
    /* margin-bottom: 110px; */
/* } */

/* .site-footer { */
    /* padding: 0px; */
/* } */
