/* ==========================================================================
   Weyi Golbal styles
   ========================================================================== */

html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0; margin: 0;
}

body > * {
  flex-shrink: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    /*margin:0 auto;
    padding: 0;*/

    font-weight:300;
    font-size:18px;
    line-height:28px;
    padding-right: 0 !important;
    /*-webkit-box-sizing: border-box;*/ /* Safari/Chrome, other WebKit */
    /*-moz-box-sizing: border-box;*/    /* Firefox, other Gecko */
    /*box-sizing: border-box;*/         /* Opera/IE 8+ */
    /*height:100%;*/
}
select#selectSystemLanguage{
    border:none;
    float:right;
    background-color:#EFEFF4;
    box-shadow:none;
    width:initial;
    margin-right:0px;
}

::-webkit-media-controls {
  display:none !important;
}
#callframe{
    font-family: 'Roboto', sans-serif;
    /*margin:0 auto;
    padding: 0;*/
    background-color: #EFEFF4;
    font-weight:300;
    font-size:14px;
    line-height:28px;
    overflow-x: hidden;
}
.container-fluid{height: 100%;}
.WEYIAudioDiv {
    display: inline;
}
img {
    border:0px;
}
.imgMax img{
    max-width:100px;
    max-height:100px;
}
.container{text-align:left;}
#busyImg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  border: 0;
}
#header {
    background-image:linear-gradient(to bottom,#AFAFB4 0,#DFDFE4 100%);
    color: #000;
    background-color: #EFEFF4;
    border-color: #AFAFB4;
    /*background-color:#05A9DE !important;*/
    /*color:#fff !important;*/
    height: 40px !important;
    vertical-align:middle;
    margin-top:-1px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}
#header .glyphicon/*, #header a*/{
    color:#6F6F54 !important;
}
.errheader{
    background-color:#D50F25;
    color:#FFF;
    border-radius:4px 4px 0px 0px;
    -moz-border-radius:4px 4px 0px 0px;
    -webkit-border-radius:4px 4px 0px 0px;
}
.noteheader{
    background-color:#0055d4;
    color:#FFF;
    border-radius:4px 4px 0px 0px;
    -moz-border-radius:4px 4px 0px 0px;
    -webkit-border-radius:4px 4px 0px 0px;
}
.warnheader {
    background-color:#FFD133;
    color:#FFF;
    font-weight:600;
    text-align: center;
    border-radius:4px 4px 0px 0px;
    -moz-border-radius:4px 4px 0px 0px;
    -webkit-border-radius:4px 4px 0px 0px;
}
#hprev{text-align:left;vertical-align:middle !important;}
#hnext{text-align:right;vertical-align:middle;}
.title{
    text-align:center;
    vertical-align:middle;
    /*color: #fff;
    text-transform: uppercase;*/
    top:4px;
    font-weight:500;
}
.content {
    width: 100%;
    margin: 40px auto 0px;
}
#divError {
    border:solid;
    border-width:1px;
    background-color:#E9A9E0;
    color:#000;
    z-index:999999;
    /*position:absolute;
    left:0px;
    top:0px;*/
    width:100%;
    text-align:center;
}
#divOpenTask {
    border:solid;
    border-width:1px;
    background-color:#66FF66;
    color:#000;
    width:100%;
    text-align:center;
}
#divMain{
    background-color:#FFFFFF;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.list {
    width:100%;
    height:auto;
}
.listheader {
    display:inline-block !important;
    background-color:#0055d4;
    color:#fff;
    height:40px;
    margin:0;
    padding:5px 0;
    width:100%;
    text-align:center;
    vertical-align:middle;
    font-weight:500;
    font-size:24px;
}
.listitem {
    /*  border: 1px solid #ccc;  */
    border-top:none;
    border-right:none;
    border-left:none;
    border-color:#CCC;
    width:100%;
    margin:0;
    padding:7px 0;
    display:inline-block !important;
    height:auto;
    float:left;
    background-color:#EFEFF4;
}
.listitem_new {
    /*  border: 1px solid #ccc;  */
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #CCC;
    width: 100%;
    margin: 0;
    padding: 7px 0;
    display: inline-block;
    height: auto;
    float: left;
    background-color: #EFEFF4;
}
.col-region-1 {
    width: 80%;
    margin: 0;
    padding: 10px 10px;
    display: inline-block !important;
    height: auto;
    font-weight: 500;
}
.col-region-2 {
    float:right;
    width:20%;
    margin:0;
    padding:10px 10px;
    display:inline-block !important;
    height:auto;
    text-align:right;
    color:#666;
    font-weight:500;
}
.btn {
    max-width:100%;
}
.action-btn {
    text-align:left;
}
.action-btn a {
    text-align:center !important;
    text-decoration: none !important;
    text-transform:uppercase;
    font-weight:400;
    margin: 0 auto 0 !important;
    height:35px;
    font-size:14px;
    line-height:35px;
    color:#fff;
    background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    background-color:#337ab7;
    padding:0px 5px;
    cursor: pointer !important;
    display: block !important;
    max-width:142px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
#divInService_CallButtons .action-btn{
    max-width:150px;
}
#divCall_ButtonsForCall{
    padding-top:15px;
}
/*
    Video Styles
*/
#video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  max-width:320px;
  max-height:320px;
  margin:0px;
  padding:0px;
}

