/****************** 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; */
}


@media screen and (min-width: 768px) {
    .site-header>.container {
        height: 190px;
    }
}

.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;
    background: #1e6bd0;
    color: #ffffff !important;
    text-align: center;
    border-radius: 0px;
    font-size: 25px;
    /* font-weight: bold; */
    cursor: pointer;
    margin-bottom: 25px;
}

.button3sc {
    min-width: 135px;
}

.button3sc,
input.button3sc,
a.button3sc {
    color: #FFFFFF !important;
    background-color: #701c45;
}

.button3sc:hover,
input.button3sc:hover,
a.button3sc:hover,
.smallbutton3sc:hover,
input.smallbutton3sc:hover,
a.smallbutton3sc:hover {
    background: #701c45;
    color: #ffffff !important;
}

.button3sc:focus,
input.button3sc:focus,
a.button3sc:focus,
.smallbutton3sc:focus,
input.smallbutton3sc:focus,
a.smallbutton3sc:focus {
    background: #701c45;
    color: #ffffff !important;
}

.button3sc:active,
input.button3sc:active,
a.button3sc:active,
.smallbutton3sc:active,
input.smallbutton3sc:active,
a.smallbutton3sc:active {
    background: #701c45;
    color: #ffffff !important;
}

@media only screen and (min-width: 730px)
{
   .site-header__inner {
       max-width: 1000px;
   }
}

.container3SC {
    padding-bottom: 90px;
}

a[href="SendEmail.aspx"] {
    height: 55px;
}

a[href="TicketDetails.aspx"] {
    line-height: 1;
    padding-top: 9px;
}

/* @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: #701c45;

}

input[value="Add"].smallButton3sc {
    float:none;
    padding: 6px 12px;
    margin-bottom: 0 !important;
	font-size: 16px !important;
    cursor: pointer;
    border-radius: 0px;
    color: #701c45;
}

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: #701c45
}


input[Value="Proceed"] {
    /* height: 53px; */
}

/*****************************************************************************/

label[for="txtVRM"] {
    text-transform: capitalize;
}




