/*# sourceMappingURL=bootstrap.css.map */
hr {
    border: 0;
    clear:both;
    display:block;
    width: 100%;                
    background-color:lightgrey;
    height: 1px;
    margin-top: 3%;
}
.btn-white-grad{
 background-color: hsl(0, 0%, 80%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#cccccc");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(#ffffff, #cccccc);
  border-color: #cccccc #cccccc hsl(0, 0%, 75%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-headers{
 background-color: hsl(214, 41%, 41%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e7bb5", endColorstr="#3d6293");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4e7bb5), to(#3d6293));
  background-image: -moz-linear-gradient(top, #4e7bb5, #3d6293);
  background-image: -ms-linear-gradient(top, #4e7bb5, #3d6293);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e7bb5), color-stop(100%, #3d6293));
  background-image: -webkit-linear-gradient(top, #4e7bb5, #3d6293);
  background-image: -o-linear-gradient(top, #4e7bb5, #3d6293);
  background-image: linear-gradient(#4e7bb5, #3d6293);
  border-color: #3d6293 #3d6293 hsl(214, 41%, 38.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;
}
.btn-black {
  background-color: hsl(0, 0%, 16%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828));
  background-image: -moz-linear-gradient(top, #5b5b5b, #282828);
  background-image: -ms-linear-gradient(top, #5b5b5b, #282828);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #282828));
  background-image: -webkit-linear-gradient(top, #5b5b5b, #282828);
  background-image: -o-linear-gradient(top, #5b5b5b, #282828);
  background-image: linear-gradient(#5b5b5b, #282828);
  border-color: #282828 #282828 hsl(0, 0%, 11%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-close { 
  background-color: hsl(214, 63%, 19%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#245ba2", endColorstr="#112c4e");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#245ba2), to(#112c4e));
  background-image: -moz-linear-gradient(top, #245ba2, #112c4e);
  background-image: -ms-linear-gradient(top, #245ba2, #112c4e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #245ba2), color-stop(100%, #112c4e));
  background-image: -webkit-linear-gradient(top, #245ba2, #112c4e);
  background-image: -o-linear-gradient(top, #245ba2, #112c4e);
  background-image: linear-gradient(#245ba2, #112c4e);
  border-color: #112c4e #112c4e hsl(214, 63%, 14%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-close:hover,.btn-close:active,.btn-close:active:hover{
    background-color: hsl(214, 63%, 31%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3377d0", endColorstr="#1d4880");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#3377d0), to(#1d4880));
    background-image: -moz-linear-gradient(top, #3377d0, #1d4880);
    background-image: -ms-linear-gradient(top, #3377d0, #1d4880);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3377d0), color-stop(100%, #1d4880));
    background-image: -webkit-linear-gradient(top, #3377d0, #1d4880);
    background-image: -o-linear-gradient(top, #3377d0, #1d4880);
    background-image: linear-gradient(#3377d0, #1d4880);
    border-color: #1d4880 #1d4880 hsl(214, 63%, 26%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}
.btn-close-outline{
    background-color:transparent;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    border-radius:2.5px;
    color:#135186;
    border: 1px solid #135186;
    padding-left:5px;
    box-shadow: 1px 1px 1px #333;
    background-color:#C4F1FF;
    text-shadow:1px 1px white;
}
.btn-close-outline-2{
    background-color:transparent;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    border-radius:2.5px;
    color:#138678;
    border: 1px solid #138678;
    padding-left:5px;
    box-shadow: 1px 1px 1px #333;
    background-color:#C4FFC9;
    text-shadow:1px 1px white;
}
.btn-close-outline-3{
    background-color:transparent;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    border-radius:2.5px;
    color:#333;
    border: 1px solid #333;
    padding-left:5px;
    box-shadow: 1px 1px 1px #333;
    background-color:#C7C7C7;
    text-shadow:1px 1px white;
}
.btn-close-outline-4{
    background-color:transparent;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    border-radius:2.5px;
    color:#F72600;
    border: 1px solid #F79800;
    padding-left:5px;
    box-shadow: 1px 1px 1px #333;
    background-color:bisque;
    text-shadow:1px 1px white;
}
.btn-close-outline:hover{
    border: 1px solid #255883;
    color: #255883;
}
.btn-delete{
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
  background-image: -moz-linear-gradient(top, #b42121, #5e1111);
  background-image: -ms-linear-gradient(top, #b42121, #5e1111);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b42121), color-stop(100%, #5e1111));
  background-image: -webkit-linear-gradient(top, #b42121, #5e1111);
  background-image: -o-linear-gradient(top, #b42121, #5e1111);
  background-image: linear-gradient(#b42121, #5e1111);
  border-color: #5e1111 #5e1111 hsl(0, 69%, 17%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-delete:hover{
 background-color: hsl(0, 69%, 5%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b1313", endColorstr="#150303");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6b1313), to(#150303));
  background-image: -moz-linear-gradient(top, #6b1313, #150303);
  background-image: -ms-linear-gradient(top, #6b1313, #150303);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b1313), color-stop(100%, #150303));
  background-image: -webkit-linear-gradient(top, #6b1313, #150303);
  background-image: -o-linear-gradient(top, #6b1313, #150303);
  background-image: linear-gradient(#6b1313, #150303);
  border-color: #150303 #150303 hsl(0, 69%, 0%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-custom-login {
    background-color: hsl(214, 37%, 28%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a99c1", endColorstr="#2c4361");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#7a99c1), to(#2c4361));
    background-image: -moz-linear-gradient(top, #7a99c1, #2c4361);
    background-image: -ms-linear-gradient(top, #7a99c1, #2c4361);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a99c1), color-stop(100%, #2c4361));
    background-image: -webkit-linear-gradient(top, #7a99c1, #2c4361);
    background-image: -o-linear-gradient(top, #7a99c1, #2c4361);
    background-image: linear-gradient(#7a99c1, #2c4361);
    border-color: #2c4361 #2c4361 hsl(214, 37%, 19.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.56);
    -webkit-font-smoothing: antialiased;
}
.btn-login {
    background-color: hsl(214, 48%, 36%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c6dad", endColorstr="#2f5587");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#3c6dad), to(#2f5587));
    background-image: -moz-linear-gradient(top, #3c6dad, #2f5587);
    background-image: -ms-linear-gradient(top, #3c6dad, #2f5587);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c6dad), color-stop(100%, #2f5587));
    background-image: -webkit-linear-gradient(top, #3c6dad, #2f5587);
    background-image: -o-linear-gradient(top, #3c6dad, #2f5587);
    background-image: linear-gradient(#3c6dad, #2f5587);
    border-color: #2f5587 #2f5587 hsl(214, 48%, 33.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
    -webkit-font-smoothing: antialiased;
}
/*.btn-link {
    background-color: hsl(217, 44%, 30%) !important; 
    background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4169a8", endColorstr="#2a446e"); 
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4169a8), to(#2a446e)); 
    background-image: -moz-linear-gradient(top, #4169a8, #2a446e); 
    background-image: -ms-linear-gradient(top, #4169a8, #2a446e); 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4169a8), color-stop(100%, #2a446e)); 
    background-image: -webkit-linear-gradient(top, #4169a8, #2a446e); 
    background-image: -o-linear-gradient(top, #4169a8, #2a446e); 
    background-image: linear-gradient(#4169a8, #2a446e); 
    border-color: #2a446e #2a446e hsl(217, 44%, 26%); 
    color: #fff !important; 
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26); 
    -webkit-font-smoothing: antialiased; 
}*/
.btn-suppress {
    background-color: hsl(0, 69%, 28%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce2525", endColorstr="#781616");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ce2525), to(#781616));
    background-image: -moz-linear-gradient(top, #ce2525, #781616);
    background-image: -ms-linear-gradient(top, #ce2525, #781616);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce2525), color-stop(100%, #781616));
    background-image: -webkit-linear-gradient(top, #ce2525, #781616);
    background-image: -o-linear-gradient(top, #ce2525, #781616);
    background-image: linear-gradient(#ce2525, #781616);
    border-color: #000000 #000000 hsl(0, 69%, 23%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}
.btn-search {
    background-color: hsl(220, 71%, 27%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1E51B7", endColorstr="#2a446e");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#1E51B7), to(#2a446e));
    background-image: -moz-linear-gradient(top, #1E51B7, #2a446e);
    background-image: -ms-linear-gradient(top, #1E51B7, #2a446e);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1E51B7), color-stop(100%, #2a446e));
    background-image: -webkit-linear-gradient(top, #1E51B7, #2a446e);
    background-image: -o-linear-gradient(top, #1E51B7, #2a446e);
    background-image: linear-gradient(#1E51B7, #2a446e);
    border-color: #2a446e #2a446e hsl(220, 71%, 23%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
    font-family:Arial;
    font-size:13px;
}
.btn-search-all{
  background-color: hsl(26, 100%, 36%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF7F1E", endColorstr="##D95E00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#FF7F1E), to(#D95E00));
  background-image: -moz-linear-gradient(top, #FF7F1E, #D95E00);
  background-image: -ms-linear-gradient(top, #FF7F1E, #D95E00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF7F1E), color-stop(100%, #D95E00));
  background-image: -webkit-linear-gradient(top, #FF7F1E, #D95E00);
  background-image: -o-linear-gradient(top, #FF7F1E, #D95E00);
  background-image: linear-gradient(#FF7F1E, #D95E00);
  border-color: #D95E00 #D95E00 hsl(26, 100%, 30%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  font-family:Arial;
  font-size:13px;
}
.btn-save{
  background-color: hsl(26, 100%, 36%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF7F1E", endColorstr="##D95E00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#FF7F1E), to(#D95E00));
  background-image: -moz-linear-gradient(top, #FF7F1E, #D95E00);
  background-image: -ms-linear-gradient(top, #FF7F1E, #D95E00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF7F1E), color-stop(100%, #D95E00));
  background-image: -webkit-linear-gradient(top, #FF7F1E, #D95E00);
  background-image: -o-linear-gradient(top, #FF7F1E, #D95E00);
  background-image: linear-gradient(#FF7F1E, #D95E00);
  border-color: #D95E00 #D95E00 hsl(26, 100%, 30%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  font-family:Arial;
  font-size:13px;
}
.btn-search-outline{
    background-color:transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(46, 110, 165,0.21) inset;
    -moz-box-shadow: 0px 0px 3px 1px rgba(46, 110, 165,0.21)) inset;
    box-shadow: 0px,0px,3px,1px rgba(46, 110, 165,0.21) inset;
    color:#FFF;
    text-shadow:0px 1px 0px #202020;
    border: 1.75px solid #5CACEE;
}
.btn-search-outline:hover{
    border: 1px solid #FFF;
    color: #FFF;
    text-shadow:0px px 0px #202020;
}
.btn-search-all-outline{
    background-color:transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(143, 78, 28, 0.21) inset;
    -moz-box-shadow: 0px 0px 4px 1px rgba(0143, 78, 28,0.21) inset;
    box-shadow: 0px,0px,4px,1px rgba(143, 78, 28, 0.21) inset;
    color:#FFF;
    text-shadow:0px 1px 0px #202020;
    border: 1.75px solid #ff8b32;
}
.btn-search-all-outline:hover{
    border: 1px solid #FFF;
    color: #FFF;
    text-shadow:0px 1px 0px #202020;
}
.btn-add-outline{
    background-color:transparent;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1.5px solid #000;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.11) inset;
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.0.11) inset;
    box-shadow: 0px,0px,4px,1px rgba(0,0,0,0.11) inset;
    display:inline-block;
    cursor:pointer;
    color:#000;
    font-family:Arial;
    font-size:13px;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #202020;
}
.btn-add-outline:hover {
    background-color:transparent;
    color: #FFF;
    -webkit-box-shadow: 0px 0px 4px 1px #a5a6a6 inset;
    -moz-box-shadow: 0px 0px 4px 1px #a5a6a6 inset;
    box-shadow: 0px,0px,4px,1px #a5a6a6 inset;
    -webkit-box-shadow: 2px 0px 4px 2px #a5a6a6;
    -moz-box-shadow: 2px 0px 4px 2px #a5a6a6;
    box-shadow: 2px,0px,4px,2px #a5a6a6;
    text-shadow:0px 2px 0px #202020;
    border: 1.75px solid #FFF; 
}
.btn-search-outline2{
    background-color:transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
    color:#555;
    border: 1.75px solid #5CACEE;
}
.btn-search-outline2:hover{
    border: 1px solid #5CACEE;
    color: #000;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(46, 110, 165,0.21) ;
    -moz-box-shadow: 0px 0px 3px 1px rgba(46, 110, 165,0.21)) ;
    box-shadow: 0px,0px,3px,1px rgba(46, 110, 165,0.21) ;
}
.btn-search-all-outline2{
    background-color:transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
    color:#555;
    border: 1.75px solid #ff8b32;

}
.btn-search-all-outline2:hover{
    border: 1px solid #ff8b32;
    color: #000;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(143, 78, 28, 0.21) ;
    -moz-box-shadow: 0px 0px 4px 1px rgba(0143, 78, 28,0.21) ;
    box-shadow: 0px,0px,4px,1px rgba(143, 78, 28, 0.21) ;
}
.btn-email { 
    background-color: hsl(217, 44%, 30%) !important; 
    background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4169a8", endColorstr="#2a446e"); 
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4169a8), to(#2a446e)); 
    background-image: -moz-linear-gradient(top, #4169a8, #2a446e); 
    background-image: -ms-linear-gradient(top, #4169a8, #2a446e); 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4169a8), color-stop(100%, #2a446e)); 
    background-image: -webkit-linear-gradient(top, #4169a8, #2a446e); 
    background-image: -o-linear-gradient(top, #4169a8, #2a446e); 
    background-image: linear-gradient(#4169a8, #2a446e); 
    border-color: #2a446e #2a446e hsl(217, 44%, 26%); 
    color: #fff !important; 
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26); 
    -webkit-font-smoothing: antialiased; 
}
.btn-right {
    text-align:center;
    float:right;
}
.btn-left
{
    margin-left:-15px;
    float:left;
}
.btn-center
{
    text-align:center;
 
}
.space-under
{
    padding-bottom: 1em;
}
.space-above
{
    padding-top: 1.5em;
}
.space-right
{
    left:auto;
    right:0;
    margin-right:-10px;
}
.pad
{
    height:2.5em;
}
.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn-company{
    width:100%;
}
.tool, .non-tool{
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); 
    max-height:100px;
}
.tool:hover, .non-tool:hover{
    max-height:110px;
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%); 
    cursor:pointer;
    color: hsl(220, 71%, 27%);
    -ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
}
.tooltip{
    display:inline;
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 50px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}


.grad{
    background: rgb(137,137,137); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(137,137,137,1) 0%, rgba(119,119,119,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,137,137,1)), color-stop(12%,rgba(119,119,119,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(137,137,137,1) 0%,rgba(119,119,119,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(137,137,137,1) 0%,rgba(119,119,119,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(137,137,137,1) 0%,rgba(119,119,119,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(137,137,137,1) 0%,rgba(119,119,119,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898989', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
    border-radius:5px;
    margin:10px;
    margin-top:15px;
    padding:10px;
    padding-left:0;
    margin-left:0;
}
#fancy{
    color: #fff;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
    font: 60px 'Tahoma';
    border-radius:5px;
    padding:10px;
}
.companytools{
    color:#757575;
}
.userButtons{
    margin-top:20px;
}
.ilist{
    cursor:pointer;
}
.remove-widget{
    margin-right:10px;
    cursor:pointer;
    color:red;
}
.roundInput{
    border-radius:5px !important;
}
.resellInfo{
    max-height: 500px;
    overflow: scroll;
}
.csv-upload{
    margin-top: 20px;
    margin-bottom: 10px;
}
.camp-info{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size : 30px;
}
.main-logo{
    max-height:180px;
    padding-top:10px;
    padding-bottom:10px;
}
.nav-icons{
    display: block;
    max-width: 60px;
    height: auto;
}
.login-main{
    margin-top:10%;
}
.login-extras{
    font-size: 15px;
    margin : 10px;
    margin-top : 20px;
}
.table-header-custom{
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 97%, rgba(225,225,225,1) 100%, rgba(246,246,246,1) 100%); 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 97%,rgba(225,225,225,1) 100%,rgba(246,246,246,1) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 97%,rgba(225,225,225,1) 100%,rgba(246,246,246,1) 100%);
}
.table-custom{
  white-space:nowrap;
}

.shadow{
-webkit-box-shadow: 2px 2px 2px #6a6b6b inset;
-moz-box-shadow: 2px 2px 2px #6a6b6b inset;
box-shadow: 2px 2px 2px #6a6b6b inset;
/*-webkit-box-shadow: 2px 0px 4px 2px #a5a6a6;
-moz-box-shadow: 2px 0px 4px 2px #a5a6a6;
box-shadow: 2px,0px,4px,2px #a5a6a6;*/
    /*background: rgba(222,222,227,1);
    background: -moz-linear-gradient(top, rgba(222,222,227,1) 0%, rgba(222,222,227,1) 6%, rgba(255,255,255,1) 99%, rgba(222,222,227,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,222,227,1)), color-stop(6%, rgba(222,222,227,1)), color-stop(99%, rgba(255,255,255,1)), color-stop(100%, rgba(222,222,227,1)));
    background: -webkit-linear-gradient(top, rgba(222,222,227,1) 0%, rgba(222,222,227,1) 6%, rgba(255,255,255,1) 99%, rgba(222,222,227,1) 100%);
    background: -o-linear-gradient(top, rgba(222,222,227,1) 0%, rgba(222,222,227,1) 6%, rgba(255,255,255,1) 99%, rgba(222,222,227,1) 100%);
    background: -ms-linear-gradient(top, rgba(222,222,227,1) 0%, rgba(222,222,227,1) 6%, rgba(255,255,255,1) 99%, rgba(222,222,227,1) 100%);
    background: linear-gradient(to bottom, rgba(222,222,227,1) 0%, rgba(222,222,227,1) 6%, rgba(255,255,255,1) 99%, rgba(222,222,227,1) 100%);*/
}
.table-bordered{
    border:1px solid #cccccc !important;
}
.table-bordered th,
.table-bordered td {
    border:1px solid #cccccc !important;
}
.table-borders {
  border: 1px solid #6a6b6b;

}
.table-borders > thead > tr > th,
.table-borders > tbody > tr > th,
.table-borders > tfoot > tr > th,
.table-borders > thead > tr > td,
.table-borders > tbody > tr > td,
.table-borders > tfoot > tr > td {
  border: 1px solid #a6a6a6;
}
.table-borders > thead > tr > th,
.table-borders > thead > tr > td {
  border-bottom-width: 1.5px;
}

.table-striped{
    /*background-color:#f5f5f5;*/
}
.leads_tr:hover{
    color: black !important;
    background-color:hsl(0, 0%, 93%)!important;
}
.grablead{
    color:red;
}
.ilist:hover{
    color:white;
}
.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   color:#333;
}
.tab-panel{
    margin-top:10px;

}
.main-view{
    border-radius : 5px;
}
.paging{
    border-radius : 5px;
    padding : 2px;
    background-color:white;
    margin-bottom:10px;
}
.reporttbd{
    padding-left: 5px;
    padding-right: 5px;
    background-color:white;
    border-radius:5px;
}
.tool-banner{
    background-color:transparent;
}

.lead-label{
    font-size: calc(0.8em + 1vh);
}
.lead-detail{
    font-size: 0.75vw;
    font-style: Helvetica, Arial, sans-serif;
    color:#0000ff;
}
.leadDiv > p{
    font-size:medium;
}
.leadDiv > label{
    /* text-decoration:underline; */
}
.mini-tools{
    cursor:pointer;
}
.mini-tools:hover{
    color:#286090;
}
.leadinfo{
    background-color:#F0EFEF;
    padding:1%;
    border: solid 1.5px;
    border-radius:5px;
}
.leadedit {
    border-color: #FFFFFF;
}
.bottom-box{
    border-top: dashed 1px black;
}
.split-manage-right{
    border-left: dashed 1px black;
}
.split-manage-left{
    border-right: dashed 1px black;
}
.order-title{
    padding : 5px;
    font-size : 4vh;
    width : 100%;
    text-align: center;
}
.material-title{
    padding : 5px;
    font-size : 2vh;
    width : 100%;
    text-align: center;
}
.job-text{
    padding : 5px;
    font-size : 1.8vh;
    text-align: center;
}
.btn-vendor{
    padding : 5px;
}
.icon-info{
    padding-left:0.5vw;
    padding-right:0.5vw;
    color : #5BC0DE;
    cursor : pointer;
}
.file-text{
    text-align:right;
    width : 100%;
    height : 100%;
    font-size: 1.5vw;
    color : hsl(201,71%,47%);
}
.before-btn{
    margin-top:5%;
}
.upload-box{
    padding:2px;
}
.file-title{
    font-size: 2vw;
}
.company-register-form{
    margin-top : 5vh;
}
.btn-report{
    margin : 2px;
}
.tool-center{
    margin-left:auto;
    margin-right:auto;
}
.stat-titles{
    font-size: 3.75vh;
}
.stat-subtitles{
    font-size:1.75vh;
}
.page-titles{
    font-size: 5vh;
}
.toggle{
    margin-top:auto;
    margin-bottom:auto;
    cursor : pointer;
}
.ui-datepicker, .ui-widget-content {
    background: mintcream;
}
.file-input{
    margin : 5px;
}
.login-logo{
    max-height: 500px;
    margin: 5px;
    padding-top:7px;
    padding-bottom:7px;
}
.reg-page {
    color: #555;
    padding: 30px;
    background: #FEFEFE none repeat scroll 0% 0%;
    border: 1px solid #EEE;
    box-shadow: 0px 0px 3px #EEE;
}
.reg-header {
    color: #555;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #EEE;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}

.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;
    border-radius: 0 6px 6px 6px;
}

.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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.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;
    border-radius: 6px 0 6px 6px;
}
.subMenuFormat{
    left:100px;
    right:auto;
    margin-top:35px;
    margin-left:3px;
}
.homeLink{
    text-decoration:none;
    color : white;
}
.homeLink:link {
    text-decoration: none;
    color : white;
}

.homeLink:visited {
    text-decoration: none;
    color : white;
}

.homeLink:hover {
    text-decoration: none;
    color : white;
}

.homeLink:active {
    text-decoration: none;
    color : white;
}
.first-item{
    margin-top:10px;
    color:red;
}
/*.panel-custom > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}*/

/*
.panel-custom {
  border-color: #DDD;
}
.panel-custom > .panel-heading {
  color: #000;
  background-color:#162c50;
  border-color: #DDD;
}
.panel-custom > .panel-body {
  color: #000;
  background-color:#DDD;
  border-color: #DDD;
  width:300px;
}
.panel-custom > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6A6B6B;
}
.panel-custom > .panel-heading .badge {
  color: #6A6B6B;
  background-color: #fff;
}
.panel-custom > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6A6B6B;
}
*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~ PANEL DEFAULT  ~~~~~~~~~~~~~~~~~~~~~~~~~*/
.panel-default {
  border-color: #a5a6a6;
}
.panel-default > .panel-heading {
  color: #333;
  background-color:#FFF;
  border-color: #b2b3b3;
  box-shadow:5px 5px 15px #a5a6a6;
  border-radius:10px;
  -moz-border-topright:1px;
  -webkit-border-top-right:1px;
}
.panel-default > .panel-body {
  color: #333;
  background-color:#FFF;
  border-color: #b2b3b3;
  box-shadow:5px 5px 8px #a5a6a6;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b2b3b3;
}
.panel-default > .panel-heading .badge {
  color: #333;
  background-color: #f5f5f5;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #a5a6a6;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~ END PANEL DEFAULT  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PANEL DEFAULT 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.panel-default2 {
  border-color: #bfc0c0;
}
.panel-default2 > .panel-heading {
  color: #333;
  background-color:#FFF;
  border-color: #bfc0c0;
  box-shadow:5px 5px 10px lightgrey;
}
.panel-default2 > .panel-body {
  color: #333;
  background-color:#FFF;
  border-color: #bfc0c0;
  box-shadow:5px 5px 8px lightgrey;
}
.panel-default2 > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bfc0c0;
} 
.panel-default2 > .panel-heading .badge {
  color: #333;
  background-color: #f5f5f5;
}
.panel-default2 > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bfc0c0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ END PANEL DEFAULT 2 ~~~~~~~~~~~~~~~~~~~~~~~~~*/
.panel{
    border-radius:10px;
}
.panel-body{
    border-radius:10px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PANEL PRIMARY ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.panel-primary {
  border-color: #6A6B6B;
  box-shadow:0px 0px 10px lightgrey;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #6A6B6B;
  border-color: #6A6B6B;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~ END PANEL PRIMARY ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PANEL Black ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.panel-black {
    border-color: #6A6B6B;
    box-shadow: 5px 5px 5px rgba(42,68,110,0.69);
}
.panel-black > .panel-heading {
    color: #fff;
    background-color: #222222;
    border-color: #6A6B6B;
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    border-top-right-radius:10px;
    border-top-left-radius:10px;
}
.panel-black > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-black > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-black > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~ END PANEL black ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pad-right{
    margin-right:2px;
}
.pad-left1{
    margin-left:1em;
}
.pad-left2{
    margin-left:2em;
}
.pad-top{
    padding-top:.5em;
}
.pad-top1{
    padding-top:1em;
}
.pad-top1h{
  padding-top:24px;
}
.pad-top2{
    padding-top:2em;
}
.pad-top3{
    padding-top:3em;
}
.pad-top-alot5{
    padding-top:5em;
}
.pad-bottom{
    margin-bottom:10px;
}
.pad-bottom2{
    margin-bottom:2em;
}
.pad-bottom-alot5{
    margin-bottom:5em;
}
.pad-left{
    padding-left: 0px !important;
}
.noOverflow-H{
    resize:vertical;
}
.noOverflow-V{
    resize:horizontal;
}
.fa-question-circle{
    color:#335386;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #edeaea;
}
.glowing {
/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(237,237,237,1) 98%, rgba(243,243,243,1) 100%); 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 46%,rgba(237,237,237,1) 98%,rgba(243,243,243,1) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 46%,rgba(237,237,237,1) 98%,rgba(243,243,243,1) 100%);
*/
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 21%, rgba(243,243,243,1) 79%, rgba(243,243,243,1) 79%, rgba(243,243,243,1) 100%, rgba(243,243,243,1) 100%, rgba(243,243,243,1) 100%, rgba(237,237,237,1) 100%, rgba(237,237,237,1) 100%, rgba(243,243,243,1) 100%, rgba(243,243,243,1) 100%); 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 21%,rgba(243,243,243,1) 79%,rgba(243,243,243,1) 79%,rgba(243,243,243,1) 100%,rgba(243,243,243,1) 100%,rgba(243,243,243,1) 100%,rgba(237,237,237,1) 100%,rgba(237,237,237,1) 100%,rgba(243,243,243,1) 100%,rgba(243,243,243,1) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 21%,rgba(243,243,243,1) 79%,rgba(243,243,243,1) 79%,rgba(243,243,243,1) 100%,rgba(243,243,243,1) 100%,rgba(243,243,243,1) 100%,rgba(237,237,237,1) 100%,rgba(237,237,237,1) 100%,rgba(243,243,243,1) 100%,rgba(243,243,243,1) 100%);

}.glowing2{
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
}
.glowing3{
background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%);
}
.progress-bar-custom{
  background:rgba(66,139,202,1);
}
.company-legend{
	margin-top : 20px;
	font-weight:bold;
}
.fa-pencil{
    cursor:pointer;
}
.fa-remove{
    color:red;
    cursor:pointer;
}
.welcome-text{
    border-radius:5px;
    border: 1px solid #d9d9d9;
    margin-top: 50px;
    margin-bottom: 50px;
}
.search-div{
    width:30%;
}
.li-notes{
	resize:both;
	background-color:white;
}
.bigNotes{
	overflow:hidden; 
	overflow-y:scroll;
	max-height:400px;
    resize:both !important;
}
.regNotes{
	display:block;
	word-wrap:break-word;
	border-bottom:1px dotted lightgrey;
}
.mapSize{
    width:930px;
    height:630px;
}
#MapAlert {
    font-size: 36px;
}

.jmpToTop{
    float:right;
    position:fixed;
    right:3%;
    top:10%;
}

.instruction_title{
    color: #007399;
    font-weight:bold;
    font-style:italic;
}
legend > .fa{
    padding-right:15px;
}

.btn-cust{
    background-color:#B85CB0;
    border-color:#B85CB0;
	color:white;
}
.btn-cust:hover{
    background-color:#884382;
    border-color:#884382;
}

.btn-cust{
    background-color:#B85CB0;
    border-color:#B85CB0;
}
.btn-cust:focus, .btn-cust:active, .btn-cust:hover:active{
    background-color:#884382;
    border-color:#884382;
}
.btn-successc {
  background-color: hsl(0, 0%, 9%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#828282", endColorstr="#161616");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#828282), to(#161616));
  background-image: -moz-linear-gradient(top, #828282, #161616);
  background-image: -ms-linear-gradient(top, #828282, #161616);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #828282), color-stop(100%, #161616));
  background-image: -webkit-linear-gradient(top, #828282, #161616);
  background-image: -o-linear-gradient(top, #828282, #161616);
  background-image: linear-gradient(#828282, #161616);
  border-color: #161616 #161616 hsl(0, 0%, -1.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.69);
  -webkit-font-smoothing: antialiased;
}

.btn-successc:active, .btn-successc:hover, .btn-successc:active:hover {
 background-color: hsl(0, 0%, 27%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#afafaf", endColorstr="#444444");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#afafaf), to(#444444));
  background-image: -moz-linear-gradient(top, #afafaf, #444444);
  background-image: -ms-linear-gradient(top, #afafaf, #444444);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afafaf), color-stop(100%, #444444));
  background-image: -webkit-linear-gradient(top, #afafaf, #444444);
  background-image: -o-linear-gradient(top, #afafaf, #444444);
  background-image: linear-gradient(#afafaf, #444444);
  border-color: #444444 #444444 hsl(0, 0%, 16.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.69);
  -webkit-font-smoothing: antialiased;
}

.btn-green-save {
  background-color: hsl(110, 81%, 16%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2aa611", endColorstr="#124907");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#2aa611), to(#124907));
  background-image: -moz-linear-gradient(top, #2aa611, #124907);
  background-image: -ms-linear-gradient(top, #2aa611, #124907);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2aa611), color-stop(100%, #124907));
  background-image: -webkit-linear-gradient(top, #2aa611, #124907);
  background-image: -o-linear-gradient(top, #2aa611, #124907);
  background-image: linear-gradient(#2aa611, #124907);
  border-color: #124907 #124907 hsl(110, 81%, 11%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-reset {
  background-color: hsl(41, 85%, 35%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efb73d", endColorstr="#a5750d");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#efb73d), to(#a5750d));
  background-image: -moz-linear-gradient(top, #efb73d, #a5750d);
  background-image: -ms-linear-gradient(top, #efb73d, #a5750d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efb73d), color-stop(100%, #a5750d));
  background-image: -webkit-linear-gradient(top, #efb73d, #a5750d);
  background-image: -o-linear-gradient(top, #efb73d, #a5750d);
  background-image: linear-gradient(#efb73d, #a5750d);
  border-color: #a5750d #a5750d hsl(41, 85%, 29%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  -webkit-font-smoothing: antialiased;
}
.col-xs-fifth,
.col-sm-fifth,
.col-md-fifth,
.col-lg-fifth {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-fifth {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-fifth {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-fifth {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-fifth {
        width: 20%;
        float: left;
    }
}
.navbar-default.bucket-fixed-top{
    background-color: #2a446e;
    border-color: #204040;
}
.navbar-default .navbar-brand {
    color:white;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-nav > li > a {
    color: white;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #A5CDE0;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #777;
}
.bucket-fixed-top{
        top:50px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #A5CDE0;
    border-radius:5px;
}

.divider{
    color:white;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: black;
    background-color: white;
    border-radius:5px;
}
.dropdown-menu{
    padding: 5px;
    border: 1px solid white;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
}
.tool-down{
    color:white;
}
.navbar-toggle.fix-pad.caret-toggle{
    padding:1px 8px 1px 8px !important;
}
.list-title{
    color:white;
}
.pad-form{
    padding:5px;
}

@media (min-width: 768px) {
    .main-head{
        margin:5px;
        height:230px;
    }
}

.editTools{
    margin-bottom:15px;
}
.btn-yellow {
  background-color: hsl(32, 92%, 38%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f69527", endColorstr="#ba6607");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f69527), to(#ba6607));
  background-image: -moz-linear-gradient(top, #f69527, #ba6607);
  background-image: -ms-linear-gradient(top, #f69527, #ba6607);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f69527), color-stop(100%, #ba6607));
  background-image: -webkit-linear-gradient(top, #f69527, #ba6607);
  background-image: -o-linear-gradient(top, #f69527, #ba6607);
  background-image: linear-gradient(#f69527, #ba6607);
  border-color: #ba6607 #ba6607 hsl(32, 92%, 33.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
  -webkit-font-smoothing: antialiased;
  margin-left:5px;
}
.btn-yellow:hover {
  background-color: hsl(32, 73%, 27%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6781e", endColorstr="#774812");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#c6781e), to(#774812));
  background-image: -moz-linear-gradient(top, #c6781e, #774812);
  background-image: -ms-linear-gradient(top, #c6781e, #774812);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6781e), color-stop(100%, #774812));
  background-image: -webkit-linear-gradient(top, #c6781e, #774812);
  background-image: -o-linear-gradient(top, #c6781e, #774812);
  background-image: linear-gradient(#c6781e, #774812);
  border-color: #774812 #774812 hsl(32, 73%, 22.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
  -webkit-font-smoothing: antialiased;
}
.label-instructions{
    margin-left:5px;
}
.instance-btns{
    margin-bottom:15px;
}
.section-container{
    margin-top:-2em;
    z-index:10;
}
.bottom-company-edit-button{
    margin-top:-2em;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > b:hover {
    border: none;
    margin-right: none;
}
.nav > li > b:hover, .nav > li > b:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav-tabs > li.active > b, .nav-tabs > li.active > b:hover, .nav-tabs > li.active > b:focus {
    color: white;
}
.bucket-tab > a{
    color:black;
}
.bucket-tab{
    margin: 0 0.1em;
}
.carets{
    position:absolute;
    left: -1em;
    top: 1.5em;
}
.up{
    margin-bottom:-0.25em;
    cursor:pointer;
}
.down{
    margin-top:-0.25em;
    cursor:pointer;
}

#info_drag{
    display:none;
}
.snav {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
}
.snav>li {
    float: none;
}
.unlock-edit, .lock-edit{
    font-size:115%;
    color:grey;
    cursor:pointer;
}
#dialog-form{
    display:none;
}
#addTab{
    display:none;
}
.fa-remove{
    font-size:140%;
    color: red;
}
.caret-span{
    padding-right:2px;
    display:none;
    margin-top:-3px;
    color:#A7A7A7;
}
.grabbing{
    cursor:-webkit-grab;
}
.grabbing:active{
    cursor:-webkit-grabbing;
}
/*** TABBING ***/
#pageName{
    margin-left:0.5em;
    font-size:large;
}
.page-name.active{
    color:white;
    font-style:inherit;
}
.page-name{
    cursor:pointer;
    margin-left:0.2em;
    margin-right:0.2em;
    font-size:medium;
    font-style:italic;
    border-bottom: solid 1px #dcdcdc;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    width: auto;
    margin-bottom:5px;
    padding:0.1em 0.5em;

    background: #a8a8a8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e2e2e2, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e2e2e2, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e2e2e2, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e2e2e2, white); /* Standard syntax */

    color:#868686;
}
#pageTabber{
    border-top:solid 1px #f9f9f9;
}

.nav-tabs > li > b {
    color:#868686;
    font-weight:bold;
    display:inline-block;
}

.nav-tabs > li.active, .nav-tabs > li.active:hover, .nav-tabs > li.active:focus{
    border-color:#000000;
    color: #FFFFFF;
    background-color:#2a446e;
}

.page-name:hover, .page-name:active{
    background: #a8a8a8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e2e2e2,#b0b0b0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e2e2e2,#b0b0b0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e2e2e2,#b0b0b0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e2e2e2,#b0b0b0); /* Standard syntax */
    
}
.nav-tabs > li:hover, .nav-tabs > li:active{
    background: #a8a8a8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e2e2e2,#b0b0b0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e2e2e2,#b0b0b0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e2e2e2,#b0b0b0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e2e2e2,#b0b0b0); /* Standard syntax */
    
}
.nav-tabs > li, .nav-tabs > li > p {
    cursor : pointer;
    background: #a8a8a8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white,#e2e2e2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white,#e2e2e2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white,#e2e2e2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white,#e2e2e2); /* Standard syntax */

    border-top: solid 1px #dcdcdc;
    border-top-right-radius: 30px;
    border-top-left-radius: 10px;
    color : #333;
    width: auto;
    height:40px;
}

#titletab{
    width:150px;
    height:40px;
}
.nav > li > b {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.page-name > b{
    padding: 0.25em 15px !important;
}
/*** /TABBING ***/

/*** Email Presets ***/
.email-presets legend {
    margin-bottom: 10px;
}
.email-presets span {
    font-size: 13px;
}
.email-presets div {
    padding-bottom: 5px;
    margin-bottom: 10px;
}
/*** /Email Presets ***/


/*** LEAD EDIT ***/
.style-input{
     position: relative;
     display: block;
     overflow: hidden;
     padding: 0 0 0 8px;
     height: 25px;
     border: 1px solid #aaa;
     border-radius: 5px;
     background-color: #fff;
     background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
     background: -webkit-linear-gradient(#fff 20%,#fff 50%,#fff 52%,#f4f4f4 100%);
     background: -moz-linear-gradient(#fff 20%,#fff 50%,#fff 52%,#f4f4f4 100%);
     background: -o-linear-gradient(#fff 20%,#fff 50%,#fff 52%,#f4f4f4 100%);
     background: linear-gradient(#fff 20%,#fff 50%,#fff 52%,#f4f4f4 100%);
     background-clip: padding-box;
     box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
     color: #444;
     text-decoration: none;
     white-space: nowrap;
     line-height: 24px;
 }
textarea.style-input{
     white-space: inherit;
     overflow: inherit;
}
legend.leadDiv.legend > h2{
    margin-top: 0.1em !important;
}
.openAll{
    cursor:pointer;
}
.ui-dialog { 
    z-index: 1100 !important ;
}
.widget_square {   
    font-size:5vh;
    text-align:center;
    vertical-align:middle;
    position: relative;
}


.my_badge:after{
    content: "*";
    position: absolute;
    background: rgba(255,0,0,1);
    height: 1.5rem;
    right: 2rem;
    width: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 2rem;
    border-radius: 10px;
    color: white;
}
.globalAjaxFlash{
    display:none;
}
#field_zone { min-height:20px;list-style-type: none; margin: 0; padding: 0; }
#field_zone div:not('#new_block') { float: left; }

.ui-datepicker-div{
    z-index:1000000:
}
div.leadDiv{
    min-height:80px;
    display:inline-block;
    padding:0.5em;
}
.wrap{
    white-space:normal !important;
40  word-wrap:break-word !important;
}
h2{
    color:black;
    border-radius:2px;
    padding 2px;
    cursor:default;
}
.panel-body{
    background-color:rgba(239, 239, 239, 0.61);
}
.bDocks,.sizes{
    margin-bottom:10px;
}
#addFieldDiv{
    display:none;
    margin:5px;
    border: 1px solid blue;
    box-shadow: 1px 1px aliceblue;
}

.caret-span{
    padding-right:2px;
    display:none;
    margin-top:-3px;
    color:#A7A7A7;
}
.fa-caret-up,.fa-caret-down,.fa-caret-left,.fa-caret-right{
    cursor:pointer;
}
input{
    color:black;
}
.modal-lg{ 
    width:85% 
}
.grabbing{
    cursor:-webkit-grab !important;
}
.grabbing:active{
    cursor:-webkit-grabbing !important;
}
.lead-edit{
}
div.leadDiv{
    border-radius:5px;
}

.mvp-dangle{
    box-shadow: 0px 0px 15px #bfbfbf;
    z-index: 100;
    text-align: center;
    position:absolute;
    left:0;
    width:100%;
}
.chosen-container-single .chosen-single {
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(#fff 20%,#fff 50%,#fff 52%,#f4f4f4 100%);
    background: -moz-linear-gradient(#fff 20%,#fff 50%,#fff 52%,#f4f4f4 100%);
    background: -o-linear-gradient(#fff 20%,#fff 50%,#fff 52%,#f4f4f4 100%);
    background: linear-gradient(#fff 20%,#fff 50%,#fff 52%,#f4f4f4 100%);
}
.chosen-container-multi .chosen-choices li.search-choice{
    border-radius:10px;
}

.open-bottom{
    cursor:pointer;
}

.action-buttons{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */
    background: rgb(245,246,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
}

.lead-toolbar{
    width:100%;
    z-index:999;
    border-radius:5px;
    background-color:rgba(239, 239, 239, 0.95);
    /*TT - Changed on - Wed Aug  8 11:11:00 PDT 2018 */
    /*Andy did not prefer the sticky header*/
    /**/
    position:-webkit-sticky;
    /*position:sticky;*/  /*See Issue #1997 */
    top:0;
}
.lead-toolbar > div.col-md-6{
    height:100%;
}
.lead-toolbar:before,
.lead-toolbar:after {
    content: '';
    display: table;
}
.nav-tabs{
    border:none;
}

.widget-name-bar{
    z-index:998;
    background-color:lightgrey;
    border-radius:5px;
    position:absolute;
    bottom:-2em;
    right:0;
}

.iconic-dropdown .dropdown-toggle{
padding: 10px 12px;
border: 1px solid #f0f0f0;
background: #607D8B;
color: #ddd;
border-radius: 0;
}
.iconic-dropdown .btn-default.active, .iconic-dropdown .btn-default.focus, .iconic-dropdown .btn-default:active, .iconic-dropdown .btn-default:focus, .iconic-dropdown .btn-default:hover, .iconic-dropdown .open>.dropdown-toggle.btn-default{
background: #435F6D;
color: #fff;
border:1px solid #f0f0f0;
}
.iconic-dropdown .dropdown-menu{
min-width: 0;
margin-top: 10px;
box-shadow: 1px -1px 20px #eee;
padding: 0;
border-radius: 0;
border: 1px solid #f0f0f0;
}
.iconic-dropdown .dropdown-menu:before{
content: "";
position: absolute;
display: inline-block;
top: -7px;
left: 4px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #fff;
}
.iconic-dropdown .dropdown-menu:after{
content: "";
position: absolute;
display: inline-block;
top: -6px;
left: 5px;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
border-bottom: 6px solid #FFFFFF;
}
.iconic-dropdown .dropdown-menu li{
padding: 0;
margin-left:-5px;
}
.iconic-dropdown .dropdown-menu>li>a{
padding: 7px 15px;
border-left: 1px solid #f0f0f0;
display: block;
margin: 0;
color: #607D8B;
background: #fff;
}
.iconic-dropdown .dropdown-menu>li>a:hover{
background: #607D8B;
color: #fff;
}
.iconic-dropdown .dropdown-menu li:first-child{
margin-left: 0;
}
.iconic-dropdown .dropdown-menu li:first-child a{
border-left: none;
}

.lead-body{
    overflow:hidden;
    overflow-y:scroll;
}
.chosen-container-multi .chosen-choices {
    border-radius:5px;
}
/*** /LEAD EDIT ***/

ul.nav-zone{
    margin-bottom:0.1em;
}
ul.nav-zone > li[data-action="page"]{
    font-size:calc(0.8em + 1vh);
}

#widget_zone > a:hover{
    color:red;
}

.page-tabs{
}

.assign-label{
    position:absolute;
    top : -1em;
}
.assign-select{
    margin:0.5em 0 0.5em 0;
}
.flexy-widget > a{
    font-size:15vw;
}
.flexy-widget > span.widget-text{
    font-weight:bold;
}
.flexy-widget{
    flex-basis:20%;
    margin:0.75em;
}
.widget-text{
    font-size:inherit;
}
.lead-switch-buttons{
    width:100%;
    bottom:0;
    left:0;
    position:fixed;
}
.legacy-nav{
    margin: 0 5em 1em 5em;
}
.log-float{
    position: absolute;
    top: 3em;
    right: 0;
    max-width: 30em;
    margin-right:4em;
}
.log-float > .input-group{
    margin-top:1em;
}
.log-float > span{
    font-size:large;
}

@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:100);


.animate {
  transition: transform 0.3s ease-out;
}

.slider-wrap {

}

.slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ms-touch.slider {
  overflow-x: scroll;
  overflow-y: hidden;
  
  -ms-overflow-style: none;
  /* Hides the scrollbar. */
  
  -ms-scroll-chaining: none;
  /* Prevents Metro from swiping to the next tab or app. */
  
  -ms-scroll-snap-type: mandatory;
  /* Forces a snap scroll behavior on your images. */
  
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
  /* Defines the y and x intervals to snap to when scrolling. */
}

.holder {
  width: 200%;
  height: 100%;
  overflow-y: hidden;
}

.slide-wrapper {
  width: 50%;
  height: 100%;
  position: relative;
}

.main-block{
    margin:0 5em 0 5em;
}

@media (max-width: 992px) {
    .main-block{
        margin: 0;
    }
    .slide-wrapper {
      float: left;
    }
}

.slide {
  height: 100%;
  position: relative;
}

.slide div {
  position: absolute;
  z-index: 0;
}
#buttonLeft,#buttonRight{
    height:4em;
}
#buttonLeft{
    border-top-right-radius: 10em;
    border-bottom-right-radius: 10em;
}
#buttonRight{
    border-top-left-radius: 10em;
    border-bottom-left-radius: 10em;
}
#buttonLeft{
    display:none;
}

.new_lead td:first-child::before {
    position: absolute;
    left: -65px;
    content: 'New Lead';
    font-style: italic;

    /* Badge  */
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #900323;
    border-radius: 10px;
}

.newlead_bucket .bucketName::after {
    margin-left: 5px;
    padding: 4px 8px 2px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #900323;
    border: 2px solid white;
    border-radius: 16px;
}

@media(min-width: 992px) {
    #widgetArea.popout {
        position: fixed;
        max-height: 90vh;
        top: 5vh;
        right: 15px;

        background: white;
        border: 1px solid #ccc;
        z-index: 10000;
        border-radius: 0;
        box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
    }
}
#chartTypes{
    width: 100%;
    height: 150px;;
    border-radius:0;
    outline:none;
    margin-bottom:3px;
}

#addStandardFields {
    position: absolute;
    top: 0;
    right: -90px;
    width: 90px;
}

.index-dropbtn {
    cursor: pointer;
}

.index-dropdown {
    position: relative;
}

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

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

.index-dropdown-content a:hover {
    background-color: #5CB85C;
}

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

.backToIndexInnerBtnIcon {
    color: red;
}

.backToIndexInnerBtnIcon:hover {
    color: #000;
}

.backHome {
    outline: none;
}

.companyRequestAdditionalDetails {
	display: none;
}

.logo-col {
    min-height: 80px;
}

.cannotDeleteList {
	color: red;
}

/* Loader */
.loading-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.loading-icon {
	font-size: 3rem;
	color: #333;
	margin-bottom: 1rem;
}
.loading-message {
	font-size: 1.5rem;
	color: #333;
}
