﻿/*body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 15px;
    padding-bottom:100px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


@import url('font.css');
html, body {
  height: 100%;

}

@media print {
   
    .logo-area, .module-header, .menu-area-devider,  .menu-area
    {
        display:none;
        height:0px;
        top:0;
        position:relative;
    }
   
}
body {
  margin: 0;
  background-color: #f0f3f6;

  /*
  background: linear-gradient(#eee, #ccc);
  overflow: hidden;
  background-image:url('../images/bg.jpg');
  background-size:cover;
  */
    
}

.logo-area {
    width: 850px;
    background-image: url('Image/bannar.jpg');
    float: left;
    height: 60px;
    text-align: center;
}
.module-header
{
    height:60px;
    background-color:#f0f3f6;
    float:left;
}

.module-header-text {
    background-image: url('Image/module_header.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 20px;
    margin-top: 20px;
    padding-top: 2px;
    font-weight: bold;
    color: #455a64;
}

.navbar
{
    background-color:#37474f;
}

.menu-area-devider {
    height: 60px;
    background-color: #37474f;
    background-image: url('Image/top_right.jpg');
    background-repeat: no-repeat;
    background-position: left;
    width: 47px;
    float: left;
}

.menu-area {
    height: 60px;
    background-color: #37474f;
    background-image: url('Image/top_right.jpg');
    background-repeat: no-repeat;
    background-position: left;
}



.left-area
{
    color:white;
     background-color:#37474f;
     height:100%;

}

.selector {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240px;
  height: 240px;
  margin-top: -70px;
  margin-left: -70px;
}

.selector, .selector button {
  font-family: Arial , sans-serif;
  font-weight: 300;
}

.licencedTo{
    color: #bfcbd3;
    font-size:14px;
}

.selector button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #428bca;
  border-radius: 50%;
  border: 0;
  color: white;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transition: all .1s;
      margin-top: -36px;
    margin-left: -15px;
}

.selector button:hover {
  background: #3071a9;
}

.selector button:focus {
  outline: none;
}

.selector ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: -105px;
  top: -63px;
  right: 203px;
  bottom: 34px;
  left: 163px;
  display:block;
}

.selector li {
  position: absolute;
  width: 0;
  height: 100%;
  margin: 0 50%;
  -webkit-transform: rotate(-360deg);
  transition: all 0.8s ease-in-out;
  display: inline-block;
}

.selector li input {
  display: none;

}

.selector li input + label {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  line-height: 1px;
  margin-left: 0;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 1px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}

.selector li input + label:hover {
  background: #f0f0f0;
}

.selector li input:checked + label {
  background: #5cb85c;
  color: white;
}

.selector li input:checked + label:hover {
  background: #449d44;
}

.selector.open li input + label {
  width: 95px;
  height: 80px;
  line-height: 80px;
  margin-left: -40px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.appLink
{
  width: 50px; 
  height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
 text-decoration:none;
}


/*.dropdown-submenu {
    position: relative;
}*/

    /*.dropdown-submenu > .dropdown-menu {
        top: 20px;
        left: 0%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }*/


    .dropdown-submenu > .dropdown-subsubmenu {
        top: 0px;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
        width:220px;
    }


/*.dropdown-subsubmenu  {
    
    left: 100%;
   color:red;
}*/


    .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: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }*/

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .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;
        }

.panel-primary-extention {
    background-color: #d9edf7;
}


.panel-danger-extention {
    background-color: #F3E9E9;
}


.panel-success-extention {
    background-color: #E9EEE7;
}



.custom-label {
    text-align: left;
    padding-bottom:5px;
}

@media (min-width: 768px) {
    .custom-label {
        text-align: right;
        padding-bottom: 0px;
    }
}





.form-control-extended {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 23px;
    font-weight: 900;
    color: red;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-extended-disable {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 23px;
    font-weight: 900;
    color: red;
    background-color: #EEEEEE;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.payment h1 {
    font-size: 30px;
    font-weight: 900;
    padding-top: 0px;
    padding-bottom: 0px;
    color:red;
}