﻿.form-control1 {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    background-color: #ffffff;
    background-image: none;
    border: none;
    /*border-radius: 4px;
  -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 .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}

    .form-control1:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

textarea.form-control {
    height1: 33px !important;
}

.pad-right-15 {
    padding-right: 15px;
}

textarea {
    max-width: 400px;
    overflow: hidden
}

.pro {
    display: inline;
    max-width: 300px !important;
}

.green-text {
    color: #159d06;
}

.statusDay {
    font-size: 24px;
    font-weight: 800;
}

.rotate {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotateY(180deg);
}
input[type="button"] {
    max-width: 140px !important;
}

.track-results .row-1 {
    background-color: #f5f5f5; /*#ffdc73; #FFE6AB; #fff8da*/
    padding-top: 5px;
    padding-bottom: 20px;
    border-top: 0px solid rgba(113, 191, 252, 0.60);
}

.track-results .row-2 {
    background-color: #FFF;
    padding-top: 5px;
    padding-bottom: 20px;
    border-top: 0px solid rgba(113, 191, 252, 0.60);
}

.track-results .pro {
    font-size: 26px;
    font-weight: 600;
    color: #404040;
}

.track-results .fa-hover {
    color: #414141;
}

    .track-results .fa-hover:hover {
        color: #949494;
    }

.track-results a {
    color: #1E88E5;
    text-decoration: underline;
    font-weight: 400;
}

    .track-results a:hover {
        color: red;
        text-decoration: none;
    }

.track-results span.i {
    cursor: pointer;
    font-size: 21px;
    padding-right: 10px;
}

.track-section input[type="select"] {
    width: 100px;
}

.svg {
    font-weight: 600;
    font-size: 18px;
    font-family: Verdana
}

select {
    max-width: 125px;
    min-width: 100px;
}

.tBasic {
    font-size: 16px;
}

.blue {
    color: blue;
}

.tHeader {
    font-size: 16px;
}

.tStatus {
    font-size: 14px;
}

.day {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
}

.fromTo {
    background-color: yellow;
    font-size: 21px;
}

.address1 {
    font-size: 16px;
}

.sName {
    font-size: 26px;
}

.badgeFont {
    font-size: 40px;
}

.date {
    font-size: 16px;
}

.status {
    font-size: 16px;
}


@media only screen and (min-width : 120px) {
    .first-section input[type="text"],
    .first-section input[type="button"] {
        max-width: 160px;
    }

    .track-results .pro {
        font-size: 17px;
        font-weight: 600;
    }

    .tBasic {
        font-size: 14px;
    }

    .tHeader {
        font-size: 14px;
    }

    .address1 {
        font-size: 12px;
    }

    .fromTo {
        font-size: 14px;
    }

    .sName {
        font-size: 18px;
    }

    .badgeFont {
        font-size: 22px;
    }

    .svg {
        font-weight: 600;
        font-size: 13px;
        font-family: Verdana;
    }

    .day {
        font-weight: 800;
        font-size: 13px;
    }

    .date {
        font-size: 13px;
    }

    .status {
        font-size: 13px;
    }
}

@media only screen and (min-width : 480px) {
    .track-results .pro {
        font-size: 20px;
        font-weight: 600;
    }

    .tBasic {
        font-size: 14px;
    }

    .tHeader {
        font-size: 14px;
    }

    .tStatus {
        font-size: 15px;
    }

    .fromTo {
        font-size: 16px;
    }

    .address1 {
        font-size: 14px;
    }

    .sName {
        font-size: 17px;
    }

    .badgeFont {
        font-size: 22px;
    }

    .svg {
        font-weight: 600;
        font-size: 15px;
        font-family: Verdana;
    }

    .day {
        font-weight: 800;
        font-size: 15px;
    }

    .date {
        font-size: 13px;
    }

    .status {
        font-size: 13px;
    }
}

@media only screen and (min-width : 768px) {
    .first-section input[type="text"],
    .first-section input[type="button"] {
        max-width: 220px;
    }

    .track-results .pro {
        font-size: 26px;
        font-weight: 800;
    }

    .tBasic {
        font-size: 15px;
    }

    .tHeader {
        font-size: 16px;
    }

    .sName {
        font-size: 19px;
    }

    .tStatus {
        font-size: 17px;
    }

    .fromTo {
        font-size: 17px;
    }

    .day {
        font-weight: 800;
        font-size: 18px;
    }

    .date {
        font-size: 16px;
    }

    .status {
        font-size: 16px;
    }
}

@media only screen and (min-width : 992px) {
    .tBasic {
        font-size: 16px;
    }

    .fromTo {
        background-color: yellow;
        font-size: 21px;
    }

    .address1 {
        font-size: 16px;
    }

    .sName {
        font-size: 26px;
    }

    .badgeFont {
        font-size: 40px;
    }

    .svg {
        font-weight: 600;
        font-size: 18px;
        font-family: Verdana;
    }

    .day {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 20px;
    }

    .date {
        font-size: 16px;
    }

    .status {
        font-size: 16px;
    }
}

@media only screen and (min-width : 1200px) {
}