﻿
/* ================================================================================
    COMMON
   ============================================================================= */

/*h1.logo {
    margin: 0 2px 0 -35px;
}*/

#header .phone {
    font-size: 22px;
}

#header .layer02 {
    height: 40px;
}

#header .content-container, #header .content-container02, #header .content-container03 {
    padding-bottom: 0;
}

#main {
    font: 14px/1.7 "Noto Sans",Arial,Helvetica,sans-serif !important;
}

    #main .row .page-title-phone {
        font-size: 22px !important;
    }

    #main .row .phone:hover {
        color: #000 !important;
    }

    #main .row .phone:after {
        color: #000 !important;
    }

    #main .page-title {
        font-size: 24px;
    }

/*.btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}*/


.btn-primary {
    /*background-color: #D20001;
    border-color: #ccc;*/
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #8db602 0, #82a904 67%, #759806 100%) repeat scroll 0 0;
}

    .btn-primary:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #9ec302 0, #96b803 38%, #8aab05 72%, #7e9c06 87%, #789307 100%) repeat scroll 0 0;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }


/*.button-green {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #8db602 0, #82a904 67%, #759806 100%) repeat scroll 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.21) inset;
    font-size: 14px;
    line-height: 17px;
}

.button-green:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #9ec302 0, #96b803 38%, #8aab05 72%, #7e9c06 87%, #789307 100%) repeat scroll 0 0;
}
.button::before, .button-green::before {
    font-size: 18px;
    line-height: 17px;
}*/

/*.btn-primary:focus {
        background-color: #920001;
    }*/


/*.input-group-addon {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}*/


.alert {
    border-radius: 0;
}

.page-sub-header {
    color: #7a6a68;
}


/* ================================================================================
    FORM
   ============================================================================= */

.form-group-left {
    margin-right: 10px !important;
}

.form-group-last {
    margin-left: 15px !important;
}

/*.form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}*/


.form-group .bootstrap-datetimepicker-widget .fa {
    color: #D20001;
}


.ddl-tt-cotrol {
    padding: 6px 6px;
}


body > .ui-datepicker .ui-datepicker-calendar .ui-datepicker-other-month {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #e2dede;
    border-style: solid;
    color: #666;
}


/* ================================================================================
    Modal
   ============================================================================= */

.modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/* ================================================================================
    UPLOAD CTR
   ============================================================================= */

/* layout.css Style */
.upload-drop-zone {
    height: 200px;
    border: 2px dashed #ccc;
    margin-top:5px;
    margin-bottom: 20px;
    color: #ccc;
    line-height: 200px;
    text-align: center;
}

    /* skin.css Style*/
    /*.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center;
}*/

    .upload-drop-zone.drop {
        color: #222;
        border-color: #222;
    }

.list-group-item {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .list-group-item:first-child {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .list-group-item:last-child {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.progress {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .progress .progress-bar {
        background-color: #D20001;
    }


/* ================================================================================
    Right Column
   ============================================================================= */

.rigthpanelcolumn a {
    color: #1f1f1f;
    font-weight: normal;
}

.RsMenuSubTitle-HoursPhones .fax {
    font-weight: normal;
    color: #1f1f1f;
}

.RsMenuSubTitle-HoursPhones .phone {
    font-weight: normal;
    color: #1f1f1f;
}

    .RsMenuSubTitle-HoursPhones .phone:hover {
        font-weight: normal;
        color: #D20001 !important;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .RsMenuSubTitle-HoursPhones .phone:visited {
        font-weight: normal;
        color: #1f1f1f;
    }


/* ================================================================================
    Footer
   ============================================================================= */

#footer {
    background-color: #D81E05;
}

    #footer .footer-header-mpr {
        background-color: #D81E05;
    }


/* ================================================================================
    Coment
   ============================================================================= */
.form-group-comment {
    margin-bottom:0 !important;
}

.form-group-counter label{
    margin-top:0 !important;
    padding-top:0 !important;
    margin-right:5px !important;
}


/* ================================================================================
    Resize
   ============================================================================= */

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

@media only screen and (max-width : 991px) {

    /* ================================================================================
        COMMON
       ============================================================================= */
    .btn {
        display: block;
        width: 100%;
    }

    /* ================================================================================
        FORM
       ============================================================================= */
    .form-group-left {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .ddl-tt-cotrol {
        padding: 6px 12px;
    }

    .form-group-inside-div {
        margin-bottom: 10px;
    }

    .form-group-last{
        margin-left:0 !important;
        padding-left:0 !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
