/* 
    Created on : Jan 28, 2014, 1:48:55 PM
    Author     : wreichard
*/

@media print  {
    .container {
        width: 800px;
        margin-left: -450px;
    } 
    .container-left {
        width: 300px;
    }    
    #content {
        left: 58%;
    }
    .container-top-section {
        width: 90%;
        float: left;
        margin-left: 20px;
    } 
    .container-top-image img {
        width: 90%;
    }
    .container-top-1080-image {
        display: none;
    }
    .container-instructions {
        display: none;
    }                   
    .container-left #required_field {
        display: none;
    }                   
    .container-left img {
        display: none !important;
    } 
    .container-left input {
        width: 205px;
    } 
    .features-label {
        font-size: 12px;
    }
    .license-features {
        font-size: 11px;
    }
    .container-left label {
        width: 86%;
    }
    .container-right {
        width: 500px;
        float: left;
    }     
    .container-bottom-button {
        display: none;
    }                
    .container-bottom-button button{
        display: none;
    }
    .container-bottom-legal {
        display: none;       
    }    
    .container-bottom-error {
        display: none;
    }
    table {
        width: 720px;
        margin-top: 5px;
    }
    .cloud-right {
        width   : 25%;
    } 
    .cloud-right img {
        margin-top: 25px;
    }    
    label {
        font-size: 11px;
    } 
    .error-status {
        display: none;
    }
    .blue-stars {
        display: none;
    }
    .container-left #email {
        width: 223px;
    }      
    .status-image-warn {
        display: none;
    }
    .foot-note {
        display: none !important;
    } 
    .temp-license-generated {
        margin-top  : 25px;
        font-size   : 12px;
        font-weight : bold;
    }
    .part-number {
        width: 24%;
    }
    .part-descr {
        width: 80%;
    } 
    .asterisk-message {
        font-size: 10px;
    } 
    .valid-through {
        font-size: 10pt; 
        margin-left: 50px;
    } 
    .gen-temp-button {
        display: none;
    }
    .gen-temp-info-key {
        width: 320px;
    }
    .gen-temp-info-quote-id {
        width: 95px;
        margin-bottom: 14px;
    }
    .option-reference {
        display : none;
    }
    .table-input {
        border   : none;
    }
    .email-table {
        margin-bottom: 20px;
    }
    #macOrSerialNum {
        border  : none;
        text-align: left;
        font-weight: bold;
    }
    .message-show {
        display: none;
    }
}