#photo {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  max-width:320px;
  max-height:320px;
  
}

#canvas {
  display:none;
}

.camera {
  width: 100%;
  display:inline-block;
  text-align:center;
}

.output {
  width: 320px;
  display:inline-block;
}
#startbutton {
  display:block;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  bottom:32px;
  background-color: rgba(0, 150, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  color: rgba(255, 255, 255, 1.0);
  line-height:1.4;
}
.videobtns{
    padding:10px;
    text-align:right;
}

#Gallery_img{
    max-height:100px;
    max-width:100px;
}
#Set_Account_Picture, #Reg_Profile_Picture {
    max-height:200px;
    max-width:200px;
}

.panel.panel-info, .outer{
    flex-grow: 1;
    color:#000;
    background-color:#EFEFF4;
    border-color:#888;
    height:100%;
}
.panel {
    box-shadow:0 1px 2px rgba(0,0,0,.05);
}
.panel-info>.panel-heading{
    background-image:linear-gradient(to bottom,#AFAFB4 0,#DFDFE4 100%);
    background-repeat:repeat-x;
    color: #000;
    background-color: #EFEFF4;
    border-color: #AFAFB4;
}
.panel-title img{width:70px;}
.panel-title span:first-child {text-align:left;}
.panel-title {
    vertical-align:middle;
}
.form-horizontal .control-label{
    text-align:left;
}
.panel-footer{
    background-color:#EFEFF4;
    border-top: 2px solid #AFAFB4;
}
#txtEscalate, #txtDeny{
    width:100%;
}
div[id^="divChat_Block"],div[id^="divChat_OtherBlock"]{
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
}
/*body.modal-open {
overflow-y: scroll;
padding-right: 0 !important;
}*/
/* ==========================================================================
   Weyi Menu styles
   ========================================================================== */
.navbar-form.navbar {
    margin: 0;
}
.navwhite {
    background: #fff;
    box-shadow: 4px 10px 0px rgba(0, 0, 0, 0.16);
    margin: 0;
    opacity: 0.9;
}
.navbar {
    margin: 0px;
    padding: 0;
    z-index: 999;
}
#navbar ul li {
    display: inline-block;
    padding: 8px 18px 22px;
}
#navbar ul li a {
    text-transform: uppercase;
    color: #666666;
    font-weight: 400;
    font-size: 20px;
}
#navbar ul li a:hover {
    color: #00ccff;
    text-decoration: none;
}

