#content {
	background: #fff;
	border: 1px solid #c4c6ca;
	margin: 100px auto 0;
	padding: 15px 0;
	position: relative;
	text-shadow: 0 1px 0 #fff;
	width: 100%; display: inline-block;
}

#content form { margin: 0 20px; position: relative }
#content form input[type="text"],
#content form input[type="password"] {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 1px solid #c8c8c8;
	color: #777;
	font: 14px;
	margin: 0 0 10px;
	padding: 0 0 0 8px;
	width: 100%;
}
#content form input[type="text"]:focus,
#content form input[type="password"]:focus {
	background-color: #fff;
	border: 1px solid #ed1c24;
	outline: none;
}
#username { background-position: 10px 10px !important }
#password { background-position: 10px -53px !important }
#content form input[type="submit"], #content form input[type="button"] {
 background: #ed1c24;
    border: medium none;
    border-radius: 30px;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    padding: 6px 20px;
	}
.loginform .form-control{  font-size: 14px;}
#content form div a {
 color: #333;
    float: none;
    font-size: 16px;
    text-decoration: none;
}
.logo_sign {
    margin: 0 auto 20px;
    width: 66%;
}
.login_col span {
    color: #ccc;
    right: 8px;
    position: absolute;
    top: 9px;
}
.loginform h1 {
    font-size: 18px;
    margin: 15px 0;
    text-align: center;
}
.logo_sign img {
    margin: 0 auto;
    width: 55%;
}
.divider {
    border: 1px solid #f6f6f6;
}
.forgot_pass a {
    color: #777;
    font-size: 14px;
    line-height: 21px;
}
.forgot_pass {
    margin: 8px 0 !important;
}
.forgot_pass a:hover {
    color: #777;
    text-decoration: none;
}
.Sign_up {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
    text-align: center;
}
.Sign_up > a {
    color: #2c6a02;
    margin: 0 10px;
}
.forgotpassword .form-group {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.forerror {
    color: red;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
	
}
.forexist h2 {
    font-size: 21px;
    text-align: center;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
}

.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: 30px;
  width: 30px;
  left: -1px;
  top: -2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #296202;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.switch p {
    color: #777;
    font-size: 14px;
    position: absolute;
    right: -105px;
    top: 7px;
}

.wrapper, .row {
   
}
.wrapper:before, .wrapper:after,
.column:before, .column:after {
    content: "";
    display: table;
}

.wrapper:after,
.column:after {
    clear: both;
}

#sidebar {
    background-color: #000;
    padding-left: 0;
    float: left;
    min-height: 100%;
    height: 600px;
}

#sidebar .collapse.in {
    display: inline;
}

#sidebar > .nav>li>a {
    white-space: nowrap;
    overflow: hidden;
}
#sidebar .nav.row {
    padding: 0 0 0 15px;
}
#main {
    padding: 15px;
    left: 0;
}
#sidebar .nav > li > a {
    border-bottom: 1px solid #011c38;
    color: #fff;
    display: block;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
}
.error {
    color: red;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    padding: 5px 0;
	/*text-align: center;*/
}
.status_active{
	color:green;
	font-weight:bold;
	cursor:pointer
	
}

.status_inactive{
	color:red;
	font-weight:bold;
	cursor:pointer
	
}

.title_txt {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
	color:#000;
}
.widget-infobox .infobox {
    background: #ffffff;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    min-width: 165px;
    padding: 8px;
    text-align: center;
}
.widget-infobox .left {
    float: left;
    padding-left: 0;
    padding-right: 10px;
}
.widget-infobox .right {
    float: left;
    padding-left: 0;
    padding-right: 10px;
}
.widget-infobox .left i::before {
    border-radius: 50%;
    display: inline-block;
    height: 48px;
    margin-top: 0;
    padding: 13px;
    width: 48px; font-size: 24px;
}

.widget-infobox .right .pull-left {
 font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 900;
}
.c-orange {
    color: #ec8521;
}
.widget-infobox .txt {
    float: left;
    min-width: 80px;
    text-align: left;
}
.txt {
    font-size: 12px;
    font-weight: 800;
}
.bg-gray:not(i) {
    background-color: #82848a !important;
    color: #000000 !important;
}
i.bg-gray::before {
    background-color: #82848a !important;
    color: #000000 !important;
}
.bg-gray.form-control:focus {
    background-color: #82848a !important;
    color: #000000 !important;
}
.bg-gray-light:not(i) {
    background-color: #fafafa !important;
    color: #5b5b5b !important;
}
i.bg-gray-light::before {
    background-color: #fafafa !important;
    color: #5b5b5b !important;
}
.bg-gray-light.form-control:focus {
    background-color: #fafafa !important;
    color: #5b5b5b !important;
}
.modal-footer.bg-gray-light:not(i) {
    background-color: #efefef !important;
    color: #5b5b5b !important;
}
.bg-red:not(i) {
    background-color: #c9625f !important;
    color: #fff !important;
}
i.bg-red::before {
    background-color: #c9625f !important;
    color: #fff !important;
}
.bg-red.form-control:focus {
    background-color: #c9625f !important;
    color: #fff !important;
}
.bg-yellow:not(i) {
    background-color: #ebc85e !important;
    color: #fff !important;
}