@media screen {
    #content {
        border: 1px solid lightgrey;
        border-radius: 5px;
        box-shadow: 3px 3px 5px lightgrey;
        padding: 10px;
        left: 50%;
    }
    .container {
        width: 800px;
        margin-left: -450px;
    }
    .container-left {
        width: 280px;
    }
    .option-reference {
        font-size       : 10px;
        margin-left     : 10px;
        vertical-align  : text-top;
    }
    .container-top-section {
        background: url("images/ui-bg_highlight-soft_55_007ac3_1x100.png") repeat-x scroll 50% 50% #007AC3;
       -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
       -o-border-radius: 5px;
       -ms-border-radius: 5px;
       -khtml-border-radius: 5px;
        border-radius: 5px;
        color: white;
        padding-left: 9px;
        font-size: 10px;
        margin-top: 2px;
    }   
    .container-top-image img {
        width: 100%;
    }
    .container-top-1080-image {
        display: none;
    }    
    .current-date {
        margin-left: 2px;
    }    
    .container-instructions {
        width: 95%;
        margin-left: 10px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 50px;
    }
    .container-left #required_field {
        display: inline-block;
        width: 2%;
        color: red;
        margin-right: 6px;
        font-weight: bolder;
    }
    label {
        font-size: 11px;
    }
    .container-left label {
        width: 86%;
    }    
    .container-left img {
        position: relative;
        top: 4px;
        margin-left: 3px;
        border: none;
    } 
    .cloud-right {
        width   : 28%;
    }
    .cloud-right img {
        margin-top: 25px;
    }    
    .container-left input {
        width: 205px;
    }
    .features-label {
        font-size: 12px;
    }
    .license-features {
        font-size: 11px;
    }
    .container-left #email {
        width: 223px;
    }
    .container-right {
        width: 520px;
        float: left;
    }     
    .container-bottom-button {
        width: 100%;
        float: left;
        height: 40px;
        background: url("images/ui-bg_highlight-soft_55_007ac3_1x100.png") repeat-x scroll 50% 50% #007AC3;
       -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
       -o-border-radius: 5px;
       -ms-border-radius: 5px;
       -khtml-border-radius: 5px;
        border-radius: 5px;                    
    }                
    .container-bottom-button button{
        cursor: pointer;
        border: 2px solid darkgray;
        border-radius: 5px;
        font-size: 12px;
        font-weight: bold;
        margin-top: 4.5px;
        margin-left: 7px;
        margin-bottom: 10px;
    }
    .container-bottom-legal {
        width: 100%;
        float: left;
        height: 22px;
        margin-top: 5px;
        background: url("images/ui-bg_highlight-soft_55_007ac3_1x100.png") repeat-x scroll 50% 50% #007AC3;
       -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
       -o-border-radius: 5px;
       -ms-border-radius: 5px;
       -khtml-border-radius: 5px;
        border-radius: 5px;        
    }
    .container-legal {
        color           : white;
        margin-top      : 3px;
    } 
    .legal-left {
        float           : left;
        margin-left     : 15px;
    }
    .legal-right {
        float           : right;
        margin-right    : 15px;        
    }    
    .container-bottom-error {
        width           : 100%;
        float           : left;
        padding-left    : 7px;
    }
    table {
        width: 760px;
        margin-top: 5px;
    }    
    .error-status {
        display     : inline-block;
        width       : 96%;
        clear       : both;
        text-align  : left;
        font-weight : bolder;
        color       : rgb(0,0,77);
        font-size   : 12px;
        margin-left : 7px;
        margin-top  : 15px;
    }
    .right-button {
        float: right; 
        margin-right:7px;
    }
    .ui-dialog {
        position:absolute;
    }
    .no-close .ui-dialog-titlebar-close {
        display: none;
    }
    .blue-label {
        color:rgb(00,00,77);
    }
    .help-image {
        width           : 14px;
        vertical-align  : sub;
    } 
    .status-image {
        width           : 14px;
        margin-bottom   : 4px;
    }    
    .icon-folder-position {
        float:left;
        margin:0 7px 0px 0;
    }
    .icon-position {
        float:left; 
        margin:0 7px 35px 0;
    }
    .blue-stars {
        color           : #007ac3;
        font-size       : 15px;
        vertical-align  : middle;
    } 
    .gen-temp-button {
        float         : right;
        margin-bottom : 20px;
        margin-right  : 30px;
        border-color  : #007ac3;
        border-width  : 2px;
    }
    .gen-dealer-input {
        width       : 88px;
        margin-top  : 5px;
    }    
    .gen-email-input {
        width       : 550px;
        margin-top  : 5px;
    }
    .gen-icon-position {
        float   :left; 
        margin  :0 7px 180px 0;
    }
    .confirmation-dealer-label {
        width   : 550px;
    }    
    .confirmation-email-label {
        width       : 550px;
    }
    .confirmation-email-star {
        margin-left     : 5px;
        vertical-align  : text-bottom;
        font-size       : 14px;
        font-weight     : bold;
        color           : blue;
    }
    .required-email-star {
        font-size       : 12px;
        font-weight     : bold;
        color           : blue; 
        margin-left     : 10px;
    }
    .required-email-text {
        margin-left : 3px;
        font-size   : 11px;
    }
    .status-image-warn {
        display     : none;
        float       : left;
        margin-top  : 2px;
    }
    .temp-license-generated {
        display     : none;
        margin-top  : 25px;
        font-size   : 12px;
        font-weight : bold;
        color       : rgb(0,0,77);
    }
    .gen-help {
        width           : 15px;
        margin-left     : 10px;
        vertical-align  : bottom;
    }
    .modal {
        display:    none;
        position:   fixed;
        z-index:    1000;
        top:        0;
        left:       0;
        height:     65%;
        width:      90%;
        background: rgba( 255, 255, 255, .1 ) 
                    url('images/loading.gif') 
                    49% 50% 
                    no-repeat;
    }

    /* When the body has the loading class, we turn
       the scrollbar off with overflow:hidden */
    body.loading {
        overflow: hidden;   
    }

    /* Anytime the body has the loading class, our
       modal element will be visible */
    body.loading .modal {
        display: block;
    } 
    .cloud-status {
        display     : none;
        margin-top  : 12px;
        font-weight : bolder;
    }       
    .foot-note {
        display     : none;
        font-weight : bolder;
        color       : rgb(0,0,77);
        font-size   : 12px; 
        margin-left : 3px; 
    }
    .print-div {
        display: inline;
    }
    .quote-id-save-dialog {
        margin-left: 5px;
        margin-bottom: 5px; 
        margin-top: 15px; 
        width: 130px;      
    }
    .quote-id-gen-dialog {
        font-weight: bold;
        margin-left: 5px;
        margin-bottom: 14px; 
        margin-top: 4px; 
        width: 130px; 
    } 
    .license-key-gen-dialog {
        font-weight: bold;
        margin-left: 5px;
        margin-bottom: 5px;
        margin-top: 10px;
        width: 335px;
    }    
    .link-dialog {
        margin-bottom: 5px;
        width: 500px;
    }
    .email-dialog {
        margin-left: 2px;
        width: 500px;
    }
    .valid-through {
        font-size: 10pt; 
        margin-left: 30px;
    }
    .cloud-next {
        margin-top   : 20px;
        border-width : 2px;
        border-color : #007ac3;
    }
    .gen-temp-info-key {
        width: 320px;
    }
    .gen-temp-info-quote-id {
        width: 100px;
        margin-bottom: 14px;
    }
    .part-number {
        width: 16%;
    }
    .ssa-label-features {
        margin-top: 78px;
    }  
    .ssa-label-features-enterprise {
        margin-top: 38px;
    }     
    .right-messages-three-features {
        margin-top: 100px;
    } 
    .right-messages-three-features-edge {
        margin-top: 22px;
    }     
    #right_messages_two_span {
        margin-top: 10px;
    }    
    #right_messages_one_span {
        margin-top: 15px;
    } 
    .email-table {
        margin-bottom: 10px;
    }
    .message-show {
        display: inline-block;
        font-weight: bold;
        font-size: 11px;
    }
    .mac-dialog {
        width       : 140px;
        margin-left : 8px;
    }
    .cloud-prompt-before {
        margin-top  : -48px;
    } 
    .cloud-prompt-after {
        margin-top  : -10px;
    }     
    .recommend-alert {
        float   :left;
        margin  :0 7px 65px 0;
    }
    .recommend-one {
        padding-right: 20px;
    }
    .ui-selectmenu-menu .ui-menu {
        max-height: 270px;
    }
    .ip-table {
        width: 70%;
    }
    .ip-table thead {
        text-align: left;
    } 
    .ip-table ul {
        margin-top: 0px;
        margin-left: -20px;
    }    
    .ip-table td {
        vertical-align: top;
    }     
}

