﻿@font-face {
  font-family: 'DIGID';
  font-style: normal;
  font-weight: 400;
 src: local('DIGID'), url('../../fonts/DS-DIGIB.ttf') format('truetype');
}

body {
}

.cnt_tbl {
    width: 100%;
    height: 85%;
    margin: 10px 0px 10px 0px;
}

    .cnt_tbl tr td {
        border-bottom: 1px solid rgba(92, 184, 92, 0.15);
    }

.scroll_1 {
    padding: 0px 7px 0px 7px;
    height:auto;
}

.Subheader {
}
/*Irrigation Dashboard Styles*/
@media only screen and (max-width: 1510px) and (min-width: 768px) {
    .bottombox {
        min-height: 220px;
    }

    .bottomboxmiddlecnt {
        padding-top: 25px;
    }

    .mblvwsize {
        font-size: 13px;
        color: #565555;
    }

    .cls_Back {
        margin-top: -15px;
        padding: 2px 10px 2px 10px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 50px) {
    .bottombox {
        min-height: 190px;
    }

    .bottomboxmiddlecnt {
        padding-top: 10px;
    }

    .mblvwsize {
        font-size: 12px;
        color: #565555;
    }

    .cls_Back {
        margin-top: -35px;
        padding: 1px 8px 1px 8px;
    }
}

.bottombox {
    background: -webkit-linear-gradient(#fffefe, #4a9fe8);
    background: -o-linear-gradient(#fffefe, #4a9fe8);
    background: -moz-linear-gradient(#fffefe, #4a9fe8);
    background: linear-gradient(#fffefe, #4a9fe8);
    border-radius: 10px;
    padding: 10px 6px;
    margin: 10px;
    border: 1px solid #377cb8;
    cursor: pointer;
}

.bottomboxmainheading {
    color: #484848;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    border-bottom: 1px solid rgba(60, 128, 186, 0.35);
    margin-bottom: 0;
    padding-bottom: 10px;
}

.bottomboxmiddlecnt {
    text-align: center;
    margin: 0px;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 100%;
}

.innerboxpadding {
    padding: 0px;
    text-align: center;
    line-height: 1.2;
}

.bottomboxedrow .col-sm-3 {
    width: 20% !important;
    padding: 0 10px;
}

.bottomboxsmallcnt {
    font-size: 13px;
    color: #565555;
}

.lblcount {
    font-size: 35px;
    font-family: 'DIGID';
}

.cls_Back {
    background-color: #337ab7;
    border: 1px solid #6d6969;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    float: right;
    cursor: pointer;
}

.cls_SubTitle {
    padding-left: 14px;
    color: #286396;
    font-weight: bold;
    float: left;
    font-size: 14px;
}

.spancss {
    font-size: 16px;
    color: #353434;
}

#IR_SubTitle2 {
    margin-top: -20px;
}

.flipped {
    /*transform*/
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* flip speed goes here */
.flipper {
    /*transition*/
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s; /*transform-style*/
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}
/* hide back of pane during swap */
.front, .back {
    /*backface-visibility*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
/* front pane, placed above back */
.front {
    z-index: 2;
}
/* back, initially hidden pane */
.back {
    /*transform*/
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 100%;
    height: 100%;
}
