﻿
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999;
    color: #0094ff;
    text-shadow: 0px 0px 13px #0094ff;
    background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
    font-weight: 600;
    vertical-align: central;
    padding-top: 10px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.table-selected td{
    background-color:#1a8831;
    color:#fff;
}
.graphView {
    border: 1px solid #859398;
    border-radius: 4px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#LoginForm {
    width: 100%;
    max-width: 330px;
    border: 1px solid rgba(200,200,200,0.5);
    box-shadow: 0px 0px 10px #000000;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(0,0,0,0.6);
    font-weight: 600;
}
.custominput{
    background-color:transparent;
    color:#fff;
}
.imageBanner {
    width: 100%;
    height: 100vh;
    background-image: url(/Images/crmbg.jpg);
    background-size: 100% 100%;
    box-shadow: 2px 0px 10px #859398;
    animation-name: bgchange;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    -moz-animation-name: bgchange;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
}

@keyframes bgchange {
    0% {
        background-image: url(/Images/crmbg.jpg);
    }

    20% {
        background-image: url(/Images/bgImage.jpg);
    }

    40% {
        background-image: url(/Images/LoginBg6.jpg);
    }

    60% {
        background-image: url(/Images/LoginBg7.jpg);
    }

    80% {
        background-image: url(/Images/LoginBg8.jpg);
    }

    100% {
        background-image: url(/Images/crmbg.jpg);
    }
}


.form {
    padding: 23px;
}

