.mrk{ margin-right:50px !important;}
.mb{ margin-bottom:20px;}
.mbl{ margin-left:175px;}
.mt{ margin-top:20px;}
.sd-panel{border: 1px solid #e7ecf1; border-radius: 1px; background: #ffffff; position: relative;}
.sd-img { width:100%; height:190px;  margin:0px auto; clear:right; position:relative; top: -18px;}
.sd-img img{padding:0px; width:100%; height:210px; margin:0px auto; display:block;}
.sd-username{ text-align:center; margin:5px 0px; font-weight:300; font-size:16px; display:block; width:100%;}
.sd-buttonstrip{width:24px; height: auto; position: absolute; display: table; z-index:1024; top:0px;}
.btn-xs{ padding:5px 10px;}
.studentalt{ width:100%; position:relative; display:block; margin:0px; padding:0px; overflow:hidden; z-index:99;}
.studentalt a{text-decoration:none; border:none;}
.studentalt a.active{ background-color:#21f32b; color:#fff; font-size:13px; width:30%; display:block; border-radius:0px 0px 5px 5px; text-align:center;  float:right;}
.studentalt a.deactivate{ background-color:#ff0024; color:#fff; font-size:13px; width:30%; display:block; border-radius:0px 0px 5px 5px; text-align:center;  float:right;}

.teacheralt{ width:100%; position:relative; display:block; margin:0px; padding:0px; overflow:hidden; z-index:99;}
.teacheralt a{text-decoration:none; border:none;}
.teacheralt a.active{ background-color:#21f32b; color:#fff; font-size:13px; width:30%; display:block; border-radius:0px 0px 5px 5px; text-align:center;  float:right;}
.teacheralt a.deactivate{ background-color:#ff0024; color:#fff; font-size:13px; width:30%; display:block; border-radius:0px 0px 5px 5px; text-align:center;  float:right;}

.btn.btn-edit {color: #fff; background-color: #4285f4; border-color: #4285f4;}
.btn.btn-delete {color: #fff; background-color: #ea4335; border-color: #ea4335;}
.btn.btn-facility {color: #fff; background-color: #fbbc05; border-color: #fbbc05;}
.btn.btn-certificate {color: #fff; background-color: #4285f4; border-color: #4285f4;}
.btn.btn-upload {color: #fff; background-color: #34a853; border-color: #34a853;}
.btn.btn-active {color: #fff; background-color: #4285f4; border-color: #4285f4;}

.btnview {width:35px; position:fixed; z-index:1003; right:0px; top:180px;}
.btnview ul li{ float:right; list-style-type:none;}
.btnview ul li .btn-cs { text-align:right;}
.btnview ul li .btn-cs i{ margin-right:4px;}
.btnview ul li .btn-cs span{ margin-right:4px;}
.panel-group .panel{border-radius:2px !important;}
.m-b-sm {margin-bottom: 10px !important;}
.studentphoto img{ height:85px; width:65px; border:1px solid #afafaf;}
.mainPadding{ padding-left:22px;}
.panel-heading .nav {
        font-size: 13px;
        margin: -31px -15px -11px;
        border: none;
    }

        .panel-heading .nav > li > a {
            border-radius: 0;
            margin: 0;
            border-width: 0;
        }

    .panel-heading .nav-tabs.nav-justified {
        width: auto;
    }

        .panel-heading .nav-tabs.nav-justified > li:first-child > a, .panel-heading .nav-tabs.pull-left > li:first-child > a {
            border-radius: 2px 0 0 0;
        }

        .panel-heading .nav-tabs.nav-justified > li:last-child > a, .panel-heading .nav-tabs.pull-right > li:last-child > a {
            border-radius: 0 2px 0 0;
        }

    .panel-heading .nav-tabs > li > a {
        line-height: 1.5;
    }

        .panel-heading .nav-tabs > li > a:hover, .panel-heading .nav-tabs > li > a:focus {
            border-width: 0;
            background: transparent;
            border-color: transparent;
        }

    .panel-heading .nav-tabs > li.active > a, .panel-heading .nav-tabs > li.active > a:hover, .panel-heading .nav-tabs > li.active > a:focus {
        color: #717171;
        background: #fff;
    }

    .panel-heading .list-group {
        background: transparent;
    }
.switch {
    cursor: pointer;
    position: relative;
}

    .switch input {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .switch input:checked + span {
            background-color: #8ec165;
        }

            .switch input:checked + span:after {
                left: 31px;
            }

    .switch span {
        position: relative;
        width: 60px;
        height: 30px;
        border-radius: 30px;
        background-color: #fff;
        border: 1px solid #eee;
        border-color: rgba(0,0,0,0.1);
        display: inline-block;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

        .switch span:after {
            content: "";
            position: absolute;
            background-color: #fff;
            width: 26px;
            top: 1px;
            bottom: 1px;
            border-radius: 30px;
            -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
            box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
            -webkit-transition: left 0.2s;
            transition: left 0.2s;
        }
.m-t-none {margin-top: 0;}
.checkbox{ position:relative;}
.radio, .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label, .checkbox label {
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

 .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
    margin: 3px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-top: 4px \9;
       margin-left: 0px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
input[type="radio"], input[type="checkbox"] {
    margin: 3px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.divbtnSubmit {
    position: fixed;
    bottom: 0;
    min-height: 48px;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    z-index: 900;
    left: 0;
}

.divbtnSubmit div.divBackground {
        background: #25313e;
        opacity: .75;
        position: absolute;
        width: 100%;
        height: 50px;
        z-index: -1;
        margin-top: -8px;
        bottom: 0;
    }
/*******Room sheet***********/
*,*:before,*:after {
  box-sizing: border-box;
}
.title{position:relative; width:100%; display:inline-block; margin-top:10px;}
.title span{ font-size: 21px; text-transform: capitalize; color: #555; float: left; margin: 0px;}
.title input[type="button"]{float: right; padding: 4px 10px; position: relative; background-color: #3f558f; color: #fff; font-size: 13px; font-weight: 400; margin: 0px; border:none;}
.colseat{position:relative; width:100%; display:inline-block;}
.colseatl{ float:left; width:100%; ont-size: 10px;text-align: left;font-weight: 400;}
.colseatr{ float: right;width: 100%; font-size: 10px;text-align: right;font-weight: 400;}

.seatscoll{float: right;width: 50%; position:relative; right:50%;}
.seatscolr{float: right;width: 50%; position:relative; left:50%;}
.plane {
  margin: 20px auto;
  /*max-width: 300px;*/
}

.exit {
  position: relative;
  height: 50px;
}
.exit:before, .exit:after {
  content: "EXIT";
  font-size: 14px;
  line-height: 18px;
  padding: 0px 2px;
  font-family: "Arial Narrow", Arial, sans-serif;
  display: block;
  position: absolute;
  background: green;
  color: white;
  top: 50%;
  transform: translate(0, -50%);
}
.exit:before {
  left: 0;
}
.exit:after {
  right: 0;
}

.fuselage {
  border: 2px solid #d8d8d8;
}
.plane .pl{padding-left:0px; padding-bottom:20px;}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.seatsr{ float:right;}
.seats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.seat {
  display: flex;
  flex: 0 0 14.28571428571429%;
  padding: 5px;
  position: relative;
  margin:0px 0px 0px 11px;
}
.seat:nth-child(3) {
  margin-right: 14.28571428571429%;
}
.seat input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.seat input[type=checkbox]:checked + label {
  background: #3f558f;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  animation-duration: 300ms;
  animation-fill-mode: both;
  height:40px;
  overflow:hidden;
}
.seat input[type=checkbox]:disabled + label {
  background: #dddddd;
  text-indent: -9999px;
  overflow: hidden;
}
.seat input[type=checkbox]:disabled + label:after {
  content: "X";
  text-indent: 0;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.seat input[type=checkbox]:disabled + label:hover {
  box-shadow: none;
  cursor: not-allowed;
}
.seat label {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5rem;
  padding: 4px 0;
  background: #F42536;
  border-radius: 5px;
  animation-duration: 300ms;
  animation-fill-mode: both;
}
/*.seat label:before {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  top: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}*/
.seat label:hover {
  cursor: pointer;
  box-shadow: 0 0 0px 2px #5C6AFF;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

/*----------------*/
.m-b-none{ margin-bottom:0px;}
.b-light {
    border-color: #e4e4e4;
}
.b-t {
    border-top: 1px solid #cfcfcf;
}
@media (min-width: 768px)
{
.form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
 .input-group-addon:last-child {
        border-left: 0;
    }
	
}

.seat label {
    color: #fff;
    font-size: 12px;
    padding: 4px;
}

