﻿@import url("https://fonts.googleapis.com/css?family=Inter:300,400,600,700");

@font-face
{
    font-family: 'Inter' , 'Inter';
    src: url('fonts/Inter.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}


.center
{
    text-align: center;
}
.center-page
{
    width: 300px;
    height: 300px;
    position: absolute;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.space-virt
{
    margin-top: 20px;
}
.footer-pos
{
    width: auto;
    height: auto;
    position: absolute;
    top: 600px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dropdown-submenu
{
    position: relative;
}
.dropdown-submenu > .dropdown-menu
{
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
.dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}
.dropdown-submenu > a:after
{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after
{
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left
{
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu
{
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}

.pagination-ys
{
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
}

.pagination-ys table > tbody > tr > td
{
    display: inline;
}

.pagination-ys table > tbody > tr > td > a, .pagination-ys table > tbody > tr > td > span
{
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span
{
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a, .pagination-ys table > tbody > tr > td:first-child > span
{
    margin-left: 0;
}

.pagination-ys table > tbody > tr > td:last-child > a, .pagination-ys table > tbody > tr > td:last-child > span
{
}

.pagination-ys table > tbody > tr > td > a:hover, .pagination-ys table > tbody > tr > td > span:hover, .pagination-ys table > tbody > tr > td > a:focus, .pagination-ys table > tbody > tr > td > span:focus
{
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.button
{
    font-size: 11px;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    height: 30px;
    min-width :75px;
}
.mydatagrid
{
    border-style: none;
    width: 100%;
}
.mydatagrid td
{
    border-width: 1px;
    border-color: #D7D7D7;
    border-style: solid solid solid solid;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    padding: 7px 7px 7px 7px;
    height: 16px;
    font-size: 12px;
}
.mydatagrid th
{
    border-width: 1px 1px 0px 1px;
    border-color: gray;
    border-style: solid solid solid solid;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    padding: 7px 7px 7px 7px;
    color: gray;
    background: #FFFFFF;
    font-size: 12px;
    height: 16px;
    font-weight: normal;
}
.mydatagrid .alt
{
    border-style: solid solid solid solid;
    background: #F9F9F9 url(grd_alt.png) repeat-x top;
}
.modalBackground
{
    background-color: Black;
}
.modalPopup
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}
.btn
{
    font-weight: bold;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 5px;
    margin: 2px 5px 2px 5px;
    cursor: pointer;
    background-color: #339966;
    color: #FFFFFF;
    min-width: 72px;
    height: 30px;
}
.block
{
    display: block;
}

.btn-round-sm
{
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 150px;
}
.btn-round-xs
{
    border-style: none;
    border-width: medium;
    border-color: inherit;
    color: #FFFFFF;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 5px 5px;
    cursor: pointer;
    min-width: 50px;
    background-color: #339933;
}
.mySuccessMessage
{
    background-color: #1ab394;
    color: #FFFFFF;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.myErrorMessage
{
    background-color: #FF0000;
    color: #FFFFFF;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.panel-title
{
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    font-weight: bold;
}
.labelHeader
{
    color: Gray;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 3px 3px;
    font-weight: normal;
}
.labelCss
{
    color: Gray;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 3px 3px;
    font-size: 14px;
}

.labelCssSm
{
    color: Gray;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 3px 3px;
    font-size: 12px;
}

.panel-success > .panel-heading, .panel-success > form > .panel-heading
{
    color: #fff;
    background-color: #339933;
    border-color: #339933;
}

.panel-success > .panel-heading
{
    color: #fff;
    background-color: #26c281;
    border-color: #22ad5c;
}

.panel-heading
{
    position: relative;
}
.boxes
{
    height: 75px;
    overflow: auto;
}


.GreenTypeComboBoxStyle .ajax__combobox_itemlist
{
    position: absolute !important;
    width: 100%;
    height: 100px !important;
    overflow: auto !important;
    top: auto !important;
    left: auto !important;
}
.GreenTypeComboBoxStyle .ajax__combobox_itemlist li
{
    background-color: #FFFFFF;
    width: 100%;
    color: Black;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 24px;
}
.GreenTypeComboBoxStyle .ajax__combobox_textboxcontainer input
{
    background-color: White;
    border: 1px solid #000000;
    color: Black;
    font-size: 12px;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
.GreenTypeComboBoxStyle .ajax__combobox_buttoncontainer button
{
    background-color: White;
    border: 1px solid black;
    color: Black;
    font-size: 12px;
    height: 24px;
    vertical-align: middle;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
.center-div
{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background-color: #ccc;
}
.logo-name
{
    color: #999999;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: -10px;
    margin-bottom: 0;
}
body
{
    padding-top: 0px;
}
.bg-grey
{
    background-color: #f3f3f4;
}
h1
{
    font-size: 30px;
    margin-top: 5px;
    font-weight: bold;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
h2
{
    font-size: 24px;
    margin-top: 5px;
    font-weight: bold;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
h3
{
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
h4
{
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
h5
{
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
h6
{
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
.full-width
{
    width: 100% !important;
}
.rounded
{
    padding: 2px;
    border: 1px solid #F0F0F0;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    width: 100% !important;
    font-size: 14px;
    font-weight: normal;
    top: 0px;
    left: 0px;
}
.roundedSm
{
    padding: 2px;
    border: 1px solid #F0F0F0;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    width: 100% !important;
    font-size: 12px;
    font-weight: normal;
    top: 0px;
    left: 0px;
}

.roundedValue
{
    padding: 2px;
    border: 1px solid #F0F0F0;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    width: 100% !important;
    font-size: 14px;
    font-weight: normal;
    top: 0px;
    left: 0px;
    text-align:right;
}
.roundedValueSm
{
    padding: 2px;
    border: 1px solid #F0F0F0;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    width: 100% !important;
    font-size: 12px;
    font-weight: normal;
    top: 0px;
    left: 0px;
    text-align:right;
}

.rounded1
{
    padding: 2px;
    border: 1px solid #F0F0F0;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    width: inherit;
    font-size: 14px;
    font-weight: normal;
    top: 0px;
    left: 0px;
}
.textBoxCss
{
    border: 1px solid #00FFFF;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    width: 100% !important;
    font-size: 14px;
    line-height: 1.42;
    height: 36px;
}
.textBoxmultiCss
{
    border: 1px solid #00FFFF;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    width: 100% !important;
    font-size: 14px;
    top: 0px;
    left: 0px;
}
.checkboxCss
{
    color: Black;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    width: 100% !important;
    font-size: 11px;
    top: 0px;
    left: 0px;
}
.checkboxCss label
{
    margin-left: 5px;
    color: Black;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 3px 3px;
    font-size: 11px;

}
.optionboxCss
{
    color: Gray;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    width: 100% !important;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
}
.optionboxCss label
{
    margin-left: 5px;
    color: Black;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 3px 3px;
    font-size: 11px;
}

.loginscreen.middle-box
{
    margin-top: 20%;
    width: 300px;
    text-align: center;
}
.p
{
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    width: 100% !important;
    font-size: 12px;
    font-weight: normal;
}
.animated.modal.fade .modal-dialog
{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.fadeInDown
{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.m-t
{
    margin-top: 15px;
}
.ibox .label
{
    font-size: 10px;
}
.ui-sortable .ibox-title
{
    cursor: move;
}
.ibox.ui-sortable-placeholder
{
    margin: 0 0 23px !important;
}
.resizable-panels .ibox
{
    clear: none;
    margin: 10px;
    float: left;
    overflow: hidden;
    min-height: 150px;
    min-width: 150px;
}
.resizable-panels .ibox .ibox-content
{
    height: calc(100% - 49px);
}
.ui-resizable-helper
{
    background: rgba(211, 211, 211, 0.4);
}
ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5
{
    margin-top: 5px;
}
.ibox-content.text-box
{
    padding-bottom: 0;
    padding-top: 5px;
}
.ui-draggable .ibox-title
{
    cursor: move;
}
.ibox
{
    clear: both;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
}
.ibox.collapsed .ibox-content
{
    display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before
{
    content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before
{
    content: "\f077";
}
.ibox:after, .ibox:before
{
    display: table;
}
.ibox-title
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 5px 7px;
    min-height: 48px;
}
.ibox-content
{
    background-color: #ffffff;
    color: inherit;
    padding: 5px 5px 5px 5px;
    border-color: #e7eaec;
    border-style: solid solid none;
    border-width: 1px 0;
}
.ibox-footer
{
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}
.ibox-content
{
    clear: both;
}
.ibox-heading
{
    background-color: #f3f6fb;
    border-bottom: none;
}
.ibox-heading h3
{
    font-weight: 200;
    font-size: 24px;
}
.ibox-title h5
{
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
    height: 15px;
}
.ibox-title .label
{
    float: left;
    margin-left: 4px;
}
.ibox-tools
{
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}
.ibox-tools a
{
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}
.ibox-tools a.btn-primary
{
    color: #fff;
}
.ibox-tools .dropdown-menu > li > a
{
    padding: 4px 10px;
    font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu
{
    left: auto;
    right: 0;
}
.ibox.fullscreen
{
    z-index: 2030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0;
}
.ibox.fullscreen .collapse-link
{
    display: none;
}
.ibox.fullscreen .ibox-content
{
    min-height: calc(100% - 48px);
}
.float-e-margins .btn
{
    margin-top: 1px;
    margin-bottom: 1px;
    width: 50px;
    height: 33px;
}
.wrapper
{
    padding: 0px 20px;
}
.wrapper-content
{
    padding: 5px 5px 5px;
}
.no-margins
{
    margin: 0 !important;
}
.label
{
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 3px 8px;
}
.label-primary, .badge-primary
{
    background-color: #1ab394;
    color: #FFFFFF;
}
.label-success, .badge-success
{
    background-color: #1c84c6;
    color: #FFFFFF;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
.label-warning, .badge-warning
{
    background-color: #f8ac59;
    color: #FFFFFF;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
.label-warning-light, .badge-warning-light
{
    background-color: #f8ac59;
    color: #ffffff;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
.label-danger, .badge-danger
{
    background-color: #ed5565;
    color: #FFFFFF;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
.label-info, .badge-info
{
    background-color: #23c6c8;
    color: #FFFFFF;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
.label-inverse, .badge-inverse
{
    background-color: #262626;
    color: #FFFFFF;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
.label-white, .badge-white
{
    background-color: #FFFFFF;
    color: #5E5E5E;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
.label-white, .badge-disable
{
    background-color: #2A2E36;
    color: #8B91A0;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
}
.table-bordered
{
    border: 1px solid #EBEBEB;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td
{
    background-color: #F5F5F6;
    border-bottom-width: 1px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td
{
    border: 1px solid #e7e7e7;
}
.table > thead > tr > th
{
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.btn-white
{
    color: inherit;
    border: 1px solid #e7eaec;
    background-color: #EBEBEB;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white, .btn-white:active:focus, .btn-white:active:hover, .btn-white.active:hover, .btn-white.active:focus
{
    color: inherit;
    border: 1px solid #d2d2d2;
    background-color: #F0F0F0;
}
.btn-white:active, .btn-white.active
{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white
{
    background-image: none;
}
.input-group-addon
{
    background-color: #fff;
    border: 1px solid #E5E6E7;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.spinner-buttons.input-group-btn .btn-xs
{
    line-height: 1;
}
.spinner-buttons.input-group-btn
{
    width: 20%;
}
/* MARGINS & PADDINGS */
.p-xxs
{
    padding: 5px;
}
.p-xs
{
    padding: 10px;
}
.p-sm
{
    padding: 15px;
}
.p-m
{
    padding: 20px;
}
.p-md
{
    padding: 25px;
}
.p-lg
{
    padding: 30px;
}
.p-xl
{
    padding: 40px;
}
.p-w-xs
{
    padding: 0 10px;
}
.p-w-sm
{
    padding: 0 15px;
}
.p-w-m
{
    padding: 0 20px;
}
.p-w-md
{
    padding: 0 25px;
}
.p-w-lg
{
    padding: 0 30px;
}
.p-w-xl
{
    padding: 0 40px;
}
.p-h-xs
{
    padding: 10px 0;
}
.p-h-sm
{
    padding: 15px 0;
}
.p-h-m
{
    padding: 20px 0;
}
.p-h-md
{
    padding: 25px 0;
}
.p-h-lg
{
    padding: 30px 0;
}
.p-h-xl
{
    padding: 40px 0;
}
.m-xxs
{
    margin: 2px 4px;
}
.m
{
    margin: 15px;
}
.m-xs
{
    margin: 5px;
}
.m-sm
{
    margin: 10px;
}
.m-md
{
    margin: 20px;
}
.m-lg
{
    margin: 30px;
}
.m-xl
{
    margin: 50px;
}
.m-n
{
    margin: 0 !important;
}
.m-l-none
{
    margin-left: 0;
}
.m-l-xs
{
    margin-left: 5px;
}
.m-l-sm
{
    margin-left: 10px;
}
.m-l
{
    margin-left: 15px;
}
.m-l-md
{
    margin-left: 20px;
}
.m-l-lg
{
    margin-left: 30px;
}
.m-l-xl
{
    margin-left: 40px;
}
.m-l-n-xxs
{
    margin-left: -1px;
}
.m-l-n-xs
{
    margin-left: -5px;
}
.m-l-n-sm
{
    margin-left: -10px;
}
.m-l-n
{
    margin-left: -15px;
}
.m-l-n-md
{
    margin-left: -20px;
}
.m-l-n-lg
{
    margin-left: -30px;
}
.m-l-n-xl
{
    margin-left: -40px;
}
.m-t-none
{
    margin-top: 0;
}
.m-t-xxs
{
    margin-top: 1px;
}
.m-t-xs
{
    margin-top: 5px;
}
.m-t-sm
{
    margin-top: 10px;
}
.m-t
{
    margin-top: 15px;
}
.m-t-md
{
    margin-top: 20px;
}
.m-t-lg
{
    margin-top: 30px;
}
.m-t-xl
{
    margin-top: 40px;
}
.m-t-n-xxs
{
    margin-top: -1px;
}
.m-t-n-xs
{
    margin-top: -5px;
}
.m-t-n-sm
{
    margin-top: -10px;
}
.m-t-n
{
    margin-top: -15px;
}
.m-t-n-md
{
    margin-top: -20px;
}
.m-t-n-lg
{
    margin-top: -30px;
}
.m-t-n-xl
{
    margin-top: -40px;
}
.m-r-none
{
    margin-right: 0;
}
.m-r-xxs
{
    margin-right: 1px;
}
.m-r-xs
{
    margin-right: 5px;
}
.m-r-sm
{
    margin-right: 10px;
}
.m-r
{
    margin-right: 15px;
}
.m-r-md
{
    margin-right: 20px;
}
.m-r-lg
{
    margin-right: 30px;
}
.m-r-xl
{
    margin-right: 40px;
}
.m-r-n-xxs
{
    margin-right: -1px;
}
.m-r-n-xs
{
    margin-right: -5px;
}
.m-r-n-sm
{
    margin-right: -10px;
}
.m-r-n
{
    margin-right: -15px;
}
.m-r-n-md
{
    margin-right: -20px;
}
.m-r-n-lg
{
    margin-right: -30px;
}
.m-r-n-xl
{
    margin-right: -40px;
}
.m-b-none
{
    margin-bottom: 0;
}
.m-b-xxs
{
    margin-bottom: 1px;
}
.m-b-xs
{
    margin-bottom: 5px;
}
.m-b-sm
{
    margin-bottom: 10px;
}
.m-b
{
    margin-bottom: 15px;
}
.m-b-md
{
    margin-bottom: 20px;
}
.m-b-lg
{
    margin-bottom: 30px;
}
.m-b-xl
{
    margin-bottom: 40px;
}
.m-b-n-xxs
{
    margin-bottom: -1px;
}
.m-b-n-xs
{
    margin-bottom: -5px;
}
.m-b-n-sm
{
    margin-bottom: -10px;
}
.m-b-n
{
    margin-bottom: -15px;
}
.m-b-n-md
{
    margin-bottom: -20px;
}
.m-b-n-lg
{
    margin-bottom: -30px;
}
.m-b-n-xl
{
    margin-bottom: -40px;
}
.space-15
{
    margin: 15px 0;
}
.space-20
{
    margin: 20px 0;
}
.space-25
{
    margin: 25px 0;
}
.space-30
{
    margin: 30px 0;
}
.img-sm
{
    width: 32px;
    height: 32px;
}
.img-md
{
    width: 64px;
    height: 64px;
}
.img-lg
{
    width: 96px;
    height: 96px;
}
.b-r-xs
{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.b-r-sm
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.b-r-md
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.b-r-lg
{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.b-r-xl
{
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
.fullscreen-ibox-mode .animated
{
    animation: none;
}
body.fullscreen-ibox-mode
{
    overflow-y: hidden;
}
.ibox.fullscreen
{
    z-index: 2030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0;
}
.ibox.fullscreen .collapse-link
{
    display: none;
}
.ibox.fullscreen .ibox-content
{
    min-height: calc(100% - 48px);
}
body.modal-open
{
    padding-right: inherit !important;
}
body.modal-open .wrapper-content.animated
{
    -webkit-animation: none;
    -ms-animation-nam: none;
    animation: none;
}
body.modal-open .animated
{
    animation-fill-mode: initial;
    z-index: inherit;
}
.hr-line-dashed
{
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}
.hr-line-solid
{
    border-bottom: 1px solid #e7eaec;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
.badge
{
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Inter' , Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none;
    white-space: nowrap;
}
.btn-circle
{
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}
.btn-circle.btn-lg
{
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}
.btn-circle.btn-xl
{
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.label-primary, .badge-primary
{
    background-color: #1ab394;
    color: #FFFFFF;
}
.label-success, .badge-success
{
    background-color: #1c84c6;
    color: #FFFFFF;
}
.label-warning, .badge-warning
{
    background-color: #f8ac59;
    color: #FFFFFF;
}
.label-warning-light, .badge-warning-light
{
    background-color: #f8ac59;
    color: #ffffff;
}
.label-danger, .badge-danger
{
    background-color: #ed5565;
    color: #FFFFFF;
}
.label-info, .badge-info
{
    background-color: #23c6c8;
    color: #FFFFFF;
}
.label-inverse, .badge-inverse
{
    background-color: #262626;
    color: #FFFFFF;
}
.label-white, .badge-white
{
    background-color: #FFFFFF;
    color: #5E5E5E;
}
.label-white, .badge-disable
{
    background-color: #2A2E36;
    color: #8B91A0;
}
.feed-activity-list .feed-element
{
    border-bottom: 1px solid #e7eaec;
}
.feed-element:first-child
{
    margin-top: 0;
}
.feed-element
{
    padding-bottom: 15px;
}
.feed-element, .feed-element .media
{
    margin-top: 15px;
}
.feed-element, .media-body
{
    overflow: hidden;
}
.feed-element > a img
{
    margin-right: 10px;
}
.feed-element img.rounded-circle, .dropdown-messages-box img.rounded-circle
{
    width: 38px;
    height: 38px;
}
.feed-element .well
{
    border: 1px solid #e7eaec;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 16px;
}
.feed-element .actions
{
    margin-top: 10px;
}
.feed-element .photos
{
    margin: 10px 0;
}
.product-box
{
    padding: 0;
    border: 1px solid #e7eaec;
}
.product-imitation
{
    text-align: center;
    padding: 0px 0;
    background-color: #f8f8f9;
    color: #bebec3;
    font-weight: 600;
}
.product-desc
{
    padding: 20px;
    position: relative;
}
.product-price
{
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1ab394;
    padding: 6px 12px;
    position: absolute;
    top: -32px;
    right: 0;
}
.product-name
{
    font-size: 16px;
    font-weight: 600;
    color: #676a6c;
    display: block;
    margin: 2px 0 5px 0;
}
.m-t-xs
{
    margin-top: 5px;
}
.small, small
{
    font-size: 80%;
    font-weight: 400;
}
.m-b-xs
{
    margin-bottom: 5px;
}
.font-bold
{
    font-weight: 600;
}
.m-t-md
{
    margin-top: 20px;
}
hr
{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.rupee
{
    background-position: left;
    width: 10px;
    height: 14px;
    background-image: url('http://i.stack.imgur.com/vJZ9m.png');
    display: block;
    background-repeat: no-repeat;
}
.divWishList
{
    width: 100%;
    position: fixed;
    right: 1px;
    color: White;
    top: 10px;
    z-index: 100000;
    padding: 0;
    font-size: 15px;
}
.roundButton
{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    padding: 9px 12px 12px 9px;
    background: #fff;
}

.sidebar .nav .NavLinkGroup--title, .sidebar .nav .NavLink
{
    background-color: transparent;
    border-left: 4px solid transparent;
    color: #b4b6bd;
    line-height: 40px;
    padding: 0 15px;
}
.NavLink
{
    background-color: transparent;
    border-left: 4px solid transparent;
    color: #b4b6bd;
    line-height: 40px;
    padding: 0 15px;
}
.gridviewPager
{
    background-color: #fff;
    padding: 2px 2px 2px 2px;
    margin: 2% auto;
}
.gridviewPager a
{
    margin: auto 1%; /*  border-radius: 50%;  box-shadow: 1px 1px 1px #111; */
    background-color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    color: #C0C0C0;
    text-decoration: none;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
}

.gridviewPager a:hover
{
    background-color: #337ab7;
    color: #fff;
}

.gridviewPager span
{
    background-color: #066091;
    color: #fff;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111; /*  border-radius: 50%; */
    padding: 5px 10px 5px 10px;
}
.mySidenav a
{
    position: absolute;
    right: -80px;
    transition: 0.3s;
    padding: 15px;
    width: 100px;
    text-decoration: none;
    font-size: 12px;
    color: white;
    border-radius: 0 5px 5px 0;
}
.mySidenav a:hover
{
    right: 0;
}
.master
{
    top: 20px;
    background-color: Gray;
}
.card {
  border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  color: #333333;
  background: #F5F5F5;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card .card-category:not([class*="text-"]) {
  color: #999999;
}

.card .card-category {
  margin-top: 10px;
}

.card .card-category .material-icons {
  position: relative;
  top: 8px;
  line-height: 0;
}

.card .form-check {
  margin-top: 5px;
}

.card .card-title {
  margin-top: 0.625rem;
}

.card .card-title:last-child {
  margin-bottom: 0;
}

.card.no-shadow .card-header-image,
.card.no-shadow .card-header-image img {
  box-shadow: none !important;
}

.card .card-body,
.card .card-footer {
  padding: 0.9375rem 1.875rem;
}

.card .card-body+.card-footer {
  padding-top: 0rem;
  border: 0;
  border-radius: 6px;
}

.card .card-footer {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
}

.card .card-footer .author,
.card .card-footer .stats {
  display: inline-flex;
}

.card .card-footer .stats {
  color: #999999;
}

.card .card-footer .stats .material-icons {
  position: relative;
  top: -10px;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 18px;
}

.card.bmd-card-raised {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .card.bmd-card-flat {
    box-shadow: none;
  }
}

.card .card-header {
  border-bottom: none;
  background: transparent;
}

.card .card-header .title {
  color: #fff;
}

.card .card-header .nav-tabs {
  padding: 0;
}

.card .card-header.card-header-image {
  position: relative;
  padding: 0;
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
}

.card .card-header.card-header-image img {
  width: 100%;
  border-radius: 6px;
  pointer-events: none;
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-header.card-header-image .card-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.125rem;
  text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

.card .card-header.card-header-image .colored-shadow {
  transform: scale(0.94);
  top: 12px;
  filter: blur(12px);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  transition: opacity .45s;
  opacity: 0;
}

.card .card-header.card-header-image.no-shadow {
  box-shadow: none;
}

.card .card-header.card-header-image.no-shadow.shadow-normal {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-header.card-header-image.no-shadow .colored-shadow {
  display: none !important;
}

.card .card-header-primary .card-icon,
.card .card-header-primary .card-text,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card.bg-primary,
.card.card-rotate.bg-primary .front,
.card.card-rotate.bg-primary .back {
  background: linear-gradient(60deg, #ab47bc, #8e24aa);
}

.card .card-header-info .card-icon,
.card .card-header-info .card-text,
.card .card-header-info:not(.card-header-icon):not(.card-header-text),
.card.bg-info,
.card.card-rotate.bg-info .front,
.card.card-rotate.bg-info .back {
  background: linear-gradient(60deg, #26c6da, #00acc1);
}

.card .card-header-success .card-icon,
.card .card-header-success .card-text,
.card .card-header-success:not(.card-header-icon):not(.card-header-text),
.card.bg-success,
.card.card-rotate.bg-success .front,
.card.card-rotate.bg-success .back {
  background: linear-gradient(60deg, #66bb6a, #43a047);
}

.card .card-header-warning .card-icon,
.card .card-header-warning .card-text,
.card .card-header-warning:not(.card-header-icon):not(.card-header-text),
.card.bg-warning,
.card.card-rotate.bg-warning .front,
.card.card-rotate.bg-warning .back {
  background: linear-gradient(60deg, #ffa726, #fb8c00);
}

.card .card-header-danger .card-icon,
.card .card-header-danger .card-text,
.card .card-header-danger:not(.card-header-icon):not(.card-header-text),
.card.bg-danger,
.card.card-rotate.bg-danger .front,
.card.card-rotate.bg-danger .back {
  background: linear-gradient(60deg, #ef5350, #e53935);
}

.card .card-header-rose .card-icon,
.card .card-header-rose .card-text,
.card .card-header-rose:not(.card-header-icon):not(.card-header-text),
.card.bg-rose,
.card.card-rotate.bg-rose .front,
.card.card-rotate.bg-rose .back {
  background: linear-gradient(60deg, #ec407a, #d81b60);
}

.card .card-header-primary .card-icon,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card .card-header-primary .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}

.card .card-header-danger .card-icon,
.card .card-header-danger:not(.card-header-icon):not(.card-header-text),
.card .card-header-danger .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
}

.card .card-header-rose .card-icon,
.card .card-header-rose:not(.card-header-icon):not(.card-header-text),
.card .card-header-rose .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
}

.card .card-header-warning .card-icon,
.card .card-header-warning:not(.card-header-icon):not(.card-header-text),
.card .card-header-warning .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
}

.card .card-header-info .card-icon,
.card .card-header-info:not(.card-header-icon):not(.card-header-text),
.card .card-header-info .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
}

.card .card-header-success .card-icon,
.card .card-header-success:not(.card-header-icon):not(.card-header-text),
.card .card-header-success .card-text {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

.card [class*="card-header-"],
.card[class*="bg-"] {
  color: #fff;
}

.card [class*="card-header-"] .card-title a,
.card [class*="card-header-"] .card-title,
.card [class*="card-header-"] .icon i,
.card[class*="bg-"] .card-title a,
.card[class*="bg-"] .card-title,
.card[class*="bg-"] .icon i {
  color: #fff;
}

.card [class*="card-header-"] .icon i,
.card[class*="bg-"] .icon i {
  border-color: rgba(255, 255, 255, 0.25);
}

.card [class*="card-header-"] .author a,
.card [class*="card-header-"] .stats,
.card [class*="card-header-"] .card-category,
.card [class*="card-header-"] .card-description,
.card[class*="bg-"] .author a,
.card[class*="bg-"] .stats,
.card[class*="bg-"] .card-category,
.card[class*="bg-"] .card-description {
  color: rgba(255, 255, 255, 0.8);
}

.card [class*="card-header-"] .author a:hover,
.card [class*="card-header-"] .author a:focus,
.card [class*="card-header-"] .author a:active,
.card[class*="bg-"] .author a:hover,
.card[class*="bg-"] .author a:focus,
.card[class*="bg-"] .author a:active {
  color: #fff;
}

.card .author .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}

.card .author a {
  color: #3C4858;
  text-decoration: none;
}

.card .author a .ripple-container {
  display: none;
}

.card .card-category-social .fa {
  font-size: 24px;
  position: relative;
  margin-top: -4px;
  top: 2px;
  margin-right: 5px;
}

.card .card-category-social .material-icons {
  position: relative;
  top: 5px;
}

.card[class*="bg-"],
.card[class*="bg-"] .card-body {
  border-radius: 6px;
}

.card[class*="bg-"] h1 small,
.card[class*="bg-"] h2 small,
.card[class*="bg-"] h3 small,
.card[class*="bg-"] .card-body h1 small,
.card[class*="bg-"] .card-body h2 small,
.card[class*="bg-"] .card-body h3 small {
  color: rgba(255, 255, 255, 0.8);
}

.card .card-stats {
  background: transparent;
  display: flex;
}

.card .card-stats .author,
.card .card-stats .stats {
  display: inline-flex;
}

.card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

.card .table tr:first-child td {
  border-top: none;
}

.card .card-title {
  margin-top: 0;
  margin-bottom: 3px;
}

.card .card-body {
  padding: 0.9375rem 20px;
  position: relative;
}

.card .card-body .form-group {
  margin: 8px 0 0;
}

.card .card-header {
  z-index: 3 !important;
}

.card .card-header .card-title {
  margin-bottom: 3px;
}

.card .card-header .card-category {
  margin: 0;
}

.card .card-header.card-header-text {
  display: inline-block;
}

.card .card-header.card-header-text:after {
  content: "";
  display: table;
}

.card .card-header.card-header-icon i,
.card .card-header.card-header-text i {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}

.card .card-header.card-header-icon .card-title,
.card .card-header.card-header-text .card-title {
  margin-top: 15px;
  color: #3C4858;
  font-weight: 400;
}

.card .card-header.card-header-icon h4,
.card .card-header.card-header-text h4 {
  font-weight: 300;
}

.card .card-header.card-header-tabs .nav-tabs {
  background: transparent;
  padding: 0;
}

.card .card-header.card-header-tabs .nav-tabs-title {
  float: left;
  padding: 10px 10px 10px 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}

.card.card-plain .card-header.card-header-icon+.card-body .card-title,
.card.card-plain .card-header.card-header-icon+.card-body .card-category {
  margin-top: -20px;
}

.card .card-actions {
  position: absolute;
  z-index: 1;
  top: -50px;
  width: calc(100% - 30px);
  left: 17px;
  right: 17px;
  text-align: center;
}

.card .card-actions .card-header {
  padding: 0;
  min-height: 160px;
}

.card .card-actions .btn {
  padding-left: 12px;
  padding-right: 12px;
}

.card .card-actions .fix-broken-card {
  position: absolute;
  top: -65px;
}

.card.card-chart .card-footer i:nth-child(1n+2) {
  width: 18px;
  text-align: center;
}

.card.card-chart .card-category {
  margin: 0;
}

.card .card-body+.card-footer,
.card .card-footer {
  padding: 0;
  padding-top: 10px;
  margin: 0 15px 10px;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
}

.card .card-body+.card-footer h6,
.card .card-footer h6 {
  width: 100%;
}

.card .card-body+.card-footer .stats,
.card .card-footer .stats {
  color: #999999;
  font-size: 12px;
  line-height: 22px;
}

.card .card-body+.card-footer .stats .card-category,
.card .card-footer .stats .card-category {
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0;
}

.card .card-body+.card-footer .stats .material-icons,
.card .card-footer .stats .material-icons {
  position: relative;
  top: 3px;
  font-size: 16px;
}

.card [class*="card-header-"] {
  margin: 0px 15px 0;
  padding: 0;
  position: relative;
}

.card [class*="card-header-"] .card-title+.card-category {
  color: rgba(255, 255, 255, 0.8);
}

.card [class*="card-header-"] .card-title+.card-category a {
  color: #fff;
}

.card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
  border-radius: 3px;
  margin-top: -20px;
  padding: 15px;
}

.card [class*="card-header-"] .card-icon,
.card [class*="card-header-"] .card-text {
  border-radius: 3px;
  background-color: #999999;
  padding: 15px;
  margin-top: -20px;
  margin-right: 15px;
  float: left;
}

.card [class*="card-header-"] .card-text {
  float: none;
  display: inline-block;
  margin-right: 0;
}

.card [class*="card-header-"] .card-text .card-title {
  color: #fff;
  margin-top: 0;
}

.card [class*="card-header-"] .ct-chart .card-title {
  color: #fff;
}

.card [class*="card-header-"] .ct-chart .card-category {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
}

.card [class*="card-header-"] .ct-chart .ct-label {
  color: rgba(255, 255, 255, 0.7);
}

.card [class*="card-header-"] .ct-chart .ct-grid {
  stroke: rgba(255, 255, 255, 0.2);
}

.card [class*="card-header-"] .ct-chart .ct-series-a .ct-point,
.card [class*="card-header-"] .ct-chart .ct-series-a .ct-line,
.card [class*="card-header-"] .ct-chart .ct-series-a .ct-bar,
.card [class*="card-header-"] .ct-chart .ct-series-a .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.8);
}

.card [class*="card-header-"] .ct-chart .ct-series-a .ct-slice-pie,
.card [class*="card-header-"] .ct-chart .ct-series-a .ct-area {
  fill: rgba(255, 255, 255, 0.4);
}

.card [class*="card-header-"] .ct-chart .ct-series-a .ct-bar {
  stroke-width: 10px;
}

.card [class*="card-header-"] .ct-chart .ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.card [class*="card-header-"] .ct-chart .ct-line {
  fill: none;
  stroke-width: 4px;
}

.card [data-header-animation="true"] {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.card:hover [data-header-animation="true"] {
  -webkit-transform: translate3d(0, -50px, 0);
  -moz-transform: translate3d(0, -50px, 0);
  -o-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

.card .map {
  height: 280px;
  border-radius: 6px;
  margin-top: 15px;
}

.card .map.map-big {
  height: 420px;
}

.card .card-body.table-full-width {
  padding: 0;
}

.card .card-plain .card-header-icon {
  margin-right: 15px !important;
}
.div-shadow
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