.logo {
    text-align: center;
    top:35px;
}
/*.logo {
    width: 94%;
    z-index: -222;
}*/


/* Input*/
.form-input label {
    width:24%;
    margin-right:1%;
    display:inline-block;
    text-align:right;
    float:left;
    clear:left;
    line-height:47px;
    font-weight:bold;
    font-size:18px;
}
input[type=text], input[type=password], input[type=email]  {
    /*width:48%;*/
    display:inline-block;
    text-align:left;
    float:left;
}
input[type="text"], input[type="email"], input[type="password"], input[type="select"], input[type="tel"], select, text, email, password {
    border-radius:4px !important;
    -moz-border-radius:4px none !important;
    -webkit-border-radius:4px none !important;
    border-bottom:2px solid #000;
    border-top:none;
    border-right:none;
    border-left:none;
    background:#fff;
}
input[type="text"], input[type="email"], input[type="password"], input[type="select"], input[type="tel"], input[type="checkbox"], select, text, email, password, checkbox {
    height:45px;
    font-size:18px;
    margin:0 5px 5px 0;
}
select {
    -moz-appearance: none;
    text-indent: 0.01px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}
#buttons {
    width:100%;
    margin-bottom:40px;
    display:inline-block;
    text-align:center;
}
#loginbox{
    text-align:center;
    margin-top:0px;
}
a.login {
    text-align:center !important;
    text-decoration: none !important;
    text-transform:uppercase;
    margin: 40px auto 0 !important;
    width:25%;
    height:68px;
    font-size:27px;
    line-height:68px;
    color:#fff;
    background:#00ccff;
    padding:3px 5px;
    cursor: pointer !important;
    display: block !important;
}
a.login:hover {
    background:#00aadd;
    color:#000;
}
a.login {
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -o-transition:color .15s ease-out, background .15s ease-in;
    -ms-transition:color .15s ease-out, background .15s ease-in;
    -moz-transition:color .15s ease-out, background .15s ease-in;
    -webkit-transition:color .15s ease-out, background .15s ease-in;
    /* ...and now override with proper CSS property */
    transition:color .15s ease-out, background .15s ease-in;
}
#forgotPwd{
    font-size:14px;
}
[class^='col-'] .text-center ,div[class*='col-'] .text-center {
    text-align:center;
}
#divMain_Phone {
    padding:0px;
}
#btnMain_SignUp{
    min-width:25%;
}
.btn-primary.toggle-on {
    background-color: #33ff33;
    color: #000;
}
.btn-default.toggle-off {
    background-color: #ff3300;
    color: #000;
}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}
.glyphicon {
    color: #0957A5;
}
.glyphicon-minus-sign {
    color: #f7dc02;
}
.glyphicon-chevron-right {
    color: #666;
}
#hprev .glyphicon, #hnext .glyphicon {
    color: #fff;
    font-size:30px;
    top:4px;
}
#workspace {
    /*margin:50px auto 140px;*/
    height:100%;
    padding-top: 50px;
}
.contractspace{
    margin:50px auto 240px;
    height:100%;
    padding-bottom: 240px;
}
#schedule {
    /*height:140px;*/
    background-color:#e9e9e9;
    padding:20px 15px;
}
#schedule .navbar{
  position: fixed;
}
#scheduleNew {
    /*height:140px;*/
    background-color:#e9e9e9;
    padding:20px 15px;
}
#scheduleNew .navbar{
  position: fixed;
}
.font-bold {
    font-weight:600;
}
#callTime, #otherPartyOff {
    background-color: #D50F25;
    color:#cecece;
    font-weight:500;
    text-align:center;
    min-height:0px;
    border-bottom: 1px solid transparent;
    border-color: #AFAFB4;
}
#addtionalInfo {
    background: #1985FC;
    height: 50px;
    color: white;
}
#phonepage, #divInService_BlockArea, #divInService_Area{
    margin-top:0px;
    overflow-x:hidden;
    overflow-y:auto;
}
#phonepage #info, #phonepage #pic{
    text-align:center;
}
#pic img{
    width:120px;
    height:120px;
    border-radius:60px !important;
    -moz-border-radius:60px none !important;
    -webkit-border-radius:60px none !important;
}
#phonepage div{
    padding:5px 0px;
    font-weight:400;
}
#phonepage #info {
    top:30px;
    font-weight:300;
}
#phonepage img {
    width:120px;
    height:120px;
}
hr {
    border-color:  #888;
    margin: 10px 0;
}
#chatbox {
    background-color:#fff;
    padding-top:10px;
    border-top:1px solid #666;
    border-bottom:1px solid #666;
}
#chatbox textarea {
	padding: 0px;
	vertical-align: top;
	width: 100%;
    /*height:50px;*/
    max-height: 125px;
    border:1px solid #CECECE;
    overflow-y:hidden;
    padding:2px 5px;
}
#chatbox textarea:focus {
	outline-style: solid;
	outline-width: 2px;
}
#divInService_BlockArea .textbox {
    text-align:center !important;
    text-decoration: none !important;
    margin: 20px auto 0 !important;
    width:100%;
    color:#000;
    background:#EFEFF4;
    padding:3px 5px;
    cursor: pointer !important;
    display:inline-block !important;
    border:none;
    /*border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;*/
}
#divInService_BlockArea .textbox .row{
    margin:0px;
}
.automargin{
    margin-top:auto;
    margin-bottom:auto;
}
#divInService_BlockArea .textbox .time {
    /*border-top:2px solid #84C4DE;
    border-left:2px solid #84C4DE;
    border-right:2px solid #84C4DE;*/
    border-bottom:1px solid #000;
    border-radius:15px 15px 0px 0px;
    background-color:#84C4DE;
    -moz-border-radius:15px 15px 0px 0px;
    -webkit-border-radius:15px 15px 0px 0px;
}
/*#divInService_BlockArea .textbox .client,*/ #divInService_BlockArea .textbox .provider {
    border-left:1px solid #84C4DE;
    border-right:1px solid #84C4DE;
    min-height:40px;
    padding-bottom:10px;
    padding-top:10px;
}
#divInService_BlockArea .textbox .client {
    border-bottom:1px solid #000;
    background-color:#84C4DE;
    min-height:40px;
    padding-bottom:10px;
    padding-top:10px;
}
#divInService_BlockArea .textbox .provider {
    background-color:#fff;
    border-bottom:1px solid #84C4DE;
    border-radius:0px 0px 15px 15px;
    -moz-border-radius:0px 0px 15px 15px;
    -webkit-border-radius:0px 0px 15px 15px;
}
#divInService_BlockArea .textbox .client img, #divInService_BlockArea .textbox .provider img {
    border: 1px solid #3c3c3c;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    margin-right:5px;
    max-width:100px;
    max-height:100px;
}
/*#divInService_BlockArea .textbox.current .provider, #divInService_BlockArea .textbox.current .client, #divInService_BlockArea .textbox.current .time{
    background-color:#AFDF8C;
}*/
#divInService_BlockArea .textbox.current{
    margin-bottom:300px !important;
}
#divInService_BlockArea .textbox .time {
    text-align:right;
    margin-right:15px;
}
#divInService_BlockArea .textbox .client, #divInService_BlockArea .textbox .provider{
    text-align: left;
}
.clientpic, .providerpic {
    border: 1px solid #3c3c3c;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
#divInService_ShowHideBtns {
    text-align: right;
}
.arrow_box {
	position: relative;
	background: #eee;
    /*width:15px;*/
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(238, 238, 238, 0);
	border-right-color: #616161;
	border-width: 10px;
	margin-top: -10px;
}

