﻿/*This file contains BASE Styles for all stylesheets and overrides some Bootstrap css*/

/***********************/
/*input fields BASE CSS*/
/***********************/
input[type="text"], input[type="email"], 
input[type="date"], input[type="number"],
input[type="password"] {
    box-sizing: border-box;
    border-radius: 2px;
    border: solid thin #bbbbbb;
    font-size: 14px;
    padding-left: 10px;
    height: 30px;
    width:100%;
    max-width: none;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif
}

select {
    box-sizing: border-box;
    border-radius: 2px;
    border: solid thin #bbbbbb;
    font-size: 14px;
    padding-left: 10px;
    height: 31px;
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}

/*input[type="text"]:focus, 
select:active {
    border-radius: 20px;
}*/

.inputs-field {
    margin: auto;
    display: block;
    width: 90%;
    height: 41px;
}

.inputs-field p {
    float: left;
    clear: left;
    font-size: 13px;
    margin: 6px 0px 0px 0px;
    font-weight: 600;
}

.inputs-field .right-field {
    float: right;
    clear: right;
    width: 80%;
}

.inputs-field .split-input {
    float: right;
    margin-left: 2%;
    width: 34%;
}

.inputs-field .mid-input {
    width: 70%;
    float: right;
}

.inputs-field .small-input {
    width: 60%;
    float: right;
}

.inputs-field .smaller-input {
    width: 40%;
    float: right;
    padding-left: 10px;
}

.inputs-field .invalid-field {
    border: solid thin red;
    -webkit-box-shadow: 0 0 3px red;
    box-shadow: 0 0 3px red;
}

.inputs-field.added-instructions-field {
    height: 90px;
}

td .invalid-field {
    border: thin solid red;
    box-shadow: 0 0 3px red;
}

.validation-error-message{
    color: red;
    float: left;
    margin-left: 111px;   
    margin-bottom: 5px;
    }

.input-field-left {
    display: inline-block;
    width: 50%;
    float: left;
    clear: left;
}

.input-field-right {
    display: inline-block;
    width: 45%;
    float: right;
    float: right;
}

/*******************/
/*Form Relevant CSS*/
/*******************/

form {
    display: inline;
}

.saved-message, .error-message {
    color: #393;
    font-size: 16px;
    font-weight: 500 !important;
    float: right !important;
    clear: none !important;
    position: relative;
    top: 25px;
    right: 9px;
    margin: 0px 10px; 
}

.update-user-spinner.ng-leave.ng-leave-active,
.saved-message.ng-leave.ng-leave-active,
.error-message.ng-leave.ng-leave-active, {
    transition: 0s linear all !important;
    opacity: 0;
}

.error-message {
    color: red;
}

.reset-position {
    position: inherit;
    font-weight: 500 !important;
}

.reset-message {
    position: relative;
    font-weight: 500 !important;
    width: 265px;
}

.checkbox-input {
    display: inline-block;
    width: 50%;
}

.checkbox-wrapper{
    width: 90%;
    margin: auto;
}

/************************************/
/*CSS for datepicker/calendar inputs*/
/************************************/
.date-wrapper input {
    width: 87%;
    float: left;
    clear: left;
    padding: 5px 15px;
}

.input-group-btn.folder-btn {
    display: inline-block;
    position: relative; 
    top: 24px;
}