@media only screen and (max-device-width : 1080px) {
    .container {
        width: 900px;
        margin-left: -465px;
    }
    .container-top-desktop-image {
        display: none;
    } 
    .container-top-1080-image {
        display: inline;
    }    
    .container-left {
        width: 415px;
    }      
    .container-left input {
        font-size: 32px;
        width: 315px;
    }    
    .container-right {
        width: 480px;
    }    
    .container-top-section #current_date {
        display: none;
    }
    .container-instructions {
        margin-top: 25px;
        font-size: 20px;
        margin-bottom: 5px;
    }
    #right_messages_one {
        display: none;
        margin-top: 55px;
    }
    #right_messages_two {
        display: none;
        float: right;
    }    
    #right_mac_address {
     /* margin-bottom: 10px; */
    }
    .features-label {
        font-size: 22px;
    } 
    .license-features {
        font-size: 22px;
    }    
    #left_parts_one {
        margin-top: 45px;
    }
    #left_parts_two {
        width: 100%;
        margin-top: 50px;
    } 
    #left_parts_three {
        width: 100%;
        margin-top: 55px;
    }
    #left_email {
        margin-top: 25px;
    }
    label {
        font-size: 22px;
    }
    .container-left {
        font-size: 30px;
    }
    .container-left label {
        width: 100%;
    }
    .ui-widget {
        font-size: 25px;
    }
    .ui-dialog {
        font-size   : 40px;
    }    
    .ui-icon {
        display: none;
    }    
    #is_cloud_label {
        margin-top: 40px;
    }
    .cloud-right {
        margin-top: 45px;
        width: 360px;
    }
    #right_cloud_two {
        width: 110px;
    }
    .cloud-right img {
        margin-top  : 48px;
        margin-left : -60px;
        width       : 150px;
    }
    #instance_name_span {
        font-size: 26px;
    }
    #instance_name {
        font-size: 26px;
    }    
    .container-left img {
        width: 35px;
    }
    .container-left #email {
        width: 320px;
    }  
    #left_email {
        width: 47%;
        margin-top: 50px;
    }
    .container-bottom-button {
        height: 100px;
    }                
    .container-bottom-button button {
        font-size: 34px;
        margin-top: 12px;
        margin-left: 10px;
    }
    .container-bottom-legal {
        height: 50px;
    } 
    .container-legal {
        margin-top      : 2px;
        font-size       : 34px;
    } 
    .legal-left {
        float           : left;
        margin-left     : 15px;
    }
    .legal-right {
        float           : right;
        margin-right    : 15px;        
    }    
    .ui-button-icon-secondary {
        display: none;
    }
    .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
        padding-right: 1.1em;
    }
    .error-status {
        font-size: 20px;
    }
    .print-div {
        display: none;
    }
    #right_messages_three {
        display: none;
    }
    #right_messages_email {
        float: right;
        margin-top: -35px;
    }    
    #parts_to_order_label {
        font-size: 22px;
    }
    .container-bottom-parts {
        font-size: 26px;
    }
    .part-descr {
        width: 73%;
        font-size: 18px;
    }
    thead .part-descr {
        font-weight: normal;
        font-size: 26px;
    }    
    #part_table {
        width: 860px;
    }
    .asterisk-message {
        font-size: 20px;
    }
    .gen-help {
        width: 25px;
    }
    .gen-temp-button {
        margin-right: 10px;
        margin-top: 0px;
    }
    .confirmation-email-star {
        margin-left     : 3px;
        font-size       : 26px;
    }
    .required-email-star {
        font-size: 26px;
    }
    .required-email-text {
        font-size: 20px;
    }
    .part-number {
        width: 30%;
    }
    .asterisk-message {
        font-size: 20px;
    } 
    .gen-icon-position {
        margin  :9px 7px 2px 0;
    } 
    .cancel-temp-dialog .icon-position {
        margin  :10px 7px 2px 0;
    }
    .quote-id-save-dialog {
        width: 350px;      
    }
    .quote-id-gen-dialog {
        width: 350px;      
    } 
    .license-key-gen-dialog {
        width: 650px;
    }
    #gen_temp_info_dialog {
        font-size: 24px;
    }
    .link-dialog {
        width: 800px;
    }
    .email-dialog {
        width: 800px;
    }
    .valid-through {
        font-size: 18px; 
        margin-left: 14px;
    }    
    .blue-stars {
        display: none;
    }
    .cloud-next {
        margin-top: 38px;
        border-width: 3px;
        margin-left: -75px;
    }
    .gen-temp-info-key {
        width     : 580px;
        font-size : 24px;
    }
    .gen-temp-info-quote-id {
        width     : 180px;
        font-size : 24px;
        margin-bottom: 0px;
    } 
}