/*#chatbox input {
    width:100%;
    border:2px solid #C3C3C3;
}*/
#chatbox .btnbox {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom:5px;
    border-bottom:1px solid #000;
    color:blue;
    text-align:center;
    vertical-align:middle;
}
#chatbox .btnbox span{
    padding:5px;
}
.requestbox {
    width: 100%;
    border:none;
    border-bottom:1px solid #AFAFB4;
    padding-bottom:5px;
}
.requestbox img {
    width:76pt;
    height:76pt;
    padding: 5px;
    border:0px;
    display:inline-block;
}
#OpenTaskIcon{
    position:relative;
    z-index:10;
    width:35px;
    border-radius:4px;
    height:35px;
    background-color:#28D247;
    color:#EFEFEF;
    padding-top:6px;
    margin-bottom: -36px;
    float: left;
    margin-left: 28px;

}
#ScheduleTaskIcon{
    position:relative;
    z-index:10;
    width:35px;
    border-radius:4px;
    height:35px;
    background-color:#28D247;
    color:#EFEFEF;
    padding-top:6px;
    margin-bottom: -36px;
    float: left;
    margin-left: 28px;
    margin-top:45px;

}
/*.requestbox .action-btn{
    text-align:left !important;
}
.requestbox .action-btn a{
    margin:0px !important;
}*/
.textscount {
    background: none repeat scroll 0 0 #d00b0b;
    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    font-weight: 600;
    left: -17px;
    /*margin-right: -8px;*/
    padding: 3px;
    position: relative;
    text-align: center;
    top: -20px;
    line-height:9px;
}

