﻿/* File Created: octubre 18, 2012 */

.borderNone {
    border: none;
}

.border1px {
    border-width: 1px;
    border-style: solid;
}

.border1pxRed {
    border-width: 1px;
    border-style: solid;
    border-color: #8B0000 !important;
}

.border2px {
    border-width: 2px;
    border-style: solid;
}

.border4px {
    border-width: 4px;
    border-style: solid;
}

.borderSolid {
    border-style: solid;
}

.borderDotted {
    border-style: dotted;
}

.borderColorRed {
    border-color: Red;
}

.borderColorBlue {
    border-color: #045071;
}

.borderColorDarkBlue {
    border-color: blue;
}

.borderColorForestGreen {
    border-color: forestgreen;
}



.borderColorWhite {
    border-color: White;
}

.borderColorBlue1 {
    border-color: #009de0;
}

.borderColorBlue2 {
    border-color: #035f86;
}

.borderColorBlue3 {
    border-color: #045071;
}

.borderColorLightGrey {
    border-color: #E6E6E6;
}

.borderColorGrey {
    border-color: #B6B6B6;
}

.borderColorBlack {
    border-color: Black;
}

.borderColorOfficial {
    border-color: #035f86 !important;
}

.borderColorOrange {
    border-color: #cd7d27;
}

.borderwidth0 {
    border-width: 0;
}

.borderTop1px {
    border-top-width: 1px;
    border-top-style: solid;
}

.borderTop1pxW50px {
    border-top-width: 1px;
    border-top-style: solid;
    width: 50px;
}

.borderTop2pxSolid {
    border-top: 2px solid;
}

.borderBottom1pxSolid {
    border-bottom: 1px solid;
}

.borderBottom1px {
    border-bottom-width: 1px;
}

.borderBottom2pxSolid {
    border-bottom: 2px solid;
}

.borderLeftRight1px {
    border-left-width: 1px;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
}

.borderRight1px {
    border-right-width: 1px;
    border-right-style: solid;
}

.borderRight2pxSolid {
    border-right: 2px solid;
}

.borderLeft1px {
    border-left-width: 1px;
    border-left-style: solid;
}

.borderLeft2pxSolid {
    border-left: 2px solid;
}


.borderRadiusAll5px {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.borderRadiusAll10px {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}

.borderRadiusBottom5px {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -o-border-bottom-right-radius: 5px;
}

.borderRadiusTopLeft5px {
    border-top-left-radius: 5px;
}

.borderRadiusTopRight5px {
    border-top-right-radius: 5px;
}

.borderRadiusBottomLeft5px {
    border-bottom-left-radius: 5px;
}

.borderRadiusBottomRight5px {
    border-bottom-right-radius: 5px;
}

.borderRadiusTop5px {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-top-left-radius: 5px;
    -o-border-top-right-radius: 5px;
}

.stateUnknownBorder {
    border-top-color: rgb(255, 255, 255) !important;
}

.stateWaitingToLoadBorder {
    border-top-color: rgb(174, 176, 93) !important;
}

.stateLoadingBorder {
    border-top-color: rgb(156, 207, 49) !important;
}

.stateWaitingToUnloadBorder {
    border-top-color: rgb(197, 170, 245) !important;
}

.stateUnloadingBorder {
    border-top-color: rgb(1235, 119, 166) !important;
}

.stateDrivingBorder {
    border-top-color: rgb(255, 158, 0) !important;
}

.stateRestingBorder {
    border-top-color: rgb(74, 178, 214) !important;
}

.stateOutOfServiceBorder {
    border-top-color: rgb(189, 195, 198) !important;
}

.stateFree1Border {
    border-top-color: rgb(230, 74, 69) !important;
}

.stateFree2Border {
    border-top-color: rgb(249, 237, 50) !important;
}

.stateLunchDinnerBreakBorder {
    background-color: rgb(149, 137, 50) !important;
}

.statePoliceControlBorder {
    background-color: rgb(80, 74, 214) !important;
}