.calendar-button {
    display: inline-block;
    padding: 4px 12px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: -1px;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

/***************************************************************/
/*Class names for shadow and shadow:focus for input text fields*/
/***************************************************************/
.my-ags {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.my-ags:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.disabled {
    color : slategray;
    font-style: italic;
    border: none !important;
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
}

input[type="text"]:disabled,
input[type="date"]:disabled,
input[type="number"]:disabled,
select:disabled {
    background-color: #f3f3ff;
}

/*********************************/
/*Styles for all myAGS Dashboards*/
/*********************************/
.my-ags-dashboard {
    display: block;
    width: 75%;
    margin: 20px auto;
    max-width: 1300px;
    min-width: 1100px;
}

/*.ng-hide-add, .ng-hide-remove {
  transition: all linear 0.5s;
}*/

/***********************************************/
/*Styles for myAGS Dashboard, Tabs, and Buttons*/
/***********************************************/
.my-ags-dashboard .my-ags-tabs,
.my-ags-dashboard .my-ags-sub-tabs {
    display: inline-block;
    margin-top: 10px;
}

.dash-navigation {
    min-width: 195px;
    list-style: none;
    display: inline-block;
    margin-top: 0px;
    padding: 0;
}

.tab-button {
    float: left;
    position: relative;
    display: block;
    border: solid thin #ddd;
    padding: 13px;
    margin-left: -1px;
    cursor: pointer;
    background-image: linear-gradient(white, #f0f0f0);
}

.tab-button:hover {
     background-image: linear-gradient(white, #d7d7d7);
}

.tab-left {
    margin-left: 10px;
}

.tab-right {
    margin-right: 10px;
}

.inactive {
    cursor: pointer;
}

.active {
    background-color: #3062a9;
    border: solid thin #3062a9;
    color: white;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    background-image: linear-gradient(#050750 , #3062A9);
}

.active:hover {
     background-image: linear-gradient(#6c86a9 , #1250a9);
}

.sub-tabs {
    margin-left: 10px;
}

.sub-tabs p {
    float: right;
    margin: 10px 15px;
    color: green;
}

.green-tag {
    color: green;
}

.red-tag {
    color: red;
}

.right-float {
    float: right;
    clear: right;
}

.sub-navigation {
   padding: 10px;
}

.sub-nav-active {
    color: white;
    background-image: linear-gradient(#eb9950 , #e67e22);
    border: solid thin #e67e22;
}

.sub-nav-active:hover {
    background-image: linear-gradient(#eb9950 , #d67118);
}

.btn {
    border-radius: 0px;
}

.search-button {
    float: right;
    position: relative;
    display: block;
    border: solid thin #ddd;
    padding: 6px 20px;
    margin-left: -1px;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    background-image: -webkit-linear-gradient(#6c86a9 , #3062A9);
    background-image: linear-gradient(#6c86a9 , #3062A9);
    color: white;
}

.search-button:hover, .thin-button:hover {
    background-image: -webkit-linear-gradient(#6c86a9 , #1250a9);
    background-image: linear-gradient(#6c86a9 , #1250a9);
}

.search-button:active, .thin-button:active {
    background-image: -webkit-linear-gradient(#1250a9 , #1250a9);
    background-image: linear-gradient(#1250a9 , #1250a9);
}

.create-button, .save-button, 
.clear-button, .activate-button,
.delete-button {
    position: relative;
    display: inline-block;
    padding: 8px 31px;
    margin: 15px 0px;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    color: white;
    font-size: 17px;
}

.delete-button {
    margin: 0px 0px;
    float: left;
    border: solid thin #e4615d;
    background-image: -webkit-linear-gradient(#e4615d, #D91E18);
    background-image: linear-gradient(#e4615d, #D91E18);
    color: white;
}

.delete-button:hover {
    float: left;
    border: solid thin #e4615d;
    background-image: -webkit-linear-gradient(#e4615d, #ad1813);
    background-image: linear-gradient(#e4615d, #ad1813);
    color: white;
}

.delete-button:active {
    float: left;
    border: solid thin #ad1813;
    b background-image: -webkit-linear-gradient(#ad1813, #ad1813);
    background-image: linear-gradient(#ad1813, #ad1813);
    color: white;
}

.create-button, .save-button  {
    float: right;
    border: solid thin #5bad5b;
    background-image: -webkit-linear-gradient(#5bad5b, #393);
    background-image: linear-gradient(#5bad5b, #393);
}

.create-button:hover, .save-button:hover {
    background-image: -webkit-linear-gradient(#5bad5b, #236b23);
    background-image: linear-gradient(#5bad5b, #236b23);
}

.create-button:active, .save-button:active {
    background-image: -webkit-linear-gradient(#236b23, #236b23);
    background-image: linear-gradient(#236b23, #236b23);
}

.create-button:focus, .save-button:focus, .clear-button:focus {
    outline: none !important;
    border: solid thin #5bad5b;
}

.clear-button {
    float: left;
    border: solid thin #e4615d;
    background-image: -webkit-linear-gradient(#e4615d, #D91E18);
    background-image: linear-gradient(#e4615d, #D91E18);
}

.clear-button:hover {
    background-image: -webkit-linear-gradient(#e4615d, #ad1813);
    background-image: linear-gradient(#e4615d, #ad1813);
}

.clear-button:active {
    background-image: -webkit-linear-gradient(#ad1813, #ad1813);
    background-image: linear-gradient(#ad1813, #ad1813);
}

.thin-button {
    float: left;
    margin: 0;
    padding: 2px 18px;
    border: none;
    background-image: -webkit-linear-gradient(#6c86a9 , #3062A9);
    background-image: linear-gradient(#6c86a9 , #3062A9);
}

.thin-button:hover {
    background-image: -webkit-linear-gradient(#6c86a9 , #1250a9);
    background-image: linear-gradient(#6c86a9 , #1250a9);
}

.thin-button:active {
    background-image: -webkit-linear-gradient(#1250a9 , #1250a9);
    background-image: linear-gradient(#1250a9 , #1250a9);
}

.thin-button:focus {
    outline: none !important;
    border: none;
}

.activate-button {
    float: right;
    border: solid thin #6c86a9;
    background-image: -webkit-linear-gradient(#6c86a9 , #3062A9);
    background-image: linear-gradient(#6c86a9 , #3062A9);
}

.activate-button:hover {
    background-image: -webkit-linear-gradient(#6c86a9 , #1250a9);
    background-image: linear-gradient(#6c86a9 , #1250a9);
}

.activate-button:active {
    background-image: -webkit-linear-gradient(#1250a9 , #1250a9);
    background-image: linear-gradient(#1250a9 , #1250a9);
    border: none;
}

.activate-button:focus {
    outline: none !important;
    border: none;
}

.disable-button, 
.disable-button:hover,
.disable-button:active, 
.disable-button:focus {
    background-image: -webkit-linear-gradient(#939393, #696969) !important;
    background-image: linear-gradient(#939393, #696969) !important;
    border: solid thin white;
    cursor: not-allowed !important;
    opacity: 0.7;
}

.track-loading,
.track-loading:hover, 
.track-loading:active,
.track-loading:focus {
    border: none;
    cursor: not-allowed;
    background-image: linear-gradient(#add6ad, #8cc58c);
}


/*A <p> class to be used when printing instructions, notes, or possible warnings for the user*/
.instruction-tag {
    font-size: 13px;
    color: green;
    margin: auto;
    margin-bottom: 14px;
    display: block;
    width: 90%;
}

.inputs-field .field-instruction-tag {
    font-size: 13px;
    font-weight: 100;
    color: #aaa;
    margin: auto;
    margin-bottom: 14px;
    display: block;
    width: 70%;
    float: right;
    clear: right;
}

/********************************/
/*CSS for checkboxes as switches*/
/********************************/
input.switch:empty {
	/*margin-left: -9999999999px;*/
    display: none;
}

input.switch:empty ~ label {
	position: relative;
	float: left;
	line-height: 1.6em;
	text-indent: 4em;
	margin: 0.2em 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
}

input.switch:empty ~ label:before, input.switch:empty ~ label:after {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '  ';
	width: 3.6em;
    text-indent: 2.4em;
     color: #900;
	background-color: gray;
	border-radius: 0.3em;
	/*box-shadow: inset 0 0.2em 0 rgba(0,0,0,0.3);*/
}

input.switch:empty ~ label:after {
    content: ' ';
	width: 1.4em;
	top: 0.1em;
    bottom: 0.05em;
    text-align: center;
    text-indent: 0;
	margin-left: 0.1em;
    color: #f88;
	background-color: #fff;
	border-radius: 0.15em;
	/*box-shadow: inset 0 -0.2em 0 rgba(0,0,0,0.2);*/
	-webkit-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

/* toggle on */
input.switch:checked ~ label:before{
    content: '   ';
    text-indent: 0.5em;
    color: #6f6;
    background-color: #393;
}

input.switch:checked ~ label:after {
	margin-left: 2.1em;
    color: #6c6;
}

/* focus styles */
input.switch:focus ~ label {
    color: #000;
}

input.switch:focus ~ label:before {
     /*box-shadow: 0 0 0 3px #999;*/
}

/******************************/
/*CSS for Checkboxes and Radio*/
/******************************/
.new-checkbox input[type=checkbox],
.new-radio input[type=radio]{
    display: none;
}

.new-checkbox,
.new-radio {
	position: relative;
}

.save-address {
    /*margin-top: 40px;*/
}

.activate-shipment-checkbox,
.save-address-checkbox {
    float: right;
    clear: right;
    width: 75%;
    margin-top: 10px;
}

.activate-shipment-checkbox {
    width: 200px;
}

.activate-shipment-checkbox p,
.save-address-checkbox p {
    position: relative;
    top: 2px;
}

.preview-checkbox input[type=checkbox][disabled] {
    cursor: not-allowed;
    margin: 5px 8px;
    width: 20px;
    height: 20px;
}

.new-checkbox label {
    cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	/*top: 0;
  	left: 0;*/
	background: #eee;
	border:1px solid #ccc;
}

.new-radio label {
    cursor: pointer;
	position: absolute;
    top: 20px;
}

.full-size {
    width: 100%;
}

.full-size label {
    background: white;
    border: solid thin #ccc;
}

.new-checkbox label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 13px;
	height: 8px;
	background: transparent;
	top: 4px;
	left: 3px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.new-checkbox label:hover::after {
	opacity: 0.5;
}

.new-checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}


.new-checkbox p,
.new-radio p {
    margin: 0px 0px 0px 35px;
}

.preview-checkbox p {
    margin: 4px 0px 0px 0px;
}

.new-radio label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.new-radio label.invalid-label:before {
    border: solid thin red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 34px;
    text-align: center;
    line-height: 19px;
}

.ng-enter, 
.ng-leave {
    -webkit-transition: 0s !important;
    transition: 0s !important;
}

/**********************/
/*CSS for Custom Table*/
/**********************/
.table-container {
    /*display: inline-block;*/
    /*max-height: 599px;
    width: 98%;*/
    max-height: 685px;
    width: 100%;
    /*min-width: 1015px;*/
    margin: auto;
    overflow: auto;
}

.table-container:hover {
    overflow-y: auto;
}

.table-container .table-field {
    padding-left: 7px;
    height: 25px;
    margin: 0;
}

.table-container table {
    width: 95%;
    min-width: 800px;
    margin: 15px auto;
    border-left: 1px solid #ccc;
    /*border-bottom: 1px solid #ccc;*/
    font-size: 12px;
}

.table-container .table-display {
    border-right: solid thin #ccc;
    margin: auto;
    margin-bottom: 15px;
}

.table-container table tr:nth-child(even) {
    background-color: #eee;
}

.table-container table tr:nth-child(odd) {
    background-color:#fff;
}


.table-container th {
    background-color: #6c86a9; 
    border: 1px solid ghostwhite;
    color: ghostwhite;
    text-align: center;
    padding: 8px 0px;

}

.table-container th.sorter {
    cursor: pointer;
}

.table-container th.sorter:hover {
    background-color: #566B87;
}

.table-container th.sorter.sort-active{
    background-color: #566B87;
}

.table-container th.quantity_column {
    min-width: 66px;
}

.table-container th.quantity_column.dim {
    min-width: 91px;
} 

.table-container th.description_field {
    min-width: 128px;
}

.table-container td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 8px;
    font-size: 11.5px;
}

.table-container td bold {
    font-weight: bold;
}

.table-container .add-button-cell,
.table-container .delete-button-cell {
    background-color: ghostwhite;
    border: none;
    padding: 10px;
}

.table-container .activate-button-cell {
    background-color: #e6f3fd;
    border: #e6f3fd;
    padding: 10px;
}

.table-container input {
    width: 80%;
}

tr .add-button, tr .delete-button {
    /*position: absolute;*/
    /*margin-left: 10px;*/
    /*margin-top: -10px;*/
    /*text-align: center;*/
    font-size: 12px;
    cursor: pointer;
    border: none;
}

tr .delete-button {
    padding: 2px 13px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    background-image: -webkit-linear-gradient(#e4615d, #D91E18);
    background-image: linear-gradient(#e4615d, #D91E18);
    color: white;
}

tr .delete-button:hover {
    background-image: -webkit-linear-gradient(#e4615d, #ad1813);
    background-image: linear-gradient(#e4615d, #ad1813);
}

tr .delete-button:active {
    background-image: -webkit-linear-gradient(#ad1813, #ad1813);
    background-image: linear-gradient(#ad1813, #ad1813);
}

 tr .add-button {
    padding: 2px 20px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    background-image: -webkit-linear-gradient(#5bad5b, #393);
    background-image: linear-gradient(#5bad5b, #393);
    color: white;
}

 tr .add-button:hover {
    background-image: -webkit-linear-gradient(#5bad5b, #236b23);
    background-image: linear-gradient(#5bad5b, #236b23);
}

 tr .add-button:active {
    background-image: -webkit-linear-gradient(#236b23, #236b23);
    background-image: linear-gradient(#236b23, #236b23);
}

 tr .activate-quote-button {
    padding: 2px 20px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    background-image: -webkit-linear-gradient(#6c86a9 , #3062A9);
    background-image: linear-gradient(#6c86a9 , #3062A9);
    color: white;
    border: none;
 }


tr .activate-quote-button:hover {
    background-image: -webkit-linear-gradient(#6c86a9 , #1250a9);
    background-image: linear-gradient(#6c86a9 , #1250a9);
}

tr .activate-quote-button:active {
    background-image: -webkit-linear-gradient(#1250a9 , #1250a9);
    background-image: linear-gradient(#1250a9 , #1250a9);
}

tr .activate-quote-button:focus {
     border: none;
}

 .loading-form {
     display: inline-block;
     font-size: 36px;
     color: #3062a9;
 }

 h1.loading-form {
     /*margin-left: 10px*/
 }

 .help-icon {
    float: right;
    clear: right;
    color: white;
    margin-left: 10px;
    background-color: #eb9950;
    border-radius: 80px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    padding: 1px;
 }

 .help-icon:hover {
    background-color: #e67e22;
 }

 .help-icon:active {
     background-color: #d67118;
 }

 button
 button:focus,
 button:active {
     border: solid thin black !important;
 }

/*******************/
/* Modal Overrides */
/*******************/
.modal-content {
    border-radius: 0px;
    top: 100px;
}

/*******************/
/* Large Menu Tabs */
/*******************/
.my-ags-single-tab {
    display:none;
    margin-bottom: 10px;
    cursor: pointer;
}

.large-menu-tabs {
    display:none;
    position: fixed;
    z-index: 999999;
    background-color: rgba(27,67,118,0.95);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.large-menu-tabs.ng-enter, .large-menu-tabs.ng-leave {
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.35s !important;
}

.large-menu-tabs.ng-enter,
.large-menu-tabs.ng-leave.ng-leave-active {
  opacity:0;
}

.large-menu-tabs.ng-leave,
.large-menu-tabs.ng-enter.ng-enter-active {
  opacity:1;
}

.large-menu-tabs h1.large-tab-button {
    color: white;
    font-size: 30px;
    position: relative;
    text-align: center;
    top: 20%;
    padding: 15px 0px;
    margin: 0;
    border-top: solid thin white;
    width: 50%;
    margin: auto;
    cursor: pointer;
}

.large-menu-tabs h1.large-tab-button:hover {
    background-color: white;
    color: #1b4376;
    transition-duration: 0.35s
}

.large-menu-tabs h1.large-tab-button:last-child {
    border-bottom: solid thin white;
}

.international-large-tabs h1.large-tab-button {
    top: 7%;
}

h1.large-active-tab {
    background-color: white;
    color: #1b4376 !important;
}

.ags-sub-close {
    /*position: relative;
    top: 33px;
    right: 5px;*/
    margin: 10px;
    color: white;
    font-size: 25px;
    cursor: pointer;
}

.ags-sub-bars {
    display: inline;
    /*position: relative;
    top: 33px;
    right: 5px;*/
    margin-right: 1px;
    color: #1b4376;
    font-size: 25px;
}


/****************************************/
/*MEDIA QUERIES - TABLET MAX-WIDTH: 1430*/
/****************************************/
@media (max-width: 1430px) {
    .save-address-checkbox p {
        position: relative;
        top: 2px;
        right: -3px;
        width: 70%;
    }
}

/***************************************/
/*MEDIA QUERIES - TABLET MAX-WIDTH: 950*/
/***************************************/
@media (max-width: 950px) {
    .my-ags-dashboard {
        min-width: 90%;
    }

    .table-container {
        width: 98%;
        overflow: scroll;
        margin:  20px 10px 20px 10px;
    }

   .table-container table {
        width: 98%;
        margin: 0px;
        min-width: 995px;
    }

    .inputs-field p {
        margin: 6px 0px 4px 0px;
    }

    .inputs-field .small-input {
        width: 38%;
        float: right;
        padding-left: 3px;
    }

    .inputs-field .default-service {
        width: 100%;
    }

    .inputs-field .right-field {
        width: 70%;
    }

    .save-address {
        margin-top: 20px;
    }

    .save-address-checkbox {
        float: right;
        clear: right;
        width: 70%;
    }

    .error-message {

    }

    .reset-width {
        width: 0%;
    }

    .new-radio p {
        margin: 0px 0px 0px 35px;
    }

    .new-radio label:before {
        bottom: 2px;
    }

    .large-menu-tabs.international-large-tabs {
        display: block;
    }

    .my-ags-single-tab.international-tabs {
        display: block;
    }

    .my-ags-tabs.international-tabs {
        display: none;
    }

    .my-ags-single-tab h1 {
        display: inline;
        font-size: 25px;
        text-align: center;
        width: 100%;
        margin: 10px 10px;
        color: #1b4376;
    }

    .save-address-checkbox p {
        position: relative;
        /*top: -3px;
        right: -31px;*/
        width: 95%;
    }
}

/***************************************/
/*MEDIA QUERIES - TABLET MAX-WIDTH: 768*/
/***************************************/
@media (max-width: 768px) {
    .my-ags-dashboard .my-ags-tabs {
        display: none;
    }

    .my-ags-single-tab {
        display: block;
    }

    .my-ags-single-tab h1 {
        display: inline;
        font-size: 25px;
        text-align: center;
        width: 100%;
        margin: 10px 10px;
        color: #1b4376;
    }

    .large-menu-tabs {
        display: block;
    }
}

/***************************************/
/*MEDIA QUERIES - MOBILE MAX-WIDTH: 530*/
/***************************************/
@media (max-width: 530px) {
    .large-menu-tabs h1.large-tab-button {
        font-size: 22px;
    }
}

/***************************************/
/*MEDIA QUERIES - MOBILE MAX-WIDTH: 515*/
/***************************************/
@media (max-width: 515px) {
    input[type="text"], input[type="email"], 
    input[type="date"], input[type="number"], 
    input[type="password"], select {
        font-size: 13px;
        height: 28px;
    }

    button {
        font-size: 12px;
    }

    .tab-button{
        padding: 8px 5px;
        font-size: 12px;
    }

    .inputs-field .small-input {
        width: 70%;
    }

    .inputs-field .split-input {
        float: right;
        margin-left: 0%;
        width: 35%;
    }

    .inputs-field p {
        font-size: 12px;
    }

    .save-address {
        margin-top: 20px;
    }

    .save-address-checkbox {
        float: right;
        clear: right;
        width: 70%;
    }

    .table-container {
        min-width: 85%;
        overflow: scroll;
        margin: 0;
    }

    .table-container table {
        width: 100%;
        margin: 5px;
    }

    .create-button, .save-button, .clear-button, .track-button {
        font-size: 12px;
    }

    tr .delete-button, tr .add-button {
        position: relative;
    }

    .table-container .table-display {
        margin: 5px;
    }

    .checkbox-input {
        display: block;
        width: 100%;
    }

    .checkbox-input label{
        font-size: 13px;
    }

    .date-wrapper input {
        width: 85%;
    }

    .calendar-button {
        padding: 4px 12px;
    }

    .dash-navigation {
        /*height: 65px;*/
    }
}

@media (max-width: 400px) {
    .inputs-field .right-field.company-name-input {
        width: 63%;
    }

}