.icon-refresh-animate {
  animation-name: rotateThis;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#divRatePage{
    /*margin-top:50px;*/
    padding-top:50px;
}
#divRatePage input {
    border:none;
    width:36px;
    color: #fde16d;
    padding:0px;
    margin:0px 0px 0px 15px;
    font-size:32px;
    font-weight:500;
}
#divRatePage .glyphicon {
    color:#fde16d;
    font-size:32px;
}
@keyframes rotateThis {
  from { transform: scale( 1 ) rotate( 0deg );   }
  to   { transform: scale( 1 ) rotate( 360deg ); }
}
.modal {
  text-align: center;
}
/*.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}*/

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.video-js .vjs-tech {
width: auto !important;
height: auto !important;
position: relative !important;
max-width:100%;
max-height:100%;
}
 [data-style=primary] + .tooltip > .tooltip-inner { background-color: #0265CB; }
 [data-style=primary] + .tooltip > .tooltip-arrow { border-bottom-color: #0265CB; }

/*.contentarea {
  font-size: 16px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  width: 760px;
}*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        #navbar ul li {
            display: block;
            list-style: outside none none;
            padding: 8px 18px 22px;
        }
        .navbar-toggle {
            top: 24px;
        }
        .navbar-toggle .icon-bar {
            background: none repeat scroll 0 0 #0158a7;
            border-radius: 1px;
            display: block;
            height: 3px;
            width: 22px;
        }
        .form-control {
            width: 100%;
            /*margin: 0 auto;*/
        }
        .navbar {
            padding: 0px;
            margin: 0px;
            z-index: 999;
        }
    }

    /* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    #navbar ul li {
        display: block;
        list-style: outside none none;
        padding: 8px 18px 22px;
    }

    .navbar-toggle {
        top: 24px;
    }

        .navbar-toggle .icon-bar {
            background: none repeat scroll 0 0 #0158a7;
            border-radius: 1px;
            display: block;
            height: 3px;
            width: 22px;
        }
    /*.row, .container-fluid{
        padding-left:auto;
        padding-right:auto;}
    }
    .container-fluid{
        margin-left:auto;
        margin-right:auto;}
    }*/
}
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
 #navbar ul li {
        display: inline-block;
        list-style: outside none none;
        padding: 8px 18px 22px;
    }
    #navbar ul li {
        display: inline-block;
        list-style: outside none none;
        padding: 8px 18px 22px;
    }
    .navbar-toggle {
        top: 24px;
    }
    .navbar-toggle .icon-bar {
        background: none repeat scroll 0 0 #0158a7;
        border-radius: 1px;
        display: block;
        height: 3px;
        width: 22px;
    }
    .form-control {
        width: 100%;
        margin: 0 auto;
    }
    .navbar {
        margin: -0px;
        z-index: 999;
        padding: 10px 0;
    }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    #navbar ul li {
        display: inline-block;
        list-style: outside none none;
        padding: 8px 18px 22px;
    }

    .navbar-toggle {
        top: 24px;
    }
    .navbar-toggle .icon-bar {
        background: none repeat scroll 0 0 #0158a7;
        border-radius: 1px;
        display: block;
        height: 3px;
        width: 22px;
    }
    .form-control {
        width: 100%;
        margin: 0 auto;
    }
    .navbar {
        margin: 0px;
        z-index: 999;
        padding: 0px 0 0;
    }
    }

    /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    hr{
        width:98%;
    }
    .texphone {width:64%}
}


    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
         hr{
            width:95%;
        }
    .navbar {
        margin: 0px;
        padding: 0;
        z-index: 999;
    }
    #navbar ul li {
        display: inline-block;
        padding: 8px 18px 22px;
    }
    #navbar ul li a {
        text-transform: uppercase;
        color: #666666;
        font-weight: 400;
        font-size: 20px;
    }
    #navbar ul li a:hover {
        color: #00ccff;
        text-decoration: none;
    }
    
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    hr{
        width:96%;
    }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        .modal{bottom:auto;}
        /*.modal {display: flex! Important;} .modal-dialog {margin: auto}*/
        /*.col-md-12 {
            padding-left:0px;
            padding-right:0px;
            text-align:left;
        }*/
        hr{
            width:95%;
        }
        .texphone {width: 100%;}
        .list {
            width:100%;
        }
    #navbar ul li {
        display: block;
        list-style: outside none none;
        padding: 8px 18px 22px;
    }
    .navbar-toggle {
        top: 0px;
    }
    .navbar-toggle .icon-bar {
        background: none repeat scroll 0 0 #0158a7;
        border-radius: 1px;
        display: block;
        height: 3px;
        width: 22px;
    }
    .form-control {
        width: 100%;
        margin: 0 auto;
    }
    .navbar {
        padding: 0px;
        margin-top: 0px;
    }

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
         /*.container, .container-fluid {
            padding-left:0px;
            padding-right:0px;
        }
        .container-fluid{
            margin-left:0px;
            margin-right:0px;}
        }*/
         /*#hprev{padding-left:20px;}
         #hnext{padding-right:20px;}*/
        .title {
            font-size:1em;
        }
        /*.row{padding-left:0px;
            padding-right:0px;}*/
        .col-xs-12 {
            /*padding-left:0px;
            padding-right:0px;*/
            text-align:left;
        }
        #Set_Account_EndTakePhoto, #Set_Account_RetakePhoto{
            width:100%;
            margin-bottom:5px;
            margin-left:0px;
        }
        hr{
            width:93%;
        }
        /*.title {
            font-size:10px;
        }*/
        .list {
            width:100%;
        }
        a.login {
            width:95%;
        }
        #navbar ul li {
            display: block;
            list-style: outside none none;
            padding: 8px 18px 22px;
        }
        /*.logo {
     width:100%;
     z-index: -222;
     margin: 0px auto 8px;
       }*/
        .navbar-toggle {
            top: 0px;/*64px;*/
        }
        .navbar-toggle .icon-bar {
            background: none repeat scroll 0 0 #0158a7;
            border-radius: 1px;
            display: block;
            height: 3px;
            width: 22px;
        }
        .form-control {
            width: 100%;
            margin: 0 auto;
        }
        .navbar {
            padding: 0px 0;
            margin: 0px auto;
        }
        .slick-slide img {
            display: block;
            width: 94%;
        }
    
        #myTab {
            background: none repeat scroll 0 0 #fff;
            float: none;
            margin-top: 100px;
        }
        .tab-content {
            margin-left: 0;
            width: 80%;
        }
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
     .logo img {
         width: 95%;
     }

        #navbar ul li {
            display: block;
            list-style: outside none none;
            padding: 8px 18px 22px;
        }
        .navbar-toggle {
            top: 0px;
        }
        .navbar-toggle .icon-bar {
            background: none repeat scroll 0 0 #0158a7;
            border-radius: 1px;
            display: block;
            height: 3px;
            width: 22px;
        }
        .form-control {
            width: 100%;
            margin: 0 auto;
        }
    }