@media screen, print {
    body {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
    }
    label {
        font-weight: bold;
    }
    .container {
        height: auto;
        position: absolute;
        top: 25px;
    } 
    .container-top-section {
        width: 99%;
        float: left;
    }
    .container-left {
        float: left;
        height: 50px;
    }
    .container-right {
        height: 118px;
    }
    .container-col-left {
        float: left;
        height: 90px;
    }
    .container-col-right {
        height: 118px;
    }    
    .row-part {
        height: 65px;
    }
    .cloud-right {
        float   : left;
        height  : 55px;
    }
    .message-hide {
        display: none;
    }
    .container-left label {
        display: inline-block;
        clear: both;
        margin-top: 5px;
        margin-left: 10px;
        text-align: left;
    }
    .container-left input {
        display: inline-block;
        margin-left: 10px;
        clear: both;
        text-align: center;
        margin-top: 5px;
    }
    .container-bottom-parts {
        width: 96%;
        float: left;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }                
    .container-bottom-parts label {
        display: inline-block;
        width: 98%;
        clear: both;
        text-align: left;
        font-size: 12px;
    }
    .license-features {
        text-align  : left; 
        font-weight : bolder; 
        border      : none; 
        margin-top  : 0px;
        margin-left : 10px;
    } 
    .ui-selectmenu-button {
        margin-left: 10px;
    }
    .container-valid-through {
        width       : 99%;
        float       : inside;
        display     : none;
    }
    .valid-through {
        font-weight: bold;
    }
    thead .part-qty {
        font-weight: normal;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    }
    thead .part-number {
        font-weight: normal;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    }
    thead .part-descr {
        font-weight: normal;
    }
    thead, td {
        padding-left: 5px;
        padding-right: 5px;
    }
    thead td {
        border-bottom: 1px solid #1188FF;        
    }
    .part-qty {
        width: 4%;
        text-align: right;
        vertical-align: top;
        font-weight: bold;
        font-family: monospace;
        table-layout: fixed;
        display: table-cell;
    }
    .part-number {
        text-align: left;
        vertical-align: top;
        font-weight: bold;
        font-family: monospace;
        table-layout: fixed;
        display: table-cell;
    }
    .part-descr {
        text-align: left;
        vertical-align: top;
        table-layout: fixed;
        display: table-cell;
    } 
    .features-label {
        text-align: left;
        font-weight: bolder;
        margin-top:14px;
    }
    .button-no-display {
        display:none;
    }
    #hidden {
        display: none;
    } 
    #part_table {
        visibility: hidden;
    }
    #parts_to_order_label {
        display: none;
    }
    .asterisk-message {
        margin-left: 21px;
        display: none;
    }
    .no-display {
        display: none;
    }
    .container-left .instance-name {
        width       : 112px;
        margin-top  : 7px; 
        text-align  : right;
    }
    .container-left .instance-name-label {
        width       : 100%;
        margin-top  : 5px;
        margin-left : 5px;
        text-align  : left;        
    }
    .gen-temp-info-key {
        font-weight: bold;
        margin-left: 5px;
        margin-bottom: 5px;
        margin-top: 10px; 
    }
    .gen-temp-info-quote-id {
        font-weight: bold;
        margin-left: 5px;
        margin-top: 4px;
    }
    .container-wide {
        width   : 790px;
    }    
    .email-td-left {
        width   : 125px;
    }
    .email-td-left label {
        margin-left : 5px;
    }    
    .table-input {
        width   : 400px;
    }
    .server-div {
        margin-top  : 5px;
    }
    .top-twelve {
        margin-top  : 12px;
    }
    .top-thirty-five {
        margin-top  : 35px;
    }    
    .take-twelve {
        margin-top  : -12px;
    }      
}