.bg-yellow.form-control:focus {
    background-color: #ebc85e !important;
    color: #fff !important;
}
.bg-white:not(i) {
    background-color: #fff !important;
    color: black !important;
}
i.bg-white::before {
    background-color: #fff !important;
    color: black !important;
}
.bg-white.form-control:focus {
    background-color: #fff !important;
    color: black !important;
}
.bg-light:not(i) {
    background-color: #e9e9e9 !important;
    color: black !important;
}
i.bg-light::before {
    background-color: #e9e9e9 !important;
    color: black !important;
}
.bg-light.form-control:focus {
    background-color: #e9e9e9 !important;
    color: black !important;
}
.bg-green:not(i) {
    background-color: #18a689 !important;
    color: #fff !important;
}
i.bg-green::before {
    background-color: #18a689 !important;
    color: #fff !important;
}
.bg-green.form-control:focus {
    background-color: #18a689 !important;
    color: #fff !important;
}
.bg-blue:not(i) {
    background-color: #4584d1 !important;
    color: #fff !important;
}
.bg-blue.form-control:focus {
    background-color: #4584d1 !important;
    color: #fff !important;
}
.bg-blue2:not(i) {
    background-color: #3498db !important;
    color: #fff !important;
}
i.bg-blue2::before {
    background-color: #3498db !important;
    color: #fff !important;
}