/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #navbar ul li {
        display: block;
        list-style: outside none none;
        padding: 8px 18px 22px;
    }
    .navbar-toggle .icon-bar {
        background: none repeat scroll 0 0 #0158a7;
        border-radius: 1px;
        display: block;
        height: 3px;
        width: 22px;
    }
    .form-control {
        width: 100%;
        margin: 0 auto;
    }
}
.btnFullScreen .glyphicon{
    color:#fff;
    cursor:pointer;
}
/*#divFScr.glyphicon {
    color: #0158a7;
}*/
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
#draggable input{
    border:none;
    border-radius:3px;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 auto 0 !important;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    background-color: #337ab7;
    padding: 0px 5px;
    cursor: pointer !important;
    display: block !important;
    max-width: 142px;
}
#draggable select{
    width:90%
}


/*#DispatcherHelperDiv {
    position: absolute;
    z-index: 9999;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
    right: 10px;
    top: 134px;
}*/
#DispatcherHelperDiv table {
    padding: 0;
    margin: 0 auto 1.5em auto;
    border-left: 1px solid #C1DAD7;
    border-collapse: collapse;
}

#DispatcherHelperDiv td {
    font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    /*border-right: 1px solid #C1DAD7;*/
    border-bottom: 1px solid #C1DAD7;
    padding: 5px 10px 5px 10px;
    color: #4f6b72;
}

