﻿.u-border-s-1 {
    border: solid 1px #ccc;
}

.u-border-s-2 {
    border: solid 2px #ccc;
}

.u-border-d-5 {
    border: dashed 5px #ccc;
}

.u-border-sl-1 {
    border-top: none !important;
    border-left: solid 1px #ccc !important;
    border-right: none !important;
    border-bottom: none !important;
}

.u-border-sl-2 {
    border-top: none !important;
    border-left: solid 3px #ccc !important;
    border-right: none !important;
    border-bottom: none !important;
}

.u-border-sr-1 {
    border-top: none !important;
    border-left: none !important;
    border-right: solid 1px #ccc !important;
    border-bottom: none !important;
}

.u-border-slr-1 {
    border-top: none !important;
    border-left: solid 1px #ccc !important;
    border-right: solid 1px #ccc !important;
    border-bottom: none !important;
}

.u-border-srtb-1 {
    border-top: solid 1px #ccc !important;
    border-left: none !important;
    border-right: solid 1px #ccc !important;
    border-bottom: solid 1px #ccc !important;
}

.u-border-sb-1 {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid 1px #ccc !important;
}

.u-border-db-1 {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: dashed 1px #ccc !important;
}

.u-border-sb-2 {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid 2px #ccc !important;
}

.u-border-st-1 {
    border-top: solid 1px #ccc !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.u-border-stb-1 {
    border-top: solid 1px #ccc !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid 1px #ccc !important;
}

.u-border-r-1 {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}

.u-border-r-2 {
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}

.u-border-r-50 {
    border-radius: 50rem !important;
    -moz-border-radius: 50rem !important;
    -webkit-border-radius: 50rem !important;
}

.u-border-rt-1 {
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
}

.u-border-no {
    border: none !important;
    border-radius: unset !important;
}

.u-border-c-grey {
    border-color: #cccccc !important;
}

.u-border-c-blue {
    border-color: #00639a !important;
}

.u-border-c-midblue {
    border-color: #1C6EA4 !important;
}

.u-border-c-white {
    border-color: #ffffff !important;
}

.u-border-c-error {
    border-color: #bb0000 !important;
}

.u-border-c-warning {
    border-color: #ffd610 !important;
}

.u-shadow-3 {
    -webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.75);
}

.u-shadow-4 {
    -webkit-box-shadow: 4px 4px 21px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 21px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 21px 0px rgba(0,0,0,0.75);
}