@media mpdf {
    body {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
    }
    .container-top {
        border: 2px solid black;
        border-bottom:none;
        padding:10px;
        text-align:center;
    }
    .container {
        border: 2px solid black;
        padding-bottom: 20px;
    } 
    .container-left {
        margin-left: 15px;
    }
    .container-label {
        font-weight: normal;
    }
    .container-email-label {
        font-weight: normal;
        margin-top: 15px;
    }    
    .container-data {
        font-weight: bold;
    }
    .container-valid-label {
        margin-top: 15px;
        font-weight: bold;
        margin-bottom: 15px;
        margin-right: 20px;
    }
    .container-license-parts {
        font-size: 15px;
    }
    .div-asterisk {
        margin-top: 10px;
        margin-left: 5px;
    }
    .container-asterisk {
         font-size: 12px;
    }
    .container-asterisk-message {
        font-size: 10px;
        font-family: sans-serif;
        font-weight: normal;        
    }
    .valid-text {
        font-size   : 12px;
        font-weight : bold;
        text-align  : center;
    }    
    .blue-stars {
        color: #007ac3;
        font-size: 16px;
        font-weight: bold;
    } 
    .big-stars {
        font-size       : 18px;
        font-weight     : bolder;
        color           : rgb(00,122,195);
        vertical-align  : bottom;
    }
}