#DispatcherHelperDivHeader {
    background-color: #d6631e;
}

 .modal-header .btnGrp{
      position: absolute;
      top: 8px;
      right: 10px;
    } 
 

.min{
    width: 250px; 
    height: 35px;
    overflow: hidden !important;
    padding: 0px !important;
    margin: 0px;    

    float: left;  
    position: static !important; 
    }

.min .modal-dialog, .min .modal-content{
    height: 100%;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important; 
    }

.min .modal-header{
    height: 100%;
    width: 100%;
    margin: 0px !important;
    padding: 3px 5px !important; 
    }

.display-none{display: none;}

button .fa{
    font-size: 16px;
    margin-left: 10px;
    }

.min .fa{
    font-size: 14px; 
    }

.min .menuTab{display: none;}

/*button:focus { outline: none; }*/

.minmaxCon{
    height: 35px;
    bottom: 1px;

    position: fixed;
    right: 1px;
    z-index: 9999;
}

.modalMinimize{
    margin-top:-20px !important;
}

    .button__badge {
        position: absolute;
        top: 5px;
        left: 89px;
        background-color: rgba(212, 19, 13, 1);
        color: #fff;
        border-radius: 6px;
        padding: 1px 3px;
        font: 9px Verdana;
    }

    .button__badge {
        position: absolute;
        top: 5px;
        left: 57px;
        background-color: rgba(212, 19, 13, 1);
        color: #fff;
        border-radius: 6px;
        padding: 1px 3px;
        font: 9px Verdana;
    }

@media (min-width: 1200px) {

    
    .button__badge {
        position: absolute;
        top: 5px;
        left: 89px;
        background-color: rgba(212, 19, 13, 1);
        color: #fff;
        border-radius: 6px;
        padding: 1px 3px;
        font: 9px Verdana;
    }
}

