.loader-warper
{
  display:none;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
      left: 0;
}

.loader {
    border: 30px solid #f3f3f3; /* Light grey */
    border-top: 30px solid blue;
    border-right: 30px solid green;
    border-bottom: 30px solid red;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-top:350px;
    margin-left:45%;
    animation: spin 2s linear infinite;
}

.marleftforchk
{
  margin-left: 20px;
}


@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.deletepicture
{
  color: red;
  cursor: pointer;
}

#showpagination
{
	text-align: center;
}

#showpagination a
{
	padding-left:5px;
	padding-right:5px;
}

#showpagination strong
{
	padding-left:5px;
	padding-right:5px;
}

ul li:before {
  display:none !important;
}

/* re order set */
.reorder_link {
    color: #3675B4;
    border: solid 2px #3675B4;
    border-radius: 3px;
    text-transform: uppercase;
    background: #fff;
    font-size: 18px;
    padding: 0px 20px;
    margin: 5px 15px 15px 0px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    white-space: nowrap;
}

.reorder_link:hover
{
    color: #fff;
    border: solid 2px #3675B4;
    background: #3675B4;
    box-shadow: none;
}

#reorder-helper
{
  margin: 18px 10px;padding: 10px;
}

.light_box
{
    background: #efefef;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
    font-size: 1.2em;
}

.gallery{ width:100%; float:left; margin-top:30px;}
.gallery ul{ margin:0; padding:0; list-style-type:none;}
.gallery ul li{ padding:7px; border:2px solid #ccc; float:left; margin:10px 7px; background:none; width:auto; height:auto;}
.gallery img{ width: 231px;height: 180px; }
@media only screen and (max-width:341px)
{
  .gallery img{ width: 160px; height: 120px; }
}


/* NOTICE */
.notice, .notice a{ color: #fff !important; }
.notice { z-index: 8; }
.notice a { font-weight: bold; }
.notice_error { background: #E46360; }
.notice_success { background: #657E3F; }
/* re order set */

.dropdown-toggle::after
{
  margin-bottom: -6px;
}

/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li.ontab {float: left;}

/* Style the links inside the list items */
ul.tab li.ontab a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li.ontab a.tablinks:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li.ontab a.tablinks:focus, .activetabs {background-color: #ccc;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent {
    -webkit-animation: fadeEffect 0.5s;
    animation: fadeEffect 0.5s; /* Fading effect takes 1 second */
}

.mainbgcontent
{
  background-color: #fff !important;
  color:#4a4a4a !important;
  min-height: 96vh;
}

.setheadcms
{
  margin:10px 0px 10px 0px;
}

.setmaincontainer
{
  min-height:500px;
  margin-top:30px;
}

.mainboxpaddingfooter
{
  padding-bottom: 40px;
}

.dropdown-img {
  position: relative;
  display: inline-block;
  z-index: 9;
}

.dropdown-content-img {
  display: none;
  position: absolute;
  background-color: #000;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
  overflow: visible;
}

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

.cmschooselang
{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2px;
  margin-right: 2px;
}