#main .panel{padding: 20px; width:99%;display: inline-block;}
#main .panel-header h3 {
    color: #0d9f02;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.widget-infobox {
    display: inline-block;
    margin: 15px 0;
    position: relative;
}
.panel-content li {
    background: #f1f1f1;
     border: 1px solid #ccc;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    list-style: outside none none;
    margin: 6px 0 0 0;
    padding: 6px 0;
    width: 100%;
}
.tab-content a {
    color: #333;
}
.panel-content ul {
    margin: 0;
    padding: 0;
}
/*
 * off canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
		     .nav-side-menu {
    left: 0;
    top: 0px !important;
}
    #sidebar {
        min-width: 44px;
    }
    
    #main {
        width: 1%;
        left: 0;
    }
    
    #sidebar .visible-xs {
       display:inline !important;
    }
    
    .row-offcanvas {
       position: relative;
       -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
       transition: all 0.4s ease-in-out;
    }
    
    .row-offcanvas-left.active {
       left: 45%;
    }
    
    .row-offcanvas-left.active .sidebar-offcanvas {
       left: -45%;
       position: absolute;
       top: 0;
       width: 45%;
    }
} 
 
 
@media screen and (min-width: 768px) {

  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left.active {
    left: 3%;
  }

  .row-offcanvas-left.active .sidebar-offcanvas {
    left: -3%;
    position: absolute;
    top: 0;
    width: 3%;
    text-align: center;
    min-width:42px;
  }
  
  #main {
    left: 0;
  }
}
   .main-header{background: #f5f5f5;
    border-bottom: 1px solid #fff;
    box-shadow: 0 -4px 12px -2px;}
    .sidebar-toggle {
    color: #000;
    font-size: 24px;
    line-height: 28px;
}
.sidebar-form {
    margin: 0 auto;
    width: 96%;
}
.dropdown-toggle {
    color: #333;
}
.logo {
    margin: 14px 0 0;
}
i.bg-purple_blue {
    background: #00c0ef;
    color: #fff;
}
.btn_create_col {
   
}
.creratcustomers_col {
    background: #fff;
	border: 1px solid #ebebeb;
    padding: 15px;
	display: inline-block;
	width: 100%;
	margin-top: 36px;
}
.notify {
    position: fixed;
    width: 100%;
    top: 0px;
    color: #fff;
    text-align: center;
    padding: 10px;
    z-index: 99;
    font-size: 18px;
    display: none;
}
.notify-error {
    background-color: rgb(228,69,69);
}
.notify-suscess {
    background-color: #4cae4c;
}
.main-sidebar .sidebar-menu .active > a {
    background: orange;
}
.main-sidebar .sidebar-menu > li > .treeview-menu {
    background: #2c3b41;
    margin: 0 1px;
}
.creratcustomers_col .widget-infobox .infobox{min-width: 225px; background: none;  margin: 0;   padding: 36px 0 10px;}
.creratcustomers_col  .widget-infobox .right {
    float: none;
}
.name_prodact_col {
  color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    width: 100%;
}
.name_prodact_col .txt {
    font-size: 18px;
    font-weight: 800;
}
.points {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}
.loyalty_point_col {
  padding: 30px 0;
}
.creratcustomers_col .widget-infobox {
  background: #00c0ef;
    margin: 0;
    width: 100%;
}
.loyalty_cetagiry_col {
   padding: 40px 0;
}
.loyalty_tier .txt {
color: #000;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    padding-left: 15px;
}
.loyalty_tier {
color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
   padding: 34px 0;
    width: 100%;
}
.loyalty_tier_ul > li {
    list-style:none;
}
.loyalty_tier_ul {
     color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.pad_top_col {
    padding-top: 24px;
}
.custmer_grid_view {
    padding: 35px 0;
}
.custmer_grid_view .tab-content {
    height: 198px;
    overflow-y: scroll;
}
.txt_1 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.customer_active {
    background: #fff;
    border-radius: 4px;
    color: green;
    font-size: 14px;
    padding: 5px;
}
.customer_inactive{
	  background: #fff;
    border-radius: 4px;
    color: red;
    font-size: 14px;
    padding: 5px;
}
.custmer_grid_view .nav-tabs > li > a {
    background: orange;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857;
    margin-right: 2px;
}
.custmer_grid_view  .nav-tabs > li.active > a, .custmer_grid_view  .nav-tabs > li.active > a:hover, .custmer_grid_view  .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
}
.error_msg {
    color: red !important;
}



/* 4-11-2016 */
.role_info h2 {
    font-size: 22px;
    font-weight: bold;
}
.role_info p {
    font-size: 16px;
	line-height:21px;
	
}
.role_info span {
    font-size: 16px;
	line-height:21px;
	color:#0074cc;
	
}
.role_info a {
    background: #ff851b;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    height: 30px;
    margin: 5px;
    padding: 2px 6px;
    width: 30px;
}
.role_info a:hover{ color:#000;}
.dropbtn {
    background: none ;
    color: #333;
    padding: 31px 20px;
    font-size: 12px;
    border: none;
    cursor: pointer;
	text-transform: uppercase;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 999;
    right: 0;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	font-size:12px;
	text-transform:uppercase;
}

.dropdown-content a:hover {background-color: #cc0212; color:#fff;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #cc0212;
	color:#fff;
}
.highcharts-credits {
    display: none;
}
.creratcustomers_col span {
   color: red;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 0;
}

.creratcustomers_col .form-group {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.map_col_boot .form-group {
    margin-bottom: 8px;
}
.calendar_col_grid {
    border: 1px solid #ccc;
    display: flex;
    margin: 0 auto;
    position: relative;
    width: 95%;
	background: #fff ;
}
.calendar_col_view {
    display: inline-block;
    padding: 10px;
    width: 100%;
}

#advancTab1.tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
#advancTab1 {
    margin: 0 20px;
}
#advancTab1 .checkbox_col .checkbox-inline {
    font-size: 16px;
    font-weight: bold;
    margin-top: 34px;
}
#advancTab1 .tab-content {
    background: #fff;
    border: 1px solid #cc0212;
    padding: 10px;
}
#CheckAvailability {
      margin-top: 0;
    margin-bottom: 15px;
}
.StockMovements_form_grid {
/*    background: #f7f7f7;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 25px 0;
    padding: 10px 0;
    width: 100%;*/
}

.Rn_col p {
    font-size: 15px;
    font-weight: bold;
    margin-top: 32px;
}
.retailerInformation .retailinfo > h2, .retailerInformation .retailinform > h2 {
    font-size: 18px !important;
}
.creratcustomers_col .retailinfo span {
    color: red;
    font-size: 15px;
    font-style: italic;
	overflow-wrap: break-word;
    padding: 8px 20px 0 0;
}
.retailinfo .badge {
    background-color: green;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.my_advc {
    background:green !important;
	border:1px solid green !important;
}
.input-group-btn .btn-primary{margin:0;}
#productAdd_form .input-group-addon{border:none !important; background-color:none !important; padding:0 !important;}
.browse.btn.btn-primary {
    padding: 11px;
}
#cropAdd_form .input-group-addon{border:none !important; background-color:none !important; padding:0 !important;}
.crops_home h2 {
    font-size: 14px;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    vertical-align: middle;
}
input#save, input#cancel{
  font-size: 13px;
    font-weight: 300;
    margin-right: 20px;
    margin-top: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
	border-radius: 2px;
}
.creratcustomers_col .title_detribu {
    font-size: 18px;
    margin: 0 0 8px;
}
#productAdd_form .form-control { padding: 5px 12px; height: auto;}
#file_location {
    height: auto;
}
#comments i {
    color: #000;
    font-size: 18px;
}
.EventPlaner_view .table-bordered > thead > tr > th {
    border-color:#999;
    border-style: none none dotted;
    border-width: medium medium 1px;
    font-size: 12px !important;
}
#file.form-control {
    height: auto;
    padding: 5px 12px;
}