#SignupForm {
    width: 100%;
    height: 100%;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#BodyContainer {
    background-color: #f8f8f8;
    box-shadow: 0px 0px 20px #000;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 8px;
}
#BodyContainer2 {
    background-color: #f8f8f8;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 8px;
}
#BodyContainer3 {
    border: 3px dashed rgba(0,0,0,0.3);
    border-radius: 8px;
}
thead {
    color: #fff;
    text-align: center;
    background: #283048;
    background: -webkit-linear-gradient(to top, #859398, #283048);
    background: linear-gradient(to top, #859398, #283048);
}

    thead tr th {
        text-align: center;
    }

.widget1 {
    margin: 2px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px #42275a;
    padding: 10px;
    color: #fff;
    background: #42275a;
    background: -webkit-linear-gradient(to bottom, #734b6d, #42275a);
    background: linear-gradient(to bottom, #734b6d, #42275a);
}

.widget2 {
    margin: 2px;
    box-shadow: 0px 0px 2px #FF8008;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    background: #FF8008;
    background: -webkit-linear-gradient(to right, #FFC837, #FF8008);
    background: linear-gradient(to right, #FF8008, #FFC837);
}

.widget3 {
    margin: 2px;
    box-shadow: 0px 0px 2px #4B79A1;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    background: #4B79A1;
    background: -webkit-linear-gradient(to right, #283E51, #4B79A1);
    background: linear-gradient(to right, #283E51, #4B79A1);
}

.widget4 {
    box-shadow: 0px 0px 2px #ADD100;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    background: #ADD100;
    background: -webkit-linear-gradient(to right, #7B920A, #ADD100);
    background: linear-gradient(to right, #7B920A, #ADD100);
}

.widget5 {
    margin: 2px;
    box-shadow: 0px 0px 2px #ADD100;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    background: #134E5E;
    background: -webkit-linear-gradient(to right, #134E5E, #71B280);
    background: linear-gradient(to right,#134E5E, #71B280);
}

.widget6 {
    margin: 2px;
    box-shadow: 0px 0px 2px #ADD100;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    color: #f8f8f8;
    background: #e52d27; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #b31217, #e52d27); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*Backgrounds*/
.bg-darkSkies {
    color: #f8f8f8;
    background: #4B79A1; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #283E51, #4B79A1); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #283E51, #4B79A1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-NightHawk {
    color: #f8f8f8;
    background: #2980b9; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #2c3e50, #2980b9); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #2c3e50, #2980b9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-haikus {
    color: #f8f8f8;
    background: #fd746c; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #ff9068, #fd746c); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ff9068, #fd746c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-LittleLeaf {
    color: #f8f8f8;
    background: #76b852; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #8DC26F, #76b852); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #8DC26F, #76b852); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-darkgreen {
    color: #f8f8f8;
    background: #6A9113; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #141517, #6A9113); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #141517, #6A9113); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-caramel {
    color: #f8f8f8;
    background: #D1913C; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #FFD194, #D1913C); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FFD194, #D1913C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-turquoiseFlow {
    color: #f8f8f8;
    background: #136a8a; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #267871, #136a8a); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #267871, #136a8a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-behongo {
    color: #f8f8f8;
    background: #52c234; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #061700, #52c234); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #061700, #52c234); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-SoundCloud {
    color: #f8f8f8;
    background: #fe8c00; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #f83600, #fe8c00); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #f83600, #fe8c00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-parklife {
    color: #f8f8f8;
    background: #ADD100; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #7B920A, #ADD100); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #7B920A, #ADD100); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-pinot {
    color: #f8f8f8;
    background: #4b6cb7; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #182848, #4b6cb7); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #182848, #4b6cb7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-shrimpy {
    color: #f8f8f8;
    background: #e43a15; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #e65245, #e43a15); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #e65245, #e43a15); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-mojito {
    color: #f8f8f8;
    background: #1D976C; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #93F9B9, #1D976C); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #93F9B9, #1D976C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-portrait {
    background: #8e9eab; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #eef2f3, #8e9eab); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-delicate {
    background: #D3CCE3; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #E9E4F0, #D3CCE3); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #E9E4F0, #D3CCE3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-dull {
    background: #C9D6FF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #E2E2E2, #C9D6FF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #E2E2E2, #C9D6FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-TemptingAzure {
    background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);
}
/*#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
/*position:fixed;
    top:0;
    left:0;
    color: #fff;
    transition: all 0.3s;
    min-height: 100vh;
    min-width: 250px;
    max-width: 250px;
    background-image: url('../Images/sunset2.png');
    box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.8);
}

    #sidebar .sidebar-header {
        padding: 20px;
        color: #0094ff;
        background-color: transparent;
        border-bottom:1px solid #fff;

    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 14px;
        display: block;
        color:#f8f8f8;
        transition: linear 0.5s;
    }

        #sidebar ul li a:hover {
            color: #fff;
            background: rgba(255,255,255,0.5);
            text-decoration:none;
        }
 #sidebar ul li ul{

 }*/
/*#sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }
a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}*/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}
input:disabled + .slider {
    cursor: not-allowed;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

    .slider.round:before {
        border-radius: 50%;
    }

#ImportantLabels {
    border-left: 3px solid #f1a317;
    padding-left: 10px;
}

.CustomSelect {
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    color: #47748b;
    font-weight: 600;
    border: 1px solid #c2cad8;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://www.lbcgroup.tv/images/arrow_Down_blue.png);
    background-position-x: 98%;
    background-repeat: no-repeat;
    background-position-y: center;
}
/*.CustomSelect2 {
    min-width: 280px;
}

#ddlVendor_chosen {
    min-width: 260px;
}
#ddlVendorUpdate_chosen {
    min-width: 260px;
}
#ddlTicketNumber_chosen {
    min-width: 260px;
}
#ddlTicketNumberUpdate_chosen {
    min-width: 260px;
}*/
.HrefEdit {
    color: #fff;
    background: #4e54c8; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #8f94fb, #4e54c8); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #8f94fb, #4e54c8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: none;
    border-radius: 5px;
    padding: 5px;
    height: 20px;
    width: 100px;
}

    .HrefEdit:hover {
        text-decoration: none;
        color: #fff;
        box-shadow: 0px 0px 10px #485563 inset;
    }

@media (max-width: 768px) {
    #sidebar {
        width: 0px;
        overflow: hidden;
    }

        #sidebar.active {
            margin-left: 0;
        }
}
/* Create a custom radio button */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:disabled + label::before{
        cursor:not-allowed;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #859398;
            border-radius: 100%;
            background: #e1dfdf;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 18px;
            height: 18px;
            background: #1678ef;
            position: absolute;
            border: 2px solid #0ed628;
            top: 0px;
            left: 0px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
.dot {
    height: 25px;
    width: 25px;
    /*background-color: #bbb;*/
    border-radius: 50%;
    display: inline-block;
}