/*CSS File For Sign-In webpage */
@font-face {
  font-family: "handwriting";
  src: url("../assets/fonts/Satisfy-Regular.ttf")  format("ttf");
  font-weight: normal;
  font-style: normal;
}
body {
	font-family: "Arial";
	background: white;
	color: black;
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
}
input, select{
	height: 34px;
}
.crm {
	height: 28px;
}
.handwriting{
	font-family: handwriting;
}
input[disabled], select[disabled], textarea[disabled]{
	background-color: #eee;
  opacity: 1;
	border: 0.5px solid black;
}
input[type="checkbox"]{
  margin-top: -0.2rem;
  vertical-align:middle;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid rgb(189,23,63);
}
legend {
	width: 52%;
	padding-left: 1vw;
	font-weight: bold;
	font-size: 90%;
}
.smallfont {
	font-size: 70%;
}
.legend-payment{
	width: 15%;
}
.legend-comment{
	width: 10%;
}
.legend-orderextra{
	width: 20%;
}
.smallbox {
	width: 30px;
	margin-left: 10px;
}
.mininput {
	width: 10vw;
}
.smallinput {
	width: 18vw;
}
.smallinputfile{
	width: 20vw;
}
.mediuminput {
	width: 30vw;
}
.crminput {
	width: 45vw;
}
.keyabo-column {
	display: inline-block;
	width: 20vw;
}
.keyabo-column-a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 20vw;
	height: 34px;
	-webkit-justify-content: center;
	justify-content: center;
}
.invoicereview-column {
	display: inline-block;
	width: 20vw;
}
.abo-column {
	display: inline-block;
	width: 25vw;
}
.invoice_created{
	display: inline-block;
	padding-top: 8px;
	height: 34px;
}
.crmdescription{
	height: 50rem;
	white-space: pre-wrap;
	background-color: #EEEEEE;
	border: 0.5px solid black;
	padding: 1rem;
	font-size: 80%;
	overflow-y: auto;
}
.bold {
	font-weight: bold;
}
.input2 {
  display: inline-block;
	width: 2rem;
}
.input5 {
	display: inline-block;
	width: 5rem;
}
.input7 {
	display: inline-block;
	width: 7rem;
}
.input10 {
	display: inline-block;
	width: 10rem;
}
.input12 {
	display: inline-block;
	width: 12rem;
}
.input14 {
	display: inline-block;
	width: 14rem;
}
.input17 {
	display: inline-block;
	width: 17rem;
}
.input20 {
	display: inline-block;
	width: 20rem;
}
.input25 {
	display: inline-block;
	width: 25rem;
}
.input30 {
	display: inline-block;
	width: 30rem;
}
.input40 {
	display: inline-block;
	width: 40rem;
}
.col6{
	display: inline-block;
	width: 6vw;
}
.col7{
	display: inline-block;
	width: 7vw;
}
.col8{
	display: inline-block;
	width: 8vw;
}
.col10{
	display: inline-block;
	width: 10vw;
}
.col12{
	display: inline-block;
	width: 10vw;
}
.col13{
	display: inline-block;
	width: 13vw;
}
.col15{
	display: inline-block;
	width: 15vw;
}
.col18{
	display: inline-block;
	width: 18vw;
}
.col20{
	display: inline-block;
	width: 20vw;
}
.col25{
	display: inline-block;
	width: 25vw;
}
.document_addresscontainer{
	margin-top: -3.5rem;
}
.document_address{
	display: inline-block;
	margin-left: 3rem;
	width: 28rem;
}
.navbar-custom {
	text-color: white;
	background-color: rgb(189,23,63);
}
.container-fluid {
	position: relative;
	width: 100vw;
	left: 50%;
  margin: -0vw -50vw 0 -50vw;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: white;
}
.navbar-custom .navbar-nav > li > a {
  color: white;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #ddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #e7e7e7;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.fc-event-time, .fc-event-title {
  padding: 0 1px;
  white-space: normal;
}
@media (max-width: 767px) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-custom .navbar-link {
  color: white;
}
.navbar-custom .navbar-link:hover {
  color: #333;
}
.navbar-custom .btn-link {
  color: white;
}
.navbar-custom .btn-link:hover,
.navbar-custom .btn-link:focus {
  color: #333;
}
.navbar-custom .btn-link[disabled]:hover,
fieldset[disabled] .navbar-custom .btn-link:hover,
.navbar-custom .btn-link[disabled]:focus,
fieldset[disabled] .navbar-custom .btn-link:focus {
  color: #ccc;
}
.error {
	margin-top: 55px;
	/*border: 1px solid black;*/
}
.bg_white {
	background-color: white;
	color: black;
}
.bg_grey {
	background-color: grey;
	color: black;
}
.bg_lightgrey {
	background-color: lightgrey;
	color: black;
}
.bg_lightred {
	background-color: rgb(238, 231, 214);
}
.bg_red {
	background-color: red;
	color: white;
}
.bg_green {
	background-color: green;
	color: white;
}
.bg_blue {
	background-color: blue;
	color: white;
}
.red {
	color: red;
}
.grey {
	color: grey;
}
.black {
	color: black;
}
.footer {
	width: 1300px;
	margin-left: -70px;
	/*width: 112%;
	margin:  0;
	padding: 0;
	margin-top: 10px;
	margin-left: -70px;
	*/
}
.page-content {
	width: 82vw;
	min-height: 38.5rem;
	padding: 0;
	margin: 0 auto;
  margin-left: -15rem;
}
.radio {
	margin-left: 20px;
}
.contractdetails_delete {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.contract_info_title {
	display: inline-block;
	width: 10vw;
}
.search_title {
	display: inline-block;
	width: 10vw;
}
.contractreview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 55vw;
	margin: 0 auto;
}
#crmevent {
	border: 2px dashed #0000ff;
}
.orderdetails, .searchdetails, .commentdetails, .invoicereview, .crmdetails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	width: 80vw;
	margin: 0 auto;
}
.crmdetails {
	width: 85vw;
}
.crmdetail {
	width: 85vw;
	margin: 0 auto;
	text-align: center;
}
.crmlegend {
	width: 30%;
}
.extraorderlines{
	width: 80vw;
	margin: 0 auto;
}
.commentdetails, .crmdetails{
	width: 78.4vw;
}
.contractreview_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.contractreview_subheader {
	width: 30rem;
	text-align: center;
}
.contractreview_logo {
	width: 15vw;
	height: auto;
	margin-right: 5rem;
}
.contractreview_between, .contractreview_and {
	display: inline-block;
	width: 65vw:
	margin: 0 auto;
	text-align: left;
	font-weight: bold;
}
.contractreview_and {
	margin-top: 2rem;
}
.contractreview_mycompany {
	width: 55vw;
	margin: 0 auto;
	text-align: left;
}
.contractreview_detail {
	width: 80vw;
	margin: 0 auto;
}
.contractreview_detail_magazine, .contractreview_detail_releasedate, .contractreview_detail_format {
	display: inline-block;
	border: 1px solid rgb(238, 231, 213);
}
.contractreview_detail_magazine {
	width: 20vw;
}
.contractreview_detail_format {
	width: 22vw;
}
.contractreview_detail_releasedate {
	width: 23vw;
}
.contractreview_detail_releasedate, .contractreview_detail_format {
	margin-left: 0;
}
.contractreview_detail_price {
	display: inline-block;
	width: 	10vw;
	text-align: right;
	border: 1px solid rgb(238, 231, 213);
}
.contractreview_sum_title {
	display: inline-block;
	width: 22vw;
	margin-left: 44.15vw;
	text-align: right;
	padding-right: 1rem;
	border: 1px solid rgb(238, 231, 213);
}
.contractreview_sum_sum {
	display: inline-block;
	width: 10vw;
	text-align: right;
	border: 1px solid rgb(238, 231, 213);
}
.contractreview_invoicetext {
	width: 120rem;
	margin-top: 5vh;
}
.contractreview_paymentoption {
	display: inline-block;
	width: 80vw;
	margin-left: 1rem;
	margin-top: 1.2rem;
}
.contractreview_statusdeliveries {
	margin-top: 1rem;
}
.contractreview_statusdelivery {
	display: inline-block;
	width: 16rem;
	margin-top: 1.2rem;
}
.contractreview_conditionstext {
	width: 80vw;
	margin-top: 2rem;
}
.contractreview_link {
	margin-left: 1rem;
}
.contractreview_signature {
	margin-top: 5vh;
}
.contractreview_footer {
	width: 55vw;
	margin: 0 auto;
	text-align: center;
	font-size: 70%;
}
.crmactions {
	width: 98%;
	margin-left: 2%;
}
.siquantity {
	display: inline-block;
	width: 8vw;
}
.siprice {
	display: inline-block;
	width: 8vw;
	margin-left: 2vw;
}
.siproductno {
	display: inline-block;
	width: 5vw;
	margin-left: 2vw;
}
.sidescription {
	display: inline-block;
	width: 55vw;
	margin-left: 2vw;
}
.right {
	text-align: right;
}
.thickhr {
	border: solid black 1px;
}
.loader {
  margin-left: 5rem;
	margin-top: 2rem;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #a6b9ad;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
